On Sun, Jun 22, 2008 at 16:40:22 +0100, peter green wrote: > package: xutils-dev > version: 1:7.4+2 > severity: serious > justification: causes another package to FTBFS > > When run as part of the build process for 9menu xmkmf generates a > makefile with -lXext in it but xutils-dev has no dependency on > libxext-dev, this causes 9menu to FTBFS. > I'm not convinced this is a bug in xutils-dev. Changing 9menu's Imakefile to:
INCLUDES = -I$(TOP) DEPLIBS = $(DEPXLIBONLY) LOCAL_LIBRARIES = $(XLIBONLY) DEFINES = -DSHAPE #-DDEBUG -DDEBUG_EV SRCS = 9menu.c OBJS = 9menu.o ComplexProgramTarget(9menu) makes it not need libXext. Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]