Your message dated Sat, 22 Aug 2015 10:37:38 +0000
with message-id <e1zt6b8-0008sv...@franck.debian.org>
and subject line Bug#777955: fixed in liblas 1.8.0-4
has caused the Debian Bug report #777955,
regarding liblas: should update symbols files for GCC 5
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.)


-- 
777955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777955
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:liblas
Version: 1.8.0-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/liblas_1.8.0-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
/«PKGBUILDDIR»/src/../include/liblas/external/property_tree/detail/xml_parser_write.hpp:72:48:
 warning: typedef 'Str' locally defined but not used [-Wunused-local-typedefs]
         typedef typename std::basic_string<Ch> Str;
                                                ^
In file included from 
/«PKGBUILDDIR»/src/../include/liblas/detail/singleton.hpp:49:0,
                 from /«PKGBUILDDIR»/src/../include/liblas/header.hpp:54,
                 from /«PKGBUILDDIR»/src/point.cpp:43:
/usr/include/boost/thread/once.hpp: In instantiation of 'void 
boost::call_once(Function, boost::once_flag&) [with Function = void (*)()]':
/«PKGBUILDDIR»/src/../include/liblas/detail/singleton.hpp:73:25:   required 
from 'static T& liblas::Singleton<T>::get() [with T = liblas::Header]'
/«PKGBUILDDIR»/src/point.cpp:69:39:   required from here
/usr/include/boost/thread/once.hpp:38:18: error: no matching function for call 
to 'call_once(boost::once_flag&, void (*&)())'
         call_once(flag,func);
                  ^
In file included from /usr/include/boost/thread/once.hpp:20:0,
                 from 
/«PKGBUILDDIR»/src/../include/liblas/detail/singleton.hpp:49,
                 from /«PKGBUILDDIR»/src/../include/liblas/header.hpp:54,
                 from /«PKGBUILDDIR»/src/point.cpp:43:
/usr/include/boost/thread/pthread/once_atomic.hpp:121:15: note: candidate: 
template<class Function, class ... ArgTypes> void 
boost::call_once(boost::once_flag&, boost::detail::thread_move_t<T>, 
boost::detail::thread_move_t<Args>...)
   inline void call_once(once_flag& flag, BOOST_THREAD_RV_REF(Function) f, 
BOOST_THREAD_RV_REF(ArgTypes)... args)
               ^
/usr/include/boost/thread/pthread/once_atomic.hpp:121:15: note:   template 
argument deduction/substitution failed:
In file included from 
/«PKGBUILDDIR»/src/../include/liblas/detail/singleton.hpp:49:0,
                 from /«PKGBUILDDIR»/src/../include/liblas/header.hpp:54,
                 from /«PKGBUILDDIR»/src/point.cpp:43:
/usr/include/boost/thread/once.hpp:38:18: note:   mismatched types 
'boost::detail::thread_move_t<T>' and 'void (*)()'
         call_once(flag,func);
                  ^
/usr/include/boost/thread/once.hpp:35:13: note: candidate: template<class 
Function> void boost::call_once(Function, boost::once_flag&)
 inline void call_once(Function func,once_flag& flag)
             ^
/usr/include/boost/thread/once.hpp:35:13: note:   template argument 
deduction/substitution failed:
/usr/include/boost/thread/once.hpp:38:18: note:   cannot convert 'func' (type 
'void (*)()') to type 'boost::once_flag&'
         call_once(flag,func);
                  ^
