On Sat, 09 Feb 2019 15:57:53 +0100 Ludovic Courtès wrote: > Hello Guix! > > I’ve just merged the ‘staging’ branch as ‘guix weather’ reported a > rather sunny day. > > If you stumble upon build issues or bugs, please do report them and > let’s address them together. > > Thanks to everyone who took care of this branch! > > Ludo’. I'm directly on the merge node 50a93ad and there aegisub fails to build: At global scope: cc1plus: warning: unrecognized command line option ‘-Wno-c++11-narrowing’ g++ -MMD -MP -I/tmp/guix-build-aegisub-3.2.2.drv-0/aegisub-3.2.2/src/ -I.. -I/tmp/guix-build-aegisub-3.2.2.drv-0/aegisub-3.2.2/src/include -I/tmp/guix-build-aegisub-3.2.2.drv-0/aegisub-3.2.2/libaegisub/include -I/tmp/guix-build-aegisub-3.2.2.drv-0/aegisub-3.2.2/build -DU_USING_ICU_NAMESPACE=1 -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g -std=c++11 -Wno-c++11-narrowing -Wno-unused-local-typedefs -O3 -I/gnu/store/lyqpkhxvsn4a9sx0bn0symsvj2j03g2b-wxwidgets-gtk2-3.0.4/lib/wx/include/gtk2-unicode-3.0 -I/gnu/store/lyqpkhxvsn4a9sx0bn0symsvj2j03g2b-wxwidgets-gtk2-3.0.4/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -include /tmp/guix-build-aegisub-3.2.2.drv-0/aegisub-3.2.2/src/agi_pre.h -c -o /tmp/guix-build-aegisub-3.2.2.drv-0/aegisub-3.2.2/src/colour_button.o /tmp/guix-build-aegisub-3.2.2.drv-0/aegisub-3.2.2/src/colour_button.cpp /tmp/guix-build-aegisub-3.2.2.drv-0/aegisub-3.2.2/src/colour_button.cpp:21:33: fatal error: boost/gil/gil_all.hpp: No such file or directory compilation terminated. I will either investigate deeper over the weekend or write a bug report. Björn