From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22954: Suspicious ownership or permission on harfbuzz-1.0.6-bin Date: Mon, 10 Oct 2016 16:33:17 -0400 Message-ID: <20161010203317.GA24207@jasmine> References: <871t7kqr4v.fsf@gmail.com> <87shs4gdkd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bthGz-00059x-3M for bug-guix@gnu.org; Mon, 10 Oct 2016 16:34:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bthGt-0004Ha-4p for bug-guix@gnu.org; Mon, 10 Oct 2016 16:34:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bthGr-0004Gu-Vm for bug-guix@gnu.org; Mon, 10 Oct 2016 16:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bthGr-0001O4-R6 for bug-guix@gnu.org; Mon, 10 Oct 2016 16:34:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87shs4gdkd.fsf@gnu.org> 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: 22954@debbugs.gnu.org, ludo@gnu.org, serio.jeffrey@gmail.com On Mon, Oct 10, 2016 at 10:21:38PM +0200, Ludovic Courtès wrote: > Hello! > > Jeffrey Serio skribis: > > > The build failed with the error message "Suspicious ownership or > > permission on /gnu/store/...-harfbuzz-1.0.6-bin". > > I’m happy to report that this is finally fixed! > > Commit d72267863382041b84a9712eea354882be72ef55. > > The root problem was that libguile’s ‘mkdir’ was playing dirty tricks > with umask(2), as explained at . Our > multithreaded grafting code triggered the issue described in that bug. Hooray!