Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305699 - media-plugins/gst-plugins-vorbis-0.10.24 - missing .la file
Summary: media-plugins/gst-plugins-vorbis-0.10.24 - missing .la file
Status: RESOLVED DUPLICATE of bug 275597
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-18 07:02 UTC by John Ladan
Modified: 2010-02-18 09:48 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 John Ladan 2010-02-18 07:02:21 UTC
When compiling media-plugins/gst-plugins-vorbis-0.10.24, I got the error:

grep: /usr/lib/libogg.la: No such file or directory
/bin/sed: can't read /usr/lib/libogg.la: No such file or directory
libtool: link: `/usr/lib/libogg.la' is not a valid libtool archive

I fixed it by removing the line that deletes all .la files in the libogg ebuild on my system, and rebuilding that.

According to http://wiki.archlinux.org/index.php/Libtool_slaying it's because a dependency in between didn't delete its .la files. In that case the offender would be libvorbis (all versions in my current tree). I haven't tested this yet, as I'm in the middle of a sizeable update.

Reproducible: Always

Steps to Reproduce:
1. emerge media-plugins/gst-plugins-vorbis-0.10.24
2. watch it fail
Actual Results:  
Build failed

Expected Results:  
build succeed
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-02-18 09:48:54 UTC

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