Hello list,

since weeks I am trying to do a "make release" on the stable branch on different platforms (all i386). I running always into the same issue. Searching the web didn't provide an answer that fits into my issue.
Here the final part of my console output:
----------------------------------------------------------------
/usr/mdec/installboot -v /mnt/boot  /usr/dest/usr/mdec/biosboot /dev/rsvnd0c
boot: /mnt/boot proto: /usr/dest/usr/mdec/biosboot device: /dev/rsvnd0c
/mnt/boot is 11 blocks x 4096 bytes
fs block shift 0; part offset 0; inode block 56, offset 936

Filesystem 512-blocks Used Avail Capacity iused ifree %iused Mounted on /dev/svnd0a 5695 5215 480 92% 3 27 10% /mnt

umount /mnt
vnconfig -u svnd0
cp /var/tmp/image.1267 cdrom46.fs
rm /var/tmp/image.1267
===> i386/ramdiskA
awk -f /usr/src/distrib/i386/ramdiskA/../../miniroot/makeconf.awk CBIN=instbin /usr/src/distrib/i386/ramdiskA/../common/list > instbin.conf crunchgen -E -D /usr/src -L /usr/dest/usr/lib -c instbin.c -e instbin -m instbin.mk instbin.conf
instbin.conf: restore: warning: could not find any .o files.
instbin.conf: restore: error: no objpaths specified or calculated.
instbin.conf: ed: warning: could not find any .o files.
instbin.conf: ed: error: no objpaths specified or calculated.
instbin.conf: mt: warning: could not find any .o files.
instbin.conf: mt: error: no objpaths specified or calculated.
instbin.conf: restore: ignoring program because of errors.
instbin.conf: ed: ignoring program because of errors.
instbin.conf: mt: ignoring program because of errors.
Run "make -f instbin.mk objs exe" to build crunched binary.
*** Error code 1

Stop in /usr/src/distrib/i386/ramdiskA (line 110 of /usr/src/distrib/i386/ramdiskA/../common/Makefile.inc).
*** Error code 1

Stop in /usr/src/distrib/i386 (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1

Stop in /usr/src/distrib (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1

Stop in /usr/src/etc (line 289 of Makefile).
---------------------------------------------------------------------------

I have no clue why there are no .o files for the mentioned modules. I habe successful built the kernel and userland. I followed the instruction on http://www.openbsd.org/faq/faq5.html I had built releases in the past - last one was 4.4 - so I am not completely new on this. But anyhow I need some hints from you.

Thanks a lot in advance
Jochen

Reply via email to