[kde-freebsd] mysql client build failure

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Oct 1 18:10:53 UTC 2011


(CC'ing the list again)

"Philip Boulton" <philipb at ssimicro.com> writes:

> In order to make use of gcc 4.5.0, I edited make.conf to make make use of
> it, as follows:
>
> #Changes to support usage of gcc45, from FreeBSD ports tree
> .if exists(/usr/bin/gcc45)
> CC=gcc45
> CXX=g++45
> CPP=cpp45
> .endif
> #End changes to support gcc45 usage

Shouldn't gcc45 be installed to /usr/local/bin, not /usr/bin?

Your installation seems to be very weird ;)

The bootstrap error looks the same to me. If you compile that piece of
code manually with gcc45, does it work?

If your gcc45 is indeed installed to /usr/bin, I suspect you may be in a
situation in which there are all sorts of conflicts between the base gcc
and the one from ports.

> [philipb at pb-devel /usr/ports/databases/mysql55-client]$ sudo pkg_add -r
> cmake
> Password:
> Error: FTP Unable to get
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-current/Latest/cmake
> .tbz: File unavailable (e.g., file not found, no access)
> pkg_add: unable to fetch
> 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-current/Latest/cmak
> e.tbz' by URL

That should be 8-stable, not 8-current. 8 has not been CURRENT for quite
some time.


More information about the kde-freebsd mailing list