Your message dated Sat, 02 Jul 2016 10:19:32 +0000
with message-id <e1bji1m-0001k1...@franck.debian.org>
and subject line Bug#811987: fixed in ceres-solver 1.11.0~dfsg0-4
has caused the Debian Bug report #811987,
regarding ceres-solver: FTBFS with GCC 6: the compiler can assume...
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.)


-- 
811987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ceres-solver
Version: 1.11.0~dfsg0-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 87%] Built target residual_block_utils_test
> make -f internal/ceres/CMakeFiles/triplet_sparse_matrix_test.dir/build.make 
> internal/ceres/CMakeFiles/triplet_sparse_matrix_test.dir/depend
> make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends 
> "Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>/internal/ceres" 
> "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" 
> "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/internal/ceres" 
> "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/internal/ceres/CMakeFiles/triplet_sparse_matrix_test.dir/DependInfo.cmake"
>  --color=
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc: In instantiation of 'bool 
> ceres::internal::IsNearAngleAxisMatcherP<expected_type>::gmock_Impl<arg_type>::MatchAndExplain(arg_type,
>  testing::MatchResultListener*) const [with arg_type = const double (&)[3]; 
> expected_type = const double*]':
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:1135:1:   required from here
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:140:11: error: the compiler 
> can assume that the address of 'arg' will never be NULL [-Werror=address]
>    if (arg == NULL) {
>        ~~~~^~~~
> 
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc: In instantiation of 'bool 
> ceres::internal::IsNear3x3MatrixMatcherP<expected_type>::gmock_Impl<arg_type>::MatchAndExplain(arg_type,
>  testing::MatchResultListener*) const [with arg_type = const double (&)[9]; 
> expected_type = double*]':
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:1135:1:   required from here
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:210:11: error: the compiler 
> can assume that the address of 'arg' will never be NULL [-Werror=address]
>    if (arg == NULL) {
>        ~~~~^~~~
> 
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc: In instantiation of 'bool 
> ceres::internal::IsOrthonormalMatcher::gmock_Impl<arg_type>::MatchAndExplain(arg_type,
>  testing::MatchResultListener*) const [with arg_type = const double (&)[9]]':
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:1135:1:   required from here
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:181:11: error: the compiler 
> can assume that the address of 'arg' will never be NULL [-Werror=address]
>    if (arg == NULL) {
>        ~~~~^~~~
> 
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc: In instantiation of 'bool 
> ceres::internal::IsNearAngleAxisMatcherP<expected_type>::gmock_Impl<arg_type>::MatchAndExplain(arg_type,
>  testing::MatchResultListener*) const [with arg_type = const double (&)[3]; 
> expected_type = double*]':
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:1135:1:   required from here
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:140:11: error: the compiler 
> can assume that the address of 'arg' will never be NULL [-Werror=address]
>    if (arg == NULL) {
>        ~~~~^~~~
> 
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc: In instantiation of 'bool 
> ceres::internal::IsNearQuaternionMatcherP<expected_type>::gmock_Impl<arg_type>::MatchAndExplain(arg_type,
>  testing::MatchResultListener*) const [with arg_type = const double (&)[4]; 
> expected_type = double*]':
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:1135:1:   required from here
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:91:11: error: the compiler 
> can assume that the address of 'arg' will never be NULL [-Werror=address]
>    if (arg == NULL) {
>        ~~~~^~~~
> 
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc: In instantiation of 'bool 
> ceres::internal::IsNormalizedQuaternionMatcher::gmock_Impl<arg_type>::MatchAndExplain(arg_type,
>  testing::MatchResultListener*) const [with arg_type = const double (&)[4]]':
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:1135:1:   required from here
> /<<PKGBUILDDIR>>/internal/ceres/rotation_test.cc:71:11: error: the compiler 
> can assume that the address of 'arg' will never be NULL [-Werror=address]
>    if (arg == NULL) {
>        ~~~~^~~~

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: ceres-solver
Source-Version: 1.11.0~dfsg0-4

We believe that the bug you reported is fixed in the latest version of
ceres-solver, which is due to be installed in the Debian FTP archive.

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 811...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Philipp Huebner <debala...@debian.org> (supplier of updated ceres-solver 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 02 Jul 2016 10:10:08 +0200
Source: ceres-solver
Binary: libceres-dev libceres1 ceres-solver-doc
Architecture: source all amd64
Version: 1.11.0~dfsg0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Philipp Huebner <debala...@debian.org>
Description:
 ceres-solver-doc - documentation for ceres-solver
 libceres-dev - nonlinear least squares minimizer (development files)
 libceres1  - nonlinear least squares minimizer (shared library)
Closes: 811987
Changes:
 ceres-solver (1.11.0~dfsg0-4) unstable; urgency=medium
 .
   * Added patch to allow compiling with GCC 6 (Closes: #811987)
   * Corrected spacing in debian/control
   * Switched to version Format URI in debian/copyright
Checksums-Sha1:
 9487bd4fc8a585ccdbde564d2a1964bc347f806f 2340 ceres-solver_1.11.0~dfsg0-4.dsc
 b88bc365d131e2ba41c88f6040ef4b21884946fe 5388 
ceres-solver_1.11.0~dfsg0-4.debian.tar.xz
 56af71bb766d35f1b12ad2003bc37e3489760182 1731396 
ceres-solver-doc_1.11.0~dfsg0-4_all.deb
 a3b9ed22d087ae48a9b160b304975bc40b74a238 866066 
libceres-dev_1.11.0~dfsg0-4_amd64.deb
 5cbca3cd6db7615844f0d77ca1f8fa6ed840f84f 42141652 
libceres1-dbgsym_1.11.0~dfsg0-4_amd64.deb
 436f0af22c1effbb19561be76198275909c28ed5 618462 
libceres1_1.11.0~dfsg0-4_amd64.deb
Checksums-Sha256:
 130dbf8a5458a1d2ac93a110d215d23d568cc91c2a6d6d565966b444f4e36897 2340 
ceres-solver_1.11.0~dfsg0-4.dsc
 05fe494f1d3b355034d4b2ed8f9a9f6d05e33aa47d04931d0503bcb60a048925 5388 
ceres-solver_1.11.0~dfsg0-4.debian.tar.xz
 befe18c6ec0293aeb31d10da0537f54b6dffab2ca71724cde7d68c3bfd3c5914 1731396 
ceres-solver-doc_1.11.0~dfsg0-4_all.deb
 40b9c9c20f1b3cbf48f512fe5f4b617310767826e6b943b79ed1f6d12f76dba6 866066 
libceres-dev_1.11.0~dfsg0-4_amd64.deb
 38d78b3903d2bb25a539ecf41f4cbf55a0a3db6508cea490933722eb3d22ae0b 42141652 
libceres1-dbgsym_1.11.0~dfsg0-4_amd64.deb
 c3aafd6db5856fbf1733261bc2c64e9a3fbc1d4e4952bf8539d36af230f72360 618462 
libceres1_1.11.0~dfsg0-4_amd64.deb
Files:
 73c7a6a4f445d62a9d24029530c3f023 2340 math optional 
ceres-solver_1.11.0~dfsg0-4.dsc
 63cc3605d153a15541667e074a52c2a4 5388 math optional 
ceres-solver_1.11.0~dfsg0-4.debian.tar.xz
 282d5dbf34c68e3f2c5058694630d9ce 1731396 doc optional 
ceres-solver-doc_1.11.0~dfsg0-4_all.deb
 4223055aad1a7fcab4d5fd8f28f6041c 866066 libdevel optional 
libceres-dev_1.11.0~dfsg0-4_amd64.deb
 ce092a4b348948d2a520fe7bc5cf13c7 42141652 debug extra 
libceres1-dbgsym_1.11.0~dfsg0-4_amd64.deb
 fcd6a58c99b7912eebf7798fbc75d32e 618462 libs optional 
libceres1_1.11.0~dfsg0-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXd4UjAAoJEOXKjEkl5CBf7B8P/0/p1xaeICttkN4MGJ0fiZy2
2t5h+iPcYdeCFEpvT8lDOLhwjMiNg5KZlRkfeqa72brrv8o7/cbkZagctgbNr/o8
DHu7sIXPTW6SjmIg0MV489BJefG3TkgwxpSXs+s1fKe+f+BDLiuDuai8vXdynFrg
xe0Q+7MAQ55qmP0avzijx2ulsLwcPdeg338flAi7azQrhFnEEbdg0gfk4OWnlkUC
fFIjQUMhYasYtH5YMukwOsUs3cmtKjO53xAl5lE7FooYFKe5yHZnhyGxopQskSyp
P1w8Z+xDyiL55qqeDZ/r8GztugT2CL8wTCx5cJBOJbPDGetsD/C9Uy88xwAg5Vdt
M6qhHl8r2sMBtgpCdNQNcG7ETjO/ewtwqIWUGEYNB3Y+Xr9ywK5iAaTJ4RYEdaqM
DtPvjpyAvi7nR0+oumQ9AF+I/pUr5AJk/bLZo1MnJ2ttdAi6Jyk0sVSUCiwrU9Ak
llzDDWY7XAxlGVvjLKG/abD6PKlqjXQW/Fiz4FZPD9x9RQ2lzqe31mfwOyOwHXl7
Wa5qXtaSGKz+8NddolzGunfOIhtWFubIaCK61g2qY+ybiBvw/ZCjfZpdKuuAzmZ3
p9fTRK/DkGhd6XY54qUe0KRB3BGZLe1RL7GRdnUh5DSCGQwv1PF1AQMSlYjphR0q
li376u+YZySmhGaAo4eS
=5pAY
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to