Alexander K. Hansen <[EMAIL PROTECTED]> wrote: > On Jun 30, 2004, at 11:19 AM, Robert Sund wrote: > > > I have somehow managed to install 0.7.0 on 10.2.8, and that should not > > be possible according to fink.sourceforge.net. I think I just clicked > > on the "install from source" icon in fink commander and it worked (with > > some warnings). I have developer tools installed, but not XCode. > > > > Which is exactly what you should have for 10.2.x. As long as you have > the gcc3.3 update to your Developer Tools, you should be able to build > the same version of the package manager as for 10.3.
I have the gcc3.3 update > I'm not sure why your version shows 0.7.0. If it's "0.7.0.cvs", then I > remember others mentioning this, too I should have been more spesific. Yes it is 0.7.0.cvs fink --version reports: Package manager version: 0.18.3 Distribution version: 0.7.0.cvs > > When I tried to do the same with the packet manager 0.20.x it failed, > > and I thought I'll just try again a few days later and see if the bug > > was fixed. The third time (and the third 0.20.x version) i didn't work > > I went to fink.souceforge.net > > > > RTFM I'll suppose :-) > > > > > > The messages (exempt download statistics) is shown below: > > > > Information about 1321 packages read in 8 seconds. > > The following package will be installed or updated: > > fink > > curl -f -L -O http://distfiles.opendarwin.org/fink-0.20.2.tar.gz > > > > -snip- > > > > /bin/mkdir -p /sw/src/fink-0.20.2-1 > > gzip -dc /sw/src/fink-0.20.2.tar.gz | /sw/bin/tar -xf - > > make test > > Usage: ./setup.sh <prefix> > > Example: ./setup.sh /sw > > make: *** [test_setup] Error 1 > > ### execution of make failed, exit code 2 > > Failed: compiling fink-0.20.2-1 failed > > > > I've not seen that error before. Is there some test or command I could execute to ease the diagnose? The only other update that fails to build is aspell. I have included the last 10% of the messages (from the first warning to the end) in case it is relevant. The installed version is 0.50.2-1 g++ -DHAVE_CONFIG_H -I. -I. -I../common -I../interfaces/cc/ -I../common -I/sw/include -g -O2 -MT document_checker-c.lo -MD -MP -MF .deps/document_checker-c.Tpo -c document_checker-c.cpp -fno-common -DPIC -o .libs/document_checker-c.o /bin/sh ../libtool --mode=link g++ -g -O2 -L/sw/lib -o libaspell.la -rpath /sw/lib -version-info 15:2:0 can_have_error-c.lo info-c.lo string_list-c.lo config-c.lo speller-c.lo string_map-c.lo error-c.lo mutable_container-c.lo string_pair_enumeration-c.lo find_speller.lo new_checker.lo new_filter.lo new_config.lo string_enumeration-c.lo word_list-c.lo filter-c.lo document_checker-c.lo ../common/libaspell-common.la ../modules/speller/default/libaspell-speller-default.la ../modules/filter/libaspell-filter-standard.la ../modules/tokenizer/libaspell-tokenizer-standard.la g++ -dynamiclib -single_module -flat_namespace -undefined suppress -o .libs/libaspell.15.0.2.dylib .libs/can_have_error-c.o .libs/info-c.o .libs/string_list-c.o .libs/config-c.o .libs/speller-c.o .libs/string_map-c.o .libs/error-c.o .libs/mutable_container-c.o .libs/string_pair_enumeration-c.o .libs/find_speller.o .libs/new_checker.o .libs/new_filter.o .libs/new_config.o .libs/string_enumeration-c.o .libs/word_list-c.o .libs/filter-c.o .libs/document_checker-c.o -all_load ../common/.libs/libaspell-common.a ../modules/speller/default/.libs/libaspell-speller-default.a ../modules/filter/.libs/libaspell-filter-standard.a ../modules/tokenizer/.libs/libaspell-tokenizer-standard.a -L/sw/lib -install_name /sw/lib/libaspell.15.dylib -compatibility_version 16 -current_version 16.2 ld: warning -dylib_install_name /sw/lib/libaspell.15.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table ld: warning -undefined suppress disables -prebind (cd .libs && rm -f libaspell.15.dylib && ln -s libaspell.15.0.2.dylib libaspell.15.dylib) (cd .libs && rm -f libaspell.dylib && ln -s libaspell.15.0.2.dylib libaspell.dylib) creating libaspell.la (cd .libs && rm -f libaspell.la && ln -s ../libaspell.la libaspell.la) if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../common -I../interfaces/cc/ -I../common -I/sw/include -g -O2 -MT dummy.lo -MD -MP -MF ".deps/dummy.Tpo" \ -c -o dummy.lo `test -f 'dummy.cpp' || echo './'`dummy.cpp; \ then mv -f ".deps/dummy.Tpo" ".deps/dummy.Plo"; \ else rm -f ".deps/dummy.Tpo"; exit 1; \ fi g++ -DHAVE_CONFIG_H -I. -I. -I../common -I../interfaces/cc/ -I../common -I/sw/include -g -O2 -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.cpp -fno-common -DPIC -o .libs/dummy.o /bin/sh ../libtool --mode=link g++ -g -O2 -L/sw/lib -o libpspell.la -rpath /sw/lib -version-info 15:2:0 dummy.lo libaspell.la g++ -dynamiclib -single_module -flat_namespace -undefined suppress -o .libs/libpspell.15.0.2.dylib .libs/dummy.o -L/sw/lib ./.libs/libaspell.dylib -install_name /sw/lib/libpspell.15.dylib -compatibility_version 16 -current_version 16.2 ld: warning -dylib_install_name /sw/lib/libpspell.15.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib/fink/prebound/seg_addr_table ld: warning -undefined suppress disables -prebind (cd .libs && rm -f libpspell.15.dylib && ln -s libpspell.15.0.2.dylib libpspell.15.dylib) (cd .libs && rm -f libpspell.dylib && ln -s libpspell.15.0.2.dylib libpspell.dylib) creating libpspell.la sed: Data/sw/src/aspell-0.50.4.1-2/aspell-0.50.4.1/lib/libaspell.la: No such file or directory libtool: link: `Data/sw/src/aspell-0.50.4.1-2/aspell-0.50.4.1/lib/libaspell.la' is not a valid libtool archive make[1]: *** [libpspell.la] Error 1 make: *** [all-recursive] Error 1 ### execution of (./configure failed, exit code 2 Failed: compiling aspell-0.50.4.1-2 failed -- Robert ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users