Re: build error for -macppc

2015-02-09 Thread Christian Groessler
On 02/09/15 21:40, Christos Zoulas wrote: In article 54d8ba16.6090...@groessler.org, Christian Groessler ch...@groessler.org wrote: Hi, when cross-building on Linux/x86_64 for macppc I get the following error: Should be fixed now. The build went through. Thanks, chris

build error for -macppc

2015-02-09 Thread Christian Groessler
Hi, when cross-building on Linux/x86_64 for macppc I get the following error: # compile kdump/siginfo.o /data/home/chris/tmp/netbsd/tools/bin/powerpc--netbsd-gcc -O2 -std=gnu99-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional

build error macpp with COMPAT_LINUX defined

2017-04-26 Thread Christian Groessler
Hi, -current from today, I'm getting --- kern-TWINPPC.MP --- /data/home/chris/tmp/netbsd/src/sys/compat/linux/arch/powerpc/linux_machdep.c: In function 'linux_sys_rt_sigreturn': /data/home/chris/tmp/netbsd/src/sys/compat/linux/arch/powerpc/linux_machdep.c:324:2: error: too few arguments to

Re: CVS commit: src

2017-08-09 Thread Christian Groessler
On 08/09/17 23:06, Swift Griggs wrote: On Wed, 9 Aug 2017, Brian Buhrow wrote: SCO was pretty much pure SVR3, so noting that COMPAT_IBCS2 implements SVR3 functionality is pretty much correct. Is anyone still using it? I used it back-in-the day. I'm probably running some of the oldest Unix

building a kernel "the old way"

2017-05-24 Thread Christian Groessler
Hi, with "old way" I mean not using build.sh. I ran: - [muc-twinppc:/local/netbsd-src/src/sys/arch/macppc/conf]$ config GENERIC Build directory is ../compile/GENERIC Don't forget to run "make depend" [muc-twinppc:/local/netbsd-src/src/sys/arch/macppc/conf]$ cd

Re: building a kernel "the old way"

2017-05-24 Thread Christian Groessler
On 05/24/17 17:44, Patrick Welche wrote: On Wed, May 24, 2017 at 04:59:58PM +0200, Christian Groessler wrote: Hi, with "old way" I mean not using build.sh. I ran: - [muc-twinppc:/local/netbsd-src/src/sys/arch/macppc/conf]$ config GENERIC Build directory is

Re: building a kernel "the old way"

2017-05-24 Thread Christian Groessler
On 05/24/17 17:35, Robert Swindells wrote: Christian Groessler <ch...@groessler.org> wrote: with "old way" I mean not using build.sh. [snip] I don't use build.sh to build kernels but use a workflow inbetween it and the old way that you describe. I cross build the tools for

Re: building a kernel "the old way"

2017-05-24 Thread Christian Groessler
On 05/25/17 01:25, Christian Groessler wrote: If you guys/gals run "config"/"nbconfig", do you have a lib/compat dir in the compile dir? Any input on that? regards, chris

Re: building a kernel "the old way"

2017-05-24 Thread Christian Groessler
On 05/24/17 18:55, Martin Husemann wrote: On Wed, May 24, 2017 at 04:59:58PM +0200, Christian Groessler wrote: making sure the compat library is up to date... make[1]: cannot open ../../../../../../compat/common/Makefile. Do you have a full source tree? Why is it not finding that file

Re: building a kernel "the old way"

2017-05-24 Thread Christian Groessler
I've also tried to use the "tools", it fails, too, but a bit differently: -- [muc-twinppc:/local/netbsd-src/src/sys/arch/macppc/conf]$ /local/netbsd-src/tools/bin/nbconfig GENERIC Build directory is ../compile/GENERIC Don't forget to run "make depend"

Re: building a kernel "the old way"

2017-05-24 Thread Christian Groessler
Where do you see that "cd" is failing? I've missed that... The source tree is "owned" by me (my user) and this user also previously compiled the whole system with build.sh. regards, chris On 05/25/17 02:26, Brian Buhrow wrote: hello. The error says the command cd is failing. I

Re: building a kernel "the old way"

