Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 292761

Summary: media-libs/libogg doesn't create file /usr/lib64/libogg.la
Product: Gentoo Linux Reporter: Bob Deblier <bob.deblier>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gentoo-bugs, SebastianLuther
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bob Deblier 2009-11-11 09:03:56 UTC
Various other packages needs this file to link correctly with libogg, e.g. media-libs/xine-lib-1.1.16.3-r1

Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/libogg (version 1.1.4)
2. emerge media-libs/xine-lib (version 1.1.16.3-r1)


Actual Results:  
Second emerge fails.

Expected Results:  
Second emerge succeeds.

/bin/sh ../../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -fvisibility=hidden -fno-strict-aliasing -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE  -O2 -pipe -march=k8 -frename-registers -ffunction-sections -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wstrict-aliasing=2 -Werror=implicit-function-declaration -DNDEBUG -Wl,--no-undefined -avoid-version -module -Wl,-O1 -o xineplug_dmx_asf.la -rpath /usr/lib64/xine/plugins/1.26 xineplug_dmx_asf_la-demux_asf.lo xineplug_dmx_asf_la-asfheader.lo ../../src/xine-engine/libxine.la   
/bin/grep: /usr/lib64/libogg.la: No such file or directory
/bin/sed: can't read /usr/lib64/libogg.la: No such file or directory
libtool: link: `/usr/lib64/libogg.la' is not a valid libtool archive
make[2]: *** [xineplug_dmx_ogg.la] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: link: x86_64-pc-linux-gnu-gcc -shared  .libs/xineplug_dmx_asf_la-demux_asf.o .libs/xineplug_dmx_asf_la-asfheader.o   -Wl,-rpath -Wl,/var/tmp/portage/media-libs/xine-lib-1.1.16.3-r1/work/xine-lib-1.1.16.3/src/xine-engine/.libs ../../src/xine-engine/.libs/libxine.so -L/usr/lib64 -ldl -lm /usr/lib64/libfontconfig.so /usr/lib64/libfreetype.so -lz /usr/lib64/libexpat.so -lrt -lresolv -lnsl  -march=k8 -Wl,--no-undefined -Wl,-O1   -pthread -Wl,-soname -Wl,xineplug_dmx_asf.so -o .libs/xineplug_dmx_asf.so
libtool: link: ( cd ".libs" && rm -f "xineplug_dmx_asf.la" && ln -s "../xineplug_dmx_asf.la" "xineplug_dmx_asf.la" )
make[2]: Leaving directory `/var/tmp/portage/media-libs/xine-lib-1.1.16.3-r1/work/xine-lib-1.1.16.3/src/demuxers'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/xine-lib-1.1.16.3-r1/work/xine-lib-1.1.16.3/src'
make: *** [all-recursive] Error 1
 * 
 * ERROR: media-libs/xine-lib-1.1.16.3-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3105:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed."
 *  The die message:
 *   emake failed.
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-libs/xine-lib-1.1.16.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/xine-lib-1.1.16.3-r1/temp/environment'.
 *
Comment 1 Allen Brooker (AllenJB) 2009-11-11 09:09:54 UTC
This is intended. Please install the "lafilefixer" package and run "lafilefixer --justfixit", then rerun your original emerge.
Comment 2 Sebastian Luther (few) 2009-11-11 09:18:01 UTC
Please run lafilefixer --justfixit (included in dev-util/lafilefixer).

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