Bug 131841

Summary: SysVinit doesn't compile from non-root account
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: sysvinitAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-11 19:15:47 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:
Bug Depends On:    
Bug Blocks: 123268    
Attachments:
Description Flags
A patch that fixes the problem
none
New patch none

Description Steve Grubb 2004-09-05 15:03:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
The make file tries to create a node in the /dev directory which:

a) you must be root to do   -and-
b) is not anywhere that rpm can package it later

I will attach a patch that fixes this bug.

Version-Release number of selected component (if applicable):
SysVinit-2.85-32

How reproducible:
Always

Steps to Reproduce:
1. rpmbuild -bb SysVinit.spec

Additional info:

Comment 1 Steve Grubb 2004-09-05 15:04:27 UTC
Created attachment 103488 [details]
A patch that fixes the problem

Comment 2 Steve Grubb 2004-09-06 13:34:25 UTC
Created attachment 103508 [details]
New patch

Actually, there are a couple commands right before the mknod that needs the
$(ROOT) variable added. It makes no difference to the outcome, but is more
complete.

Comment 3 Bill Nottingham 2004-10-11 19:15:47 UTC
Fixed in -34, thanks!

Comment 4 David Lawrence 2007-06-22 02:18:21 UTC
Package name is now sysvinit in latest Fedora.