Summary: | sdl-{sound,mixer,gfx,etc}, smpeg building problems (with ~x86, testing) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Lorenzo Hernández García-Hierro <lorenzo> |
Component: | New packages | Assignee: | Gentoo Games <games> |
Status: | RESOLVED INVALID | ||
Severity: | major | ||
Priority: | Normal | ||
Version: | 2005.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | configure log |
Description
Lorenzo Hernández García-Hierro
2005-05-04 13:02:27 UTC
Created attachment 58061 [details]
configure log
Seems to be a problem regarding DirectFB, but revdep-rebuild does not help, it
tries to rebuild affected ebuilds but won't work, there's some type of conflict
between old ebuilds and newer ones:
All prepared. Starting rebuild...
emerge --oneshot --nodeps =app-cdr/k3b =dev-java/libreadline-java
=dev-libs/DirectFB =dev-libs/libcdio =dev-perl/sdl-perl =dev-util/gambas
=games-arcade/frozen-bubble =games-emulation/neopocott =games-emulation/tuxnes
=kde-base/kdebase =media-libs/libdv =media-libs/libmovtar =media-libs/libsdl
=media-libs/sdl-gfx =media-libs/sdl-image =media-libs/sdl-mixer
=media-libs/sdl-ttf =media-libs/smpeg =media-libs/xine-lib
=media-plugins/gst-plugins-flac =media-plugins/xmms-infinity
=media-plugins/xmms-smpeg =media-sound/alsaplayer =media-video/mjpegtools
=media-video/mplayer =net-libs/gnutls =sys-libs/lib-compat
..........
!!! SELinux not loaded: SELinux is not enabled.
Calculating dependencies -
!!! All ebuilds that could satisfy "=dev-util/gambas" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-util/gambas-1.0.5 (masked by: package.mask)
- dev-util/gambas-1.0.4 (masked by: package.mask)
For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
(after modifying /root/.revdep-rebuild.4_ebuilds trying to fix the versions,
whcih want work since most have been removed due to the update and usage of
~x86/testing ebuilds).
Cheers,
Lorenzo.
I'm testing and rebuilding manually the affected ebuilds, I expect this to work but until I send back the results, I would like to know if anyone experienced the same problems. Cheers, Lorenzo. you didnt rebuild libsdl after upgrading DirectFB like you were supposed to: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: warning: libdirectfb-0.9.so.21, needed by /usr/lib/libSDL.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: warning: libfusion-0.9.so.21, needed by /usr/lib/libSDL.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: warning: libdirect-0.9.so.21, needed by /usr/lib/libSDL.so, not found (try using -rpath or -rpath-link) /usr/lib/libSDL.so: undefined reference to `DirectFBCreate' /usr/lib/libSDL.so: undefined reference to `DirectFBErrorString' /usr/lib/libSDL.so: undefined reference to `DirectFBError' /usr/lib/libSDL.so: undefined reference to `DirectFBInit' |