GNU bug report logs - #11671
Bootstrap randomly fails on Hydra

Previous Next

Package: coreutils;

Reported by: ludo <at> gnu.org (Ludovic Courtès)

Date: Mon, 11 Jun 2012 12:25:02 UTC

Severity: normal

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 11671 <at> debbugs.gnu.org
Subject: bug#11671: Bootstrap randomly fails on Hydra
Date: Mon, 11 Jun 2012 10:12:25 -0700
On 06/11/2012 05:21 AM, Ludovic Courtès wrote:
> /nix/store/0h02f2l6qbah1wil9bpan9c2flv99xv9-git-export/gnulib-tool: line 4700: ./build-aux/announce-gen.tmp: Permission denied

That's the first diagnostic so that's what I'd worry about.
The pattern in gnulib-tool here is:

  cp "$lookedup_file" ./build-aux/announce-gen.tmp
  sed -e "..." < "$lookedup_file" > ./build-aux/announce-gen.tmp

and the latter command prompts the shell to say
"Permission denied".  One reason this might occur
is that the gnulib source code is read-only, i.e.,
the permissions on ...gnulib/build-aux/announce-gen
(the "$lookedup_file") are r-xr-xr-x.  Is this possible
in your environment?  That would explain the problem, and
if the diagnosis is correct gnulib-tool should be easy
to fix.




This bug report was last modified 6 years and 278 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.