Re: tools build failure

2022-12-26 Thread Chavdar Ivanov
On 25 December 2022 18:01:11 (+00:00), Martin Husemann wrote: > You may need to clean the binutils objdir, as the binutils vs. binutils.old > switch happened recently. > > Martin > I had to clear the entire obj tree; it then succeeded (there were no cvs changes whatsoever since the

Re: tools build failure

2022-12-25 Thread Martin Husemann
You may need to clean the binutils objdir, as the binutils vs. binutils.old switch happened recently. Martin

Re: tools build failure

2022-12-25 Thread Chavdar Ivanov
On 25 December 2022 16:26:29 (+00:00), Paul Goyette wrote: > on amd64 host and with amd64 target I am seeing > > ... > /build/netbsd-current/tools/x86_64/amd64/bin/nbyacc: f - cannot open

tools build failure

2022-12-25 Thread Paul Goyette
on amd64 host and with amd64 target I am seeing ... /build/netbsd-current/tools/x86_64/amd64/bin/nbyacc: f - cannot open "/build/netbsd-current/src_ro/tools/binutils/../../external/gpl3/binutils.old/dist/gas/config/m68k-parse.c" *** Failed target:

Re: tools build failure?

2018-08-16 Thread Lars Reichardt
I've seen that exact failure half a day ago.

Re: tools build failure?

2018-08-16 Thread bch
Seeing same. -bch On Tue, Aug 14, 2018 at 11:03 PM Paul Goyette wrote: > Anyone else seeing this? > > # link mandoc/mandoc > cc -O -DOSNAME=\"NetBSD\ 8.99\" -DHAVE_CONFIG_H -I. > -I/build/netbsd-local/tools/x86_64/amd64/include/compat > -I/build/netbsd-local/src_ro/tools/compat

tools build failure?

2018-08-15 Thread Paul Goyette
Anyone else seeing this? # link mandoc/mandoc cc -O -DOSNAME=\"NetBSD\ 8.99\" -DHAVE_CONFIG_H -I. -I/build/netbsd-local/tools/x86_64/amd64/include/compat -I/build/netbsd-local/src_ro/tools/compat -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -o mandoc eqn_html.lo eqn_term.lo html.lo

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

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. > >

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

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