Your message dated Mon, 24 Apr 2006 14:19:54 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#303203: fixed in tela 2.0-11
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: tela
Version: 2.0-9
Severity: normal
Tags: patch
When building 'tela' on amd64/unstable with gcc-4.0,
I get the following error:
/usr/lib/gcc/x86_64-linux/4.0.0/../../../../include/c++/4.0.0/backward/backward_warning.h:32:2:
warning: #warning This file includes at least one deprecated or antiquated
header. Please consider using one of the 32 headers found in section 17.4.1.2
of the C++ standard. Examples include substituting the <X> header for the <X.h>
header for C++ includes, or <iostream> instead of the deprecated header
<iostream.h>. To disable this warning use -Wno-deprecated.
./objarithm.C: In function 'void LengthError(const char*, const Tobject&, const
Tobject&)':
./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private
./objarithm.C:22: error: within this context
./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private
./objarithm.C:22: error: within this context
./objarithm.C: In function 'void UnaryError(const char*, const Tobject&)':
./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private
./objarithm.C:27: error: within this context
./objarithm.C: In function 'void BinError(const char*, const Tobject&, const
Tobject&)':
./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private
./objarithm.C:32: error: within this context
./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private
./objarithm.C:32: error: within this context
./objarithm.C: In function 'void Transcen(const TTranscenFunctionPack&,
Tobject&, const Tobject&)':
./object.H:266: error: 'Tshort::Tshort(const Tshort&)' is private
./objarithm.C:1769: error: within this context
make[1]: *** [objarithm.o] Error 1
make[1]: Leaving directory `/tela-2.0'
make: *** [build-stamp] Error 2
With the attached patch 'tela' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/tela-2.0/Ctgen.C ./Ctgen.C
--- ../tmp-orig/tela-2.0/Ctgen.C 2002-08-07 14:07:23.000000000 +0200
+++ ./Ctgen.C 2005-04-01 15:12:31.000000000 +0200
@@ -89,10 +89,10 @@
private:
const Tobject* ptr;
+ public:
TCForm(const TCForm&); // do not implement
TCForm& operator=(const TCForm&); // do not implement
- public:
TCForm(const Tobject& obj) : ptr(&obj) {}
friend ostream& operator<<(ostream& o, const TCForm& cf);
};
diff -urN ../tmp-orig/tela-2.0/object.H ./object.H
--- ../tmp-orig/tela-2.0/object.H 2001-05-03 14:53:17.000000000 +0200
+++ ./object.H 2005-04-01 15:11:23.000000000 +0200
@@ -263,9 +263,9 @@
class Tshort {
private:
const Tobject* ptr;
+ public:
Tshort(const Tshort&); // do not implement
Tshort& operator=(const Tshort&); // do not implement
- public:
Tshort(const Tobject& obj) : ptr(&obj) {}
friend ostream& operator<<(ostream& o, const Tshort& sh);
};
--- End Message ---
--- Begin Message ---
Source: tela
Source-Version: 2.0-11
We believe that the bug you reported is fixed in the latest version of
tela, which is due to be installed in the Debian FTP archive:
tela_2.0-11.diff.gz
to pool/main/t/tela/tela_2.0-11.diff.gz
tela_2.0-11.dsc
to pool/main/t/tela/tela_2.0-11.dsc
tela_2.0-11_i386.deb
to pool/main/t/tela/tela_2.0-11_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.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated tela 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: Mon, 24 Apr 2006 21:28:16 +0200
Source: tela
Binary: tela
Architecture: source i386
Version: 2.0-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description:
tela - interactive tensor language
Closes: 303203 326289 347072 349190 356405
Changes:
tela (2.0-11) unstable; urgency=low
.
* QA upload.
* Package is orphaned (#361292); set maintainer to Debian QA Group.
* Acknowledge NMU. Closes: #303203, #326289, #347072, #349190.
* Makefile: Prevent infinite recursion if the flex++-3.0.2 directory
doesn't exist.
* prg.H: Fix build failure with g++ 4.1. Thanks to Martin Michlmayr
for the patch. Closes: #356405.
* Switch to debhelper 5.
* debian/rules:
- Remove support for DEB_BUILD_OPTIONS=debug.
- Add support for DEB_BUILD_OPTIONS=nostrip.
* debian/changelog: Convert to UTF-8.
* debian/menu: Quote values to placate Lintian.
* debian/watch: Update upstream URL.
* Conforms to Standards version 3.6.2.
Files:
5d120724a53f5ed43335cc87b271efe9 674 math optional tela_2.0-11.dsc
e6b1153897fcc58b06a141660d4142ab 62668 math optional tela_2.0-11.diff.gz
1bf03112b961b0b786a0cb980f419f64 2302522 math optional tela_2.0-11_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFETSd4xBYivKllgY8RAoHQAKCP01fg+fEQLMlwYFsbaGvRCyLUYgCeJtdT
nBEEykHmrn7nQZMOkbXWgaY=
=EDe5
-----END PGP SIGNATURE-----
--- End Message ---