Hi I am running fink version:

[Quark:~/Ports/horae-005] paulfons% fink --version
Package manager version: 0.10.0.cvs
Distribution version: 0.4.9.cvs


and find that I can't compile the package libxml. I thought this might have come up before, but a search of the user-list mailing archives came up blank. Is there a standard fix for this? I am concerned in particular with the line

sh: /sw/fink/dists/unstable/main/finkinfo/libs/libxml2-2.4.25-1.patch: No such file or directory

I have used cvs update to upgrade to the latest version (many times) with no success. This install of fink was upgraded to the latest version via the instructions on the net.


Information about 1596 packages read in 1 seconds.

The following 3 packages will be installed or updated:
libxml2 libxml2-bin libxml2-shlibs
rm -rf libxml2-2.4.25-1
mkdir -p /sw/src/libxml2-2.4.25-1
bzip2 -dc /sw/src/libxml2-2.4.25.tar.bz2 | /sw/bin/tar -xf -
sed 's|@PREFIX@|/sw|g' </sw/fink/dists/unstable/main/finkinfo/libs/libxml2-2.4.25-1.patch | patch -p1
sh: /sw/fink/dists/unstable/main/finkinfo/libs/libxml2-2.4.25-1.patch: No such file or directory
./configure --prefix=/sw --mandir='${prefix}/share/man' --with-iconv=/sw


lots of compile related info ...





rm -f .libs/xmlunicode.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -I/sw/include -I/sw/include -g -O2 -Wall -c xmlunicode.c -fno-common -DPIC -o .libs/xmlunicode.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./include -I/sw/include -I/sw/include -g -O2 -Wall -c xmlunicode.c -o xmlunicode.o >/dev/null 2>&1
mv -f .libs/xmlunicode.lo xmlunicode.lo
/bin/sh ./libtool --mode=link gcc -g -O2 -Wall -o libxml2.la -rpath /sw/lib -version-info 6:25:4 SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo -lz -L/sw/lib -liconv -lm
rm -fr .libs/libxml2.la .libs/libxml2.* .libs/libxml2.*
./libtool: test: too many arguments
gcc -dynamiclib -undefined suppress -o .libs/libxml2.2.4.25.dylib SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo -lz -L/sw/lib -liconv -lm -lc -install_name /sw/lib/libxml2.2.dylib
/usr/bin/libtool: ld: -undefined error must be used when -twolevel_namespace is in effect
internal link edit command failed
### execution of make failed, exit code 2
make[2]: Failed: compiling libxml2-2.4.25-1 failed
*** [libxml2.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to