Fedora Account System
Red Hat Associate
Red Hat Customer
liblas fails to build in rawhide with this error: In file included from /usr/include/laszip/laszip.hpp:98, from /builddir/build/BUILD/liblas-1.8.2-build/libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/src/header.cpp:51: /usr/include/laszip/mydefs.hpp:48:10: fatal error: lasmessage.hpp: No such file or directory 48 | #include "lasmessage.hpp" | ^~~~~~~~~~~~~~~~ compilation terminated. It looks like laszip-devel installs a file that can't be included, because some other file it includes is missing. Reproducible: Always Steps to Reproduce: bash-5.3# cat > test.cc #include <laszip/laszip.hpp> bash-5.3# g++ test.cc -c In file included from /usr/include/laszip/laszip.hpp:98, from test.cc:1: /usr/include/laszip/mydefs.hpp:48:10: fatal error: lasmessage.hpp: No such file or directory 48 | #include "lasmessage.hpp" | ^~~~~~~~~~~~~~~~ compilation terminated.
I've also just noticed that the package summary says "compant" which should probably be compact? Summary: Quickly turns bulky LAS files into compant LAZ files
Thanks, the header issue should be fixed in laszip-3.5.0-2.fc44. The typo is also fixed in git.
Thanks! I was able to build liblas against boost-1.90.0 now.