Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185952 - media-sound/esound fails parallel make
Summary: media-sound/esound fails parallel make
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-20 08:09 UTC by Jörg Rebenstorf
Modified: 2007-10-22 22:49 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 Jörg Rebenstorf 2007-07-20 08:09:38 UTC
i686-pc-linux-gnu-gcc -O2 -mcpu=i686 -fno-strict-aliasing -Wall -o .libs/esd esd.o clients.o filter.o mix.o players.o proto.o samples.o util.o  -lwrap ./.libs/libesd.so -L/usr/lib /usr/lib/libaudiofile.so -lm /usr/lib/libasound.so
i686-pc-linux-gnu-gcc: util.o: No such file or directory
make[2]: *** [esd] Error 1
make[2]: *** Waiting for unfinished jobs....
creating esdmon
i686-pc-linux-gnu-gcc -O2 -mcpu=i686 -fno-strict-aliasing -Wall -o .libs/esdrec esdrec.o  ./.libs/libesd.so -L/usr/lib /usr/lib/libaudiofile.so -lm /usr/lib/libasound.so
creating esdloop
i686-pc-linux-gnu-gcc -O2 -mcpu=i686 -fno-strict-aliasing -Wall -o .libs/esdcat esdcat.o  ./.libs/libesd.so -L/usr/lib /usr/lib/libaudiofile.so -lm /usr/lib/libasound.so
creating esdrec
creating esdcat
(cd .libs && rm -f libesddsp.la && ln -s ../libesddsp.la libesddsp.la)
make[2]: Leaving directory `/var/tmp/portage/media-sound/esound-0.2.36-r2/work/esound-0.2.36'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/esound-0.2.36-r2/work/esound-0.2.36'
make: *** [all] Error 2

!!! ERROR: media-sound/esound-0.2.36-r2 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_compile
  ebuild.sh, line 973:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  esound-0.2.36-r2.ebuild, line 54:   Called die

!!! Make 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-sound/esound-0.2.36-r2/temp/build.log'.


Reproducible: Always

Steps to Reproduce:
1. emerging distcc pulls in esound-0.2.36-r2 which failed to compile
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-20 08:16:16 UTC
Try w/ MAKEOPTS="-j1"; on that note, emerge --info output is required in bugs.
Comment 2 Jörg Rebenstorf 2007-07-20 08:30:05 UTC
'MAKEOPTS="-j1" emerge esound'
-> works for me, no compiler errors anymore.

Why is this setting required?

I guess 'emerge --info' output is not required anymore. If not, please tell me.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-07-20 08:34:57 UTC
(In reply to comment #2)
> 'MAKEOPTS="-j1" emerge esound'
> -> works for me, no compiler errors anymore.
> 
> Why is this setting required?

Because the configure scripts are broken... 
Comment 4 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-07-26 18:13:20 UTC
It builds fine with -j9 here.  Can you post emerge --info?
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-10-22 22:49:26 UTC
please get back to us