Subject: missing dependency on libcom_err?
To: None <tech-toolchain@NetBSD.org>
From: Pavel Cahyna <pavel@NetBSD.org>
List: tech-toolchain
Date: 07/30/2007 09:00:53
Hello,

recently some autobuilds of netbsd-4 failed with the error:

-----
dependall ===> lib/libasn1
dependall ===> lib/libcom_err
dependall ===> lib/libtelnet
dependall ===> lib/libipsec
nbmake: nbmake: don't know how to make
/home/builds/ab/netbsd-4/macppc/200707280000Z-obj/home/builds/ab/netbsd-4/src/lib/libcom_err/libcom_err.so.
Stop
--- dependall ---
*** [dependall] Error code 2
1 error

nbmake: stopped in /home/builds/ab/netbsd-4/src/lib/libasn1
-----

libasn1/Makefile contains:

LIBDPLIBS=      com_err ${.CURDIR}/../libcom_err

lib/Makefile has:

SUBDIR+= .WAIT libroken libvers libcom_err libasn1

shouldn't there be some ordering constraint between libasn1 and
libcom_err? Should I add .WAIT between them?

Pavel