Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334123 - dev-libs/libxslt-1.1.26 fails to install: /usr/bin: file not recognized: Is a directory
Summary: dev-libs/libxslt-1.1.26 fails to install: /usr/bin: file not recognized: Is a...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 18:48 UTC by Robert T Childers
Modified: 2010-08-24 02:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info results (emerge_info.txt,4.06 KB, text/plain)
2010-08-23 18:52 UTC, Robert T Childers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert T Childers 2010-08-23 18:48:39 UTC
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
Comment 1 Robert T Childers 2010-08-23 18:52:26 UTC
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.
Comment 2 Robert T Childers 2010-08-23 19:01:03 UTC
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
Comment 3 Arttu Valo 2010-08-23 22:50:45 UTC
Could this have something in common with bug #284480? (And/or bug #271942 referenced onwards from there.)
Comment 4 Robert T Childers 2010-08-24 02:14:33 UTC
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.