2017-05-24 Thread Christian Groessler
On 05/24/17 20:16, Valery Ushakov wrote: On Wed, May 24, 2017 at 16:59:58 +0200, Christian Groessler wrote: with "old way" I mean not using build.sh. I ran: - [muc-twinppc:/local/netbsd-src/src/sys/arch/macppc/conf]$ config GENERIC Build directory is

Re: building a kernel "the old way"

2017-05-24 Thread Christian Groessler
On 05/25/17 01:44, Robert Swindells wrote: Christian Groessler <ch...@groessler.org> wrote: I should have a complete source tree. 'build.sh', at least, was able to build the whole system without errors. The file is there, but in ../../../../compat/common(so two ".."s less). L

build error with MKX11MOTIF=yes in mk.conf

2019-02-15 Thread Christian Groessler
Hi, recent -current on amd64: # cat /etc/mk.conf MKCATPAGES=yes MKCOMPAT=yes MKCTF=yes MKDEBUG=yes MKDEBUGLIB=yes MKDYNAMICROOT=no MKOBJ=yes MKOBJDIRS=yes MKX11=yes MKX11MOTIF=yes TOOLDIR=/usr/tools # I'm getting #    create  libGLw/GLwMDrawA.d CC=/usr/tools/bin/x86_64--netbsd-gcc

Re: tar extract changed since netbsd-8? (extracting sets over running system)

2019-11-13 Thread Christian Groessler
On 2019-11-13 20:29, Christos Zoulas wrote: Yes, but open(O_EXCL) does not protect you against mmapped segments (which has the potential to kill running processes that use shared libraries/jar/other mapped files) or crashing in the middle of writing a file and leaving stuff 1/2 written. For me

Re: Tar extract behaviour changed

2019-10-22 Thread Christian Groessler
On 2019-10-22 17:43, Robert Elz wrote: Date:Tue, 22 Oct 2019 14:33:27 - (UTC) From:chris...@astron.com (Christos Zoulas) Message-ID: | Well, one of the use cases is when we don't have enough disk space in the | same partition, so that will not work

build error for macppc

2020-10-14 Thread Christian Groessler
Hello, recent -current gives me this when I try to build macppc on Linux/x86_64: --- dependall ===> external/gpl3/gdb.old/lib/libsim cc -O  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.

cross-build error on Linux host

2021-01-26 Thread Christian Groessler
Hi, ... dependall ===> tools/lint1 #   compile  lint1/tyname.lo cc -O  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/data/home/chris/tmp/netbsd/tools/include/compat -I/data/home/ch ris/tmp/netbsd/src/tools/compat -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64

Re: Problem reports for version control systems

2021-04-30 Thread Christian Groessler
On 4/30/21 7:31 AM, Lloyd Parkes wrote: Hi all, The problem reports people have in their emails are completely inadequate for trying to determine what is going wrong for people trying to access the NetBSD source. I'm rsync'ing the CVS tree to my local server and then run CVS against

Re: NetBSD 10.0 timeline and branch status

2023-09-11 Thread Christian Groessler
On 9/10/23 10:59, Martin Husemann wrote: On Sun, Aug 20, 2023 at 02:07:25PM +0200, Martin Husemann wrote: The tricky pullups are done (thanks to everyone who helped with it), and package builds are going - so now it looks like we will be able to switch from BETA to release candidate state

build fails for evbmips64-eb

2022-09-28 Thread Christian Groessler
Hi, trying to build today's version with $ build.sh -m evbmips64-eb -M ... -D ... -R ... -T ... -X ... -U -x -j 32 release iso-image install-image fails with ... == 6 missing files in DESTDIR Files in flist but missing from DESTDIR. File wasn't installed ?

GZIP warnings when building

2023-02-15 Thread Christian Groessler
Hi, probably known and considered not important, but I wanted to mention that I'm getting warnings like this when building a release: --- do-games --- Creating games.tgz gzip: warning: GZIP environment variable is deprecated; use an alias or script regards, chris

Re: GZIP warnings when building

2023-02-15 Thread Christian Groessler
On 2/15/23 16:44, Martin Husemann wrote: On Wed, Feb 15, 2023 at 03:09:37PM +0100, Christian Groessler wrote: Hi, probably known and considered not important, but I wanted to mention that I'm getting warnings like this when building a release: Sounds like a local problem - what is in your