bug-grep
[Top][All Lists]
Advanced

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

[bug #33868] configure fails on HP-UX


From: anonymous
Subject: [bug #33868] configure fails on HP-UX
Date: Wed, 27 Jul 2011 11:29:21 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)

URL:
  <http://savannah.gnu.org/bugs/?33868>

                 Summary: configure fails on HP-UX
                 Project: grep
            Submitted by: None
            Submitted on: Mi 27 Jul 2011 11:29:20 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

On HP-UX 11.31 configure fails:
[...]
checking for mmap... yes
checking for MAP_ANONYMOUS... There seems to be no Makefile in this
directory.
You must run ./configure before running `make'.
make: *** [abort-due-to-no-makefile] Error 1
[...]

The problem is in the configure file saying:
 $EGREP "I cant identify this map." 
where EGREP was set to fn_grep, which recognizes the pattern as a regex
because of the contained ".".

Manually patching configure to ommit the "." seems to work without problems:
sed -i 's/map\./map/' configure

(The problem is present both in the 2.8 and 2.9 tar balls.)




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33868>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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