Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298662 - =app-cdr/qpxtool-0.7.0 fails parallel make
Summary: =app-cdr/qpxtool-0.7.0 fails parallel make
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
: 299034 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-28 10:21 UTC by Helmut Jarausch
Modified: 2010-01-25 20:10 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
This is the patch, as suggested by Helmut Jarausch, only o little changed so the structure is the same of other makefiles (f1tattoo-ldlibs.diff,486 bytes, patch)
2010-01-09 11:56 UTC, Zorzo Luca
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2009-12-28 10:21:58 UTC
app-cdr/qpxtool-0.7.0 does not build/install
First,
  console/f1tattoo/Makefile  needs the patch
--- console/f1tattoo/Makefile.ORIG	2009-09-23 09:53:25.000000000 +0200
+++ console/f1tattoo/Makefile	2009-12-28 10:19:49.025127628 +0100
@@ -5,7 +5,7 @@
 
 CXXFLAGS += -I. -I../../lib/include $(LPNG_INC)
 CFLAGS   += -I. -I../../lib/include $(LPNG_INC)
-LDLIBS   += -lqpxtransport -lqpxyamaha $(LPNG_LIB) -L../../lib/lib
+LDLIBS   += -L../../lib/lib -lqpxtransport -lqpxyamaha $(LPNG_LIB)
 
 $(BIN): $(OBJS)
 	$(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(LDLIBS)


I don't have a patch for the second error (during install)

from the LOG :
make -C pioneer DIR=pioneer install
install: cannot stat `locale/*.qm': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-cdr/qpxtool-0.7.0/work/qpxtool-0.7.0/gui'
make: *** [gui_install] Error 2



Reproducible: Always
Comment 1 Михаил 2009-12-29 20:26:11 UTC
MAKEOPTS="-j1" works.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-12-29 20:32:23 UTC
Added -j1 to the ebuild
Comment 3 Zorzo Luca 2010-01-09 11:56:28 UTC
Created attachment 215792 [details, diff]
This is the patch, as suggested by Helmut Jarausch, only o little changed so the structure is the same of other makefiles

Also with -j1 it doesn't compile. I need to apply the attached patch, thanks to Helmut Jarausch.
I only changed it a little so the structure is the same of other makefiles.
Please also mark bug #299034 as a duplicate of this one. In it you can also find the whole ebuild package + patches.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2010-01-25 20:07:12 UTC
*** Bug 299034 has been marked as a duplicate of this bug. ***
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2010-01-25 20:10:13 UTC
0.7.0-r should fix it.