[HACKERS] Segfault on CVS HEAD

2009-01-05 Thread Bruce Momjian
I am seeing the following segmentation fault when doing 'gmake install' on CVS HEAD; any idea why? $ gmake install /bin/sh ../config/mkinstalldirs '/usr/local/pgsql/lib/pgxs/src' /bin/sh ../config/install-sh -c -m 644 Makefile.global

Re: [HACKERS] Segfault on CVS HEAD

2009-01-05 Thread Alvaro Herrera
Bruce Momjian wrote: gmake: *** [install] Segmentation fault $ I rebooted my server but it didn't help. All this just started today. Your make is buggy? -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom

Re: [HACKERS] Segfault on CVS HEAD

2009-01-05 Thread Tom Lane
Alvaro Herrera alvhe...@commandprompt.com writes: Bruce Momjian wrote: gmake: *** [install] Segmentation fault Your make is buggy? I'm not totally sure, but I think this is make reporting that install crashed. Perhaps a corrupted install executable? regards, tom lane

Re: [HACKERS] Segfault on CVS HEAD

2009-01-05 Thread Bruce Momjian
Tom Lane wrote: Alvaro Herrera alvhe...@commandprompt.com writes: Bruce Momjian wrote: gmake: *** [install] Segmentation fault Your make is buggy? I'm not totally sure, but I think this is make reporting that install crashed. Perhaps a corrupted install executable? Turns out the