Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Compiling world+kernel in RELENG_7 right now

0 views
Skip to first unread message

Svein Skogen (listmail accont)

unread,
May 24, 2009, 8:36:48 AM5/24/09
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

For the past 8 or so hours, compiling RELENG_7 breaks down in zfsboot:

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

This is from an amd64-platform host.

Any timetable on when we'll be able to build world again? Is there an
option to tell FreeBSD just to ignore the zfsboot altogether (I don't
need it. ZFS inside vmware esx/i 3.5-4.0 simply does not work properly)

//Svein
- --
- --------+-------------------+-------------------------------
/"\ |Svein Skogen | sv...@d80.iso100.no
\ / |Solberg �stli 9 | PGP Key: 0xE5E76831
X |2020 Skedsmokorset | sv...@jernhuset.no
/ \ |Norway | PGP Key: 0xCE96CE13
| | sv...@stillbilde.net
ascii | | PGP Key: 0x58CD33B6
ribbon |System Admin | svein-l...@stillbilde.net
Campaign|stillbilde.net | PGP Key: 0x22D494A4
+-------------------+-------------------------------
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle: SS16503-RIPE
- --------+-------------------+-------------------------------
Picture Gallery:
https://gallery.stillbilde.net/v/svein/
- ------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoZOuEACgkQODUnwSLUlKSYwgCeP8rdLoIwtMUKpr+/EBzq8ISp
WmgAnj4ZV1j71x40fa0rn9sghX0wpfQb
=IEzt
-----END PGP SIGNATURE-----
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stabl...@freebsd.org"

Dmitry Morozovsky

unread,
May 24, 2009, 9:47:43 AM5/24/09
to
On Sun, 24 May 2009, Svein Skogen (listmail accont) wrote:

SSla> For the past 8 or so hours, compiling RELENG_7 breaks down in zfsboot:
SSla>
SSla> btxld -v -E 0x2000 -f bin -b
SSla> /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr -o
SSla> zfsboot.ld -P 1 zfsboot.bin
SSla> btxld: zfsboot.ldr: Invalid argument
SSla> *** Error code 2
SSla>
SSla> Stop in /usr/src/sys/boot/i386/zfsboot.
SSla> *** Error code 1
SSla>
SSla> This is from an amd64-platform host.
SSla>
SSla> Any timetable on when we'll be able to build world again? Is there an
SSla> option to tell FreeBSD just to ignore the zfsboot altogether (I don't
SSla> need it. ZFS inside vmware esx/i 3.5-4.0 simply does not work properly)

Yes, it's last minute kmacy's change. As a band-aid, try to apply the
following patch:

Index: sys/boot/i386/Makefile
===================================================================
RCS file: /home/ncvs/src/sys/boot/i386/Makefile,v
retrieving revision 1.21.2.2
diff -u -r1.21.2.2 Makefile
--- sys/boot/i386/Makefile 23 May 2009 19:54:18 -0000 1.21.2.2
+++ sys/boot/i386/Makefile 24 May 2009 13:46:08 -0000
@@ -1,6 +1,6 @@
# $FreeBSD: src/sys/boot/i386/Makefile,v 1.21.2.2 2009/05/23 19:54:18 kmacy
Exp $

-SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot zfsboot \
+SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
kgzldr libi386 libfirewire loader

# special boot programs, 'self-extracting boot2+loader'


--
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer: ma...@FreeBSD.org ]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- ma...@rinet.ru ***
------------------------------------------------------------------------

Svein Skogen (listmail accont)

unread,
May 24, 2009, 12:47:45 PM5/24/09
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Attached patch solves the problem for now. :)

//Svein

- --
- --------+-------------------+-------------------------------
/"\ |Svein Skogen | sv...@d80.iso100.no
\ / |Solberg �stli 9 | PGP Key: 0xE5E76831
X |2020 Skedsmokorset | sv...@jernhuset.no
/ \ |Norway | PGP Key: 0xCE96CE13
| | sv...@stillbilde.net
ascii | | PGP Key: 0x58CD33B6
ribbon |System Admin | svein-l...@stillbilde.net
Campaign|stillbilde.net | PGP Key: 0x22D494A4
+-------------------+-------------------------------
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle: SS16503-RIPE
- --------+-------------------+-------------------------------
Picture Gallery:
https://gallery.stillbilde.net/v/svein/
- ------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoZegEACgkQODUnwSLUlKQLKwCfU2Q8pGwtmyfq29abEdmXHGEX
0HsAoKjX77WQ1Il91uAMZyXukKHAIlId
=BvUA
-----END PGP SIGNATURE-----

Svein Skogen (listmail accont)

unread,
May 27, 2009, 3:23:55 AM5/27/09
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Svein Skogen (listmail accont) wrote:
> For the past 8 or so hours, compiling RELENG_7 breaks down in zfsboot:
>

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

> This is from an amd64-platform host.
>

> Any timetable on when we'll be able to build world again? Is there an

> option to tell FreeBSD just to ignore the zfsboot altogether (I don't

> need it. ZFS inside vmware esx/i 3.5-4.0 simply does not work properly)

Just to verify:

This problem is now solved, and RELENG_7 as of last night compiled and
installed ok, even with my limited knowledge.

//Svein
_


______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stabl...@freebsd.org"

- From - Sun

- --
- --------+-------------------+-------------------------------
/"\ |Svein Skogen | sv...@d80.iso100.no
\ / |Solberg �stli 9 | PGP Key: 0xE5E76831
X |2020 Skedsmokorset | sv...@jernhuset.no
/ \ |Norway | PGP Key: 0xCE96CE13
| | sv...@stillbilde.net
ascii | | PGP Key: 0x58CD33B6
ribbon |System Admin | svein-l...@stillbilde.net
Campaign|stillbilde.net | PGP Key: 0x22D494A4
+-------------------+-------------------------------
|msn messenger: | Mobile Phone: +47 907 03 575
|sv...@jernhuset.no | RIPE handle: SS16503-RIPE
- --------+-------------------+-------------------------------
Picture Gallery:
https://gallery.stillbilde.net/v/svein/
- ------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkoc6k0ACgkQODUnwSLUlKRPMACfW47epfaTU9RUH7XqO2iatEEd
DhcAoJmp37lnrA6+vgfQ0yPOop71lW5x
=kGt1

0 new messages