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 [EMAIL PROTECTED] 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. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
