Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2009 07:17:36 +0400
From:      Anonymous <swell.k@gmail.com>
To:        Aragon Gouveia <aragon@phat.za.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: devel/ccache broken in BETA2?
Message-ID:  <86r5wa912n.fsf@gmail.com>
In-Reply-To: <4A65187E.8060505@phat.za.net> (Aragon Gouveia's message of "Tue,  21 Jul 2009 03:23:10 %2B0200")
References:  <4A65187E.8060505@phat.za.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Aragon Gouveia <aragon@phat.za.net> writes:

> Hi,
>
> Is anyone able to compile just about anything with ccache on BETA2?
> I'm experiencing a lot of breakage here.
>
> ===>  Configuring for mtr-nox11-0.75
> checking for suffix of executables...
> checking for suffix of object files... configure: error: cannot
> compute suffix of object files: cannot compile
> See `config.log' for more details.
>
> Any ideas?  It /was/ working in BETA1. :)
>

I guess this is because `ccache cc -c ...' returns with 1 not 0 and
doesn't produce object file.

$ echo 'int main(void) {}' >test.c

$ ccache cc -c test.c; echo $?
1

$ cc -c test.c
0

>
> Thanks,
> Aragon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r5wa912n.fsf>