Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160739 - media-libs/id3lib-3.8.3-r5 fails with MAKEOPTS >-j2
Summary: media-libs/id3lib-3.8.3-r5 fails with MAKEOPTS >-j2
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-07 17:37 UTC by Lars Strojny
Modified: 2007-02-04 20:21 UTC (History)
0 users

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 Lars Strojny 2007-01-07 17:37:25 UTC
When compiling id3lib with MAKEOPTS=-j5 I get the following error trace:
../include/id3/io_decorators.h:44: warning: 'class dami::io::WindowedReader' has virtual functions but non-virtual destructor
../include/id3/io_decorators.h:153: warning: 'class dami::io::UnsyncedWriter' has virtual functions but non-virtual destructor
tag.cpp:1070: warning: 'class<unnamed>::IteratorImpl' has virtual functions but non-virtual destructor
tag.cpp:1093: warning: 'class<unnamed>::ConstIteratorImpl' has virtual functions but non-virtual destructor
make[2]: *** [mp3_parse.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/tag_file.Tpo .deps/tag_file.Plo
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../include/id3 -I../include -O2 -march=pentium4 -pipe -fstack-protector -Wall -Wno-unused -Wno-inline -Woverloaded-virtual -Wmissing-declarations -MT tag.lo -MD -MP -MF .deps/tag.Tpo -c tag.cpp -o tag.o >/dev/null 2>&1
mv -f .deps/tag.Tpo .deps/tag.Plo
make[2]: Leaving directory `/var/tmp/portage/id3lib-3.8.3-r5/work/id3lib-3.8.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/id3lib-3.8.3-r5/work/id3lib-3.8.3'
make: *** [all] Error 2

!!! ERROR: media-libs/id3lib-3.8.3-r5 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  id3lib-3.8.3-r5.ebuild, line 41:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

When I set MAKEOPTS to -j2 it compiles.
Comment 1 Alexis Ballier gentoo-dev 2007-01-07 20:23:44 UTC
I'm not able to reproduce it here, could you please attach the full merge log, your emerge --info and give the output of emerge -pv id3lib ?
Comment 2 Alexis Ballier gentoo-dev 2007-02-04 20:21:17 UTC
No answer, not reproducible, closing as needinfo