Your message dated Tue, 28 Nov 2006 17:32:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394588: fixed in rivet 0.5.0-3.1
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: rivet
Version: 0.5.0-3
Severity: normal
Tags: patch
The build system in this package relies on TCL_PACKAGE_PATH being
a single directory but it may contain more than one. For example,
package tcl8.4-dev defines two (/usr/lib /usr/share).
The easiest way around this bug is to just take the first directory
before substituting the variable:
diff -Nru rivet-0.5.0.orig/configure.ac rivet-0.5.0/configure.ac
--- rivet-0.5.0.orig/configure.ac 2005-03-24 11:29:15.000000000 +0100
+++ rivet-0.5.0/configure.ac 2006-10-22 02:01:49.000000000 +0200
@@ -268,6 +268,7 @@
AC_DEFINE_UNQUOTED(NAMEOFEXECUTABLE,"${TCLSH_PROG}",[The path to a working
tclsh executable])
# We need to use the package path for the installation procedure.
+TCL_PACKAGE_PATH=${TCL_PACKAGE_PATH/ */}
AC_SUBST(TCL_PACKAGE_PATH)
--- End Message ---
--- Begin Message ---
Source: rivet
Source-Version: 0.5.0-3.1
We believe that the bug you reported is fixed in the latest version of
rivet, which is due to be installed in the Debian FTP archive:
rivet_0.5.0-3.1.dsc
to pool/main/r/rivet/rivet_0.5.0-3.1.dsc
rivet_0.5.0-3.1.tar.gz
to pool/main/r/rivet/rivet_0.5.0-3.1.tar.gz
rivet_0.5.0-3.1_amd64.deb
to pool/main/r/rivet/rivet_0.5.0-3.1_amd64.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.
Neil Williams <[EMAIL PROTECTED]> (supplier of updated rivet 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: Tue, 28 Nov 2006 01:34:06 +0000
Source: rivet
Binary: rivet
Architecture: source amd64
Version: 0.5.0-3.1
Distribution: unstable
Urgency: low
Maintainer: David N. Welton <[EMAIL PROTECTED]>
Changed-By: Neil Williams <[EMAIL PROTECTED]>
Description:
rivet - Server-side Tcl programming system combining ease of use and powe
Closes: 325206 355656 394588
Changes:
rivet (0.5.0-3.1) unstable; urgency=low
.
* Non-maintainer upload.
* FTBFS - invalid lvalue in assignment (Closes: #325206)
* FTBFS: ./configure: line 26383: syntax error near unexpected token
`(' (Closes: #355656)
* TCL_PACKAGE_PATH may contain more than one directory
(Closes: #394588)
Files:
120ca912ef3f327ec98c2417708f949f 545 web optional rivet_0.5.0-3.1.dsc
2b3327cbcf391565c80d4d5d5fd95edf 884021 web optional rivet_0.5.0-3.1.tar.gz
1fb11373e5746581f85712d9e8b465f4 447992 web optional rivet_0.5.0-3.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFbHBBiAEJSii8s+MRAqa5AJ9t493R0ViyKVny5CW6sWq1mN3/4ACgiYMk
lHrA+nARqTOe/Z6/e5CXVWc=
=9tnu
-----END PGP SIGNATURE-----
--- End Message ---