Does anybody know how to fix the following? $ fink install parallel Information about 3701 packages read in 9 seconds. The following package will be installed or updated: parallel Setting runtime build-lock... dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-parallel-20111022-1 /sw/src/fink.build dpkg-deb: building package `fink-buildlock-parallel-20111022-1' in `/sw/src/fink.build/fink-buildlock-parallel-20111022-1_2011.11.07-15.03.39_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-parallel-20111022-1_2011.11.07-15.03.39_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-parallel-20111022-1. (Reading database ... 6315 files and directories currently installed.) Unpacking fink-buildlock-parallel-20111022-1 (from .../fink-buildlock-parallel-20111022-1_2011.11.07-15.03.39_darwin-x86_64.deb) ... Setting up fink-buildlock-parallel-20111022-1 (2011.11.07-15.03.39) ...
bzip2 -dc /sw/src/parallel-20111022.tar.bz2 | /sw/bin/tar -xvf - --no-same-owner --no-same-permissions parallel-20111022/ parallel-20111022/COPYING parallel-20111022/README parallel-20111022/configure.ac parallel-20111022/src/ parallel-20111022/src/parallel.pod parallel-20111022/src/sem.html parallel-20111022/src/sql parallel-20111022/src/niceload.html parallel-20111022/src/sem.1 parallel-20111022/src/parallel.1 parallel-20111022/src/sql.1 parallel-20111022/src/parallel parallel-20111022/src/niceload.pod parallel-20111022/src/Makefile.in parallel-20111022/src/sql.html parallel-20111022/src/sem parallel-20111022/src/sem.pod parallel-20111022/src/niceload parallel-20111022/src/Makefile.am parallel-20111022/src/parallel.html parallel-20111022/src/niceload.1 parallel-20111022/NEWS parallel-20111022/Makefile.in parallel-20111022/configure parallel-20111022/missing parallel-20111022/install-sh parallel-20111022/aclocal.m4 parallel-20111022/Makefile.am parallel-20111022/config.h.in ./configure --prefix=/sw checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h make make all-recursive Making all in src pod2man --release='20111022' --center='parallel' \ --section=1 ./parallel.pod > ./parallel.1 pod2man --release='20111022' --center='parallel' \ --section=1 ./sem.pod > ./sem.1 pod2man --release='20111022' --center='parallel' \ --section=1 ./sql > ./sql.1 pod2man --release='20111022' --center='parallel' \ --section=1 ./niceload.pod > ./niceload.1 ./sem --fg --id pod2html pod2html ./parallel.pod > ./parallel.html ./sem --fg --id pod2html pod2html ./sem.pod > ./sem.html ./sem --fg --id pod2html pod2html ./sql > ./sql.html ./sem --fg --id pod2html pod2html ./niceload.pod > ./niceload.html Use of uninitialized value $cmd[0] in string eq at /System/Library/Perl/5.12/IPC/Open3.pm line 191. Use of uninitialized value $cmd[0] in string eq at /System/Library/Perl/5.12/IPC/Open3.pm line 268. Use of uninitialized value $cmd[0] in exec at /System/Library/Perl/5.12/IPC/Open3.pm line 270. Can't exec "": No such file or directory at /System/Library/Perl/5.12/IPC/Open3.pm line 270. Use of uninitialized value $cmd[0] in join or string at /System/Library/Perl/5.12/IPC/Open3.pm line 271. open3: exec of -c pod2html ./sql failed at ./sem line 3421 Use of uninitialized value $cmd[0] in string eq at /System/Library/Perl/5.12/IPC/Open3.pm line 191. make[2]: *** [sql.html] Error 1 make[2]: *** Waiting for unfinished jobs.... Use of uninitialized value $cmd[0] in string eq at /System/Library/Perl/5.12/IPC/Open3.pm line 268. Use of uninitialized value $cmd[0] in exec at /System/Library/Perl/5.12/IPC/Open3.pm line 270. Can't exec "": No such file or directory at /System/Library/Perl/5.12/IPC/Open3.pm line 270. Use of uninitialized value $cmd[0] in join or string at /System/Library/Perl/5.12/IPC/Open3.pm line 271. open3: exec of -c pod2html ./sem.pod failed at ./sem line 3421 Use of uninitialized value $cmd[0] in string eq at /System/Library/Perl/5.12/IPC/Open3.pm line 191. Use of uninitialized value $cmd[0] in string eq at /System/Library/Perl/5.12/IPC/Open3.pm line 268. Use of uninitialized value $cmd[0] in exec at /System/Library/Perl/5.12/IPC/Open3.pm line 270. Can't exec "": No such file or directory at /System/Library/Perl/5.12/IPC/Open3.pm line 270. Use of uninitialized value $cmd[0] in join or string at /System/Library/Perl/5.12/IPC/Open3.pm line 271. open3: exec of -c pod2html ./parallel.pod failed at ./sem line 3421 make[2]: *** [parallel.html] Error 1 Use of uninitialized value $cmd[0] in string eq at /System/Library/Perl/5.12/IPC/Open3.pm line 191. Use of uninitialized value $cmd[0] in string eq at /System/Library/Perl/5.12/IPC/Open3.pm line 268. Use of uninitialized value $cmd[0] in exec at /System/Library/Perl/5.12/IPC/Open3.pm line 270. Can't exec "": No such file or directory at /System/Library/Perl/5.12/IPC/Open3.pm line 270. Use of uninitialized value $cmd[0] in join or string at /System/Library/Perl/5.12/IPC/Open3.pm line 271. open3: exec of -c pod2html ./niceload.pod failed at ./sem line 3421 make[2]: *** [niceload.html] Error 1 make[2]: *** [sem.html] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-parallel-20111022-1 (Reading database ... 6316 files and directories currently installed.) Removing fink-buildlock-parallel-20111022-1 ... Failed: phase compiling: parallel-20111022-1 failed Before reporting any errors, please run "fink selfupdate" and try again. If you continue to have issues, please check to see if the FAQ on Fink's website solves the problem. If not, ask on one of these mailing lists: The Fink Users List <fink-us...@lists.sourceforge.net> The Fink Beginners List <fink-beginners@lists.sourceforge.net>, with a carbon copy to the maintainer: Jesse Alama <jesse.al...@gmail.com> Note that this is preferable to emailing just the maintainer directly, since most fink package maintainers do not have access to all possible hardware and software configurations. Please try to include the complete error message in your report. This generally consists of a compiler line starting with e.g. "gcc" or "g++" followed by the actual error output from the compiler. Also include the following system information: Package manager version: 0.31.4 Distribution version: selfupdate-rsync Mon Nov 7 15:01:47 2011, 10.7, x86_64 Trees: local/main stable/main Xcode: 4.1 Email Disclaimer: http://www.redprairie.com/emaildisclaimer/ ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Fink-beginners mailing list Fink-beginners@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners