Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionBranislav Náter
2013-09-24 06:28:00 UTC
Description of problem:
I'm unable to build bridge-utils from src package on rhel-6.5
Version-Release number of selected component (if applicable):
bridge-utils-1.2-10.el6
Steps to Reproduce:
1. rpm -ivh /mnt/redhat/brewroot/packages/bridge-utils/1.2/10.el6/src/bridge-utils-1.2-10.el6.src.rpm
2. rpmbuild -bb SPECS/bridge-utils.spec
Actual results:
<snip>
mkdir -p /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/man/man8
install -m 644 brctl.8 /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/man/man8
make[1]: Leaving directory `/root/rpmbuild/BUILD/bridge-utils-1.2/doc'
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip
+ /usr/lib/rpm/brp-strip-static-archive
+ /usr/lib/rpm/brp-strip-comment-note
Processing files: bridge-utils-1.2-10.el6.x86_64
error: File not found: /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/sbin/brctl
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UR6mRB
+ umask 022
+ cd /root/rpmbuild/BUILD
+ cd bridge-utils-1.2
+ DOCDIR=/root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/doc/bridge-utils-1.2
+ export DOCDIR
+ rm -rf /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/doc/bridge-utils-1.2
+ /bin/mkdir -p /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/doc/bridge-utils-1.2
+ cp -pr AUTHORS COPYING doc/FAQ doc/HOWTO /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/doc/bridge-utils-1.2
+ exit 0
RPM build errors:
File not found: /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/sbin/brctl
Expected results:
Package successfully build
Comment 1RHEL Program Management
2013-10-13 23:07:45 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unable to address this
request at this time.
Red Hat invites you to ask your support representative to
propose this request, if appropriate, in the next release of
Red Hat Enterprise Linux.
The rebuild of bridge-utils is working without problems for me. Please verify with
rpmbuild --rebuild /mnt/redhat/brewroot/packages/bridge-utils/1.2/10.el6/src/bridge-utils-1.2-10.el6.src.rpm
I thing you might have missing devpendencies.
Description of problem: I'm unable to build bridge-utils from src package on rhel-6.5 Version-Release number of selected component (if applicable): bridge-utils-1.2-10.el6 Steps to Reproduce: 1. rpm -ivh /mnt/redhat/brewroot/packages/bridge-utils/1.2/10.el6/src/bridge-utils-1.2-10.el6.src.rpm 2. rpmbuild -bb SPECS/bridge-utils.spec Actual results: <snip> mkdir -p /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/man/man8 install -m 644 brctl.8 /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/man/man8 make[1]: Leaving directory `/root/rpmbuild/BUILD/bridge-utils-1.2/doc' + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip + /usr/lib/rpm/brp-strip-static-archive + /usr/lib/rpm/brp-strip-comment-note Processing files: bridge-utils-1.2-10.el6.x86_64 error: File not found: /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/sbin/brctl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UR6mRB + umask 022 + cd /root/rpmbuild/BUILD + cd bridge-utils-1.2 + DOCDIR=/root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/doc/bridge-utils-1.2 + export DOCDIR + rm -rf /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/doc/bridge-utils-1.2 + /bin/mkdir -p /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/doc/bridge-utils-1.2 + cp -pr AUTHORS COPYING doc/FAQ doc/HOWTO /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/share/doc/bridge-utils-1.2 + exit 0 RPM build errors: File not found: /root/rpmbuild/BUILDROOT/bridge-utils-1.2-10.el6.x86_64/usr/sbin/brctl Expected results: Package successfully build