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 huub)

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.orig 2012-01-03 08:26:59.000000000 +0100

|+++ 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 huub, 12 years ago

rejects:
root@buildbot92:/usr/obj/nanobsd.wleiden-hybrid/_.w/etc # cat rc.subr.rej
*
* 683,689

fi
eval _chdir=\$${name}_chdir _chroot=\$${name}_chroot \

_nice=\$${name}_nice _user=\$${name}_user \

  • _group=\$${name}_group _groups=\$${name}_groups


if [ -n "$_user" ]; then # unset $_user if running as that user

if [ "$_user" = "$(eval $IDCMD)" ]; then

--- 687,694 ----

fi
eval _chdir=\$${name}_chdir _chroot=\$${name}_chroot \

_nice=\$${name}_nice _user=\$${name}_user \

+ _group=\$${name}_group _groups=\$${name}_groups \
+ _setfib=\$${name}_setfib

if [ -n "$_user" ]; then # unset $_user if running as that user

if [ "$_user" = "$(eval $IDCMD)" ]; then

comment:2 by huub, 12 years ago

Description: modified (diff)
Milestone: WL-9.1-RELEASE
Summary: image build fails op 9.2-Release-RC1image build fails op 9.2-Release-RC1 en 10.0-RC1
Note: See TracTickets for help on using tickets.