Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
strange things happen with sdl-sound
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Pompei2
n00b
n00b


Joined: 06 May 2006
Posts: 8

PostPosted: Wed Feb 28, 2007 12:27 am    Post subject: strange things happen with sdl-sound Reply with quote

Hello,

I just installed my new gentoo system, and when I come to compile sdl-sound, I get those strange errors:

Code:

.....
make[3]: Entering directory `/var/tmp/portage/media-libs/sdl-sound-1.0.1-r2/work/SDL_sound-1.0.1/decoders/timidity'
/bin/sh ../../libtool   --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../..    -O2 -march=athlon-xp -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -c -o common.lo common.c
../../libtool: line 323: s,^.*/,,g: No such file or directory
/bin/sh ../../libtool   --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../..    -O2 -march=athlon-xp -pipe -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -c -o instrum.lo instrum.c
../../libtool: line 323: s,^.*/,,g: No such file or directory
../../libtool: line 737: -e: command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 737: -e: command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1100: -e: command not found
: compile: cannot determine name of library object from `'
make[3]: *** [instrum.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1048: -e: command not found
../../libtool: line 1100: -e: command not found
: compile: cannot determine name of library object from `'
make[3]: *** [common.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-libs/sdl-sound-1.0.1-r2/work/SDL_sound-1.0.1/decoders/timidity'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/sdl-sound-1.0.1-r2/work/SDL_sound-1.0.1/decoders'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/sdl-sound-1.0.1-r2/work/SDL_sound-1.0.1'
make: *** [all] Error 2

!!! ERROR: media-libs/sdl-sound-1.0.1-r2 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3725:   Called src_compile
  sdl-sound-1.0.1-r2.ebuild, line 55:   Called die

!!! emake 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-sound-1.0.1-r2/temp/build.log'.


I have really no idea what it could be. Any help would be appreciated.

good night :)

Edit:

Oh, I have the same problems with glib, at least that one:
Code:
../../libtool: line 1048: -e: command not found


Seems to be a more general problem. :(
Back to top
View user's profile Send private message
Dan
Veteran
Veteran


Joined: 25 Oct 2005
Posts: 1302

PostPosted: Fri Mar 02, 2007 8:40 pm    Post subject: Reply with quote

post emerge --info
It is probably this bug..
https://bugs.gentoo.org/show_bug.cgi?id=167736
with you upgrading libtool , reverting to libtool1.5.22 will probably solve your issue.
or it could have to do with you upgrading linux-headers to 2.6.20, you may ned to revert to 2.6.17-r2 for the time being.
_________________
- Failure is not an option. It's bundled with your software.
Back to top
View user's profile Send private message
Pompei2
n00b
n00b


Joined: 06 May 2006
Posts: 8

PostPosted: Sat Mar 03, 2007 12:38 am    Post subject: Reply with quote

Thank you very much !!
It's exactly the same, I use libtool 1.5.23b currently and linux-headers 2.6.20-r1
That's dumb, I didn't search good enough in the bug reports :(

It seems this bug is due to the missing environment variable:
SED=sed

When I export this, it seems everything works (at least, compiles)

Thank you !
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum