Package: plib-doc
Version: 1.8.1-5
Severity: serious
Tags: patch

When building 'plib-doc' in a clean 'unstable' chroot,
I get the following error:

checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for glNewList in -lGL... no
checking for glNewList in -lMesaGL... no
configure: error: could not find working GL library
make: *** [config.status] Error 1

This occurs because the configure check tries to link with -lXi
while libxi-dev is not installed.

Please add the missing Build-Depends on 'libxi-dev' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/plib-doc-1.8.1/debian/control ./debian/control
--- ../tmp-orig/plib-doc-1.8.1/debian/control   2006-10-10 15:16:33.000000000 
+0000
+++ ./debian/control    2006-10-10 15:16:22.000000000 +0000
@@ -2,7 +2,7 @@
 Section: doc
 Priority: extra
 Maintainer: Philipp Frauenfelder <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4), plib1.8.4-dev | plib-dev, m4, autoconf, 
automake1.9, xlibmesa-gl-dev | libgl-dev, libglut3-dev, imagemagick, 
libx11-dev, libxmu-dev
+Build-Depends-Indep: debhelper (>= 4), plib1.8.4-dev | plib-dev, m4, autoconf, 
automake1.9, xlibmesa-gl-dev | libgl-dev, libglut3-dev, imagemagick, 
libx11-dev, libxmu-dev, libxi-dev
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.6.2
 


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

Reply via email to