Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247504 - media-video/transcode-1.0.7 fails to compile with media-libs/libcaca-0.99_beta16 due to missing libcucul.la
Summary: media-video/transcode-1.0.7 fails to compile with media-libs/libcaca-0.99_bet...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-18 21:19 UTC by Renato Caldas
Modified: 2008-11-20 21:51 UTC (History)
1 user (show)

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 Renato Caldas 2008-11-18 21:19:36 UTC
The "libcucul" libraries are just symlinks to the "libcaca" libraries, and are created by the libcaca ebuild.

media-video/transcode links with libcucul.la, which should be a symlink to "libcaca.la". Unfortunately the libcaca ebuild doesn't make this symlink, and so transcode fails to compile:

/bin/sh ../../libtool --mode=link x86_64-pc-linux-gnu-gcc  -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mtune=core2 -pipe -O2 -DDCT_YUV_PRECISION=1   -o filter_pv.la -rpath /usr/lib64/transcode -module -avoid-version filter_pv.lo pv.lo  -lSM -lICE -lXext -lX11 -lXv  -lXv -lSDL -lpthread
/bin/grep: /usr/lib64/libcucul.la: No such file or directory
/bin/sed: can't read /usr/lib64/libcucul.la: No such file or directory
libtool: link: `/usr/lib64/libcucul.la' is not a valid libtool archive
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-11-18 21:40:10 UTC
Run revdep-rebuild, this is probably sdl requiring a rebuild.
Comment 2 Renato Caldas 2008-11-20 21:51:58 UTC
(In reply to comment #1)
> Run revdep-rebuild, this is probably sdl requiring a rebuild.

Running revdep-rebuild does show a lot of broken packages, including libsdl. Sorry for the noise...