Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287666 - media-video/transcode-1.0.7 fails to compile, missing libcucul
Summary: media-video/transcode-1.0.7 fails to compile, missing libcucul
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-04 19:07 UTC by Timothy Stotts
Modified: 2009-12-01 13:13 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 Timothy Stotts 2009-10-04 19:07:47 UTC
Transcode 1.0.7 fails to find libcucul during compilation linking, and thus fails to emerge.

Reproducible: Always

Steps to Reproduce:
1.
CFLAGS="-pipe -O2 -march=core2 -mtune=core2 -msse4.1" \
USE="X a52 dv dvd iconv jpeg lzo mjpeg mmx mp3 mpeg ogg \
     sdl sse sse2 theora truetype v4l2 vorbis xml xvid" \
emerge ~media-video/transcode-1.0.7

2.
Notice compilation libtool failure on not finding -lcucul for linking.


Actual Results:  
Fails to find library libcucul.

Expected Results:  
Transcode should compile successfully.

libtool: link: x86_64-pc-linux-gnu-gcc -shared  .libs/filter_pv.o .libs/pv.o   -L/usr/lib64 -luuid /usr/lib64/libXv.so /usr/lib64/libxcb.so /usr/lib64/libSDL.so -L/usr/lib /usr/lib64/libdirectfb.so /usr/lib64/libfusion.so /usr/lib64/libdirect.so /usr/lib64/libggi.so -lc /usr/lib64/libgii.so /usr/lib64/libXxf86dga.so /usr/lib64/libgg.so /usr/lib64/libaa.so -lncurses /usr/lib64/libcaca.so -lncursesw /usr/lib64/libglut.so -lm /usr/lib64/libGL.so /usr/lib/libGLU.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libXext.so /usr/lib64/libXi.so /usr/lib64/libX11.so /usr/lib64/libXxf86vm.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl -lcucul -lz -lpthread  -march=core2 -mtune=core2 -Wl,-O1   -Wl,-soname -Wl,filter_pv.so -o .libs/filter_pv.so
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcucul
collect2: ld returned 1 exit status
make[3]: *** [filter_pv.la] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: link: x86_64-pc-linux-gnu-gcc -shared  .libs/filter_preview.o .libs/display.o   -L/usr/lib64 -luuid /usr/lib64/libdv.so /usr/lib64/libXv.so /usr/lib64/libxcb.so /usr/lib64/libSDL.so -L/usr/lib /usr/lib64/libdirectfb.so /usr/lib64/libfusion.so /usr/lib64/libdirect.so /usr/lib64/libggi.so -lc /usr/lib64/libgii.so /usr/lib64/libXxf86dga.so /usr/lib64/libgg.so /usr/lib64/libaa.so -lncurses /usr/lib64/libcaca.so -lncursesw /usr/lib64/libglut.so -lm /usr/lib64/libGL.so /usr/lib/libGLU.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libXext.so /usr/lib64/libXi.so /usr/lib64/libX11.so /usr/lib64/libXxf86vm.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl -lcucul -lz -lpthread  -march=core2 -mtune=core2 -Wl,-O1   -Wl,-soname -Wl,filter_preview.so -o .libs/filter_preview.so
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lcucul
collect2: ld returned 1 exit status
make[3]: *** [filter_preview.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-video/transcode-1.0.7/work/transcode-1.0.7/filter/preview'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-video/transcode-1.0.7/work/transcode-1.0.7/filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-video/transcode-1.0.7/work/transcode-1.0.7' 
make: *** [all] Error 2
 *            
 * ERROR: media-video/transcode-1.0.7 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3121:  Called die
 * The specific snippet of code:
 *       emake all || die "emake failed"
 *  The die message:
 *   emake failed
Comment 1 Rafał Mużyło 2009-10-04 23:25:33 UTC
Use revdep-rebuild - libcucul was merged into
libcaca and you're dealing with la file pollution.
Comment 2 Rafał Mużyło 2009-10-04 23:29:53 UTC
Unless transcode 1.0.7 is explicitly asking for libcucul
- attach build.log then and reopen.
In such case, this may turn into stable request.
Comment 3 Timothy Stotts 2009-10-05 02:51:24 UTC
(In reply to comment #2)
> Unless transcode 1.0.7 is explicitly asking for libcucul
> - attach build.log then and reopen.
> In such case, this may turn into stable request.
> 

My system does not contain a libcucul.la file, or any file with a similar name. I re-emerged libcaca; it had no effect. How do I know if transcode is explicitly asking for libcucul?
Comment 4 Timothy Stotts 2009-10-05 19:40:09 UTC
Confirmed as invalid. Needed to revdep-rebuild and have libsdl-* recompile against the new libcaca.
Comment 5 David 2009-12-01 13:13:19 UTC
(In reply to comment #4)
> Confirmed as invalid. Needed to revdep-rebuild and have libsdl-* recompile
> against the new libcaca.
> 

(In reply to comment #4)
> Confirmed as invalid. Needed to revdep-rebuild and have libsdl-* recompile
> against the new libcaca.
> 
I don't know if this will work on amd64 or not, but try this out: If you don't already have it emerged, then emerge lafilefixer Then do:lafilefixer --justfixit and then try to emerge transcode. This worked for me on x86 arch.