Your message dated Thu, 22 Jun 2006 03:32:20 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372772: fixed in plib 1.8.4-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: plib
Version: 1.8.4-3
Severity: serious
Tags: patch

From my pbuilder build log:

...
checking for IceConnectionNumber in -lICE... yes
checking for pthread_create in -lpthread... no
checking for glNewList in -lGL... no
checking for glNewList in -lMesaGL... no
configure: error: could not find working GL library
make: *** [clean] Error 1

According to config.log, this is happening because:

...
configure:5906: checking for glNewList in -lGL
configure:5936: gcc -o conftest -g -O2    conftest.c -lGL    -lSM -lICE -lXi 
-lXmu -lXext -lX11  -lm >&5
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
configure:5942: $? = 1
...

Since the -lXi doesn't seem to be necessary, I've attached a patch to
configure.in which fixes this by removing the -lXi flag.
-- 
Daniel Schepler
--- plib-1.8.4.old/configure.in	2004-06-24 16:30:52.000000000 +0000
+++ plib-1.8.4/configure.in	2006-06-11 15:19:35.000000000 +0000
@@ -276,7 +276,7 @@
 
         LDFLAGS="$LDFLAGS $X_LIBS"
 
-        LIBS="$LIBS $X_PRE_LIBS -lXi -lXmu -lXext -lX11 $X_EXTRA_LIBS -lm"
+        LIBS="$LIBS $X_PRE_LIBS -lXmu -lXext -lX11 $X_EXTRA_LIBS -lm"
 
 dnl =========================================================
 dnl    if test "x$x_includes" != "x"; then

--- End Message ---
--- Begin Message ---
Source: plib
Source-Version: 1.8.4-4

We believe that the bug you reported is fixed in the latest version of
plib, which is due to be installed in the Debian FTP archive:

plib1.8.4-dev_1.8.4-4_amd64.deb
  to pool/main/p/plib/plib1.8.4-dev_1.8.4-4_amd64.deb
plib1.8.4-pic_1.8.4-4_amd64.deb
  to pool/main/p/plib/plib1.8.4-pic_1.8.4-4_amd64.deb
plib1.8.4c2_1.8.4-4_amd64.deb
  to pool/main/p/plib/plib1.8.4c2_1.8.4-4_amd64.deb
plib_1.8.4-4.diff.gz
  to pool/main/p/plib/plib_1.8.4-4.diff.gz
plib_1.8.4-4.dsc
  to pool/main/p/plib/plib_1.8.4-4.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Philipp Frauenfelder <[EMAIL PROTECTED]> (supplier of updated plib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 22 Jun 2006 11:13:43 +0200
Source: plib
Binary: plib1.8.4-dev plib1.8.4-pic plib1.8.4c2
Architecture: source amd64
Version: 1.8.4-4
Distribution: unstable
Urgency: low
Maintainer: Philipp Frauenfelder <[EMAIL PROTECTED]>
Changed-By: Philipp Frauenfelder <[EMAIL PROTECTED]>
Description: 
 plib1.8.4-dev - Portability Libraries: Development package, stable release
 plib1.8.4-pic - Portability Libraries: Dev. package (with PIC code), stable 
rel.
 plib1.8.4c2 - Portability Libraries: Run-time package, stable release
Closes: 372772
Changes: 
 plib (1.8.4-4) unstable; urgency=low
 .
   * Thanks for the NMU! Closes: #372772
   * Bumped standards version to 3.7.2 (no changes)
Files: 
 ae0dcdf8a2d4a1bcaeefd4c863774de9 765 devel extra plib_1.8.4-4.dsc
 1c820456ea1d39f7b4d7f06074e9ae89 86645 devel extra plib_1.8.4-4.diff.gz
 da413f2dae1bbe687a05175d8bee2d62 643224 libs extra 
plib1.8.4c2_1.8.4-4_amd64.deb
 0f608a746908b5852e0700e47ff790df 959800 libdevel extra 
plib1.8.4-dev_1.8.4-4_amd64.deb
 8d11be110e92798a2b174cc78ec0eb5e 960430 libdevel extra 
plib1.8.4-pic_1.8.4-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEmmqzWLF0MZ2lytgRAhJ9AJ0VnGDEosJrKaAe5DUSIHN9Z4G9eACgrU3U
l0raUx6sFXHtTCUTbGhuJmk=
=Vxxk
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to