Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2005 17:49:49 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Valerio Daelli <vdaelli@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make buildworld fails
Message-ID:  <20050622144949.GB10889@orion.daedalusnetworks.priv>
In-Reply-To: <BAY103-F392FCCAC7E34185EC9DAABB0EB0@phx.gbl>
References:  <42B96370.4070707@exponential-e.net> <BAY103-F392FCCAC7E34185EC9DAABB0EB0@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-06-22 14:38, Valerio Daelli <vdaelli@hotmail.com> wrote:
>
> Then I started to make buildworld. But it fails with this error:
> ______________________________
>
> cc -O3 -mtune=pentium4 -march=pentium4 -pipe -funroll-loops -ffast-math
> -march=pentium4 -I/usr/src/lib/libc/include
> -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386
> -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa -DINET6
> -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale
> -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DHESIOD
> -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c
> /usr/src/lib/libc/net/res_debug.c
> In file included from /usr/src/lib/libc/net/res_debug.c:786:
> /usr/src/lib/libc/net/res_debug.c: In function `__loc_aton':
> /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of
> `precsize_aton' from incompatible pointer type
> In file included from /usr/src/lib/libc/net/res_debug.c:797:
> /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of
> `precsize_aton' from incompatible pointer type
> In file included from /usr/src/lib/libc/net/res_debug.c:808:
> /usr/src/lib/libc/net/res_debug.c:576: warning: passing arg 1 of
> `precsize_aton' from incompatible pointer type
>
> ______________________________
>
> Any idea what's happened?

Yes.  You're using unsupported optimizations.

Please read very carefully the comments above CFLAGS in

		/usr/share/examples/etc/make.conf

- Giorgos




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