libxslt-1.126 fails to install with error /usr/bin:file not recognized: Is a directory. Reproducible: Always Steps to Reproduce: 1.emerge libxslt 2. 3. Actual Results: program fails to install Expected Results: program should have installed From the terminal at the point of error. libtool: compile: i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/include/libxml2 -O2 -march=athlon-xp -pipe -Wall -c transform.c -o transform.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -O2 -march=athlon-xp -pipe -Wall -Wl,--version-script=./libxslt.syms -version-info 2:26:1 -Wl,-O1 -Wl,--as-needed -o libxslt.la -rpath /usr/lib attrvt.lo xslt.lo xsltlocale.lo xsltutils.lo pattern.lo templates.lo variables.lo keys.lo numbers.lo extensions.lo extra.lo functions.lo namespaces.lo imports.lo attributes.lo documents.lo preproc.lo transform.lo security.lo -lxml2 -lz -lm -lm libtool: link: i686-pc-linux-gnu-gcc -shared .libs/attrvt.o .libs/xslt.o .libs/xsltlocale.o .libs/xsltutils.o .libs/pattern.o .libs/templates.o .libs/variables.o .libs/keys.o .libs/numbers.o .libs/extensions.o .libs/extra.o .libs/functions.o .libs/namespaces.o .libs/imports.o .libs/attributes.o .libs/documents.o .libs/preproc.o .libs/transform.o .libs/security.o -Wl,--as-needed /usr/lib/libxml2.so /usr/bin /usr/sbin /bin /sbin -ldl -lz -lm -march=athlon-xp -Wl,--version-script=./libxslt.syms -Wl,-O1 -Wl,-soname -Wl,libxslt.so.1 -o .libs/libxslt.so.1.1.26 /usr/bin: file not recognized: Is a directory collect2: ld returned 1 exit status make[2]: *** [libxslt.la] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-libs/libxslt-1.1.26/work/libxslt-1.1.26/libxslt' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-libs/libxslt-1.1.26/work/libxslt-1.1.26' make: *** [all] Error 2
Created attachment 244267 [details] emerge --info results I am doing a fresh install of gentoo. This is with march=athlon-xp -O2 -pipe and profile of desktop/kde.
I get the same failure in libmng-1.0.10 and splashutils-1.5.4.3-r3 of /usr/bin: file not recognized: Is a directory
Could this have something in common with bug #284480? (And/or bug #271942 referenced onwards from there.)
I was doing my install from a System Rescue CD instead of a minimum gentoo install live cd. Once I rebooted into a working gentoo system the program compiled and installed like it should have.