On Fri, Jul 29, 2005 at 07:15:49PM +0200, Kurt Roeckx wrote: > Your package is failing to build with the following error: > gcc -o xmonisdn -g -O2 -fno-strict-aliasing -L/usr/X11R6/lib xmonisdn.o > Net.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11 -lselinux -lm > /usr/bin/ld: cannot find -lselinux > collect2: ld returned 1 exit status
That's weird. When I built it a few days ago, this compilation line was gcc -o xmonisdn -g -O2 -fno-strict-aliasing -L/usr/X11R6/lib xmonisdn.o Net.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm > This seems to be caused by a missing build dependency on > libselinux1-dev. I'm gonna let the maintainer investigate this fully, but at very first sight it looks like one of isdnutils' build-deps started needing libselinux1-dev and fails to depend on it, or that it should build-conflict on something that introduces this dependency dynamically, or something like that. Hmmm... Yes, this looks like a dupe of #319410. Reading bug log... Yes, that's the co-maintainer of isdnutils saying exactly that. -- Lionel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]