From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: Re: couple of crashes while guix package -u for (libreoffice, kodi, rust, blender) Date: Mon, 11 Jun 2018 20:01:09 +0000 Message-ID: <20180611200109.s7d25o6ddy67z45w@abyayala> References: <20180611193616.3hnhyx67wsugkm3u@abyayala> <87muw1cd82.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSSzU-0003R5-Ji for guix-devel@gnu.org; Mon, 11 Jun 2018 16:00:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSSzT-0001nL-Tt for guix-devel@gnu.org; Mon, 11 Jun 2018 16:00:36 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:51378) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSSzT-0001lp-Jx for guix-devel@gnu.org; Mon, 11 Jun 2018 16:00:35 -0400 Content-Disposition: inline In-Reply-To: <87muw1cd82.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel@gnu.org, Nils Gillmann Ricardo Wurmus transcribed 1.3K bytes: > > Hi Nils, > > > * rust is failing a (tiny?) part of its testsuite: > > […] > > note: Run with `RUST_BACKTRACE=1` for a backtrace. > > Have you tried that to see the backtrace? > > > * blender, because of imageio: > > Here you seem to have elided the actual error message of openimageio. > > > * kodi (once again, as usual), because of mysql: > > Can kodi use mariadb instead? (That’s no fix, of course, because mysql > should not fail to build.) Unfortunately, we don’t see the error > message in what you included here. Probably, as masriadb and mysql are mostly compatible. Only edge-cases do not work I think. > > * libreoffice, because of liborcus: > > > > checking for MDDS... yes > > checking for LIBIXION... no > > configure: error: Package requirements (libixion-0.13 >= 0.12.0) were not met: > > > > No package 'libixion-0.13' found > […] > > cannot build derivation `/gnu/store/4dlhqln57hbb31a519404a7v563yd35c-libreoffice-5.4.6.2.drv': 1 dependencies couldn't be built > > guix package: error: build failed: build of `/gnu/store/4dlhqln57hbb31a519404a7v563yd35c-libreoffice-5.4.6.2.drv' failed > > I don’t think this is right. I’ve upgraded libreoffice a few days ago > to version 6.0.x and this included an upgrade of libixion. > > Are you sure you’re using the latest version of Guix? If so, do you > have GUIX_PACKAGE_PATH set? Yes, the GPP is set, but my pick for this update of it does not include any conflicting package definitions. I will double check in the next days. My guix version comes from the normal guix pull, version b19950a184a9b7506f9be4ecaa043e5a7e460b52 > > -- > Ricardo >