Your message dated Thu, 08 Jun 2006 23:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#370176: fixed in netgen 4.4-6
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: netgen
Version: 4.4-5
Severity: serious
Tags: patch
From my pbuilder build log:
...
make[2]: Leaving directory `/tmp/buildd/netgen-4.4/ngsolve'
gcc -o ng ngtcltk/ngappinit.o ngtcltk/ngpkg.o togl/togl.o ngtcltk/demoview.o
onetcl.o -L./lib/LINUX -lGL -lGLU -lX11 -lXext -lXmu -L/usr/openwin/lib
-L/usr/X11R6/lib -L/usr/lib/GL3.5 -lstdc++ lib/LINUX/*.o -lngsolvebasic
-lnginterface -lvis -lcsg -lstlgeom -lgeom2d -lmesh -lgprim -lopti -lla -lgen
-locc -lTix8.4 -ltk8.4 -ltcl8.4 -lGL -lGLU -lX11 -lXi -lm -ldl -lpthread
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[1]: *** [ng] Error 1
make[1]: Leaving directory `/tmp/buildd/netgen-4.4'
make: *** [debian/stamp-makefile-build] Error 2
I've attached a patch which fixes this by dropping the -lXi flag, which
doesn't actually seem to be needed.
--
Daniel Schepler
diff -urN netgen-4.4.old/Makefile netgen-4.4/Makefile
--- netgen-4.4.old/Makefile 2006-06-03 20:16:43.000000000 +0000
+++ netgen-4.4/Makefile 2006-06-03 20:18:52.000000000 +0000
@@ -29,7 +29,7 @@
# tcltklib = -ltix8.2 -ltk8.4 -ltcl8.4
#
#
-syslib = $(tcltklib) -lGL -lGLU -lX11 -lXi -lm -ldl -lpthread $(SYSLIB2)
+syslib = $(tcltklib) -lGL -lGLU -lX11 -lm -ldl -lpthread $(SYSLIB2)
# (maybe you have to remove -ldl)
#
#
--- End Message ---
--- Begin Message ---
Source: netgen
Source-Version: 4.4-6
We believe that the bug you reported is fixed in the latest version of
netgen, which is due to be installed in the Debian FTP archive:
libnetgen-dev_4.4-6_i386.deb
to pool/main/n/netgen/libnetgen-dev_4.4-6_i386.deb
netgen-doc_4.4-6_all.deb
to pool/main/n/netgen/netgen-doc_4.4-6_all.deb
netgen_4.4-6.diff.gz
to pool/main/n/netgen/netgen_4.4-6.diff.gz
netgen_4.4-6.dsc
to pool/main/n/netgen/netgen_4.4-6.dsc
netgen_4.4-6_i386.deb
to pool/main/n/netgen/netgen_4.4-6_i386.deb
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.
Christophe Prud'homme <[EMAIL PROTECTED]> (supplier of updated netgen 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: Fri, 9 Jun 2006 08:00:29 +0200
Source: netgen
Binary: libnetgen-dev netgen netgen-doc
Architecture: source i386 all
Version: 4.4-6
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]>
Changed-By: Christophe Prud'homme <[EMAIL PROTECTED]>
Description:
libnetgen-dev - Automatic 3d tetrahedral mesh generator development files
netgen - Automatic 3d tetrahedral mesh generator
netgen-doc - Automatic 3d tetrahedral mesh generator documentation
Closes: 370176
Changes:
netgen (4.4-6) unstable; urgency=low
.
* Bug fix: "netgen: FTBFS: cannot find -lXi", thanks to Daniel Schepler
(Closes: #370176).
* Make it compile with g++ 4.1
Files:
3d725fd02f1bf7dee1aeb8c6474575e8 779 math optional netgen_4.4-6.dsc
ef7491a93c7e2ab75da54814623ef945 12456 math optional netgen_4.4-6.diff.gz
257d53ed514d94582821874c28ff1950 457548 doc optional netgen-doc_4.4-6_all.deb
5c160e3e271eb0e09ea0fe722e8106ea 3456306 math optional netgen_4.4-6_i386.deb
0c59ffccac061d686ae956e0179cf460 4662592 libdevel optional
libnetgen-dev_4.4-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEiRNIoY+0C9S+FFARAj4QAJ9AyYi02u4tuDIDvZtsXoCHyYGtkACeJW8x
kcnzLtthrTYm5cNN7h1me30=
=/bxQ
-----END PGP SIGNATURE-----
--- End Message ---