Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397445 - net-irc/scrollz-2.2 please use emake install instead of einstall
Summary: net-irc/scrollz-2.2 please use emake install instead of einstall
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 22:30 UTC by Agostino Sarubbo
Modified: 2012-01-03 13:00 UTC (History)
0 users

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


Attachments
ebuild.patch (diff,697 bytes, patch)
2012-01-02 22:30 UTC, Agostino Sarubbo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-01-02 22:30:07 UTC
Created attachment 297725 [details, diff]
ebuild.patch

parallel make does not work for me, so emake -j1 goes well, anyway check before apply the patch, for me $( qlist scrollz_with_einstall ) is the same of $( qlist scrollz_with_emake ) so, all go in a correct place.

this patch fixes also bug 397441
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2012-01-03 03:55:12 UTC
Thanks for the report, fixed in CVS in net-irc/scrollz-2.2. (Yes, I did copy this from bug 397441 comment 1 ;-)).
Comment 2 Agostino Sarubbo gentoo-dev 2012-01-03 09:05:22 UTC
(In reply to comment #1)
> Thanks for the report, fixed in CVS in net-irc/scrollz-2.2. (Yes, I did copy
> this from bug 397441 comment 1 ;-)).

parallel make does not work, so you must use emake -j1
Comment 3 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2012-01-03 13:00:22 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Thanks for the report, fixed in CVS in net-irc/scrollz-2.2. (Yes, I did copy
> > this from bug 397441 comment 1 ;-)).
> 
> parallel make does not work, so you must use emake -j1

I added http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-irc/scrollz/files/scrollz-2.2-make-install.patch?revision=1.1&view=markup which seems to fix parallel make for me. Does this not fix it for you?