I'm trying to build a 7.2-STABLE buildworld right after I do a fresh install of 7.2-RELEASE. The kernel compiles (and boots) properly, without issue, however when I try to do a buildworld, I get the following error: objcopy -S -O binary zfsboot.out zfsboot.bin btxld -v -E 0x2000 -f bin -b /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr -o zfsboot.ld -P 1 zfsboot.bin btxld: zfsboot.ldr: Invalid argument *** Error code 2 Stop in /usr/src/sys/boot/i386/zfsboot. *** Error code 1 I know they introduced some new zfsboot stuff into the -Stable branch - could that have anything to do with it? Running amd64 Thanks
Hi, Andrew On Sun, May 24, 2009 at 12:43 PM, Andrew Klaus <andrewklaus@gmail.com> wrote:> I'm trying to build a 7.2-STABLE buildworld right after I do a fresh install > of 7.2-RELEASE. The kernel compiles (and boots) properly, without issue, > however when I try to do a buildworld, I get the following error: > > objcopy -S -O binary zfsboot.out zfsboot.bin > btxld -v -E 0x2000 -f bin -b > /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr ?-o > zfsboot.ld -P 1 zfsboot.bin > btxld: zfsboot.ldr: Invalid argument > *** Error code 2 > > Stop in /usr/src/sys/boot/i386/zfsboot. > *** Error code 1 > > > I know they introduced some new zfsboot stuff into the -Stable branch - > could that have anything to do with it? >Absolutely. Bernhard Schmidt just reported a patch that was seemingly successful a few emails back. -- Glen Barber
--On May 24, 2009 10:43:56 AM -0600 Andrew Klaus <andrewklaus@gmail.com> wrote:> I'm trying to build a 7.2-STABLE buildworld right after I do a fresh > install of 7.2-RELEASE. The kernel compiles (and boots) properly, > without issue, however when I try to do a buildworld, I get the > following error: > > objcopy -S -O binary zfsboot.out zfsboot.bin > btxld -v -E 0x2000 -f bin -b > /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr -o > zfsboot.ld -P 1 zfsboot.bin > btxld: zfsboot.ldr: Invalid argument > *** Error code 2 > > Stop in /usr/src/sys/boot/i386/zfsboot. > *** Error code 1 > > > I know they introduced some new zfsboot stuff into the -Stable branch - > could that have anything to do with it? >Yes. Tinderbox started reporting the error last night. I assume it will be fixed soon. Paul Schmehl, If it isn't already obvious, my opinions are my own and not those of my employer. ****************************************** WARNING: Check the headers before replying