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

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

[debbugs-tracker] bug#32866: closed (cross-compiling grep and changing $


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32866: closed (cross-compiling grep and changing $PATH)
Date: Fri, 28 Sep 2018 21:37:01 +0000

Your message dated Fri, 28 Sep 2018 14:36:36 -0700
with message-id <address@hidden>
and subject line Re: bug#32866: cross-compiling grep and changing $PATH
has caused the debbugs.gnu.org bug report #32866,
regarding cross-compiling grep and changing $PATH
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32866: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32866
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: cross-compiling grep and changing $PATH Date: Fri, 28 Sep 2018 14:37:27 -0400
Hi -

Not sure if this is a bug or something I'm doing wrong, but when I
cross-compile grep (3.1) for another system where the binaries do not
run on the host, the make output will have a couple of these:

/bin/sh: ./src/grep: No such file or directory

It looks like the newly built grep is being used, but it won't run on
the host.  This looks like it is from cfg.mk:

export PATH := $(builddir)/src$(PATH_SEPARATOR)$(PATH)

It doesn't seem particularly harmful, but maybe that PATH change should
depend on whether it's a cross build or not.

Thanks,

Barret



--- End Message ---
--- Begin Message --- Subject: Re: bug#32866: cross-compiling grep and changing $PATH Date: Fri, 28 Sep 2018 14:36:36 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 Thanks for the patch; that was quick! It's short enough so that we needn't worry about copyright papers, so I installed it in your name into the master copy of Grep on savannah.gnu.org and am closing this bug report.


--- End Message ---

reply via email to

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