Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 385485

Summary: app-editors/ted-2.21: warning: jobserver unavailable: using -j1
Product: Gentoo Linux Reporter: Ian Delaney (RETIRED) <idella4>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: minor CC: kensington
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch with sed line
patch for files/ted-2.21-QA.patch
diff patch for the ebuild

Description Ian Delaney (RETIRED) gentoo-dev 2011-10-03 11:56:49 UTC
package has a QA failure.
 

Reproducible: Always

Steps to Reproduce:
1. emerge package
2.
3. 
Actual Results:  
>>> Completed installing ted-2.21 into /var/tmp/portage/portage/app-editors/ted-2.21/image/

 * QA Notice: make jobserver unavailable:
 * 
 *      make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment


Expected Results:  
Clean emerge / install

working on it.  Many files to check to subst make
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-10-03 16:01:50 UTC
Created attachment 288685 [details, diff]
patch with sed line

sed style patch to fix.

>>> Completed installing ted-2.21 into /var/tmp/portage/portage/app-editors/ted-2.21/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/bin/Ted
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-10-03 16:37:51 UTC
Created attachment 288693 [details, diff]
patch for files/ted-2.21-QA.patch

diff style patch to be files/ted-2.21-QA.patch
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2011-10-03 17:00:56 UTC
Created attachment 288697 [details, diff]
diff patch for the ebuild

ebuild calling files/ted-2.21-QA.patch.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2011-10-06 17:41:20 UTC
Hmm, why was this closed as WORKSFORME? Should stay open as I just hit this.
Comment 5 Michael Palimaka (kensington) gentoo-dev 2011-11-15 10:35:18 UTC
Any particular reason for forcing -j1? Works fine here in parallel.
Comment 6 Pacho Ramos gentoo-dev 2012-02-28 21:11:21 UTC
Isn't changing "make" by "$(MAKE)" enough? (without forcing -j1)

Please try it
Comment 7 Pacho Ramos gentoo-dev 2012-03-03 19:18:47 UTC
+  03 Mar 2012; Pacho Ramos <pacho@gentoo.org> +files/ted-2.21-make.patch,
+  ted-2.21.ebuild:
+  Make rtf2pdf.sh accessible from /usr/bin (bug #347926 by James Broadhead) and
+  fix parallel make (bug 385485 by Ian Delaney).
+