Hi, dan...@scratchpost.org (Danny Milosavljevic) writes:
> dannym pushed a commit to branch master > in repository guix. > > commit 694285712ebd4967b202ac1a8a7ffac7b76e29f1 > Author: ng0 <n...@infotropique.org> > Date: Sat Dec 30 22:43:42 2017 +0100 > > gnu: Add atril. > > * gnu/packages/mate.scm (atril): New variable. > > Signed-off-by: Danny Milosavljevic <dan...@scratchpost.org> Thanks for your work getting MATE into Guix! Unfortunately 'atril' fails to build on my x86_64 GuixSD system. It seems to be a consistent failure, or at least it has failed twice consecutively in the same way. Here's the tail of the build log: --8<---------------cut here---------------start------------->8--- Making all in backend make[2]: Entering directory '/tmp/guix-build-atril-1.18.1.drv-0/build/backend' Making all in pdf make[3]: Entering directory '/tmp/guix-build-atril-1.18.1.drv-0/build/backend/pdf' GEN pdfdocument.atril-backend CXX ev-poppler.lo Found cached translation database Merging translations into pdfdocument.atril-backend. CXXLD libpdfdocument.la ld: cannot find -lopenjp2 collect2: error: ld returned 1 exit status make[3]: *** [Makefile:573: libpdfdocument.la] Error 1 make[3]: Leaving directory '/tmp/guix-build-atril-1.18.1.drv-0/build/backend/pdf' make[2]: *** [Makefile:494: all-recursive] Error 1 make[2]: Leaving directory '/tmp/guix-build-atril-1.18.1.drv-0/build/backend' make[1]: *** [Makefile:666: all-recursive] Error 1 make[1]: Leaving directory '/tmp/guix-build-atril-1.18.1.drv-0/build' make: *** [Makefile:552: all] Error 2 phase `build' failed after 52.2 seconds note: keeping build directory `/tmp/guix-build-atril-1.18.1.drv-1' builder for `/gnu/store/gc6mfk4hc81l37sdiqcsnli4j3hd3lvv-atril-1.18.1.drv' failed with exit code 1 cannot build derivation `/gnu/store/vs8n79li5vak5fab76vz7r0w0y0wignl-mate-1.18.0.drv': 1 dependencies couldn't be built guix system: error: build failed: build of `/gnu/store/vs8n79li5vak5fab76vz7r0w0y0wignl-mate-1.18.0.drv' failed --8<---------------cut here---------------end--------------->8--- Since you also recently added 'atril' as an input to 'mate', this also means that the 'mate' package fails to build. Did something change since the last time you tried building this? Mark