signals succeeds. And there are some
pretty darn old systems in there:
http://buildfarm.postgresql.org/cgi-bin/show_status.pl
regards, tom lane
___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman
Mike Frysinger vap...@gentoo.org writes:
On 16 Aug 2015 13:39, Tom Lane wrote:
and of course -lz isn't a valid dependency.
that's not really true. make will expand it internally into paths like
/usr/lib/libz.so.
Hmm ... there may be versions of make for which that's true, but
Apple's
dependency. Manually removing
$(extra_libs) from these two dependency lists fixes it.
I do not recall having had this problem the last time I built ccache,
but that was 3.2.1, so I don't know whether it was introduced in
3.2.2 or 3.2.3.
regards, tom lane
things have stopped happening. (I recently fixed a somewhat related bug
in Postgres :-(, which is why this caught my eye.)
regards, tom lane
___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo
Nadav Har'El n...@cloudius-systems.com writes:
On Mon, Aug 17, 2015 at 12:50 AM, Tom Lane t...@sss.pgh.pa.us wrote:
* make launches ccache gcc -o test.o test.c
* user types control-C
* ccache receives SIGINT and exits
* make does unlink(test.o) to clean up after failed compile step, which
erroneously converting to a false boolean value
(maybe more than that, if the pointer is likely to be aligned ...).
I propose the attached patches to fix this.
regards, tom lane
diff -c -r orig/ccache-3.2.3/ccache.c ccache-3.2.3/ccache.c
*** orig/ccache-3.2.3/ccache.c Sun Aug 16
, tom lane
___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache
there.)
regards, tom lane
___
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache