Bug#323157: FTBFS: needs build-dep on libselinux-dev

2005-08-15 Thread Decklin Foster
dann frazier writes:

 gcc -o 9wm -g -O2 -fno-strict-aliasing   -L/usr/X11R6/lib   main.o 
 event.o manage.o menu.o client.o grab.o cursor.o error.o -lXext -lX11   
 -lselinux
 /usr/bin/ld: cannot find -lselinux

This was due to to an imake bug, actually. Should be fixed in X.org -5
(I'll let you know if it doesn't when I merge the other patch.)

-- 
things change.
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323157: FTBFS: needs build-dep on libselinux-dev

2005-08-14 Thread dann frazier
Package: 9wm
Version: 1.2-6
Severity: serious
Tags: patch
Justification: no longer builds from source

rm -f 9wm
gcc -o 9wm -g -O2 -fno-strict-aliasing   -L/usr/X11R6/lib   main.o event.o 
manage.o menu.o client.o grab.o cursor.o error.o -lXext -lX11   -lselinux
/usr/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status
make[1]: *** [9wm] Error 1
make[1]: Leaving directory `/tmp/buildd/9wm-1.2'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package

--- 9wm-1.2/debian/control.orig 2005-08-14 23:31:12.0 -0600
+++ 9wm-1.2/debian/control  2005-08-14 23:31:16.0 -0600
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Decklin Foster [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0), xutils, xlibs-dev
+Build-Depends: debhelper (= 4.0), xutils, xlibs-dev, libselinux-dev
 Standards-Version: 3.6.1

 Package: 9wm

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-itanium-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]