2016-11-28 87 views
0

我想設置一個文本分析軟件,它需要mac os上perl模塊Tk的工作版本。 但是由於某些原因,我無法通過CPAN進行安裝。 我繼續通過鍵入通過Cpan安裝Tk模塊的問題

sudo perl -MCPAN -e "shell" 

然後

install Tk 

它運行make install的過程,並用這個錯誤

make[3]: Nothing to be done for `all-am'. 
make[2]: Nothing to be done for `all'. 
make[2]: *** No rule to make target `test_dynamic'. Stop. 
make[1]: *** [subdirs-test_dynamic] Error 2 
make: *** [subdirs-test_dynamic] Error 2 
    SREZIC/Tk-804.033.tar.gz 
    /usr/bin/make test -- NOT OK 
//hint// to see the cpan-testers results for installing this module, try: 
    reports SREZIC/Tk-804.033.tar.gz 
Running make install 
    make test had returned bad status, won't install without force 

對我怎麼能解決這個問題的任何線索結束? 我對perl不太熟悉,所以我真的在這裏摸索...... 任何幫助將非常感激。 謝謝!

UPDATE

當試圖手動安裝該模塊時,make test命令給了我這樣的結果:

"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tk.bs blib/arch/auto/Tk/Tk.bs 644 
cd pTk && make DEFINE="" LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-Os" PREFIX="/usr/local" PASTHRU_DEFINE=' ' PASTHRU_INC='-I/usr/X11R6/include -I/usr/local/include/freetype2 ' 
Manifying 102 pod documents 
Manifying 1 pod document 
Manifying 2 pod documents 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- X.bs ../../blib/arch/auto/Tk/X/X.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Xlib.bs ../blib/arch/auto/Tk/Xlib/Xlib.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- WinPhoto.bs ../blib/arch/auto/Tk/WinPhoto/WinPhoto.bs 644 
Manifying 1 pod document 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pixmap.bs ../blib/arch/auto/Tk/Pixmap/Pixmap.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TixGrid.bs ../blib/arch/auto/Tk/TixGrid/TixGrid.bs 644 
Manifying 1 pod document 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Text.bs ../blib/arch/auto/Tk/Text/Text.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TList.bs ../blib/arch/auto/Tk/TList/TList.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Scrollbar.bs ../blib/arch/auto/Tk/Scrollbar/Scrollbar.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Scale.bs ../blib/arch/auto/Tk/Scale/Scale.bs 644 
cd zlib && make libz.a "CC=cc " RANLIB="/usr/bin/ar s" 
make[2]: `libz.a' is up to date. 
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am 
make[3]: Nothing to be done for `all-am'. 
make[2]: Nothing to be done for `all'. 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PNG.bs ../blib/arch/auto/Tk/PNG/PNG.bs 644 
Manifying 1 pod document 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- NBFrame.bs ../blib/arch/auto/Tk/NBFrame/NBFrame.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mwm.bs ../blib/arch/auto/Tk/Mwm/Mwm.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Menubutton.bs ../blib/arch/auto/Tk/Menubutton/Menubutton.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Listbox.bs ../blib/arch/auto/Tk/Listbox/Listbox.bs 644 
cd jpeg && make libjpeg.a 
make[2]: `libjpeg.a' is up to date. 
make[2]: Nothing to be done for `all'. 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- JPEG.bs ../blib/arch/auto/Tk/JPEG/JPEG.bs 644 
Manifying 1 pod document 
Manifying 1 pod document 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- InputO.bs ../blib/arch/auto/Tk/InputO/InputO.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../blib/arch/auto/Tk/IO/IO.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- HList.bs ../blib/arch/auto/Tk/HList/HList.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs ../blib/arch/auto/Tk/Event/Event.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Entry.bs ../blib/arch/auto/Tk/Entry/Entry.bs 644 
Manifying 3 pod documents 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Compound.bs ../blib/arch/auto/Tk/Compound/Compound.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Canvas.bs ../blib/arch/auto/Tk/Canvas/Canvas.bs 644 
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PNG.bs ../blib/arch/auto/Tk/PNG/PNG.bs 644 
cd zlib && make libz.a "CC=cc " RANLIB="/usr/bin/ar s" 
make[2]: `libz.a' is up to date. 
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am 
make[3]: Nothing to be done for `all-am'. 
make[2]: Nothing to be done for `all'. 
make[2]: *** No rule to make target `test_dynamic'. Stop. 
make[1]: *** [subdirs-test_dynamic] Error 2 
make: *** [subdirs-test_dynamic] Error 2 
+0

你能提供從錯誤消息的一些更多的行? –

+0

謝謝你的迴應。 我正在使用make test命令的完整日誌更新我的初始文章。 – Gauthier

+0

嗨Gauthier。感謝更新。不幸的是,我對Mac OS不太熟悉,我主要使用Linux。但我有一箇舊的Mac,我現在嘗試了安裝Tk的樂趣。然而,我碰到[這個問題](https://discussions.apple.com/thread/7022116?start=0&tstart=0)..希望你可以從更熟悉mac os的人那裏獲得幫助。 –

回答

0

手動嘗試,如說成文件安裝:
- 下載Tkxxxxxx .tar.gz來自CPAN
- zcat Tkxxxxx.tar.gz | tar xf -
- cd將目錄分發解包到。
- perl的Makefile.PL
- 讓
- 使測試
如果一切OK,然後須藤使安裝

+0

感謝您的幫助:-) 不幸的是,我也遇到了與此過程完全相同的錯誤... – Gauthier

+0

什麼都沒有建立? – ulix

+0

找到。 -iname'* .so'-exec ls -l {} \; – ulix