Bug 214142 - rpm build fails due to missing /usr/lib/rpm/check-rpaths
Summary: rpm build fails due to missing /usr/lib/rpm/check-rpaths
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: 6
Hardware: i686
OS: Linux
medium
high
Target Milestone: ---
Assignee: Paul Nasrat
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-06 07:45 UTC by Tomasz Kepczynski
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-06 08:12:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tomasz Kepczynski 2006-11-06 07:45:16 UTC
Description of problem:
I am trying to build my own package. At the end of the build I get:
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.19614
+ umask 022
+ cd /user/tkepczyn/rpmbuild/BUILD
+ cd igk-repo-6
+ LANG=C
+ export LANG
+ unset DISPLAY
+ [[ /var/tmp/igk-repo-6-root != \/ ]]
+ [[ -d /var/tmp/igk-repo-6-root ]]
+ /bin/rm -rf /var/tmp/igk-repo-6-root
+ /usr/bin/install -m 0755 -d /var/tmp/igk-repo-6-root/etc/yum.repos.d
/var/tmp/igk-repo-6-root/etc/pki/rpm-gpg
+ /usr/bin/install -m 0644 /user/tkepczyn/rpmbuild/SOURCES/igk.repo
/var/tmp/igk-repo-6-root/etc/yum.repos.d
+ /usr/bin/install -m 0444 /user/tkepczyn/rpmbuild/SOURCES/RPM-GPG-KEY-triss
/var/tmp/igk-repo-6-root/etc/pki/rpm-gpg
+ /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
/var/tmp/rpm-tmp.19614: line 34: /usr/lib/rpm/check-rpaths: No such file or
directory
error: Bad exit status from /var/tmp/rpm-tmp.19614 (%install)


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


Version-Release number of selected component (if applicable):
rpm-4.4.2-32.i386
rpm-build-4.4.2-32.i386

How reproducible:
Always

Steps to Reproduce:
Just try to build any package.
  
Actual results:
Build process stops.

Expected results:
Package is built.


Additional info:
gklab-59-001:~# find /usr/lib/rpm -name check\*                                
/usr/lib/rpm/check-prereqs
/usr/lib/rpm/check-files

Comment 1 Tomasz Kepczynski 2006-11-06 08:12:48 UTC
Sorry for false alarm - I had a leftover %__arch_install_post macro
in .rpmmacros.


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