Clang trunk build failure in external/librevenge

Stephan Bergmann sbergman at redhat.com
Tue May 14 06:55:24 UTC 2019


On 13/05/2019 04:21, Luke Benes wrote:
> After commit: 
> http://llvm.org/viewvc/llvm-project?view=revision&revision=360308
> 
> Clang builds are failing on both Arch and Ubuntu with the following error:
> 
> checking for boost/spirit/include/classic.hpp... no

You'd need to look into workdir/UnpackedTarball/librevenge/config.log to 
see why compiling the test source containing

   #include <boost/spirit/include/classic.hpp>

fails.  (The symptoms look similar to 
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90382> "[10 Regression] 
ICE in linemap_macro_map_loc_to_exp_point, at libcpp/line-map.c:1061" 
which I encountered in external/libetonyek, but that was with GCC not 
Clang.)

> configure: error: Required boost headers not found.
> make[1]: *** 
> [/core/external/librevenge/ExternalProject_librevenge.mk:23:  
> /core/workdir/ExternalProject/librevenge/build] Error 1
> make[1]: *** Waiting for unfinished jobs....
> 32 warnings generated.
> 114 warnings generated.
> 40 warnings generated.
> make: *** [Makefile:282: build] Error 2


More information about the LibreOffice mailing list