From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.dekshteyn@gmail.com (Boris A. Dekshteyn) Subject: bug#35575: Some graphical programs borked with Guix on Arch Date: Wed, 08 May 2019 21:42:56 +1200 Message-ID: <87sgtpz3hb.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOJ7L-00046G-Ml for bug-guix@gnu.org; Wed, 08 May 2019 05:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOJ7K-0003os-Oq for bug-guix@gnu.org; Wed, 08 May 2019 05:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46794) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hOJ7K-0003om-Lh for bug-guix@gnu.org; Wed, 08 May 2019 05:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hOJ7K-0000ad-Eq for bug-guix@gnu.org; Wed, 08 May 2019 05:44:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:50405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOJ6T-00043J-6Q for bug-guix@gnu.org; Wed, 08 May 2019 05:43:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOJ6R-0003Hf-Rd for bug-guix@gnu.org; Wed, 08 May 2019 05:43:09 -0400 Received: from mail-lj1-x235.google.com ([2a00:1450:4864:20::235]:39457) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hOJ6R-0003GB-Bt for bug-guix@gnu.org; Wed, 08 May 2019 05:43:07 -0400 Received: by mail-lj1-x235.google.com with SMTP id q10so16896388ljc.6 for ; Wed, 08 May 2019 02:43:05 -0700 (PDT) Received: from localhost (enceladus.provocation.me. [2001:470:24:e81:76d4:35ff:feb0:d0bf]) by smtp.gmail.com with ESMTPSA id l5sm3938051lfh.70.2019.05.08.02.43.01 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 May 2019 02:43:03 -0700 (PDT) In-Reply-To: (Brendan Tildesley's message of "Tue, 7 May 2019 21:09:39 +1000") 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: 35575@debbugs.gnu.org Brendan Tildesley writes: > Wow you are a genius, that fixed it. How did you know? Sorry I got no > notification of your email, maybe because you emailed bug-guix instead > of 35575@debbugs.gnu.org. > > So that's fixed my issue but I wonder how it can be fixed in general so > others don't have this issue. I suspect that the problem is caused by the transition from llvm6 to llvm7 in the mesa package. So, i think, the right decision would be if mesa do check cache version and invalidate it in case of mismatch.=20 On the other side =E2=80=94 Guix itself, like any other distribution, shoul= d not change the contents of user's home directories. May be, proper solution will be indicate in the ~guix pull --news~, like it's implemented in debian or gentoo. --=20 WBR, Boris Dekshteyn