Re: tools build failure on Linux (and fix)

2016-01-16 Thread Izumi Tsutsui
n54@ wrote: > >> -__RCSID("$NetBSD: regsub.c,v 1.1 2016/01/09 02:00:14 christos > >> Exp $"); : > I just looked again, and the tools refer to the build.sh framework.. > can someone else reproduce it? For tools, __RCSID() is defined in src/tools/compat/compat_defs.h http://nxr.netbsd.org/xref/sr

Re: tools build failure on Linux (and fix)

2016-01-16 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 16.01.2016 18:01, Kamil Rytarowski wrote: > On 16.01.2016 07:00, co...@sdf.org wrote: >> I'm compiling NetBSD-current (tools) on Linux. I needed to use >> the following patch because external/gpl3/gcc.old/dist/gcc >> doesn't use RCSID anywhere and

Re: tools build failure on Linux (and fix)

2016-01-16 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 16.01.2016 07:00, co...@sdf.org wrote: > I'm compiling NetBSD-current (tools) on Linux. I needed to use the > following patch because external/gpl3/gcc.old/dist/gcc doesn't use > RCSID anywhere and Linux doesn't define __RCSID by default. > > ---

tools build failure on Linux (and fix)

2016-01-15 Thread coypu
I'm compiling NetBSD-current (tools) on Linux. I needed to use the following patch because external/gpl3/gcc.old/dist/gcc doesn't use RCSID anywhere and Linux doesn't define __RCSID by default. --- a/external/gpl3/gcc.old/dist/gcc/regsub.c +++ b/external/gpl3/gcc.old/dist/gcc/regsub.c @@ -29,7 +29