[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#901744: marked as done (nmu: elastix_4.8-10)



Your message dated Sat, 14 Jul 2018 11:21:20 +0100
with message-id <1531563680.2095.30.camel@adam-barratt.org.uk>
and subject line Closing bugs for updates included in 9.5
has caused the Debian Bug report #901744,
regarding nmu: elastix_4.8-10
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 owner@bugs.debian.org
immediately.)


-- 
901744: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901744
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: binnmu

nmu elastix_4.8-10 . amd64 i386 . stretch . -m "Rebuild with ITK that has been built with gcc 6 (fixes #901312)"


The version of elastix in stretch was built shortly before
gcc 6 became default.

gcc 6 changed the default from C++98 to C++14.

ITK has a different ABI with >= C++11:

/usr/include/ITK-4.10/vcl_config_compiler.h:
#define VXL_COMPILED_CXX_STANDARD_VERSION 201402L

/usr/include/ITK-4.10/vnl/vnl_math.h:
namespace vnl_math
{
#if  VXL_COMPILED_CXX_STANDARD_VERSION >= 201103L
...
  template <typename... Args>
    auto hypot(Args&&... args) -> decltype(std::hypot(std::forward<Args>(args)...)) {
      return std::hypot(std::forward<Args>(args)...);
    }
#else
...
// hypotenuse
extern int         hypot(int         x, int         y);
extern float       hypot(float       x, float       y);
extern double      hypot(double      x, double      y);
extern long double hypot(long double x, long double y);

#endif //If not C++11 features

--- End Message ---
--- Begin Message ---
Version: 9.5

Hi,

The update referenced by each of these bugs was included in this
morning's stretch point release.

Regards,

Adam

--- End Message ---

Reply to: