REL7_4_STABLE: configure breakage?
I just updated to the current REL7_4_STABLE cvs, and get
a problem at line 18048 where cat isn't on the path writing
the config.status file.
If I add /usr/bin/ to the cat invocation, it works.
What's broke?
(I updated using:
cvs update -rREL7_4_STABLE -P -d
)
LER
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
Larry Rosenman <ler@lerctr.org> writes:
I just updated to the current REL7_4_STABLE cvs, and get
a problem at line 18048 where cat isn't on the path writing
the config.status file.
If I add /usr/bin/ to the cat invocation, it works.
What's broke?
Your shell?
That's hardly the only use of "cat" in the script, and I don't
see any manipulation of PATH in there.
regards, tom lane
--On Thursday, November 13, 2003 23:09:15 -0500 Tom Lane
<tgl@sss.pgh.pa.us> wrote:
Larry Rosenman <ler@lerctr.org> writes:
I just updated to the current REL7_4_STABLE cvs, and get
a problem at line 18048 where cat isn't on the path writing
the config.status file.If I add /usr/bin/ to the cat invocation, it works.
What's broke?
Your shell?
That's hardly the only use of "cat" in the script, and I don't
see any manipulation of PATH in there.
Ok, something in my environment must have been foobared.
Logoff/logon, and all's well.
sorry for the false alarm.
:-(
LER
regards, tom lane
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749