Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20243 - Lmule 1.2.0.1 don't compile if you use MAKEOPTS="-jx"
Summary: Lmule 1.2.0.1 don't compile if you use MAKEOPTS="-jx"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-30 18:07 UTC by Brice Arnould (un_brice)
Modified: 2003-05-13 12:57 UTC (History)
2 users (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 Brice Arnould (un_brice) 2003-04-30 18:07:18 UTC
All is in the title 

Reproducible: Always
Steps to Reproduce:
1.# MAKEOPTS="-j2" expmerge lmule 
Actual Results:  
The compilation ptocess complains about missing files then fail. 

Expected Results:  
It should have installed lmule.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-01 06:20:29 UTC
hanno: there's no changelog entry for 1.2.0.1
Comment 2 Paul Pacheco 2003-05-01 12:31:57 UTC
it fails with this message: 
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g    -I/usr/lib/wx/include/gtk-2.4 
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -Iwx/xrc -Iwx/xrc/expat/xmlparse -Iwx/xrc/expat/xmltok  
-MT CommentDialogLst.o -MD -MP -MF ".deps/CommentDialogLst.Tpo" \ 
  -c -o CommentDialogLst.o `test -f 'CommentDialogLst.cpp' || echo 
'./'`CommentDialogLst.cpp; \ 
then mv ".deps/CommentDialogLst.Tpo" ".deps/CommentDialogLst.Po"; \ 
else rm -f ".deps/CommentDialogLst.Tpo"; exit 1; \ 
fi 
mv: cannot stat `.deps/CommentDialog.Tpo': No such file or directory 
make[3]: *** [CommentDialog.o] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/lmule-1.2.0.1/work/lmule-1.2.0.1/src' 
make[2]: *** [all-recursive] Error 1 
make[2]: *** Waiting for unfinished jobs.... 
make[2]: Leaving directory 
`/var/tmp/portage/lmule-1.2.0.1/work/lmule-1.2.0.1/src' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/lmule-1.2.0.1/work/lmule-1.2.0.1' 
make: *** [all] Error 2 
 
!!! ERROR: net-p2p/lmule-1.2.0.1 failed. 
!!! Function src_compile, Line 18, Exitcode 2 
!!! (no error message) 
 
 
Comment 3 Anders Bruun Olsen 2003-05-04 07:48:42 UTC
To add upon this, lmule 1.2.0.1 doesn't compile on my system unless I change emake to make in 
the ebuild file, so it would seem that lmule 1.2.0.1 has problems doing parallel builds.. 
Comment 4 Hanno Böck gentoo-dev 2003-05-13 12:57:37 UTC
It seems that liquidx already fixed this and forgot to close this bug.