Andrew Stewart wrote: > I'm trying to install Fink from fink-0.8.1-full.tar.gz , and upon > running ./bootstrap.sh I get the following errors at the 'make test' > step (see blow). I've read through the FAQ and did a quick scan on > the list history but I can't seem to come up with any explanation. > > ... > make test > Creating fink... > Creating fink-virtual-pkgs... > Creating pathsetup.sh... > Creating FinkVersion.pm... > Creating man page... > Creating shlibs default file... > Creating postinstall script... > Creating lockwait wrappers... > Creating g++ wrappers... > Checking for Test::More... > ./00compile............................ok > > ./Base/initialize......................ok > > ./Base/param...........................ok > > ./Base/param_boolean...................ok > > ./Command/cat..........................ok > > ./Command/chowname.....................ok > > ./Command/commands.....................ok > > ./Command/du_sk........................ok > > 1/6 skipped: can't test permission errors as root > ./Command/exports......................ok > > ./Command/failure......................ok > > ./Command/touch........................ok > > ./Config/exports.......................ok > > ./Config/failure.......................ok > > ./Config/flag..........................ok > > ./Config/load_save.....................ok > > ./Config/options.......................ok > > ./Config/param.........................ok > > ./Config/verbosity_level...............ok > > ./FinkVersion/exports..................ok > > ./FinkVersion/version..................ok > > ./Mirror/exports.......................ok > > ./Notify/exports.......................ok > > ./Package/duplicate_fullnames..........ok > > ./PkgVersion/buildlocks................ok > > ./PkgVersion/get_perl..................ok > > ./PkgVersion/get_ruby..................ok > > ./PkgVersion/non_consecutive_source....ok > > ./Services/eval_conditional............ok > > ./Services/execute_nonroot_okay........ok 9/12Can't locate > Fink/Services.pm in @INC (@INC contains: > /System/Library/Perl/5.8.6/darwin-thread-multi-2level > /System/Library/Perl/5.8.6 > /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 > /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level > /Network/Library/Perl/5.8.6 /Network/Library/Perl > /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level > /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at > /var/tmp/tmp.0.CIO94W line 2. > BEGIN failed--compilation aborted at /var/tmp/tmp.0.CIO94W line 2. > ./Services/execute_nonroot_okay........ok 10/12Can't locate > Fink/Services.pm in @INC (@INC contains: > /System/Library/Perl/5.8.6/darwin-thread-multi-2level > /System/Library/Perl/5.8.6 > /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 > /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level > /Network/Library/Perl/5.8.6 /Network/Library/Perl > /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level > /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at > /var/tmp/tmp.1.yKR9Ea line 2. > BEGIN failed--compilation aborted at /var/tmp/tmp.1.yKR9Ea line 2. > ./Services/execute_nonroot_okay........NOK 11# Failed test > (./Services/execute_nonroot_okay.t at line 115) > # got: 2 > # expected: 0 > Can't locate Fink/Services.pm in @INC (@INC contains: > /System/Library/Perl/5.8.6/darwin-thread-multi-2level > /System/Library/Perl/5.8.6 > /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 > /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level > /Network/Library/Perl/5.8.6 /Network/Library/Perl > /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level > /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at > /var/tmp/tmp.2.FB2zsn line 2. > BEGIN failed--compilation aborted at /var/tmp/tmp.2.FB2zsn line 2. > # Failed test (./Services/execute_nonroot_okay.t at line 128) > ./Services/execute_nonroot_okay........NOK 12# got: 2 > > # expected: 0 > # Looks like you failed 2 tests of 12. > ./Services/execute_nonroot_okay........dubious > > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED tests 11-12 > Failed 2/12 tests, 83.33% okay (less 1 skipped test: 9 okay, > 75.00%) > ./Services/expand_percent..............ok > > ./Services/prepare_script..............ok > > ./Text/DelimMatch......................ok > > ./users_groups.........................ok > > Failed Test Stat Wstat Total Fail Failed List > of Failed > ------------------------------------------------------------------------------- > ./Services/execute_nonroot_okay.t 2 512 12 2 16.67% 11-12 > 2 subtests skipped. > Failed 1/33 test scripts, 96.97% okay. 2/717 subtests failed, 99.72% okay. > make: *** [test] Error 1 > ### execution of make failed, exit code 2 > phase compiling: fink-0.24.17-31 failed > > > > -- > Andrew Stewart > Research Assistant, Genomics Team > Navy Medical Research Center (NMRC) > Biological Defense Research Directorate (BDRD) > BDRD Annex > 12300 Washington Avenue, 2nd Floor > Rockville, MD 20852 > > email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > phone: 301-231-6700 Ext 270 > This is due to Apple's sudo update from OS 10.4.9 . What you need to do is to bootstrap from a contemporary fink package. Go to
http://sourceforge.net/project/showfiles.php?group_id=17203&package_id=13043 and pick up either the 0.26.4 (for the stable branch) or 0.27.1 (unstable branch) tarball. You'll unpack and run the bootstrap script similarly to what you've been using, (the script may be called "bootstrap" rather than "boostrap.sh"), and then you'll need to run "fink selfupdate-rsync" or "fink selfupdate-cvs" to get the package descriptions. -- Alexander K. Hansen Fink User Liaison/Documenter [EMAIL PROTECTED] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
