guix-devel
[Top][All Lists]
Advanced

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

Re: fgrep fails to find grep during bootstrap


From: Mark H Weaver
Subject: Re: fgrep fails to find grep during bootstrap
Date: Tue, 27 Sep 2016 19:59:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

address@hidden (Carlos Sánchez de La Lama) writes:

> Hi all,
>
> I am trying to bootstrap for powerpc-linux. I have generated the
> tarballs and patched gnu/packages/bootstrap.scm to use them.
>
> However, I get an error during when creating %bootstrap-coreutils&co
> package. It specifies "fgrep" as program to test, but fgrep is a shell
> script, and altought the shebang is correctly patched, it needs "grep"
> binary in the path (which is not at this stage). fgrep does:
>
> exec grep -F "$@"
>
> so this can not work unless grep is available in PATH.

I've fixed this problem on the core-updates branch:

http://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=1063d325ea76aa2b00dfcd3d436b16e412103df1

      Mark



reply via email to

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