Re: "dmesg -T" date doesn't match "date" output

2018-10-30 Thread Dennis Ferguson
> On Oct 29, 2018, at 17:21, Robert Elz wrote: > > | We are talking about internal kernel data. If you need $uptime, you > | could expose it like $boottime. > > We could, but deisigning a system where now - boottime != uptime is > kind of weird, don't you think? boottime is where it all

Re: Internal compiler error during evbcf build

2015-01-24 Thread Dennis Ferguson
On 24 Jan, 2015, at 13:43 , Martin Husemann mar...@duskware.de wrote: On Sat, Jan 24, 2015 at 10:57:17AM -0600, Dennis Ferguson wrote: Hello, Since moving to gcc 4.8.4 the evbcf build has been failing like this: Did it build before? We don't build it on the autobuild cluster, should we

Internal compiler error during evbcf build

2015-01-24 Thread Dennis Ferguson
/external/gpl3/gcc/dist/gcc/tree-loop-distribution.c:1568:1: internal compiler error: in cselib_record_set, at cselib.c:2373 } ^ Thanks, Dennis Ferguson

Re: x11 cross-compile errors

2014-12-28 Thread Dennis Ferguson
this out on the rare occasions I've had to do it, but I think setting the flag in COPTS might work better. The last one I did worked like this: .if ${MACHINE_ARCH} == riscv64 COPTS.asan_allocator2.cc += -O0 COPTS.sanitizer_netbsd.cc += -O0 .endif Dennis Ferguson

Re: Build break for evbearm-{6,7}{,hf}-{eb,el} - libc/sync

2014-03-03 Thread Dennis Ferguson
): undefined reference to `__sync_sub_and_fetch_8' collect2: ld returned 1 exit status The source file for the function it wants is there but isn't being built. The patch below fixed it for me. Dennis Ferguson Index: common/lib/libc/arch/arm/atomic/Makefile.inc

evbcf build failing

2014-02-01 Thread Dennis Ferguson
], cpu32 [68330, 68331, 68332, 68333, 68334, 68336, 68340, 68341, 68349, 68360], fidoa [fido] -- statement `divsll 8(%sp),%d0:%d1' ignored *** [modsi3.o] Error code 1 nbmake[5]: stopped in /usr/src/lib/libc Thanks, Dennis Ferguson

Re: something's wrong

2013-11-06 Thread Dennis Ferguson
. Dennis Ferguson

Re: port-amd64 build broken - g++ sets lists?

2013-11-06 Thread Dennis Ferguson
On 6 Nov, 2013, at 11:47 , Paul Goyette p...@whooppee.com wrote: On Wed, 6 Nov 2013, Dennis Ferguson wrote: On 6 Nov, 2013, at 08:18 , Paul Goyette p...@whooppee.com wrote: With sources updated on 2013-11-06 at 01:20:00 UTC (no relevant changes seen since that time)... === 2

evbarm build failing

2013-10-21 Thread Dennis Ferguson
@@ uint8_t byte, marker; bool result; - KASSERT(block chip-nc_size / chip-nc_block_size); + KASSERT(block sc-sc_chip.nc_size / sc-sc_chip.nc_block_size); /* get byte containing the 2 bit marker for this block */ byte = bbt-nbbt_bitmap[block / 4]; Dennis

Re: Build break on evbppc64 - binutils-related?

2013-10-13 Thread Dennis Ferguson
:302:10: error: 'bfd_mach_ppc_vle' undeclared (first use in this function) *** [ppc-dis.pico] Error code 1 nbmake[6]: stopped in /usr/src/external/gpl3/binutils/lib/libopcodes Dennis Ferguson

Re: evbcf (coldfire) build is broken

2013-10-08 Thread Dennis Ferguson
looking for something to compile a tree with some m68k bits added I found that a successful build of evbcf needs the changes below. The problems seem related to the binutils changes. Dennis Ferguson Index: lib/libpthread/Makefile