| View previous topic :: View next topic |
| Author |
Message |
Garvonis n00b


Joined: 04 Nov 2005 Posts: 61 Location: California
|
Posted: Fri Mar 10, 2006 6:36 am Post subject: smpeg wants SDL version 1.2.0 |
|
|
I did a portage search via emerge -s sdl and it came up with many results... The one I found to be libsdl is version 1.2.9, and that one seems to be the actual "SDL" it's looking for, but I don't really know... The point of getting this fixed is so I can finally get...
| Quote: | | ACCEPT_KEYWORDS="~x86" USE="aalib libcaca aac divx4linux dts live mad matroska mythtv real theora win32codecs xanim xvid qt quicktime mpeg oggvorbis directfb gif cdparanoia dvd dvdread mmx mmxext sse sse2 xvmc samba truetype xmms win32codecs dvdr dvdread mp3 imagemagick vorbis ieee1394 mozilla xml browserplugin" emerge --newuse --deep --update world |
...to finally work and get my system fully updated.
| Code: | checking for SDL - version >= 1.2.0... no
*** Could not run SDL test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means SDL was incorrectly installed
*** or that you have moved SDL since it was installed. In the latter case, you
*** may want to edit the sdl-config script: /usr/bin/sdl-config
configure: error: *** SDL version 1.2.0 not found!
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/var/tmp/portage/smpeg-0.4.4-r7/work/smpeg-0.4.4/config.log
!!! ERROR: media-libs/smpeg-0.4.4-r7 failed.
Call stack:
ebuild.sh, line 1933: Called dyn_compile
ebuild.sh, line 971: Called src_compile
smpeg-0.4.4-r7.ebuild, line 49: Called econf 'compile' '--disable-assertions' '--enable-gtk-player' '--with-x' '--enable-opengl-player' '--enable-mmx'
!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant. |
|
|
| Back to top |
|
 |
EzInKy Veteran


Joined: 11 Oct 2002 Posts: 1734 Location: Kentucky
|
Posted: Fri Mar 10, 2006 10:17 am Post subject: |
|
|
The smpeg ebuild calls for libsdl >=1.20 so the latest version is fine. I'm surprised you don't have it on your system already as quite a few apps depend on sdl. _________________ Time is what keeps everything from happening all at once. |
|
| Back to top |
|
 |
ecatmur Advocate


Joined: 20 Oct 2003 Posts: 3595 Location: Edinburgh
|
|
| Back to top |
|
 |
jason.ausmus n00b

Joined: 25 Jan 2006 Posts: 49 Location: Portland, OR
|
Posted: Wed May 24, 2006 9:31 pm Post subject: |
|
|
I had this same issue ... I already had libsdl of the most recent version, but for some reason smpeg thought I didn't have it.
Remerging libsdl fixed it for me.
Thanks,
Jason |
|
| Back to top |
|
 |
SCUD n00b

Joined: 16 Jan 2005 Posts: 12
|
Posted: Sat Jun 03, 2006 2:57 am Post subject: |
|
|
I had the exact same issue as well, re-emerging SDL fixed it! Thankyou...  |
|
| Back to top |
|
 |
mshmsh Tux's lil' helper


Joined: 29 Jan 2004 Posts: 107 Location: Foster City, CA
|
Posted: Wed Nov 22, 2006 10:15 pm Post subject: |
|
|
Re-emerging libsdl fixed this for me as well.
Shyam |
|
| Back to top |
|
 |
ebon n00b

Joined: 20 Sep 2006 Posts: 2
|
Posted: Sun Nov 26, 2006 2:32 am Post subject: works |
|
|
Hi all,
echo 'media-libs/libsdl X' >> /etc/portage/package.use
emerge libsdl
emerge =smpeg-0.4.4*
suscess |
|
| Back to top |
|
 |
Ice_Berg_ n00b

Joined: 23 Sep 2004 Posts: 17
|
Posted: Sun Apr 15, 2007 1:06 am Post subject: |
|
|
I have reinstalled libsdl numerous times and it has not solved the problem.
| Code: |
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... no
*** Could not run SDL test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means SDL was incorrectly installed
*** or that you have moved SDL since it was installed. In the latter case, you
*** may want to edit the sdl-config script: /usr/bin/sdl-config
configure: error: *** SDL version 1.2.0 not found!
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/media-libs/smpeg-0.4.4-r9/work/smpeg-0.4.4/config.log
!!! ERROR: media-libs/smpeg-0.4.4-r9 failed.
|
| Code: |
# sdl-config --version
1.2.11
|
|
|
| Back to top |
|
 |
mandelcat n00b

Joined: 07 Jan 2007 Posts: 22
|
Posted: Tue Aug 28, 2007 12:07 am Post subject: same problem |
|
|
I had the same problem and nothing worked until I read on a forum:
The problem was a missing link between /usr/lib64/libgg.so.1.0.0
and /usr/lib64/libgg.so.0
I added the link and it worked. |
|
| Back to top |
|
 |
Warhead Tux's lil' helper


Joined: 09 Oct 2003 Posts: 122 Location: Verden, near Bremen, Germany
|
Posted: Tue Mar 11, 2008 4:40 pm Post subject: Re: same problem |
|
|
| mandelcat wrote: | I had the same problem and nothing worked until I read on a forum:
The problem was a missing link between /usr/lib64/libgg.so.1.0.0
and /usr/lib64/libgg.so.0
I added the link and it worked. |
So portage does not create this when installing stable packages? Funny....well sort of.
Regards
Warhead _________________ To Rome said Nero: "If to smoke you turn
I shall not cease to fiddle while you burn."
To Nero Rome replied: "Pray do your worst,
'Tis my excuse that you were fiddling first."
--Orm Pludge |
|
| Back to top |
|
 |
|