Hi,
I've just checked out from openbsd official cvs with -rOPENBSD_5_5 tag.
Then followed procedure from faq5/"building from source".
It failed after make
release command; here is the output:
[..........................]
ld -Ttext
0xffffffff810001e0 -e start --warn-common -nopie -S -x -o bsd ${SYSTEM_HEAD}
vers.o ${OBJS}
text data bss dec hex
4620925 2398568 520928
7540421 730ec5
cp
/usr/src/distrib/amd64/ramdisk_cd/../../../sys/arch/amd64/compile/RAMDISK_CD/
bsd bsd
cc -o rdsetroot
/usr/src/distrib/amd64/ramdisk_cd/../../common/elfrdsetroot.c
/usr/src/distrib/amd64/ramdisk_cd/../../common/elf32.c
/usr/src/distrib/amd64/ramdisk_cd/../../common/elf64.c
cp bsd bsd.rd
/usr/src/distrib/amd64/ramdisk_cd/obj/rdsetroot bsd.rd mr.fs
cp bsd.rd
bsd.strip
strip bsd.strip
strip -R .comment bsd.strip
gzip -c9n bsd.strip >
bsd.gz
dd if=/dev/zero of=/var/tmp/image.17536 bs=512 count=6976
6976+0
records in
6976+0 records out
3571712 bytes transferred in 0.120 secs
(29725623 bytes/sec)
vnconfig -v -c vnd0 /var/tmp/image.17536
vnd0: 3571712
bytes on /var/tmp/image.17536
fdisk -yi -l 6976 -f /usr/dest/usr/mdec/mbr vnd0
Warning CHS values out of bounds only saving LBA values
Writing MBR at offset
0.
disklabel -w vnd0 mini34
disklabel: unknown disk type: mini34
*** Error 1
in /usr/src/distrib/amd64/ramdisk_cd (../common/Makefile.inc:35
'miniroot55.fs')
*** Error 1 in /usr/src/distrib/amd64 (<bsd.subdir.mk>:48
'all')
*** Error 1 in /usr/src/distrib (<bsd.subdir.mk>:48 'all')
*** Error 1
in /usr/src/etc (Makefile:325 'distrib')
Any comment?
Thanks.