Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310281 - dev-libs/glib-2.22.4 does not build
Summary: dev-libs/glib-2.22.4 does not build
Status: RESOLVED DUPLICATE of bug 271942
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 20:15 UTC by Michael Ralston
Modified: 2010-03-19 20:34 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ralston 2010-03-19 20:15:13 UTC
Build fails after attempting to link a directory.

Reproducible: Always

Steps to Reproduce:
1.Emerge dev-libs/glib-2.22.4

Actual Results:  
The relevant portion of the build log:

/bin/sh ../libtool  --tag=CC   --mode=link i686-pc-linux-gnu-gcc -g -Os -march=native -fomit-frame-pointer -pipe -Wall -Wl,--export-dynamic -avoid-version -module  -rpath /usr/lib -Wl,-O1 -o libmoduletestplugin_a.la  libmoduletestplugin_a.lo -ldl ../gmodule/libgmodule-2.0.la ../glib/libglib-2.0.la 
libtool: link: i686-pc-linux-gnu-gcc -shared  .libs/libmoduletestplugin_a.o   -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/glib-2.22.4/work/glib-2.22.4/gmodule/.libs -Wl,-rpath -Wl,/var/tmp/portage/dev-libs/glib-2.22.4/work/glib-2.22.4/glib/.libs -L/var/tmp/portage/dev-libs/glib-2.22.4/work/glib-2.22.4/glib/.libs ../gmodule/.libs/libgmodule-2.0.so /usr/bin /usr/sbin /bin /sbin -ldl /var/tmp/portage/dev-libs/glib-2.22.4/work/glib-2.22.4/glib/.libs/libglib-2.0.so ../glib/.libs/libglib-2.0.so  -march=native -Wl,--export-dynamic -Wl,-O1   -Wl,-soname -Wl,libmoduletestplugin_a.so -o .libs/libmoduletestplugin_a.so
/usr/bin: file not recognized: Is a directory
collect2: ld returned 1 exit status
make[3]: *** [libmoduletestplugin_a.la] Error 1



Expected Results:  
No error, successful build.

This is on an eeePC that I'm trying to do an initial system install on - glib is required for syslog-ng, which I was installing as per the handbook's directions.
Comment 1 Michael Ralston 2010-03-19 20:34:54 UTC

*** This bug has been marked as a duplicate of bug 271942 ***