Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249850 - sdl-net doesn't build, libcucul.la not found
Summary: sdl-net doesn't build, libcucul.la not found
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-04 20:54 UTC by Mikel Olasagasti
Modified: 2009-01-20 15:33 UTC (History)
2 users (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 Mikel Olasagasti 2008-12-04 20:54:50 UTC
>>> Emerging (1 of 1) media-libs/sdl-net-1.2.7
 * SDL_net-1.2.7.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                     [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                                                      [ ok ]
>>> Unpacking source...
>>> Unpacking SDL_net-1.2.7.tar.gz to /var/tmp/portage/media-libs/sdl-net-1.2.7/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/media-libs/sdl-net-1.2.7/work/SDL_net-1.2.7 ...
 * econf: updating SDL_net-1.2.7/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating SDL_net-1.2.7/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
(...)
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3
checking for x86_64-pc-linux-gnu-g++... (cached) x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes
checking dependency style of x86_64-pc-linux-gnu-g++... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for windres... no
checking for x86_64-pc-linux-gnu-windres... no
checking for linux-gnu-windres... no
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.4... yes
checking for GUI_Create in -lGUI... no
configure: WARNING: *** Can't find the GUI library - not building test programs
The GUI library can be found at:
http://www.libsdl.org/projects/GUIlib/

configure: creating ./config.status
config.status: creating Makefile
config.status: creating SDL_net.spec
config.status: creating SDL_net.qpg
config.status: executing depfiles commands
make -j3 
if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I.     -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnet.lo -MD -MP -MF ".deps/SDLnet.Tpo" -c -o SDLnet.lo SDLnet.c; \
	then mv -f ".deps/SDLnet.Tpo" ".deps/SDLnet.Plo"; else rm -f ".deps/SDLnet.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I.     -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetTCP.lo -MD -MP -MF ".deps/SDLnetTCP.Tpo" -c -o SDLnetTCP.lo SDLnetTCP.c; \
	then mv -f ".deps/SDLnetTCP.Tpo" ".deps/SDLnetTCP.Plo"; else rm -f ".deps/SDLnetTCP.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I.     -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetUDP.lo -MD -MP -MF ".deps/SDLnetUDP.Tpo" -c -o SDLnetUDP.lo SDLnetUDP.c; \
	then mv -f ".deps/SDLnetUDP.Tpo" ".deps/SDLnetUDP.Plo"; else rm -f ".deps/SDLnetUDP.Tpo"; exit 1; fi
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnet.lo -MD -MP -MF .deps/SDLnet.Tpo -c SDLnet.c  -fPIC -DPIC -o .libs/SDLnet.o
 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetTCP.lo -MD -MP -MF .deps/SDLnetTCP.Tpo -c SDLnetTCP.c  -fPIC -DPIC -o .libs/SDLnetTCP.o
 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnet.lo -MD -MP -MF .deps/SDLnet.Tpo -c SDLnet.c -o SDLnet.o >/dev/null 2>&1
 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetUDP.lo -MD -MP -MF .deps/SDLnetUDP.Tpo -c SDLnetUDP.c  -fPIC -DPIC -o .libs/SDLnetUDP.o
 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetTCP.lo -MD -MP -MF .deps/SDLnetTCP.Tpo -c SDLnetTCP.c -o SDLnetTCP.o >/dev/null 2>&1
 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetUDP.lo -MD -MP -MF .deps/SDLnetUDP.Tpo -c SDLnetUDP.c -o SDLnetUDP.o >/dev/null 2>&1
if /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. -I.     -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetselect.lo -MD -MP -MF ".deps/SDLnetselect.Tpo" -c -o SDLnetselect.lo SDLnetselect.c; \
	then mv -f ".deps/SDLnetselect.Tpo" ".deps/SDLnetselect.Plo"; else rm -f ".deps/SDLnetselect.Tpo"; exit 1; fi
 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetselect.lo -MD -MP -MF .deps/SDLnetselect.Tpo -c SDLnetselect.c  -fPIC -DPIC -o .libs/SDLnetselect.o
 x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL_net\" -DVERSION=\"1.2.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT SDLnetselect.lo -MD -MP -MF .deps/SDLnetselect.Tpo -c SDLnetselect.c -o SDLnetselect.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc  -march=core2 -pipe -O3 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -Wl,-O1 -o libSDL_net.la -rpath /usr/lib64 -no-undefined -release 1.2 -version-info 0:7:0 SDLnet.lo SDLnetTCP.lo SDLnetUDP.lo SDLnetselect.lo  -lSDL -lpthread
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
make: *** [libSDL_net.la] Error 1


[ebuild   R   ] media-libs/libcaca-0.99_beta16  USE="X imlib ncurses opengl -doc -mono -nocxx -ruby -slang" 0 kB


Portage 2.1.6_rc2 (default/linux/amd64/2008.0/no-multilib, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.27 x86_64)
=================================================================
System uname: Linux-2.6.27-x86_64-Intel-R-_Core-TM-2_CPU_T7200_@_2.00GHz-with-glibc2.2.5
Timestamp of tree: Thu, 04 Dec 2008 19:32:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p48
dev-lang/python:     2.4.4-r4, 2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r8
dev-util/cmake:      2.4.6
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.3.0-r1
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.19
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.26
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -pipe -O3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=core2 -pipe -O3"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
LINGUAS="eu"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/gnome /usr/local/portage/layman/sunrise /usr/local/portage/layman/voip /usr/local/portage/layman/wschlich-testing /usr/local/portage/layman/desktop-effects /usr/portage/local/gnome"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acl acpi alsa amd64 apache2 avahi berkdb bluetooth bzip2 cairo calendar cdda cdr cli cracklib crypt ctype curl dbus dell dri dvd dvdr eds exif ffmpeg firefox flac fortran ftp fuse gd gdbm gif glitz gnome gnome-keyring gnutls gstreamer gtk hal hash hddtemp iconv imlib ipod ipv6 ipw3945 isdnlog jpeg json keyring laptop libcaca libnotify mad midi mmx mmxext mp3 mpeg mpm-prefork mudflap musicbrainz mysql nautilus ncurses networkmanager nls nntp nptl nptlonly nsplugin nvidia ogg opengl openmp pam pcmcia pcre perl png policykit posix pppd pulseaudio python readline reflection samba session simplexml sockets soup spell spl sse sse2 ssl suhosin svg sysfs tcpd theora tracker truetype unicode vorbis webkit xcb xinerama xml xmlreader xmlrpc xmlwriter xmp xorg xv xvid zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="access auth auth_dbm auth_anon auth_digest authz_host alias file-cache echo charset-lite cache disk-cache mem-cache filter ext-filter case_filter case-filter-in deflate mime-magic cern-meta expires headers usertrack unique-id proxy proxy-connect proxy-ftp proxy-http info include cgi cgid dav dav-fs vhost-alias speling rewrite log_config logio env setenvif mime status autoindex asis negotiation dir imap actions userdir so" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="eu" USERLAND="GNU" VIDEO_CARDS="nv nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS



Reproducible: Always

Steps to Reproduce:
Comment 1 Lars Strojny 2008-12-05 15:34:10 UTC
The reason is the missing symlink from /usr/lib/libcaca.la to /usr/lib/libcucul.la. See http://caca.zoy.org/ticket/49 for details.
Comment 2 Mikel Olasagasti 2009-01-09 16:42:26 UTC
revdep-rebuild showed that sdl and others need to be recompiled, after that it worked like a charm.

@lars, can you confirm that to close the bug?
Comment 3 DEMAINE Benoît-Pierre, aka DoubleHP 2009-01-12 09:26:15 UTC
before closing, please ask the SDL maint to add an ewarn:
ewarn "if you have issues with libcucul, please run revdeprebuild"
or so ... i know someone who met very similar bug: many system update may break because of this libcucul thing ... it would be nice if things just dont break in the first place :) but i dont understand yet why this breaks.

Other bugs tell about libcucul ... even one saying that revdeprebuild may not see the problem !

rebuilding sdl does fix. but finding why it breaks would help ...
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2009-01-20 15:33:54 UTC
Any time you change a use flag you have to run emerge -vuND world and revdep-rebuild.  There's no reason to single out this case for special warning.  This appears to be user error.