Subject: netbsd-1.4.3_ALPHA make release failed
To: None <current-users@netbsd.org>
From: Markus Kilbinger <kilbi@rad.rwth-aachen.de>
List: current-users
Date: 07/22/2000 07:15:08
Hi!

Why does a 'make release' of netbsd-1.4.3_ALPHA fail with following
error:

ld -dc -r -o mbrlabel.lo mbrlabel_stub.o /usr/raid1/NetBSD/src/distrib/i386/floppies/ramdisk/../../../../usr.sbin/mbrlabel/mbrlabel.o /usr/raid1/NetBSD/src/distrib/i386/floppies/ramdisk/../../../../usr.sbin/mbrlabel/dkcksum.o
crunchide -k _crunched_mbrlabel_stub mbrlabel.lo
cc -static -o ramdiskbin ramdiskbin.o bad144.lo cat.lo chmod.lo chown.lo chroot.lo cp.lo dd.lo df.lo disklabel.lo ed.lo fsck.lo fsck_ffs.lo ftp.lo gzip.lo ifconfig.lo wiconfig.lo init.lo installboot.lo less.lo ln.lo ls.lo mkdir.lo mknod.lo mount.lo mount_cd9660.lo mount_ext2fs.lo mount_ffs.lo mount_msdos.lo mount_nfs.lo mount_kernfs.lo mt.lo mv.lo newfs.lo ping.lo pwd.lo reboot.lo restore.lo rm.lo route.lo sed.lo sh.lo shutdown.lo slattach.lo stty.lo swapctl.lo sync.lo test.lo tip.lo umount.lo update.lo sysinst.lo pax.lo fdisk.lo mbrlabel.lo -L/usr/raid1/NetBSD/dest/usr/lib  libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
cc: libhack.o: No such file or directory
*** Error code 1

Wrong/missing path to libhack.o (It exists in
.../distrib/utils/libhack!) ?

I started the build with:

DESTDIR=/usr/raid1/NetBSD/dest
RELEASEDIR=/usr/raid1/NetBSD/distrib
export DESTDIR RELEASEDIR
/usr/raid1/NetBSD/src && make release 

Markus.