Your message dated Fri, 15 Apr 2016 19:33:23 +0000
with message-id <e1ar9uz-0004am...@franck.debian.org>
and subject line Bug#820671: Removed package(s) from unstable
has caused the Debian Bug report #746858,
regarding igstk: ftbfs with GCC-4.9
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 ow...@bugs.debian.org
immediately.)
--
746858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746858
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:igstk
Version: 4.4.0-6
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.9
The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.
The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/igstk_4.4.0-6_unstable_gcc49.log
The last lines of the build log are at the end of this report.
To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols
files. For other C/C++ related build failures see the porting guide
at http://gcc.gnu.org/gcc-4.9/porting_to.html
[...]
^
/usr/include/InsightToolkit/Common/itkConceptChecking.h: In member function
'void itk::Concept::HasJoinTraits<T1, T2>::Constraints::constraints()':
/usr/include/InsightToolkit/Common/itkConceptChecking.h:641:54: warning:
typedef 'ValueType' locally defined but not used [-Wunused-local-typedefs]
typedef typename JoinTraits<T1, T2>::ValueType ValueType;
^
In file included from /usr/include/InsightToolkit/Common/itkVersor.h:313:0,
from /«PKGBUILDDIR»/Source/igstkTransform.h:24,
from
/«PKGBUILDDIR»/Utilities/SceneGraphVisualization/igstkSceneGraphNode.h:22,
from
/«PKGBUILDDIR»/Utilities/SceneGraphVisualization/igstkSceneGraphUI.h:31,
from
/«PKGBUILDDIR»/Utilities/SceneGraphVisualization/igstkSceneGraphUI.cxx:18:
/usr/include/InsightToolkit/Common/itkVersor.txx: In member function 'void
itk::Versor<T>::Set(const VectorType&)':
/usr/include/InsightToolkit/Common/itkVersor.txx:451:47: warning: typedef
'VectorRealValueType' locally defined but not used [-Wunused-local-typedefs]
typedef typename VectorType::RealValueType VectorRealValueType;
^
make[3]: ***
[Utilities/SceneGraphVisualization/CMakeFiles/SceneGraphVisualization.dir/igstkSceneGraphNode.o]
Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /«PKGBUILDDIR»/Source/igstkStateMachine.h:281:0,
from /«PKGBUILDDIR»/Source/igstkCoordinateSystem.h:22,
from
/«PKGBUILDDIR»/Source/igstkCoordinateSystemSetTransformResult.h:21,
from
/«PKGBUILDDIR»/Utilities/SceneGraphVisualization/igstkSceneGraph.h:26,
from
/«PKGBUILDDIR»/Utilities/SceneGraphVisualization/igstkSceneGraph.cxx:18:
/«PKGBUILDDIR»/Source/igstkStateMachine.txx: At global scope:
/«PKGBUILDDIR»/Source/igstkStateMachine.txx:486:70: error: redeclaration of
'void
igstk::StateMachine<TClass>::ExportDescription(igstk::StateMachine<TClass>::OutputStreamType&,
bool) const' may not have default arguments [-fpermissive]
::ExportDescription( OutputStreamType & ostr, bool skipLoops=false ) const
^
/«PKGBUILDDIR»/Source/igstkStateMachine.txx:540:75: error: redeclaration of
'void
igstk::StateMachine<TClass>::ExportDescriptionToLTS(igstk::StateMachine<TClass>::OutputStreamType&,
bool) const' may not have default arguments [-fpermissive]
::ExportDescriptionToLTS( OutputStreamType & ostr, bool skipLoops=false ) const
^
In file included from /«PKGBUILDDIR»/Source/igstkStateMachine.h:281:0,
from /«PKGBUILDDIR»/Source/igstkCoordinateSystem.h:22,
from
/«PKGBUILDDIR»/Utilities/SceneGraphVisualization/igstkSceneGraphNode.h:23,
from
/«PKGBUILDDIR»/Utilities/SceneGraphVisualization/igstkSceneGraphUI.h:31,
from
/«PKGBUILDDIR»/Utilities/SceneGraphVisualization/igstkSceneGraphUI.cxx:18:
/«PKGBUILDDIR»/Source/igstkStateMachine.txx: At global scope:
/«PKGBUILDDIR»/Source/igstkStateMachine.txx:486:70: error: redeclaration of
'void
igstk::StateMachine<TClass>::ExportDescription(igstk::StateMachine<TClass>::OutputStreamType&,
bool) const' may not have default arguments [-fpermissive]
::ExportDescription( OutputStreamType & ostr, bool skipLoops=false ) const
^
/«PKGBUILDDIR»/Source/igstkStateMachine.txx:540:75: error: redeclaration of
'void
igstk::StateMachine<TClass>::ExportDescriptionToLTS(igstk::StateMachine<TClass>::OutputStreamType&,
bool) const' may not have default arguments [-fpermissive]
::ExportDescriptionToLTS( OutputStreamType & ostr, bool skipLoops=false ) const
^
make[3]: ***
[Utilities/SceneGraphVisualization/CMakeFiles/SceneGraphVisualization.dir/igstkSceneGraph.o]
Error 1
make[3]: ***
[Utilities/SceneGraphVisualization/CMakeFiles/SceneGraphVisualization.dir/igstkSceneGraphUI.o]
Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[2]: ***
[Utilities/SceneGraphVisualization/CMakeFiles/SceneGraphVisualization.dir/all]
Error 2
make[1]: *** [all] Error 2
dh_auto_build: make -j10 returned exit code 2
make[2]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[1]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Version: 4.4.0-6+rm
Dear submitter,
as the package igstk has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/820671
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---