| View previous topic :: View next topic |
| Author |
Message |
luismanson Tux's lil' helper


Joined: 04 Aug 2005 Posts: 123
|
Posted: Wed Apr 04, 2007 9:42 pm Post subject: sdl-image cant find (installed) libsdl |
|
|
Hi all, after a world update im having a lot of problems now i find stuck with:
| Code: |
AMD64Luis luis # emerge sdl-image
Calculating dependencies... done!
>>> Verifying ebuild Manifests...
>>> Emerging (1 of 1) media-libs/sdl-image-1.2.5-r1 to /
[....]
checking for SDL - version >= 1.2.10... no
*** Could not run SDL test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding SDL or finding the wrong
*** version of SDL. If it is not finding SDL, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
configure: error: *** SDL version 1.2.10 not found!
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/media-libs/sdl-image-1.2.5-r1/work/SDL_image-1.2.5/config.log
!!! ERROR: media-libs/sdl-image-1.2.5-r1 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_compile
ebuild.sh, line 971: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
sdl-image-1.2.5-r1.ebuild, line 34: Called econf '--enable-gif' '--enable-jpg' '--enable-tif' '--enable-png' '--enable-pnm' '--enable-bmp' '--enable-lbm' '--enable-pcx' '--enable-tga' '--enable-xcf' '--enable-xpm'
ebuild.sh, line 577: Called die
!!! econf 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/sdl-image-1.2.5-r1/temp/build.log'.
|
| Code: |
but:
sdl-config --version
1.2.11
AMD64Luis luis # emerge --search libsdl
Searching...
[ Results for search key : libsdl ]
[ Applications found : 1 ]
* media-libs/libsdl
Latest version available: 1.2.11-r2
Latest version installed: 1.2.11-r2
|
|
|
| Back to top |
|
 |
loftwyr l33t


Joined: 29 Dec 2004 Posts: 970 Location: 43°38'23.62"N 79°27'8.60"W
|
Posted: Thu Apr 05, 2007 9:29 pm Post subject: |
|
|
try a re-emerge of both and potentially a revdep-rebuild _________________ My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing. |
|
| Back to top |
|
 |
luismanson Tux's lil' helper


Joined: 04 Aug 2005 Posts: 123
|
Posted: Fri Apr 06, 2007 6:01 pm Post subject: |
|
|
still the same, but running ldd /usr/lib/libSDL-1.2.so.0.11.0
i got one interesting line:
libgg.so.0 => not found
ls -l /usr/lib64/libgg.*
lrwxrwxrwx 1 root root 14 abr 3 02:14 /usr/lib64/libgg.so -> libgg.so.1.0.0
lrwxrwxrwx 1 root root 14 abr 3 02:14 /usr/lib64/libgg.so.1 -> libgg.so.1.0.0
-rwxr-xr-x 1 root root 45144 abr 3 02:14 /usr/lib64/libgg.so.1.0.0
i had manually runned ldconfig, but nothing :S
i cant figure why still wants .so.0 :S
i can just do a symlink, but this should be resolved automagically with ld, right? |
|
| Back to top |
|
 |
loftwyr l33t


Joined: 29 Dec 2004 Posts: 970 Location: 43°38'23.62"N 79°27'8.60"W
|
Posted: Fri Apr 06, 2007 7:06 pm Post subject: |
|
|
Can I see you emerge --info output? _________________ My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing. |
|
| Back to top |
|
 |
spitzwegerich l33t


Joined: 04 Mar 2003 Posts: 697 Location: Lower Bavaria, Central Europe
|
Posted: Fri Apr 06, 2007 7:56 pm Post subject: |
|
|
Had the same problem
revdep-rebuild did NOT work.
But re-emerging libsdl worked. _________________ "Work is the curse of the drinking classes."
-Oskar Wilde |
|
| Back to top |
|
 |
|