Bug 26839

Summary: [SRPMS] build has high hardware requirements
Product: [Retired] Red Hat Raw Hide Reporter: Enrico Scholz <rh-bugzilla>
Component: MesaAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-09 16:20:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2001-02-09 16:15:01 UTC
The %install stage contains the command 

: make -j$numprocs check || :

$numprocs is not defined there (only in the %build-stage). So make will be
called as

: make -j check

and won't limit number of processes. Although such a call is a good
hardware check, it is unsuitably for building rpms ;)

I recommend to define $numprocs like in the %build stage.

Comment 1 Bernhard Rosenkraenzer 2001-02-09 16:20:34 UTC
This is a feature - users are supposed things we've compiled, not stuff
they've broken themselves. ;)

Fixed in 3.4-8.