From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22954: Suspicious ownership or permission on harfbuzz-1.0.6-bin Date: Wed, 09 Mar 2016 14:17:34 +0100 Message-ID: <87vb4vdc41.fsf@gnu.org> References: <871t7kqr4v.fsf@gmail.com> <20160309093209.GA28932@solar> 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]:46150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ade06-0003zt-R9 for bug-guix@gnu.org; Wed, 09 Mar 2016 08:18:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ade02-00089L-My for bug-guix@gnu.org; Wed, 09 Mar 2016 08:18:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ade02-000895-Kh for bug-guix@gnu.org; Wed, 09 Mar 2016 08:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1ade02-0005Hb-Gw for bug-guix@gnu.org; Wed, 09 Mar 2016 08:18:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160309093209.GA28932@solar> (Andreas Enge's message of "Wed, 9 Mar 2016 10:32:09 +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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: Jeffrey Serio , 22954@debbugs.gnu.org Andreas Enge skribis: > On Tue, Mar 08, 2016 at 09:14:40PM -0600, Jeffrey Serio wrote: >> The build failed with the error message "Suspicious ownership or >> permission on /gnu/store/...-harfbuzz-1.0.6-bin". > > I have been getting these from time to time recently; it may be related > to grafts, I think it appears when one package is supposed to be grafted > to another one. The two or three times it happened to me, just rerunning > the command succeeded. Right, I experienced it a few times, hence 82f5186. However, last time I saw this failure, I re-run the faulty derivation with guix build /gnu/store/=E2=80=A6.drv --rounds=3D10 and it always succeeded. So I suspect something fishy like a race condition in the daemon or something. Ludo=E2=80=99.