bug-make
[Top][All Lists]
Advanced

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

[bug #61763] [PATCH] glob: Do not use realloc wrapper on FreeBSD


From: Paul D. Smith
Subject: [bug #61763] [PATCH] glob: Do not use realloc wrapper on FreeBSD
Date: Mon, 17 Jan 2022 19:20:23 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36

Follow-up Comment #1, bug #61763 (project make):

Unfortunately the glob.c that comes from GNU make was copied from gnulib and
isn't really maintained by GNU make.  Doubly-unfortunately the glob.c that now
appears in the current gnulib is massively different AND cannot be used in any
environment that doesn't support a complete autoconf deployment (that is, a
full configure script with all the POSIX utilities that configure requires).

Since GNU make builds on, and is used by, DOS, Windows, and VMS users, none of
which have the ability to run configure natively, we're sort of between a rock
and a hard place.

We'll have to decide whether to keep the existing glob implementation, which
is extremely outdated and contains some known bugs as well as build issues
such as the one you raise, and tweak it, or replace it with the new
implementation and figure out how to handle the systems where configure can't
be invoked.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61763>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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