I am running OSX 10.3.3 on a G4 laptop with (867 MHz PowerPC) and 256 Meg of RAM. I am using the Apple X11.
I did an installation from scratch of Fink, then did a self-update through Fink Commander, then installed the gnome-bundle, also through FINK Commander, compiling from source using the stable tree. So far so good.
Then I activated the unstable tree, did a self-update and then update-all (still using Fink Commander). The self-update ran without and error, the update all pulled in a large set of packages (not surprising) and asked me to make a set of choices regarding different options for resolving dependencies; I accepted the default in all cases.
Compiling of the various packages began, and the next morning I find that there was a fatal error.
Attached is the end of the installation mateial that appeared on the screen.
[much material deleted]
lib -lintl
rm -fr .libs/libscrollkeeper.la .libs/libscrollkeeper.* .libs/libscrollkeeper.*
gcc -r -keep_private_externs -nostdlib -o .libs/libscrollkeeper.0.0.0.dylib-master.o error.lo file.lo i18n.lo merge.lo extract.lo install.lo database.lo uninstall.lo update-url.lo && gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libscrollkeeper.0.0.0.dylib .libs/libscrollkeeper.0.0.0.dylib-master.o -L/sw/lib -lxslt -lxml2 -lz -lpthread -liconv -lm -lintl -lc -install_name /sw/lib/libscrollkeeper.0.dylib -compatibility_version 1 -current_version 1.0
ld: warning -dylib_install_name /sw/lib/libscrollkeeper.0.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
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
(cd .libs && rm -f libscrollkeeper.0.dylib && ln -s libscrollkeeper.0.0.0.dylib libscrollkeeper.0.dylib)
(cd .libs && rm -f libscrollkeeper.dylib && ln -s libscrollkeeper.0.0.0.dylib libscrollkeeper.dylib)
ar cru .libs/libscrollkeeper.a error.o file.o i18n.o merge.o extract.o install.o database.o uninstall.o update-url.o
ranlib .libs/libscrollkeeper.a
creating libscrollkeeper.la
(cd .libs && rm -f libscrollkeeper.la && ln -s ../libscrollkeeper.la libscrollkeeper.la)
Making all in buildtools
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libs -I/sw/include/libxml2 -I/sw/include -no-cpp-precomp -I/sw/include -O3 -funroll-loops -fstrict-aliasing -MT separate.o -MD -MP -MF ".deps/separate.Tpo" \
-c -o separate.o `test -f 'separate.c' || echo './'`separate.c; \
then mv -f ".deps/separate.Tpo" ".deps/separate.Po"; \
else rm -f ".deps/separate.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc -O3 -funroll-loops -fstrict-aliasing -o scrollkeeper-tree-separate separate.o -L/sw/lib -lxml2 -lz -lpthread -L/sw/lib -liconv -lm -L/sw/lib -lxslt -lxml2 -lz -lpthread -liconv -lm ../libs/libscrollkeeper.la -L/sw/lib -lintl -L/sw/lib -liconv -R/sw/lib -L/sw/lib -lintl
mkdir .libs
gcc -O3 -funroll-loops -fstrict-aliasing -o .libs/scrollkeeper-tree-separate separate.o -L/sw/lib -L../libs/.libs -lscrollkeeper -lxslt -lxml2 -lz -lpthread -lm -lintl -liconv
ld: warning prebinding disabled because dependent library: /sw/lib/libscrollkeeper.0.dylib is not prebound
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
creating scrollkeeper-tree-separate
Making all in config
make[2]: Nothing to be done for `all'.
Making all in cl
Making all in templates
LC_ALL=C ../../intltool-merge ../../po scrollkeeper_cl.xml.in scrollkeeper_cl.xml -x -u -c ../../po/.intltool-merge-cache
You must have XML::Parser installed to run ../../intltool-merge
make[3]: *** [scrollkeeper_cl.xml] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of ./configure failed, exit code 2 Failed: compiling scrollkeeper-0.3.14-3 failed
Is there some straightforward problem that I can solve here, or should I just scour out the sw directory and start over?
Warren Gallin
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
