[Bug 234750] Review Request: avr-binutils - Cross Compiling GNU binutils targeted at avr

bugzilla at redhat.com bugzilla at redhat.com
Sat Apr 7 05:24:42 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: avr-binutils - Cross Compiling GNU binutils targeted at avr


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234750





------- Additional Comments From rc040203 at freenet.de  2007-04-07 01:24 EST -------
MUSTFIX: 

Using mkdir is not safe against "rpmbuild --short-circuit":

# rpmbuild -bb avr-binutils.spec

# rpmbuild --short-circuit -bc avr-binutils.spec
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5345
...
+ mkdir build
mkdir: cannot create directory `build': File exists
error: Bad exit status from /var/tmp/rpm-tmp.5345 (%build)

Replace the "mkdir build" with "mkdir -p build".

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list