Your message dated Sat, 21 Oct 2006 21:42:33 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixing version-tracking for already fixed-in-NMU bug 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: libxalan1.2-dev Version: 1.2-2.1 Severity: grave Tags: patch Justification: renders package unusable In file included from /usr/include/xalan/XPath/XalanQName.hpp:71, from /usr/include/xalan/XPath/XalanQNameByValue.hpp:68, from /usr/include/xalan/XalanTransformer/XalanTransformer.hpp:71, from /home/srivasta/Work/devel/QMS/Utilities/test/test_xslt.cpp:65: /usr/include/xalan/XalanDOM/XalanDOMString.hpp: In function `const class XalanDOMString TranscodeFromLocalCodePage(const CharVectorType &)': /usr/include/xalan/XalanDOM/XalanDOMString.hpp:1113: parse error before `==' There is a parse error on the assert line. A simple comment fize this: ====================================================================== --- /usr/include/xalan/XalanDOM/XalanDOMString.hpp.dist Sat Feb 9 23:55:25 2002 +++ /usr/include/xalan/XalanDOM/XalanDOMString.hpp Sat Feb 9 23:55:50 2002 @@ -1110,7 +1110,7 @@ typedef XalanDOMString::real_size_type real_size_type; const CharVectorType::size_type theSize = theSourceString.size(); - assert(real_size_type(size_type(theSize)) == theSize); + //assert(real_size_type(size_type(theSize)) == theSize); if (theSourceString[theSize - 1] == CharVectorType::value_type(0)) { ====================================================================== Thanks. manoj ps: BTW, there is a new version of the Package upstream ,and this may be fixed there -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux glaurung 2.4.17 #1 Fri Dec 21 21:06:24 CST 2001 i586 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 Versions of packages libxalan1.2-dev depends on: ii libc6-dev 2.2.5-3 GNU C Library: Development Librari ii libxalan1.2 1.2-2.1 Provides XSLT support for applicat ii libxerces1-dev 1.5.2-4 Validating XML parser library for
--- End Message ---
--- Begin Message ---Version: 1.2-2.2 This bug was fixed in an NMU, but never closed. I'm closing it with the correct version so that its status can be properly version-tracked. For reference: xalan (1.2-2.2) unstable; urgency=high . * NMU; urgency=high because of grave bug. * Comment out broken assert in XalanDOMString.hpp. Closes: #133173. * Removed weird gcc argument "-instances=static" from Makefile.in and Makefile, as it causes build failures on gcc 3.0 (hppa). Closes: #134125. Regards, Adam
--- End Message ---

