Your message dated Tue, 14 Mar 2006 14:32:38 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Package removed from the archive
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: tclxml
Version: 3.0-5
Severity: low
Without tclxml preinstalled, the build of tclxml 3.0-5 will fail, at
least on my setup (gcc-3.4/sid/amd64). This simple fix seems to do the
trick:
diff -Naur tclxml-3.0/debian/rules tclxml-3.0.fixed/debian/rules
--- tclxml-3.0/debian/rules 2004-09-29 09:25:10.000000000 +0200
+++ tclxml-3.0.fixed/debian/rules 2004-09-29 23:05:46.783908982 +0200
@@ -25,7 +25,7 @@
dh_testdir
# Add here commands to configure the package.
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--with-tcl=/usr/lib/tcl8.4/ --enable-threads --enable-shared
- ( cd libxml2 ; ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info --with-tcl=/usr/lib/tcl8.4/ --enable-threads
--enable-shared )
+ ( cd libxml2 ; ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info --with-tcl=/usr/lib/tcl8.4/ --enable-threads
--enable-shared --with-Tclxml=..)
build: build-stamp
build-stamp: config.status
--
Kåre Hviid [EMAIL PROTECTED] +45 3815 3075
Sys Admin Institut for Datalingvistik, Handelshøjskolen i København
--- End Message ---
--- Begin Message ---
See #352330.
--- End Message ---