Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77793 - sys-apps/help2man SMP problem (w/fix)
Summary: sys-apps/help2man SMP problem (w/fix)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-13 01:04 UTC by Torgeir Hansen
Modified: 2005-01-13 23:40 UTC (History)
0 users

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


Attachments
lame patch to fix smp build issue for help2man-1.33.1 (help2man-1.33.1.ebuild.patch,329 bytes, patch)
2005-01-13 01:05 UTC, Torgeir Hansen
Details | Diff
lame patch to fix smp build issue for help2man-1.35.1 (help2man-1.35.1.ebuild.patch,334 bytes, patch)
2005-01-13 01:05 UTC, Torgeir Hansen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torgeir Hansen 2005-01-13 01:04:25 UTC
make install with -j3 fails, this is valid for both 1.33.1 and 1.35.1.
Comment 1 Torgeir Hansen 2005-01-13 01:05:25 UTC
Created attachment 48374 [details, diff]
lame patch to fix smp build issue for help2man-1.33.1
Comment 2 Torgeir Hansen 2005-01-13 01:05:49 UTC
Created attachment 48375 [details, diff]
lame patch to fix smp build issue for help2man-1.35.1
Comment 3 SpanKY gentoo-dev 2005-01-13 06:34:36 UTC
umm, `make install` doesnt run in parallel ... that's why it's `make` and not `emake`
Comment 4 Torgeir Hansen 2005-01-13 23:40:19 UTC
My bad, this was a new installation - and I had entered MAKEFLAGS instead of MAKEOPTS in make.conf! :/
(What I want for next xmas is for emerge to filter MAKEFLAGS -j# for the install process ;)

I thought it was weird that install behaviour had changed from not including MAKEOPTS, to suddenly including it ;)