1 | | % sudo port install pdftk[[BR]] |
2 | | ---> Fetching pdftk[[BR]] |
3 | | ---> Attempting to fetch pdftk-1.41.tar.bz2 from http://www.pdfhacks.com/pdftk/ [[BR]] |
4 | | ---> Verifying checksum(s) for pdftk[[BR]] |
5 | | ---> Extracting pdftk[[BR]] |
6 | | ---> Configuring pdftk[[BR]] |
7 | | ---> Building pdftk with target all[[BR]] |
8 | | Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/pdftk" && make all -f Makefile.MacOSX TOOLPATH=/opt/local/bin/ VERSUFF=-mp-4.2 " returned error 2[[BR]] |
9 | | Command output: make -C ../java_libs[[BR]] |
10 | | make -C "/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/java_libs/gnu_local/java/security";[[BR]] |
11 | | /opt/local/bin/gcj-mp-4.2 -O2 --encoding=UTF-8 --classpath="/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/java_libs" -c Engine.java -o Engine.o[[BR]] |
12 | | /bin/sh: /opt/local/bin/gcj-mp-4.2: No such file or directory[[BR]] |
13 | | make[2]: *** [Engine.o] Error 127[[BR]] |
14 | | make[1]: *** [libgcj_local] Error 2[[BR]] |
15 | | make: *** [java_libs] Error 2[[BR]] |
16 | | [[BR]] |
| 1 | {{{ |
| 2 | % sudo port install pdftk |
| 3 | ---> Fetching pdftk |
| 4 | ---> Attempting to fetch pdftk-1.41.tar.bz2 from http://www.pdfhacks.com/pdftk/ |
| 5 | ---> Verifying checksum(s) for pdftk |
| 6 | ---> Extracting pdftk |
| 7 | ---> Configuring pdftk |
| 8 | ---> Building pdftk with target all |
| 9 | Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/pdftk" && make all -f Makefile.MacOSX TOOLPATH=/opt/local/bin/ VERSUFF=-mp-4.2 " returned error 2 |
| 10 | Command output: make -C ../java_libs |
| 11 | make -C "/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/java_libs/gnu_local/java/security"; |
| 12 | /opt/local/bin/gcj-mp-4.2 -O2 --encoding=UTF-8 --classpath="/opt/local/var/macports/build/_Users_shirose_src_macports-trunk_dports_textproc_pdftk/work/pdftk-1.41/java_libs" -c Engine.java -o Engine.o |
| 13 | /bin/sh: /opt/local/bin/gcj-mp-4.2: No such file or directory |
| 14 | make[2]: *** [Engine.o] Error 127 |
| 15 | make[1]: *** [libgcj_local] Error 2 |
| 16 | make: *** [java_libs] Error 2 |
| 17 | |