Hello,
On the latest f19 tree I'm seeing the very strange failure
+ '[' '!' -f /home/src/f19/build/SOURCES/makefile-after_link.patch ']' Patch05: makefile-after_link.patch + case "$patch" in + patch -p1 -F1 -s The text leading up to this was: -------------------------- |diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh |index cd9c6c6..3edf048 100644 |--- a/scripts/link-vmlinux.sh |+++ b/scripts/link-vmlinux.sh -------------------------- File to patch: Skip this patch? [y] 1 out of 1 hunk ignored error: Bad exit status from /var/tmp/rpm-tmp.7jbMkR (%prep)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.7jbMkR (%prep)
The entire log is at http://fpaste.org/wxHv/
The rpmbuild command I'm using is: rpmbuild -bb --without tools --without debug --without perf --without headers --target x86_64 kernel.spec
Any ideas?
steved.
On Sat, Mar 23, 2013 at 06:56:59AM -0400, Steve Dickson wrote:
Hello,
On the latest f19 tree I'm seeing the very strange failure
- '[' '!' -f /home/src/f19/build/SOURCES/makefile-after_link.patch ']'
Patch05: makefile-after_link.patch
- case "$patch" in
- patch -p1 -F1 -s
The text leading up to this was:
|diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh |index cd9c6c6..3edf048 100644 |--- a/scripts/link-vmlinux.sh |+++ b/scripts/link-vmlinux.sh
File to patch: Skip this patch? [y] 1 out of 1 hunk ignored error: Bad exit status from /var/tmp/rpm-tmp.7jbMkR (%prep)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.7jbMkR (%prep)
The entire log is at http://fpaste.org/wxHv/
The rpmbuild command I'm using is: rpmbuild -bb --without tools --without debug --without perf --without headers --target x86_64 kernel.spec
Any ideas?
Weird. Still happens after deleting kernel-3.8.fc18 and everything below it ?
Not sure why you even have fc18 %dist there, if this is your f19 dir, unless this isn't a proper git checkout of f19 ?
Dave
On 25/03/13 21:03, Dave Jones wrote:
On Sat, Mar 23, 2013 at 06:56:59AM -0400, Steve Dickson wrote:
Hello,
On the latest f19 tree I'm seeing the very strange failure
- '[' '!' -f /home/src/f19/build/SOURCES/makefile-after_link.patch ']'
Patch05: makefile-after_link.patch
- case "$patch" in
- patch -p1 -F1 -s
The text leading up to this was:
|diff --git a/scripts/link-vmlinux.sh b/scripts/link-vmlinux.sh |index cd9c6c6..3edf048 100644 |--- a/scripts/link-vmlinux.sh |+++ b/scripts/link-vmlinux.sh
File to patch: Skip this patch? [y] 1 out of 1 hunk ignored error: Bad exit status from /var/tmp/rpm-tmp.7jbMkR (%prep)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.7jbMkR (%prep)
The entire log is at http://fpaste.org/wxHv/
The rpmbuild command I'm using is: rpmbuild -bb --without tools --without debug --without perf --without headers --target x86_64 kernel.spec
Any ideas?
Weird. Still happens after deleting kernel-3.8.fc18 and everything below it ?
This did the trick....
Not sure why you even have fc18 %dist there, if this is your f19 dir, unless this isn't a proper git checkout of f19 ?
I'm build on an f18 box...
thanks!
steved.
kernel@lists.fedoraproject.org