Bug 382251

Summary: perl-POE-Component-IRC uses nonexistent %{_fixperms} macro
Product: [Fedora] Fedora Reporter: Lubomir Kundrak <lkundrak>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: cweyl, perl-devel, pnasrat
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: 2007-11-15 08:48:20 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 Lubomir Kundrak 2007-11-14 11:39:49 UTC
Description of problem:

sh: line 0: fg: no job control
sh: line 0: fg: no job control
Building target platforms: i686
Building for target i686
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.25289
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf POE-Component-IRC-5.29
+ /bin/gzip -dc /usr/src/redhat/SOURCES/POE-Component-IRC-5.29.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd POE-Component-IRC-5.29
+ '%{_fixperms}' Changes MANIFEST MANIFEST.SKIP META.yml Makefile.PL README docs
examples inc lib t
/var/tmp/rpm-tmp.25289: line 36: fg: no job control
error: Bad exit status from /var/tmp/rpm-tmp.25289 (%prep)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.25289 (%prep)

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

Today's rawhide

Comment 1 Chris Weyl 2007-11-14 16:05:40 UTC
%{_fixperms} has been around since the dim mists of antiquity.  (at least RH7.x;
I wasn't playing with rpms in my RH4.x days :))

If %{_fixperms} has disappeared from today's rawhide, this isn't a PoCo::IRC
problem; it's an rpm bug that the rpm package isn't delivering this macro.

Comment 2 Chris Weyl 2007-11-14 16:53:29 UTC
*** Bug 382221 has been marked as a duplicate of this bug. ***

Comment 3 Chris Weyl 2007-11-14 16:53:37 UTC
*** Bug 382241 has been marked as a duplicate of this bug. ***

Comment 4 Panu Matilainen 2007-11-14 19:30:53 UTC
%{_fixperms} macro hasn't gone anywhere. Whatever the problems here, it starts
earlier than that:
sh: line 0: fg: no job control
sh: line 0: fg: no job control

Comment 5 Panu Matilainen 2007-11-15 08:48:20 UTC
This is a side-effect of the switch to NSS - crypto isn't initialized early
enough in case of mock and such, so packages fail to install due to (false)
md5sum failures.

*** This bug has been marked as a duplicate of 382091 ***