Subject: re: missing dependency on libcom_err?
To: Pavel Cahyna <pavel@NetBSD.org>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 07/31/2007 07:35:32
   
   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?
   

ah, i fixed this in -current.  see lib/Makefile 1.114.