Bug#777955: liblas: ftbfs with GCC-5
Sebastiaan Couwenberg
sebastic at xs4all.nl
Fri Feb 13 21:48:04 UTC 2015
Control: tags -1 confirmed
Control: block -1 by 778220
Hi Matthias,
Thanks for your work on GCC 5. I can confirm the FTBFS.
On 02/12/2015 11:33 AM, Matthias Klose wrote:
> /«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:
This looks like looks like #778220.
One of my builds with GCC 5 also reported an different issue:
dh_auto_configure --buildsystem cmake -- \
-DCMAKE_VERBOSE_MAKEFILE=1 \
-DWITH_GDAL=TRUE \
-DWITH_GEOTIFF=TRUE \
-DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff
cmake: relocation error: /usr/lib/x86_64-linux-gnu/libcurl.so.4:
symbol SSLv3_client_method, version OPENSSL_1.0.0 not defined in file
libssl.so.1.0.0 with link time reference
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None
-DCMAKE_VERBOSE_MAKEFILE=1 -DWITH_GDAL=TRUE -DWITH_GEOTIFF=TRUE
-DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff returned exit code 127
This looks like a missing build dependency oon the proper libcurl variant.
Kind Regards,
Bas
--
GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
More information about the Pkg-grass-devel
mailing list