emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#25848: closed ([PATCH] gnu: %bootstrap-coreutils&co: Patch egrep/fgr


From: GNU bug Tracking System
Subject: bug#25848: closed ([PATCH] gnu: %bootstrap-coreutils&co: Patch egrep/fgrep to point to the correct grep.)
Date: Wed, 05 Jan 2022 09:12:02 +0000

Your message dated Wed, 05 Jan 2022 10:00:54 +0100
with message-id <86pmp68sl5.fsf@gmail.com>
and subject line Re: bug#25848: [PATCH] gnu: %bootstrap-coreutils&co: Patch 
egrep/fgrep to point to the correct grep.
has caused the debbugs.gnu.org bug report #25848,
regarding [PATCH] gnu: %bootstrap-coreutils&co: Patch egrep/fgrep to point to 
the correct grep.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
25848: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25848
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: %bootstrap-coreutils&co: Patch egrep/fgrep to point to the correct grep. Date: Thu, 23 Feb 2017 13:41:18 +0200
Hello everyone, 

Commit 653add37af10b0d5dbc20c8bc7ce30eec8cf4ae7 patches egrep/fgrep to point to 
the location of grep. 
But the problem is that when it was run on Hurd, the path for grep in 
egrep/fgrep had this form: 
/gnu/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-grep-2.25/bin/grep

The above was not being substituted and caused the build to fail. So I changed 
the pattern to 
"/[^ ]+/bin/grep" and now the path is always replaced. 

Also (getcwd) returns the current path which the build takes place. This 
happens to be /tmp/guix-build-..-bootstrap-binaries-0.
This is wrong because it should point to the final place in /gnu/store. That 
why I am using "out".

Thank you,
Manolis



--- End Message ---
--- Begin Message --- Subject: Re: bug#25848: [PATCH] gnu: %bootstrap-coreutils&co: Patch egrep/fgrep to point to the correct grep. Date: Wed, 05 Jan 2022 10:00:54 +0100
Hi,

On Wed, 05 Jan 2022 at 10:23, Efraim Flashner <efraim@flashner.co.il> wrote:
> On Wed, Jan 05, 2022 at 12:57:25AM +0100, zimoun wrote:
>> On Thu, 23 Feb 2017 at 13:41, manolis837@gmail.com wrote:

> Judging that the Hurd, aarch64 and powerpc are all have Guix working on
> them I assume it's working well enough that we can close this bug.

Therefore, I am closing.


Thanks,
simon


--- End Message ---

reply via email to

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