Re: Sets much smaller than they used to be?

2017-04-14 Thread scole_mail
"Ian D. Leroux" writes: > I rebuilt/reinstalled amd64 -current on the weekend, and noticed > (during etcupdate) that many lines had been deleted from the /etc/mtree > files. For instance, many of the files in /usr/include (e.g. stdio.h) > don't appear anywhere in the lists

x11 build fails for ia64

2016-11-28 Thread scole_mail
For the heck of it, I tried to build current/x11 for ia64. It used to complete successfully a couple months ago, but here is the error log now. Thanks dependall ===> external/mit/xorg/server/xorg-server/xkb # compile xkb/xkb.o

acpica-20160930 and stdarg.h

2016-11-12 Thread scole_mail
The new import of acpica-20160930 broke ia64's skiload build. It seems like stdarg.h is no longer found. If I add check for _STANDALONE to use in src/sys/external/bsd/acpica/dist/include/platform/acgcc.h with RCS file: /cvsroot/src/sys/external/bsd/acpica/dist/include/platform/acgcc.h,v

Re: rasops15 byte order bug

2016-09-16 Thread scole_mail
Valery Ushakov <u...@stderr.spb.ru> writes: > On Wed, Sep 14, 2016 at 13:40:50 -0700, scole_mail wrote: > >> Anyone using a 15/16 bit rasops console without issues? I think >> there is a byte order error in rasops15.c > > Are you sure it's not the case of

rasops15 byte order bug

2016-09-14 Thread scole_mail
Anyone using a 15/16 bit rasops console without issues? I think there is a byte order error in rasops15.c . This patch worked for me, wondering if anyone else can confirm the error and/or verify this fix. Thanks Summary of changes: (A/? = New, R/D = Removed, M = Modified)

macppc build failing

2015-09-26 Thread scole_mail
Hi, The macppc build stopped working for me a day or two ago: ... #create libgcc/_umoddi3.d CC=/home/scole/nbsd/src/obj/tooldir.Linux-3.16.0-4-686-pae-i686/bin/powerpc--netbsd-gcc /home/scole/nbsd/src/obj/tooldir.Linux-3.16.0-4-686-pae-i686/bin/nbmkdep -f _umoddi3.d.tmp -- -std=gnu99

Re: macppc build failing

2015-09-26 Thread scole_mail
It is a cross-compile issue, the debian linux doesn't like crtresfpr.S for some reason. Linux dstar 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19) i686 GNU/Linux Under NetBSD it builds fine. Thanks

Re: macppc build failing

2015-09-26 Thread scole_mail
On Sat, Sep 26, 2015 at 03:43:10PM +0100, Robert Swindells wrote: > > Are you doing a clean build or an incremental one ? > > I did a clean ppc build this morning without the error that you report. > > Robert Swindells I'm doing a clean build, and also tried removing obj/ and tools/ dirs

reallocarr.c compile errors

2015-07-28 Thread scole_mail
Hi, I started getting compilation errors cross-compiling macppc from linux a few days ago: cc -O -I. -I./include -I/home/scole/nbsd/src/tools/compat -I/home/scole/nbsd/src/tools/compat/sys -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D__DBINTERFACE_PRIVATE -c -o reallocarr.lo.o

Re: reallocarr.c compile errors

2015-07-28 Thread scole_mail
On Tue, Jul 28, 2015 at 04:19:14PM +0200, Kamil Rytarowski wrote: Please try to add: #if HAVE_NBTOOL_CONFIG_H #include nbtool_config.h #endif The first error went away but the CTASSERT remains: # compile compat/reallocarr.lo cc -O -I. -I./include -I/home/scole/nbsd/src/tools/compat

Re: reallocarr.c compile errors

2015-07-28 Thread scole_mail
The compilation seemed to get past reallocarr.c errors, but died later. Looks like these are not related? --- dependall-tests --- In file included from /home/scole/nbsd/src/sys/kern/subr_extent.c:57:0: /home/scole/nbsd/src/obj/destdir.macppc/usr/include/sys/pool.h:192:2: error: unknown type

Re: EFI boot loader?

2015-02-17 Thread scole_mail
Just wondering if EFI is still be worked on, if there is any ETA, and what architectures can or will use it (amd64 i386 ia64 macppc, any others?). Thanks

Re: xorg build fails

2015-01-02 Thread scole_mail
This is 7.99.4 on Darwin with clang. Please, fix. :-) It should have been fixed in src/tools/compat/compat_defs.h:1.100 christos This is the file I have, but somehow it does not get included. Kind regards, Adam My linux box still has this error also. Thanks