Re: svn commit: r328612 - head/lib/libc/stdlib

2018-02-26 Thread John Baldwin
On Sunday, February 25, 2018 07:52:49 AM Alan Somers wrote: > I'm seeing the same error during the build of usr.sbin/nologin for > riscv.riscv64sf. Has anybody figured out a solution yet? It's kind of messy. I have a WIP patch series here: https://github.com/freebsd/freebsd/compare/master...bsd

Re: svn commit: r328612 - head/lib/libc/stdlib

2018-02-25 Thread Warner Losh
Sorry for top posting... I fixed this with r328768 Author: imp Date: Fri Feb 2 05:04:43 2018 + The routines defined in comparedf2 and comparesf2 are defined in libc for softfloat mips. No need to include them here. lib/libcompiler_rt/Makefile.inc | 2 +- 1 file changed, 1 insert

Re: svn commit: r328612 - head/lib/libc/stdlib

2018-02-25 Thread Warner Losh
I "fixed" this with r328768: On Sun, Feb 25, 2018 at 7:52 AM, Alan Somers wrote: > I'm seeing the same error during the build of usr.sbin/nologin for > riscv.riscv64sf. Has anybody figured out a solution yet? > > On Thu, Feb 1, 2018 at 9:09 PM, Warner Losh wrote: > >> >> >> On Thu, Feb 1, 201

Re: svn commit: r328612 - head/lib/libc/stdlib

2018-02-25 Thread Alan Somers
I'm seeing the same error during the build of usr.sbin/nologin for riscv.riscv64sf. Has anybody figured out a solution yet? On Thu, Feb 1, 2018 at 9:09 PM, Warner Losh wrote: > > > On Thu, Feb 1, 2018 at 8:34 PM, Steve Wills wrote: > >> This, somehow, seems to have broken the mips64 build: >>

Re: svn commit: r328612 - head/lib/libc/stdlib

2018-02-01 Thread Warner Losh
On Thu, Feb 1, 2018 at 8:34 PM, Steve Wills wrote: > This, somehow, seems to have broken the mips64 build: > > https://ci.freebsd.org/job/FreeBSD-head-mips64-build/216/consoleFull > > The previous rev works. > This breaks devd, of all things, with /usr/obj/usr/src/mips.mips64/tmp/usr/lib/libgcc

Re: svn commit: r328612 - head/lib/libc/stdlib

2018-02-01 Thread Steve Wills
This, somehow, seems to have broken the mips64 build: https://ci.freebsd.org/job/FreeBSD-head-mips64-build/216/consoleFull The previous rev works. Steve On 01/30/2018 22:05, Warner Losh wrote: Author: imp Date: Wed Jan 31 03:05:14 2018 New Revision: 328612 URL: https://svnweb.freebsd.org/chan

svn commit: r328612 - head/lib/libc/stdlib

2018-01-30 Thread Warner Losh
Author: imp Date: Wed Jan 31 03:05:14 2018 New Revision: 328612 URL: https://svnweb.freebsd.org/changeset/base/328612 Log: Move strtold wrapper from strtol.c to its own strtold.c. This code was written by theraven@ (David Chisnall) entirely, there's no original Berkeley code left here so ju