svn commit: r353408 - head

Dimitry Andric dim at FreeBSD.org
Fri Oct 11 08:04:22 UTC 2019


On 11 Oct 2019, at 08:24, Andriy Gapon <avg at FreeBSD.org> wrote:
> 
> On 11/10/2019 09:07, Conrad Meyer wrote:
>> Fwiw, this doesn’t seem to fix the NO_CLEAN build for amd64-xtoolchain-gcc.
> 
> Does a clean build work for that configuration?
> I looked at one of CI builds and it had this:
> In file included from /workspace/src/contrib/libc++/include/__debug:26:0,
>                 from /workspace/src/contrib/libc++/include/utility:206,
>                 from /workspace/src/contrib/libc++/include/algorithm:642,
>                 from /workspace/src/contrib/libc++/src/algorithm.cpp:9:
> /workspace/src/contrib/libc++/include/cstdio:156:9: error: '::gets' has not been
> declared
> using ::gets;
> 
> I recall seeing a similar problem for riscv too.

Yes, this is an issue with the external toolchains, which pass the wrong
version of __FreeBSD__.  They should set the value to 13, not 12.

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 223 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20191011/a8143f7f/attachment.sig>


More information about the svn-src-all mailing list