make[4]: *** [src/CMakeFiles/las.dir/point.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
src/CMakeFiles/las.dir/build.make:310: recipe for target 
'src/CMakeFiles/las.dir/point.cpp.o' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[3]: *** [src/CMakeFiles/las.dir/all] Error 2
CMakeFiles/Makefile2:111: recipe for target 'src/CMakeFiles/las.dir/all' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[2]: *** [all] Error 2
Makefile:150: recipe for target 'all' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
dh_auto_build: make -j10 returned exit code 2
make[1]: *** [override_dh_auto_build-arch] Error 2
debian/rules:29: recipe for target 'override_dh_auto_build-arch' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:6: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: liblas
Source-Version: 1.8.0-4

We believe that the bug you reported is fixed in the latest version of
liblas, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@debian.org> (supplier of updated liblas 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, 22 Aug 2015 12:09:15 +0200
Source: liblas
Binary: liblas3 liblas-c3 liblas-dev liblas-c-dev liblas-bin python-liblas
Architecture: source amd64 all
Version: 1.8.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@debian.org>
Description:
 liblas-bin - ASPRS LiDAR data translation toolset
 liblas-c-dev - ASPRS LiDAR data translation library - C development files
 liblas-c3  - ASPRS LiDAR data translation library - C version
 liblas-dev - ASPRS LiDAR data translation library - C++ development files
 liblas3    - ASPRS LiDAR data translation library - C++ version
 python-liblas - Python module to use the ASPRS LiDAR data translation library
Closes: 777955
Changes:
 liblas (1.8.0-4) unstable; urgency=medium
 .
   * Update symbols for other architectures except mips*,
     the experimental buildds for mips* aren't active at the moment.
     (closes: #777955)
   * Move from experimental to unstable.
Checksums-Sha1:
 a732ec007ac5d53f34b083a083875badab0c4a9c 2553 liblas_1.8.0-4.dsc
 d610c2496979aaf109aa0d302e7beab0b498bc8b 34980 liblas_1.8.0-4.debian.tar.xz
 8cb98cd99dd1e3cf778020bf65fc8bbb58e2aa2a 308010 liblas-bin_1.8.0-4_amd64.deb
 bbe6b4d744225422359456f0c5c9fdba0de05db3 15258 liblas-c-dev_1.8.0-4_amd64.deb
 81a6852a072756e57b0699998976d4fc9512f7ba 69864 liblas-c3_1.8.0-4_amd64.deb
 32ac77c6a292b26500b4137d26daa59d98e7235e 91806 liblas-dev_1.8.0-4_amd64.deb
 1627321cce27721c90d27922f7ecff3864b96b28 272846 liblas3_1.8.0-4_amd64.deb
 05f141ac4bab2efdd3513743c39e27ae297e0027 39016 python-liblas_1.8.0-4_all.deb
Checksums-Sha256:
 d09d8ad905b83447599fa5f0884771a56a38079587a595611df972b7d517ea1d 2553 
liblas_1.8.0-4.dsc
 47a9ce312d006cd7d34dade7332f6218f4399766ca12e8433c1c451c30620d22 34980 
liblas_1.8.0-4.debian.tar.xz
 72e4c168fc94104e09876b92bbe2fb92fd6000a5b621421bdad280eef447e3f2 308010 
liblas-bin_1.8.0-4_amd64.deb
 92782a5a8bd0e849edcb302270ae062c143b77b09d83d8021e82f2f51a32b9bb 15258 
liblas-c-dev_1.8.0-4_amd64.deb
 b64b38ea845a1d41ce4fc90accebcb1ca42c67f6f3a6ca3b5a67c494eb1fccfd 69864 
liblas-c3_1.8.0-4_amd64.deb
 2c4191d2d13bf5b53a10f5fda0acfda4370e430a3d7c514b541c3d30fa67e93e 91806 
liblas-dev_1.8.0-4_amd64.deb
 5b720e2e9c8187f83ebd05dc76c201d6399f8bce42de02e9c96acac804486ae1 272846 
liblas3_1.8.0-4_amd64.deb
 6d618f0d7d469d75cfe73e42650e0adcf62a419ebc2759a97f2a9c10313707c5 39016 
python-liblas_1.8.0-4_all.deb
Files:
 e37328a4b806bc2135449fce6204bc68 2553 science optional liblas_1.8.0-4.dsc
 03d5c55d9834c7e8bc3a00ddab3653d4 34980 science optional 
liblas_1.8.0-4.debian.tar.xz
 204164c3308e583ee0396fceba633fd5 308010 science optional 
liblas-bin_1.8.0-4_amd64.deb
 58968fe4714a5eda4fea96320b857d76 15258 libdevel optional 
liblas-c-dev_1.8.0-4_amd64.deb
 302a141e4aa7faf2a6c7c8209b80ff92 69864 libs optional 
liblas-c3_1.8.0-4_amd64.deb
 35372d887a11227cedadb72e0aeab372 91806 libdevel optional 
liblas-dev_1.8.0-4_amd64.deb
 812c3f14bfe9cd7ba1aacdeda2f65a70 272846 libs optional liblas3_1.8.0-4_amd64.deb
 849d291933ba9b105bd9d18e7c964db8 39016 python optional 
python-liblas_1.8.0-4_all.deb

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

iQIcBAEBCgAGBQJV2E67AAoJEGdQ8QrojUrxK2gQAM+uurbDkGHn6njng04csMKI
BNX/htEFh2PKUYEpIecuLx/D3MH0k32xp8DB4LLs27Q+INC0srB/gEVU3luIHR8g
lX3eGh/1eON/gyc5LB6bjhWQdE7BA5XxnanTzxWO68RN3PrCX0rFWvh4PbXNH7Es
M6LrZrFz9Ok+dXShXqWMfY8U1o5rfVBJ6cR6EkoaTGsrtBemW1hIY92cn4UeQBnR
hr711PRMxE32WVw7/XvokmvvuYLbswWS4nS+82ElWPxtlgWZDvTGTrMRH0Vbj5Sf
hKj5nJDkVKmnUcGA7Pgi2PTYyptgXhRMiABEHBDqnjV8DsUT9lvldl6kfoKuyThy
wGWctM3q9JBK7VQgHrl+tCMV+nVrs52eDgz+oCYhgh02oH2B1lgkofS5YoJxmxJu
DcKSUDGVWQBZrVuNKp3GF9AnyB/j8QNrr+Cv+I9mm9bjdXBIN5/ud/Dwd6r8gCxM
fNmTmOHHHDitHU0skoWJBkzH3abDW3WVaCyqyHXjx/b81Kh6xS1lyJVZwbRXQU9S
yui867hjbNwirg9Jwxg6yZyA/CMf96pKD1TVWXF9cVJEM2GJPUAu0ywfY/eW3hJG
xYM0qfa1h8lWzrGQvAVC79iGJmMbxuxN31kQgM10/TGLaWnhxu1dQVWEbo7yzGsn
AVCH4L8pTj50dfOwXsyF
=82Iy
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to