Hi Roel, r...@gnu.org (Roel Janssen) writes:
> roelj pushed a commit to branch master > in repository guix. > > commit d5456444f7032e7bc9168db2b59e548672795b72 > Author: Roel Janssen <r...@gnu.org> > Date: Thu Jan 4 00:46:32 2018 +0100 > > gnu: vlc: Enable libdvdread and libdvdcss support. > > * gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; > (vlc): Add libdvdread as input. This commit broke 'gnome-disk-utility', which has 'libdvdread' as an input. Since 'gnome-disk-utility' is an input to the 'gnome' package, it breaks every system that uses 'gnome-desktop-service'. Therefore, I reverted this commit for now. Here's the tail of the failed 'gnome-disk-utility' build log: --8<---------------cut here---------------start------------->8--- starting phase `configure' The Meson build system Version: 0.42.1 Source dir: /tmp/guix-build-gnome-disk-utility-3.26.2.drv-0/gnome-disk-utility-3.26.2 Build dir: /tmp/guix-build-gnome-disk-utility-3.26.2.drv-0/build Build type: native build Project name: gnome-disk-utility Native C compiler: gcc (gcc 5.4.0) Build machine cpu family: x86_64 Build machine cpu: x86_64 Has header "dlfcn.h": YES Has header "inttypes.h": YES Has header "memory.h": YES Has header "stdint.h": YES Has header "stdlib.h": YES Has header "strings.h": YES Has header "string.h": YES Has header "sys/stat.h": YES Has header "sys/types.h": YES Has header "unistd.h": YES Checking for function "dcgettext": YES Checking for function "gettext": YES Checking for function "iconv": YES Checking for function "memset": YES Checking for function "setlocale": YES Checking for function "strstr": YES Message: Checking for valid fallocate() function Found pkg-config: /gnu/store/r9pi4am4m9wyds25rjx9hl35dz0mfny9-pkg-config-0.29.2/bin/pkg-config (0.29.2) Native dependency gmodule-2.0 found: YES 2.52.3 Native dependency gio-unix-2.0 found: YES 2.52.3 Native dependency udisks2 found: YES 2.1.8 Native dependency gtk+-3.0 found: YES 3.22.21 Native dependency libsecret-1 found: YES 0.18.5 Native dependency pwquality found: YES 1.4.0 Native dependency libcanberra-gtk3 found: YES 0.30 Meson encountered an error in file meson.build, line 158, column 0: Could not generate cargs for dvdread: phase `configure' failed after 2.4 seconds note: keeping build directory `/tmp/guix-build-gnome-disk-utility-3.26.2.drv-0' builder for `/gnu/store/xzwf0jlsrvgsd9mjfrg3iijchjip1vh3-gnome-disk-utility-3.26.2.drv' failed with exit code 1 --8<---------------cut here---------------end--------------->8--- Would you like to investigate? Regards, Mark