From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: couple of crashes while guix package -u for (libreoffice, kodi, rust, blender) Date: Mon, 11 Jun 2018 21:52:45 +0200 Message-ID: <87muw1cd82.fsf@elephly.net> References: <20180611193616.3hnhyx67wsugkm3u@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSSsG-0001WJ-J4 for guix-devel@gnu.org; Mon, 11 Jun 2018 15:53:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSSsD-00061j-EN for guix-devel@gnu.org; Mon, 11 Jun 2018 15:53:08 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21117) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSSsD-000611-4D for guix-devel@gnu.org; Mon, 11 Jun 2018 15:53:05 -0400 In-reply-to: <20180611193616.3hnhyx67wsugkm3u@abyayala> 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: Nils Gillmann Cc: guix-devel@gnu.org Hi Nils, > * rust is failing a (tiny?) part of its testsuite: > [=E2=80=A6] > note: Run with `RUST_BACKTRACE=3D1` 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=E2=80=99s no fix, of course, because m= ysql should not fail to build.) Unfortunately, we don=E2=80=99t see the error message in what you included here. > * libreoffice, because of liborcus: > > checking for MDDS... yes > checking for LIBIXION... no > configure: error: Package requirements (libixion-0.13 >=3D 0.12.0) were n= ot met: > > No package 'libixion-0.13' found [=E2=80=A6] > cannot build derivation `/gnu/store/4dlhqln57hbb31a519404a7v563yd35c-libr= eoffice-5.4.6.2.drv': 1 dependencies couldn't be built > guix package: error: build failed: build of `/gnu/store/4dlhqln57hbb31a51= 9404a7v563yd35c-libreoffice-5.4.6.2.drv' failed I don=E2=80=99t think this is right. I=E2=80=99ve upgraded libreoffice a f= ew days ago to version 6.0.x and this included an upgrade of libixion. Are you sure you=E2=80=99re using the latest version of Guix? If so, do you have GUIX_PACKAGE_PATH set? -- Ricardo