bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11671: Bootstrap randomly fails on Hydra


From: Paul Eggert
Subject: bug#11671: Bootstrap randomly fails on Hydra
Date: Mon, 11 Jun 2012 10:12:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]