From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29689: Commit 1d008d9f8c44dfdb808235d451b72f255e72f103 gives derivation errors. Date: Wed, 13 Dec 2017 15:14:27 +0100 Message-ID: <87efnyhfzw.fsf@gnu.org> References: <23eec951ef51429537dcb160f59e0a89@mykolab.com> 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]:52146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eP7oT-0001Mu-Pf for bug-guix@gnu.org; Wed, 13 Dec 2017 09:15:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eP7oO-0001eC-00 for bug-guix@gnu.org; Wed, 13 Dec 2017 09:15:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50926) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eP7oN-0001e5-St for bug-guix@gnu.org; Wed, 13 Dec 2017 09:15:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eP7oN-0001zQ-My for bug-guix@gnu.org; Wed, 13 Dec 2017 09:15:03 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <23eec951ef51429537dcb160f59e0a89@mykolab.com> (Rutger Helling's message of "Wed, 13 Dec 2017 11:23:10 +0100") 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: Rutger Helling Cc: 29689-done@debbugs.gnu.org Rutger Helling skribis: > Commit 1d008d9f8c44dfdb808235d451b72f255e72f103 results in errors of > the following type in guix environment/package/system etc. > > guix system: error: build failed: derivation > `/gnu/store/cmw2cl4fg1q5q5pdp7cbs6fd7yyg9phz-guile-2.0.14.drv' has > incorrect output > `/gnu/store/06y7gah4s74w66v0ba8pfd0azhkdkxhw-guile-2.0.14', should be > `/gnu/store/p50qidshrjvvd7d1955navjkijr2fg32-guile-2.0.14' > > Reverting the commit makes things work again. Indeed, a thinko on my side. I=E2=80=99ve reverted it now, sorry for the m= ess! Thanks, Ludo=E2=80=99.