Activity log for bug #302649

Date Who What changed Old value New value Message
2008-11-27 00:22:19 Sameer Morar bug added bug
2008-11-27 00:46:34 Sameer Morar bug added attachment 'weave_test.py' (Example python code which demonstrates the bug)
2008-11-27 00:53:38 Sameer Morar description Binary package hint: python-scipy The compiler fails with the following error: <weave: compiling> In file included from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/applics.h:400, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/vecexpr.h:32, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/vecpick.cc:16, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/vecpick.h:293, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/vector.h:449, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/tinyvec.h:430, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array-impl.h:44, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array.h:32, from /home/smorar/.python25_compiled/sc_b1d4a37f384bb7ae593fe0b86178e5990.cpp:11: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/mathfunc.h: In static member function ‘static long int blitz::_bz_abs<long int>::apply(long int)’: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/mathfunc.h:45: error: ‘labs’ is not a member of ‘std’ In file included from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array/funcs.h:29, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array/newet.h:29, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array/et.h:27, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array-impl.h:2515, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array.h:32, from /home/smorar/.python25_compiled/sc_b1d4a37f384bb7ae593fe0b86178e5990.cpp:11: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/funcs.h: In static member function ‘static int blitz::Fn_abs<int>::apply(int)’: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/funcs.h:509: error: call of overloaded ‘abs(int&)’ is ambiguous /usr/include/c++/4.3/cmath:99: note: candidates are: double std::abs(double) /usr/include/c++/4.3/cmath:103: note: float std::abs(float) /usr/include/c++/4.3/cmath:107: note: long double std::abs(long double) /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/funcs.h: In static member function ‘static long int blitz::Fn_abs<long int>::apply(long int)’: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/funcs.h:530: error: ‘labs’ is not a member of ‘std’ This problem can be worked around by changing /usr/bin/g++ from g++-4.3 to point to g++-4.2 Binary package hint: python-scipy The compiler fails with the following error: <weave: compiling> In file included from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/applics.h:400, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/vecexpr.h:32, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/vecpick.cc:16, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/vecpick.h:293, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/vector.h:449, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/tinyvec.h:430, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array-impl.h:44, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array.h:32, from /home/smorar/.python25_compiled/sc_b1d4a37f384bb7ae593fe0b86178e5990.cpp:11: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/mathfunc.h: In static member function ‘static long int blitz::_bz_abs<long int>::apply(long int)’: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/mathfunc.h:45: error: ‘labs’ is not a member of ‘std’ In file included from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array/funcs.h:29, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array/newet.h:29, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array/et.h:27, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array-impl.h:2515, from /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/array.h:32, from /home/smorar/.python25_compiled/sc_b1d4a37f384bb7ae593fe0b86178e5990.cpp:11: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/funcs.h: In static member function ‘static int blitz::Fn_abs<int>::apply(int)’: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/funcs.h:509: error: call of overloaded ‘abs(int&)’ is ambiguous /usr/include/c++/4.3/cmath:99: note: candidates are: double std::abs(double) /usr/include/c++/4.3/cmath:103: note: float std::abs(float) /usr/include/c++/4.3/cmath:107: note: long double std::abs(long double) /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/funcs.h: In static member function ‘static long int blitz::Fn_abs<long int>::apply(long int)’: /usr/lib/python2.5/site-packages/scipy/weave/blitz/blitz/funcs.h:530: error: ‘labs’ is not a member of ‘std’ This problem can be worked around by changing /usr/bin/g++ from g++-4.3 to point to g++-4.2 I am using Intrepid root@spider:/usr/bin# dpkg -l|grep python-scipy ii python-scipy 0.6.0-11 scientific tools for Python
2009-02-21 17:54:11 Jorge Castro bug assigned to scipy
2009-02-21 17:55:11 Jorge Castro bug assigned to python-scipy (Debian)
2009-02-22 15:30:26 Bug Watch Updater scipy: status Unknown Fix Released
2009-03-02 08:32:37 Luca Falavigna python-scipy: status New Fix Committed
2009-03-02 08:32:37 Luca Falavigna python-scipy: importance Undecided Medium
2009-03-02 08:32:37 Luca Falavigna python-scipy: statusexplanation Fixed upstream with new 0.7.0.
2009-03-02 18:35:14 Launchpad Janitor python-scipy: status Fix Committed Fix Released
2009-03-10 02:24:17 Bug Watch Updater python-scipy: status Unknown Fix Released
2009-08-14 11:10:24 Launchpad Janitor branch linked lp:ubuntu/karmic/python-scipy
2009-11-05 12:58:55 Sameer Morar python-scipy (Ubuntu): status Fix Released Incomplete
2010-04-28 23:28:58 Bug Watch Updater scipy: status Fix Released New
2010-09-29 07:21:35 Stefano Rivera python-scipy (Ubuntu): status Incomplete Confirmed
2010-09-29 08:56:21 Matthias Klose python-scipy (Ubuntu): status Confirmed Incomplete
2010-09-29 09:33:38 Stefano Rivera attachment added weave_test.log https://bugs.edge.launchpad.net/ubuntu/+source/python-scipy/+bug/302649/+attachment/1652565/+files/weave_test.log
2010-09-29 09:34:24 Stefano Rivera python-scipy (Ubuntu): status Incomplete Confirmed
2010-09-29 11:00:19 Sameer Morar attachment added Patch to fix this bug https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/302649/+attachment/1652837/+files/python-scipy_0.7.2-2ubuntu1.debdiff
2010-09-29 11:05:42 Stefano Rivera bug added subscriber Stefano Rivera
2010-09-29 11:05:49 Stefano Rivera python-scipy (Ubuntu): assignee Stefano Rivera (stefanor)
2010-09-29 11:31:53 Sameer Morar attachment added Patch v2 https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/302649/+attachment/1652978/+files/python-scipy_0.7.2-2ubuntu1.debdiff
2010-09-29 12:04:11 Stefano Rivera python-scipy (Ubuntu): status Confirmed Fix Committed
2010-09-29 12:04:11 Stefano Rivera python-scipy (Ubuntu): assignee Stefano Rivera (stefanor) Sameer Morar (smorar)
2010-09-29 12:41:12 Stefano Rivera nominated for series Ubuntu Lucid
2010-09-29 12:41:12 Stefano Rivera bug task added python-scipy (Ubuntu Lucid)
2010-09-29 13:40:16 Sameer Morar python-scipy (Ubuntu Lucid): assignee Sameer Morar (smorar)
2010-09-29 13:47:25 Sameer Morar attachment added Patch for lucid https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/302649/+attachment/1653308/+files/python-scipy_0.7.0-2ubuntu1.debdiff
2010-09-29 13:47:29 Sameer Morar attachment added Patch for lucid https://bugs.launchpad.net/ubuntu/+source/python-scipy/+bug/302649/+attachment/1653309/+files/python-scipy_0.7.0-2ubuntu1.debdiff
2010-09-29 16:06:15 Stefano Rivera affects python-scipy (Debian) blitz++ (Debian)
2010-09-29 17:11:36 Stefano Rivera bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598520
2010-09-29 17:11:36 Stefano Rivera bug task added python-scipy (Debian)
2010-09-29 17:30:20 Brian Murray bug added subscriber Ubuntu Review Team
2010-09-29 17:30:23 Brian Murray tags patch
2010-09-30 12:50:09 Launchpad Janitor python-scipy (Ubuntu): status Fix Committed Fix Released
2010-09-30 13:17:32 Launchpad Janitor branch linked lp:ubuntu/python-scipy
2010-09-30 13:43:39 Stefano Rivera python-scipy (Ubuntu Lucid): importance Undecided Low
2010-09-30 13:43:39 Stefano Rivera python-scipy (Ubuntu Lucid): status New Fix Committed
2010-09-30 13:44:03 Stefano Rivera bug added subscriber Ubuntu Stable Release Updates Team
2010-10-05 13:21:35 Martin Pitt bug added subscriber SRU Verification
2010-10-05 13:21:39 Martin Pitt tags patch patch verification-needed
2010-10-05 14:17:22 Launchpad Janitor branch linked lp:ubuntu/lucid-proposed/python-scipy
2010-10-05 15:26:56 Sameer Morar tags patch verification-needed patch verification-done
2010-10-11 16:48:47 Bug Watch Updater python-scipy (Debian): status Unknown Fix Committed
2010-10-12 07:21:37 Launchpad Janitor python-scipy (Ubuntu Lucid): status Fix Committed Fix Released
2011-01-10 16:01:30 Bug Watch Updater python-scipy (Debian): status Fix Committed Fix Released
2011-01-18 22:30:46 Launchpad Janitor branch linked lp:debian/experimental/python-scipy
2011-01-18 22:30:49 Launchpad Janitor branch linked lp:ubuntu/python-scipy
2011-10-28 18:46:15 Bradley M. Froehle branch unlinked lp:ubuntu/natty/python-scipy