Opened 12 years ago
Last modified 12 years ago
#208 closed defect
image build fails op 9.2-Release-RC1 en 10.0-RC1 — at Version 2
| Reported by: | huub | Owned by: | nobody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Keywords: | Cc: | ||
| Resource needed to fix: |
Description (last modified by )
root@buildbot92:/usr/obj/nanobsd.wleiden-hybrid # cat _.cust.cust_apply_nanobsd_patches
+ cust_apply_nanobsd_patches
+ find /usr/obj/nanobsd.wleiden-hybrid_.w -regex '.*-nanobsd\.patch$'
+ dirname /usr/obj/nanobsd.wleiden-hybrid_.w/etc/rc.subr-nanobsd.patch
+ cd /usr/obj/nanobsd.wleiden-hybrid_.w/etc
+ basename /usr/obj/nanobsd.wleiden-hybrid_.w/etc/rc.subr-nanobsd.patch
+ patch -t -N -p0 -i rc.subr-nanobsd.patch
Hmm... Looks like a unified diff to me...
The text leading up to this was:
|#
|# Add ${name}_setfib functionality to rc.subr
|#
|+++ rc.subr 2012-05-02 23:16:44.000000000 +0200
Patching file rc.subr using Plan A...
Hunk #1 succeeded at 507 (offset 8 lines).
Hunk #2 failed at 687.
Hunk #3 succeeded at 764 with fuzz 2 (offset 4 lines).
Hunk #4 succeeded at 787 (offset 10 lines).
1 out of 4 hunks failed--saving rejects to rc.subr.rej
done
Toevoeging:
Ook bij 10.0-RC1 geeft de patch problemen
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | WL-9.1-RELEASE |
| Summary: | image build fails op 9.2-Release-RC1 → image build fails op 9.2-Release-RC1 en 10.0-RC1 |

rejects:
root@buildbot92:/usr/obj/nanobsd.wleiden-hybrid/_.w/etc # cat rc.subr.rej
*
* 683,689
--- 687,694 ----
+ _group=\$${name}_group _groups=\$${name}_groups \
+ _setfib=\$${name}_setfib