Hi Marius, mba...@fastmail.com (Marius Bakke) writes:
> mbakke pushed a commit to branch master > in repository guix. > > commit 5ea4b5943d4ce427900bb2e2e49ce27d2b293404 > Author: Marius Bakke <mba...@fastmail.com> > Date: Sat Jul 28 17:55:04 2018 +0200 > > gnu: glm: Update to 0.9.9.0. Unfortunately, this commit seems to have broken the libreoffice build, which now fails with the following error: --8<---------------cut here---------------start------------->8--- [build CXX] vcl/workben/icontest.cxx [build CXX] vcl/backendtest/VisualBackendTest.cxx In file included from /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/vcl/workben/icontest.cxx:23:0: /gnu/store/lfnmqgl6kmxnjxmjlxhpdwcs14ch2rgr-glm-0.9.9.0/include/glm/gtx/bit.hpp:19:3: error: #error "GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." # error "GLM: GLM_GTX_bit is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." ^ [build CXX] vcl/workben/mtfdemo.cxx [build CXX] vcl/workben/svdem.cxx [build CXX] vcl/workben/fftester.cxx [build CXX] vcl/workben/svptest.cxx make[1]: *** [/tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/solenv/gbuild/LinkTarget.mk:293: /tmp/guix-build-libreoffice-6.0.5.1.drv-0/libreoffice-6.0.5.1/workdir/CxxObject/vcl/workben/icontest.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:269: build] Error 2 --8<---------------cut here---------------end--------------->8--- The failed build on Hydra is <https://hydra.gnu.org/build/2937188>. The previous build <https://hydra.gnu.org/build/2933203> was part of Hydra evaluation 110136 at Guix commit b15a020, and was successful. Could you take a look? Mark