Bug 382251 - perl-POE-Component-IRC uses nonexistent %{_fixperms} macro
Summary: perl-POE-Component-IRC uses nonexistent %{_fixperms} macro
Keywords:
Status: CLOSED DUPLICATE of bug 382091
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Panu Matilainen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 382221 382241 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-14 11:39 UTC by Lubomir Kundrak
Modified: 2007-11-30 22:12 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-11-15 08:48:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.