Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5183 - mp3blaster fails to emerge
Summary: mp3blaster fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-17 23:38 UTC by SpanKY
Modified: 2002-08-13 12:25 UTC (History)
1 user (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 SpanKY gentoo-dev 2002-07-17 23:38:12 UTC
i dont know why i didnt report this guy before, its never emerged for me ;)

when compiling nmixer, it dies with:
../nmixer/libnmixer.a(nmixer.o): In function `NMixer::NMixerInit(void)':
nmixer.o(.text+0x163): undefined reference to `NASMixer::NASMixer(char const *, baseMixer *)'

vapier mnt # emerge -s ^nas$
[ Results for search key : ^nas$ ]
[ Applications found : 1 ]

*  media-libs/nas
      Latest version Available: 1.5
      Latest version Installed: 1.5

any ideas ?
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-18 01:02:59 UTC
gcc-3?
Comment 2 SpanKY gentoo-dev 2002-07-18 11:40:53 UTC
neg, i dont believe in all that gcc3 hype

its for monkeys
Comment 3 Dan Lund 2002-08-13 11:48:59 UTC
I get the same thing when emerging mp3blaster.

c++ -march=i686 -O3 -pipe -fomit-frame-pointer  -I/usr/X11R6/include  -L../mpegs
ound -L../nmixer -o nmixer  main.o -lnmixer -lncurses -lpthread -lm  -lpthread
../nmixer/libnmixer.a(nmixer.o): In function `NMixer::NMixerInit(void)':
nmixer.o(.text+0x164): undefined reference to `NASMixer::NASMixer(char const *, 
baseMixer *)'
collect2: ld returned 1 exit status
make[2]: *** [nmixer] Error 1
make[2]: Leaving directory `/var/tmp/portage/mp3blaster-3.1.1/work/mp3blaster-3.
1.1/nmixer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mp3blaster-3.1.1/work/mp3blaster-3.
1.1'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -12, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/media-sound/mp3blaster/mp3blaster-3.1.1.ebu
ild .

Using GCC 2.95 on a P4 with these compile flags:

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=i686 -O3 -pipe -fomit-frame-pointer"

Comment 4 Dan Lund 2002-08-13 11:53:30 UTC
I just added "-nas" into my USE flags and emerged mp3blaster and it compiled
perfectly.

Looks like an incompatibility with Network Audio Server.  (and I use it!  *sigh*)

Comment 5 Arcady Genkin (RETIRED) gentoo-dev 2002-08-13 12:25:03 UTC
Yep, I get the same stuff with NAS enabled.

I've disabled NAS support in the ebuild for now.  Thanks.