Your message dated Mon, 2 May 2011 18:12:29 -0500
with message-id <[email protected]>
and subject line Re: Bug#625091: quantlib-swig: FTBFS:
multicubicspline.hpp:276:33: error: reference 'y2_' cannot be declared
'mutable' [-fpermissive]
has caused the Debian Bug report #625091,
regarding quantlib-swig: FTBFS: multicubicspline.hpp:276:33: error: reference
'y2_' cannot be declared 'mutable' [-fpermissive]
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
625091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625091
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: quantlib-swig
Version: 1.0.0-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> g++ -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
> -O2 -Wall -Wno-strict-aliasing -fPIC -I/usr/include/python2.6 -I/usr/include
> -c QuantLib/quantlib_wrap.cpp -o
> build/temp.linux-x86_64-2.6/QuantLib/quantlib_wrap.o -Wno-unused -O2 -Wall
> -Wno-strict-aliasing
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
> Ada/C/ObjC but not for C++ [enabled by default]
> In file included from /usr/include/ql/math/interpolations/all.hpp:18:0,
> from /usr/include/ql/math/all.hpp:31,
> from /usr/include/ql/quantlib.hpp:46,
> from QuantLib/quantlib_wrap.cpp:3468:
> /usr/include/ql/math/interpolations/multicubicspline.hpp:276:33: error:
> reference 'y2_' cannot be declared 'mutable' [-fpermissive]
> /usr/include/ql/math/interpolations/multicubicspline.hpp:277:34: error:
> reference 'v_' cannot be declared 'mutable' [-fpermissive]
> /usr/include/ql/math/interpolations/multicubicspline.hpp:336:33: error:
> reference 'y2_' cannot be declared 'mutable' [-fpermissive]
> /usr/include/ql/math/interpolations/multicubicspline.hpp:337:34: error:
> reference 'v_' cannot be declared 'mutable' [-fpermissive]
> /usr/include/ql/math/interpolations/multicubicspline.hpp:337:39: error:
> reference 'v1_' cannot be declared 'mutable' [-fpermissive]
> /usr/include/ql/math/interpolations/multicubicspline.hpp:337:45: error:
> reference 'v2_' cannot be declared 'mutable' [-fpermissive]
> QuantLib/quantlib_wrap.cpp: In member function 'QuantLib::Real
> UnaryFunction::operator()(QuantLib::Real) const':
> QuantLib/quantlib_wrap.cpp:6256:67: warning: deprecated conversion from
> string constant to 'char*' [-Wwrite-strings]
> QuantLib/quantlib_wrap.cpp: In member function 'QuantLib::Real
> UnaryFunction::derivative(QuantLib::Real) const':
> QuantLib/quantlib_wrap.cpp:6264:61: warning: deprecated conversion from
> string constant to 'char*' [-Wwrite-strings]
> QuantLib/quantlib_wrap.cpp:6264:61: warning: deprecated conversion from
> string constant to 'char*' [-Wwrite-strings]
> QuantLib/quantlib_wrap.cpp: In member function 'QuantLib::Real
> BinaryFunction::operator()(QuantLib::Real, QuantLib::Real) const':
> QuantLib/quantlib_wrap.cpp:6296:70: warning: deprecated conversion from
> string constant to 'char*' [-Wwrite-strings]
> error: command 'g++' failed with exit status 1
> make: *** [build-stamp] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/02/quantlib-swig_1.0.0-1_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
On 2 May 2011 at 14:37, Lucas Nussbaum wrote:
| Source: quantlib-swig
| Version: 1.0.0-1
| Severity: serious
| Tags: wheezy sid
| User: [email protected]
| Usertags: qa-ftbfs-20110502 qa-ftbfs
| Justification: FTBFS on amd64
|
| Hi,
|
| During a rebuild of all packages in sid, your package failed to build on
| amd64.
This is already taken care of in 1.0.0-3 due a bug report by Scott (CC'ed)
under #624824.
Dirk
| Relevant part:
| > g++ -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes
-O2 -Wall -Wno-strict-aliasing -fPIC -I/usr/include/python2.6 -I/usr/include -c
QuantLib/quantlib_wrap.cpp -o
build/temp.linux-x86_64-2.6/QuantLib/quantlib_wrap.o -Wno-unused -O2 -Wall
-Wno-strict-aliasing
| > cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
Ada/C/ObjC but not for C++ [enabled by default]
| > In file included from /usr/include/ql/math/interpolations/all.hpp:18:0,
| > from /usr/include/ql/math/all.hpp:31,
| > from /usr/include/ql/quantlib.hpp:46,
| > from QuantLib/quantlib_wrap.cpp:3468:
| > /usr/include/ql/math/interpolations/multicubicspline.hpp:276:33: error:
reference 'y2_' cannot be declared 'mutable' [-fpermissive]
| > /usr/include/ql/math/interpolations/multicubicspline.hpp:277:34: error:
reference 'v_' cannot be declared 'mutable' [-fpermissive]
| > /usr/include/ql/math/interpolations/multicubicspline.hpp:336:33: error:
reference 'y2_' cannot be declared 'mutable' [-fpermissive]
| > /usr/include/ql/math/interpolations/multicubicspline.hpp:337:34: error:
reference 'v_' cannot be declared 'mutable' [-fpermissive]
| > /usr/include/ql/math/interpolations/multicubicspline.hpp:337:39: error:
reference 'v1_' cannot be declared 'mutable' [-fpermissive]
| > /usr/include/ql/math/interpolations/multicubicspline.hpp:337:45: error:
reference 'v2_' cannot be declared 'mutable' [-fpermissive]
| > QuantLib/quantlib_wrap.cpp: In member function 'QuantLib::Real
UnaryFunction::operator()(QuantLib::Real) const':
| > QuantLib/quantlib_wrap.cpp:6256:67: warning: deprecated conversion from
string constant to 'char*' [-Wwrite-strings]
| > QuantLib/quantlib_wrap.cpp: In member function 'QuantLib::Real
UnaryFunction::derivative(QuantLib::Real) const':
| > QuantLib/quantlib_wrap.cpp:6264:61: warning: deprecated conversion from
string constant to 'char*' [-Wwrite-strings]
| > QuantLib/quantlib_wrap.cpp:6264:61: warning: deprecated conversion from
string constant to 'char*' [-Wwrite-strings]
| > QuantLib/quantlib_wrap.cpp: In member function 'QuantLib::Real
BinaryFunction::operator()(QuantLib::Real, QuantLib::Real) const':
| > QuantLib/quantlib_wrap.cpp:6296:70: warning: deprecated conversion from
string constant to 'char*' [-Wwrite-strings]
| > error: command 'g++' failed with exit status 1
| > make: *** [build-stamp] Error 1
|
| The full build log is available from:
|
http://people.debian.org/~lucas/logs/2011/05/02/quantlib-swig_1.0.0-1_lsid64.buildlog
|
| A list of current common problems and possible solutions is available at
| http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
|
| About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
| of the Grid'5000 platform, using a clean chroot. Internet was not
| accessible from the build systems.
|
| --
| | Lucas Nussbaum
| | [email protected] http://www.lucas-nussbaum.net/ |
| | jabber: [email protected] GPG: 1024D/023B3F4F |
|
|
--
Gauss once played himself in a zero-sum game and won $50.
-- #11 at http://www.gaussfacts.com
--- End Message ---