From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/01: gnu: vlc: Enable libdvdread and libdvdcss support. Date: Thu, 04 Jan 2018 02:46:54 -0500 Message-ID: <87tvw2vzf5.fsf@netris.org> References: <20180103234811.7224.89557@vcs0.savannah.gnu.org> <20180103234812.5D12F21A06@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eX0F8-0006I0-6Y for guix-devel@gnu.org; Thu, 04 Jan 2018 02:47:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eX0F5-0006tE-4T for guix-devel@gnu.org; Thu, 04 Jan 2018 02:47:14 -0500 In-Reply-To: <20180103234812.5D12F21A06@vcs0.savannah.gnu.org> (Roel Janssen's message of "Wed, 3 Jan 2018 18:48:12 -0500 (EST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Roel Janssen Cc: guix-devel@gnu.org Hi Roel, roel@gnu.org (Roel Janssen) writes: > roelj pushed a commit to branch master > in repository guix. > > commit d5456444f7032e7bc9168db2b59e548672795b72 > Author: Roel Janssen > 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