Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413019 - dev-python/pygtksourceview-2.10.1: libararies linking fails
Summary: dev-python/pygtksourceview-2.10.1: libararies linking fails
Status: RESOLVED DUPLICATE of bug 271942
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-21 20:24 UTC by tokiclover
Modified: 2012-04-22 11:10 UTC (History)
0 users

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


Attachments
build.log (build.log,16.76 KB, text/plain)
2012-04-21 20:24 UTC, tokiclover
Details
`emerge --info' (emerge.info,6.28 KB, text/plain)
2012-04-21 20:25 UTC, tokiclover
Details
/var/tmp/portage/dev-python/pygtksourceview-2.10.1/work/pygtksourceview-2.10.1-2.7/config.log (config.log,29.39 KB, text/plain)
2012-04-21 20:49 UTC, tokiclover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tokiclover 2012-04-21 20:24:32 UTC
Created attachment 309745 [details]
build.log

I'm just trying to build a new i686 almost stable box, but `emerge -avDN @system' fails because of the cited package.

Compilation goes as expected but ld fails to link libraries with an error of gtksourceview2.la:

libtool: link: /bin/grep -E -e "initgtksourceview2" ".libs/gtksourceview2.exp" > ".libs/gtksourceview2.expT"
libtool: link: mv -f ".libs/gtksourceview2.expT" ".libs/gtksourceview2.exp"
libtool: link: echo "{ global:" > .libs/gtksourceview2.ver
libtool: link:  cat .libs/gtksourceview2.exp | sed -e "s/\(.*\)/\1;/" >> .libs/gtksourceview2.ver
libtool: link:  echo "local: *; };" >> .libs/gtksourceview2.ver
libtool: link:  i686-pc-linux-gnu-gcc -shared  .libs/gtksourceview2_la-gtksourceview2module.o .libs/gtksourceview2_la-gtksourceview2.o   -Wl,--as-needed -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 /usr/lib/libfontconfig.so /usr/bin /usr/sbin /bin /sbin -lfreetype -lz -lbz2 -lexpat -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  -pthread -march=native -Wl,-O1 -Wl,--hash-style=gnu -pthread   -pthread -Wl,-soname -Wl,gtksourceview2.so -Wl,-version-script -Wl,.libs/gtksourceview2.ver -o .libs/gtksourceview2.so
/usr/bin: file not recognized: Is a directory
collect2: ld returned 1 exit status
make[2]: *** [gtksourceview2.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygtksourceview-2.10.1/work/pygtksourceview-2.10.1-2.7'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygtksourceview-2.10.1/work/pygtksourceview-2.10.1-2.7'
make: *** [all] Error 2
emake failed

the rest is in the joined files.
Comment 1 tokiclover 2012-04-21 20:25:10 UTC
Created attachment 309747 [details]
`emerge --info'
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-04-21 20:35:52 UTC
Please attach /var/tmp/portage/dev-python/pygtksourceview-2.10.1/work/pygtksourceview-2.10.1-2.7/config.log
Comment 3 tokiclover 2012-04-21 20:49:00 UTC
Created attachment 309749 [details]
/var/tmp/portage/dev-python/pygtksourceview-2.10.1/work/pygtksourceview-2.10.1-2.7/config.log

Thanks for replying, here the requested file.
Comment 4 Rafał Mużyło 2012-04-21 21:02:07 UTC
Most likely you should look at bug 271942 first.
Comment 5 tokiclover 2012-04-21 22:09:35 UTC
issue solved with `chroot /mnt/gentoo /usr/sbin/env -i /bin/bash', `export SHELL=/bi/bash' did not do the trick and PATH was not affected.
Thanks, Rafal!
Comment 6 Pacho Ramos gentoo-dev 2012-04-22 11:10:02 UTC

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