Bug 9301

Summary: ksymoops won't build as non-root
Product: [Retired] Red Hat Raw Hide Reporter: Michael Tokarev <mjt>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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: 2000-02-10 14:26:10 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 Michael Tokarev 2000-02-10 14:26:10 UTC
From the whole mess of kernel packages --
only ksymoops won't built as non-root user.
It fails on install stage -- called from .spec as
make install -C ksymoops-%{ksymoopsver}
INSTALL_PREFIX=$RPM_BUILD_ROOT/usr.

In Makefile for it, target install:
  $(INSTALL) -d -o root -g root $(INSTALL_PREFIX)/bin
install: /var/tmp/rpm.../bin: Operation not permitted

Ksymoops has only two files (exe&man), so it will be trivial
to install it from .spec file directly.

That is very annoying to see that rpm build failed on the last
stage after some hours of compiling...

Comment 1 Michael Tokarev 2000-10-19 17:26:34 UTC
Cured a long time ago.  I'm curious -- why this wasn't closed?  So I close it.