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: Mon, 10 Oct 2016 22:21:38 +0200 Message-ID: <87shs4gdkd.fsf@gnu.org> References: <871t7kqr4v.fsf@gmail.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]:50472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bth5H-0005au-AW for bug-guix@gnu.org; Mon, 10 Oct 2016 16:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bth5G-0007GQ-BJ for bug-guix@gnu.org; Mon, 10 Oct 2016 16:22:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bth5G-0007GM-8a for bug-guix@gnu.org; Mon, 10 Oct 2016 16:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bth5G-00015B-3u for bug-guix@gnu.org; Mon, 10 Oct 2016 16:22:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <871t7kqr4v.fsf@gmail.com> (Jeffrey Serio's message of "Tue, 08 Mar 2016 21:14:40 -0600") 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: Jeffrey Serio Cc: 22954-done@debbugs.gnu.org Hello! Jeffrey Serio skribis: > The build failed with the error message "Suspicious ownership or > permission on /gnu/store/...-harfbuzz-1.0.6-bin". I=E2=80=99m happy to report that this is finally fixed! Commit d72267863382041b84a9712eea354882be72ef55. The root problem was that libguile=E2=80=99s =E2=80=98mkdir=E2=80=99 was pl= aying dirty tricks with umask(2), as explained at . Our multithreaded grafting code triggered the issue described in that bug. Thanks, Ludo=E2=80=99.