Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218315 - pop4-1.14 misses /usr/lib64/libpopt.la
Summary: pop4-1.14 misses /usr/lib64/libpopt.la
Status: RESOLVED DUPLICATE of bug 218286
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 19:30 UTC by Federico Fissore
Modified: 2008-04-19 00:39 UTC (History)
3 users (show)

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


Attachments
revdep-rebuild -p (revdep.rebuild.output,33.50 KB, text/plain)
2008-04-18 20:46 UTC, Federico Fissore
Details
emerge --info (emerge.info,3.85 KB, text/plain)
2008-04-18 20:47 UTC, Federico Fissore
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Fissore 2008-04-18 19:30:34 UTC
as subject: this makes gnome-applets unable to build and breaks lots of gnome* stuff

I'm running ~amd64

Reproducible: Always

Steps to Reproduce:
1. update to popt-1.14
2. emerge gnome-applets or run revdep-rebuild -p

Actual Results:  
gnome-applets fails and revdep-rebuild notifies lots of broken links
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2008-04-18 19:42:16 UTC
Dear Federico, could you please describe what exactly is broken using other words, and then reopen this bug?
Comment 2 Ginsu 2008-04-18 20:24:42 UTC
gnome-terminal-2.22.1 won't build without libpopt.la:

/bin/sh ../../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -O2 -march=native -ftracer -pipe  -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/include/startup-notification-1.0   -DSKEY_MAIN -O2 -march=native -ftracer -pipe -L/usr/lib64  -lSM -lICE -lX11  -pthread -lgio-2.0 -lglade-2.0 -lxml2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lart_lgpl_2 -lgconf-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lrt -lstartup-notification-1 -lvte -lgtk-x11-2.0 -lpangoxft-1.0 -lpangox-1.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lXft -lXrender -lfontconfig -lfreetype -lz -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    -o testskey testskey-btoe.o testskey-skey.o testskey-skeyutil.o testskey-md4.o testskey-md5.o testskey-sha1.o  -lpangoxft-1.0 -lpangoft2-1.0 -lXft -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lXrender -lfontconfig -lfreetype -lz -lX11    
grep: /usr/lib64/libpopt.la: No such file or directory
/bin/sed: can't read /usr/lib64/libpopt.la: No such file or directory
libtool: link: `/usr/lib64/libpopt.la' is not a valid libtool archive
make[3]: *** [libskey.la] Error 1
Comment 3 Federico Fissore 2008-04-18 20:46:59 UTC
Created attachment 150229 [details]
revdep-rebuild -p

(In reply to comment #1)
> Dear Federico, could you please describe what exactly is broken using other
> words, and then reopen this bug?
> 

I've unmasked it, emerged and then run revdep-rebuild -p
its output is attached
(don't care about the initial QT complaint: that's another story and possibly another bug)

masking 1.14 and reemerging 1.13 solves the issue

i've also attached my emerge --info
Comment 4 Federico Fissore 2008-04-18 20:47:21 UTC
Created attachment 150230 [details]
emerge --info
Comment 5 Federico Fissore 2008-04-18 20:48:19 UTC
commented above
Comment 6 Alex Rickabaugh 2008-04-18 22:45:38 UTC
Also experiencing this issue on ~amd64 (libgnomemm failing to compile during a world update).
Comment 7 Alex Rickabaugh 2008-04-18 22:52:14 UTC
Odd, 1.14 ebuild has a line in src_install():
    find "${D}" -name '*.la' -delete

Just a guess, but maybe this line should be removed? :)
Comment 8 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-04-19 00:39:11 UTC

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