From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 05/20: gnu: Add atril. Date: Sun, 31 Dec 2017 13:19:49 -0500 Message-ID: <87373qzrne.fsf@netris.org> References: <20171230215540.396.36857@vcs0.savannah.gnu.org> <20171230215542.1BBB028011@vcs0.savannah.gnu.org> <877et3zbhp.fsf@netris.org> <20171231142005.4e40a148@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eViDd-0006pv-Fd for guix-devel@gnu.org; Sun, 31 Dec 2017 13:20:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eViDZ-0005iv-EN for guix-devel@gnu.org; Sun, 31 Dec 2017 13:20:21 -0500 Received: from world.peace.net ([50.252.239.5]:40800) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eViDZ-0005iG-AF for guix-devel@gnu.org; Sun, 31 Dec 2017 13:20:17 -0500 In-Reply-To: <20171231142005.4e40a148@scratchpost.org> (Danny Milosavljevic's message of "Sun, 31 Dec 2017 14:20:05 +0100") 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: Danny Milosavljevic Cc: guix-devel@gnu.org, ng0 Danny Milosavljevic writes: > On Sun, 31 Dec 2017 00:56:34 -0500 > Mark H Weaver wrote: > >> 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. [...] > That's strange because I successfully tested it. I've built atril on > guix-master on x86_64 again just now and it worked. WTF? It turns out that this problem was caused by a patch that I keep on my private local branch of Guix, where I switched my 'poppler' package to use 'openjpeg' (version 2) instead of 'openjpeg-1'. I should probably push that patch to core-updates soon. Sorry for the noise. Mark