From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37482: Guix fails to build libreoffice Date: Thu, 26 Sep 2019 22:04:50 +0200 Message-ID: <87y2yalt7h.fsf@gnu.org> References: <20190922185206.3ed64af4@interia.pl> <8736gorzqn.fsf@nckx> <20190923024535.39385299@kompiuter> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59776) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDa0d-00077w-QA for bug-guix@gnu.org; Thu, 26 Sep 2019 16:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDa0c-0005wz-PU for bug-guix@gnu.org; Thu, 26 Sep 2019 16:05:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36489) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDa0c-0005wp-M7 for bug-guix@gnu.org; Thu, 26 Sep 2019 16:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDa0c-0007RP-EI for bug-guix@gnu.org; Thu, 26 Sep 2019 16:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190923024535.39385299@kompiuter> (Jan's message of "Mon, 23 Sep 2019 02:45:35 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Jan Cc: 37482@debbugs.gnu.org Hello, Jan skribis: > Is there a way to skip building libreoffice, if the substitute isn't > available? There=E2=80=99s no way to skip it. However, there are a couple of tricks: =E2=80=A2 The =E2=80=98--dry-run=E2=80=99 option always shows what would = be built or downloaded, so you can run, say, =E2=80=98guix upgrade --dry-run=E2=80= =99 and see if libreoffice is among the things that would be built. =E2=80=A2 You can do =E2=80=98guix package -u . --do-not-upgrade=3Dlibreo= ffice=E2=80=99 to upgrade everything but packages whose name contains =E2=80=9Clibreoffic= e=E2=80=9D. HTH! Ludo=E2=80=99.