Crash with HEAD on amd64 - in setrunnable()

2019-11-24 Thread Paul Goyette
reate() at do_lwp_create+0xa1 sys__lwp_create() at sys__lwp_create+0xc1 syscall() at syscall+0x28a --- syscall (number 309) --- 45ae46: crash> (Obviously, I have a core dump, so I'll be happy to investigate further if anyone has suggestions.) ++--

firefox dumping core after NetBSD upgrade

2019-10-11 Thread Paul Goyette
ib/firefox/libxul.so #11 0x00012e805f57 in _start () (gdb) ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software D

Recent if_stat changes have broken sysutils/xosview

2020-02-08 Thread Paul Goyette
The package no longer builds. Fails with (among others) error: 'struct ifnet' has no member named 'if_ibytes'; did you mean 'if_index'? ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses

Re: Bad system call errors during an upgrade of -current

2020-02-10 Thread Paul Goyette
talling new userland. The otherway around upgrade is not supported and can break like it (there was an ABI change in struct statvfs). ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)

Re: Bad system call errors during an upgrade of -current

2020-02-10 Thread Paul Goyette
hing needed. kre !DSPAM:5e42233b188721095115340! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Devel

Build broken for amd64 - rump vs tests/dev/audio

2020-03-01 Thread Paul Goyette
--netbsd/bin/ld: /build/netbsd-compat/dest/amd64/usr/lib/librumpdev_pad.so: undefined reference to `rumpns_pmf_device_register1' collect2: error: ld returned 1 exit status ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: Build error for port-sparc

2020-03-04 Thread Paul Goyette
OK, this turns out to be a problem only for building with MKPAM=0 If I enable PAM, it builds correctly. On Tue, 3 Mar 2020, Paul Goyette wrote: And with even more recent sources (updated on 2020-03-04 at 02:52:55 UTC), I'm getting an error even earlier in the build: dependall ===> exter

Minor anomaly with -current

2020-03-02 Thread Paul Goyette
vt100 off secure constty "/usr/libexec/getty Pc" vt100 on secure It's obviously not a big problem, just something I noticed. ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | |

Re: Build error for port-sparc

2020-03-03 Thread Paul Goyette
literally dozens of other $ARCH without any problems. Anyone got a clue? On Tue, 3 Mar 2020, Paul Goyette wrote: With sources updated on 2020-03-02 at 13:13:48 UTC I am getting the following build error when doing a ``build.sh release'' # compile ramdisk/gethost.o /build/netbsd-compat/tools/x8

config(1) warning for amd64 release

2020-01-25 Thread Paul Goyette
++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org

Re: config(1) warning for amd64 release

2020-01-25 Thread Paul Goyette
On Sat, 25 Jan 2020, Paul Goyette wrote: With sources updated as of updated Sat Jan 25 16:18:15 UTC 2020 $SRC/sys/dev/files.audio:3: warning: The use of `defopt' is deprecated I just saw jmcneill's commit to fix this - thanks

USB umass hard drive "failed to create xfers" when attaching

2020-02-17 Thread Paul Goyette
-Only umass0: autoconfiguration error: failed to create xfers This worked correctly with a 9.99.42 kernel built from sources dated 2020-01-25 19:35:05 UTC Anyone got any clues on how this got broke? Or how to fix? ++--+---+ | Paul

Re: USB umass hard drive "failed to create xfers" when attaching

2020-02-17 Thread Paul Goyette
On Mon, 17 Feb 2020, Paul Goyette wrote: With a 9.99.46 kernel built from sources dated 2020-02-07 16:26:35 UTC I get the following errors when plugging in a USB hard drive: umass0 at uhub1 port 2 configuration 1 interface 0 umass0: Western Digital (0x1058) Ext HDD 1021 (0x1021), rev 2.00

Re: USB umass hard drive "failed to create xfers" when attaching

2020-02-17 Thread Paul Goyette
On Mon, 17 Feb 2020, Paul Goyette wrote: On Mon, 17 Feb 2020, Paul Goyette wrote: With a 9.99.46 kernel built from sources dated 2020-02-07 16:26:35 UTC I get the following errors when plugging in a USB hard drive: umass0 at uhub1 port 2 configuration 1 interface 0 umass0: Western Digital

Re: USB umass hard drive "failed to create xfers" when attaching

2020-02-17 Thread Paul Goyette
available. The concensus on IRC is that this is a bug in the xhci(4) driver. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software

Re: USB umass hard drive "failed to create xfers" when attaching

2020-02-17 Thread Paul Goyette
This is now PR kern/54997 On Mon, 17 Feb 2020, Paul Goyette wrote: With a 9.99.46 kernel built from sources dated 2020-02-07 16:26:35 UTC I get the following errors when plugging in a USB hard drive: umass0 at uhub1 port 2 configuration 1 interface 0 umass0: Western Digital (0x1058) Ext HDD

Re: USB umass hard drive "failed to create xfers" when attaching

2020-02-17 Thread Paul Goyette
On Mon, 17 Feb 2020, Michael van Elst wrote: p...@whooppee.com (Paul Goyette) writes: So, sounds like "something somewhere isn't quite right (tm)". I would have expected a memory allocation failure to automatically trigger some mechanism to reclaim some of the file cache

Re: Recent if_stat changes have broken sysutils/xosview

2020-02-09 Thread Paul Goyette
no longer working. If we can solve it via ioctl then awesome. For now I am simply commenting out the network stuff completely, since I don't use that part of xosview. A proper solution is far beyond me. ++--+---+ | Paul Goyette

Re: Automated report: NetBSD-current/i386 build failure

2019-12-31 Thread Paul Goyette
.31.13.07.14 !DSPAM:5e0b6508209901749451217! ++------+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: 9.99.32 panic

2020-01-01 Thread Paul Goyette
:5e0cdbd0269651875828750! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye

How to make XZ_SETS compress using multiple threads?

2020-01-05 Thread Paul Goyette
ther flags. Is there something equivalent to XZ_ARGS which can be set by a user without interfering with the existing build mechanisms? ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: |

Re: How to make XZ_SETS compress using multiple threads?

2020-01-05 Thread Paul Goyette
On Sun, 5 Jan 2020, Martin Husemann wrote: On Sun, Jan 05, 2020 at 05:34:51AM -0800, Paul Goyette wrote: I see that we have an XZ_ARGS variable which we can force to define with ``-V XZ_ARGS=-T6'' and that appears that it will add the "-T6" argument when invoking xz to build sets.

[no subject]

2020-01-06 Thread Paul Goyette
-N work/etc -o bsize=16384,fsize=2048,density=8192 work.rootfs work nbmakefs: `work' size of 1994735616 is larger than the maxsize of 1519386624. *** Failed target: imgroot.fs ++--+---+ | Paul Goyette | PGP Key

Failure with ``build.sh -V USE_PIGZGZIP=yes install-image''

2020-01-07 Thread Paul Goyette
On Mon, 6 Jan 2020, Paul Goyette wrote: Failure to build install-image - sources current as of 2020-01-06 at 13:03:23 UTC Creating rootfs... chmod +r work/var/spool/ftp/hidden /build/netbsd-local/tools/x86_64/amd64/bin/nbmakefs -M 1519386624 -m 1519386624 -B 1234

Re: Panic during reboot on amd64 9.99.52

2020-03-27 Thread Paul Goyette
On Fri, 27 Mar 2020, Paul Goyette wrote: With a curent built from sources updated just a few hours ago (on 2020-03-27 at 16:13:55 UTC), I get a panic during shutdown. The stack trace doesn't seem to be saved, but I manually transcribed it: vpanic + 0x178 kern_assert + 0x48

Panic during reboot on amd64 9.99.52

2020-03-27 Thread Paul Goyette
.46 kernel... ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: Panic during reboot on amd64 9.99.52

2020-03-28 Thread Paul Goyette
I've filed PR kern/55121 for this issue... I _do_ have a crash dump available if anyone wants me to provide any additional info. On Fri, 27 Mar 2020, Paul Goyette wrote: On Fri, 27 Mar 2020, Paul Goyette wrote: With a curent built from sources updated just a few hours ago (on 2020-03-27

Re: new dmesg line: sysctl_createv: sysctl_locate(maxtypenum) returned 2

2020-03-26 Thread Paul Goyette
) but seems to suddenly have started triggering. I will investigate. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com

MKDEBUG=yes results in hundreds of extra files in $DESTDIR

2020-05-02 Thread Paul Goyette
/libdata/debug/stand/amd64-xen/9.99.59/modules/zlib/zlib.kmod.debug = end of 615 extra files === --- checkflist --- *** [checkflist] Error code 1 ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail

Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
ijndael_blockEncrypt rijndael_blockDecrypt rijndael_makeKey Since the two crypto devices are optional (and run-time loadable) components of the kernel, it seems to me that encrypted-swap should also be optional. ++--+-------

Re: Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
On Sun, 10 May 2020, Michael van Elst wrote: p...@whooppee.com (Paul Goyette) writes: the kernel. Without this, the kernel fails to link, with undefined references to several symbols: rijndael_cipherInit rijndael_blockEncrypt rijndael_blockDecrypt

Re: Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
On Sun, 10 May 2020, Michael van Elst wrote: On Sun, May 10, 2020 at 07:54:06AM -0700, Paul Goyette wrote: Prior to the encrypted-swap commit, a kernel configured without the ``pseudo-device crypto'' was able to link and run successfully. (Any attempt to use rijndael results in an auto-load

Re: Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
On Sun, 10 May 2020, Paul Goyette wrote: Here is a patch that makes encrypted swap (but not rijndael) optional: http://ftp.netbsd.org/pub/NetBSD/misc/mlelstv/uvm_swap.diff That looks good to me, too. I guess you should also add VM_SWAPCRYPT option to various kernels (GENERIC*, XEN3

Re: Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
On Sun, 10 May 2020, Michael van Elst wrote: p...@whooppee.com (Paul Goyette) writes: FWIW, here's an additional patch to update the options(4) man page: But is it worth the effort to make 16kB optional ? Well, 90%+ of the effort has already been expended, so why

Re: Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
On Sun, 10 May 2020, Paul Goyette wrote: On Sun, 10 May 2020, Michael van Elst wrote: p...@whooppee.com (Paul Goyette) writes: FWIW, here's an additional patch to update the options(4) man page: But is it worth the effort to make 16kB optional ? Well, 90%+ of the effort has already been

Re: Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
On Sun, 10 May 2020, Michael van Elst wrote: On Sun, May 10, 2020 at 08:46:30AM -0700, Paul Goyette wrote: Here is a patch that makes encrypted swap (but not rijndael) optional: http://ftp.netbsd.org/pub/NetBSD/misc/mlelstv/uvm_swap.diff That looks good to me, too. I guess you should also

Re: Build error when crypto and swcrypto are omitted from kernel

2020-05-10 Thread Paul Goyette
On Sun, 10 May 2020, Michael van Elst wrote: p...@whooppee.com (Paul Goyette) writes: Well, 90%+ of the effort has already been expended, so why not? 90%+ is probably the time needed to test optional builds in the future. FWIW, I have just successfully completed my build of my custom

Re: How long to build from source?

2020-05-08 Thread Paul Goyette
can add a couple more hours to the estimate! :) ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer

Re: Automated report: NetBSD-current/i386 test failure

2020-03-18 Thread Paul Goyette
! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: Build failure for ``build.sh release'' on amd64

2020-05-22 Thread Paul Goyette
Hmmm, OK, this seems to have resolved itself after I removed the XEN3_DOM0 kernel objects (forcing everything to be re-made). On Fri, 22 May 2020, Paul Goyette wrote: With sources updated on 2020-05-22 at 20:57:47 UTC, I'm getting the following errors: # link XEN3_DOM0/netbsd /build

Re: build failure when optimizing

2020-05-23 Thread Paul Goyette
s Oskar ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

HEAD tools build broken on amd64

2020-09-05 Thread Paul Goyette
if needed) ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

re: HEAD tools build broken on amd64

2020-09-06 Thread Paul Goyette
On Sun, 6 Sep 2020, Paul Goyette wrote: On Mon, 7 Sep 2020, matthew green wrote: /build/netbsd-compat/src_ro/tools/binutils/../../external/gpl3/binutils/dist/bfd/netbsd.h:54:10: fatal error: bfd.h: No such file or directory #include "bfd.h" ^~~ do you have a b

re: HEAD tools build broken on amd64

2020-09-06 Thread Paul Goyette
ns in two separate sources trees, and * it happens with a completely empty TOOLDIR (and OBJDIR and DESTDIR) ++------+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6

Re: HEAD tools build broken on amd64

2020-09-06 Thread Paul Goyette
he $SRCDIR tree? ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: HEAD tools build broken on amd64

2020-09-07 Thread Paul Goyette
1722618051! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Build failure for ``no options PTRACE''

2020-10-16 Thread Paul Goyette
LD ABORTED *** ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: Build failure for ``no options PTRACE''

2020-10-17 Thread Paul Goyette
Thanks - I'll give it a try. On Sat, 17 Oct 2020, Christos Zoulas wrote: In article , Paul Goyette wrote: For a custom kernel build with ``no options PTRACE'' and ``no options COREDUMP'' defined, and sources updated on 2020-10-16 at 13:18:24 UTC, I get the following linker error

Re: Build failure for ``no options PTRACE''

2020-10-17 Thread Paul Goyette
related concerns, add "security.models.extensions.ptrace". Of course, the sysctl would/should only exist if the kernel includes ``options PTRACE'' ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: Build failure for ``no options PTRACE''

2020-10-17 Thread Paul Goyette
in /build/netbsd-local/src/sys/modules/coredump 1 error nbmake[2]: stopped in /build/netbsd-local/src/sys/modules/coredump ERROR: Failed to make dependall in "sys/modules" *** BUILD ABORTED *** On Sat, 17 Oct 2020, Paul Goyette wrote: Oh, ignore this for now. I might have to also

Re: Build failure for ``no options PTRACE''

2020-10-17 Thread Paul Goyette
On Sat, 17 Oct 2020, Paul Goyette wrote: Thanks - I'll give it a try. OK, it builds. But it doesn't work, and least not completely! FWIW, in addition to no options COREDUMP no options PTRACE my custom kernel also has no options EXEC_ELF32 no options

Re: Build failure for ``no options PTRACE''

2020-10-17 Thread Paul Goyette
Oh, ignore this for now. I might have to also rebuild my modules again. On Sat, 17 Oct 2020, Paul Goyette wrote: On Sat, 17 Oct 2020, Paul Goyette wrote: Thanks - I'll give it a try. OK, it builds. But it doesn't work, and least not completely! FWIW, in addition to no options

Re: Build failure for ``no options PTRACE''

2020-10-17 Thread Paul Goyette
dump_elf64); |^~~ *** [kern_core.o] Error code 1 christos On Oct 17, 2020, at 1:32 PM, Paul Goyette wrote: OK, I got a build failure for modules: # compile coredump/kern_core.o /build/netbsd-local/tools/x86_64/amd64/bin/x86_

Re: Build failure for ``no options PTRACE''

2020-10-17 Thread Paul Goyette
any circular dependencies! More info tomorrow... On Sat, 17 Oct 2020, Paul Goyette wrote: On Sat, 17 Oct 2020, Christos Zoulas wrote: Just add their declarations in exec_elf.h they have the same signatures as the "unreal" ones :-) Tried that, but now kern_core.c won't compi

Re: Build failure for ``no options PTRACE''

2020-10-18 Thread Paul Goyette
On Sat, 17 Oct 2020, Paul Goyette wrote: OK, I updated kern/kern_core.c to #include exec_elf.h and made is past the modules. I'll install in the morning and make sure that all combinations of modules from {coredump, exec_elf32, exec_elf64} work. At the very least, they all have

Re: Build failure for ``no options PTRACE''

2020-10-18 Thread Paul Goyette
I've opened PR kern/55731 for this issue. On Sun, 18 Oct 2020, Kamil Rytarowski wrote: On 18.10.2020 15:00, Paul Goyette wrote: I'm getting lost inside all this elf stuff?? :) ptrace is not really pluggable and the maintenance burden to have part of it as loadable modules questions

Re: -current amd64 build failure

2020-09-24 Thread Paul Goyette
! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: -current amd64 build failure

2020-09-24 Thread Paul Goyette
On Thu, 24 Sep 2020, Paul Goyette wrote: === 2 extra files in DESTDIR = Files in DESTDIR but missing from flist. File is obsolete or flist is out of date ? -- ./usr/share/man/html3/getentropy.html ./usr/share/man/man3/getentropy.3

Another build failure for MKDEBUG=yes

2020-09-30 Thread Paul Goyette
e 1 ... ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Build broken when MKDEBUG=yes

2020-09-30 Thread Paul Goyette
ped in /build/netbsd-compat/src_ro/tests/net/if_tap 1 error nbmake[7]: stopped in /build/netbsd-compat/src_ro/tests/net/if_tap (Also reported to roy@ on IRC) ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addres

Re: How to load ffs module via boot.cfg?

2020-06-01 Thread Paul Goyette
On Mon, 1 Jun 2020, Paul Goyette wrote: On Mon, 1 Jun 2020, Jukka Ruohonen wrote: On Mon, Jun 01, 2020 at 01:36:01PM +0300, Jukka Ruohonen wrote: I'd like to run amd64/MODULAR, but I have forgotten how to load modules via the boot loader. In particular, I need FFS in order to boot

Re: How to load ffs module via boot.cfg?

2020-06-01 Thread Paul Goyette
Mostly you can remove all the device drivers for devices that don't exist, but there are other things, too. FWIW, $ modstat | grep builtin | wc -l 21 $ ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: How to load ffs module via boot.cfg?

2020-06-01 Thread Paul Goyette
MQUEUE no options SEMAPHORE no options PTRACE (Note that SEMAPHORE is actually an addition in my local tree (I have resurrected the old ksem module!) so my local kernel has to exclude it. ++--+---+ | Pa

Build failure for ``build.sh release'' on amd64

2020-05-22 Thread Paul Goyette
of `pci_msix_alloc_map'; pci_msi_machdep.o:/build/netbsd-compat/src_ro/sys/arch/x86/pci/pci_msi_machdep.c:624: first defined here *** [netbsd] Error code 1 ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses

Re: How to load ffs module via boot.cfg?

2020-06-02 Thread Paul Goyette
On Tue, 2 Jun 2020, Jukka Ruohonen wrote: On Mon, Jun 01, 2020 at 05:26:16AM -0700, Paul Goyette wrote: You can strip out a lot more modules and still have a functioning system. Mostly you can remove all the device drivers for devices that don't exist, but there are other things, too

Failure to build graphics/graphviz

2020-08-06 Thread Paul Goyette
or code 1 ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: Failure to build graphics/graphviz

2020-08-06 Thread Paul Goyette
Oops wrong list - please ignore On Thu, 6 Aug 2020, Paul Goyette wrote: With up-to-date pkgsrc running on a NetBSD 9.99.66 amd64 host: => Automatic manual page handling => Generating post-install file lists => Checking file-check results for graphviz-2.4

Re: Failure to build graphics/graphviz

2020-08-07 Thread Paul Goyette
files should be conditional on lua? ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA

Re: Failure to build graphics/graphviz

2020-08-07 Thread Paul Goyette
On Fri, 7 Aug 2020, m...@netbsd.org wrote: On Thu, Aug 06, 2020 at 03:38:31PM -0700, Paul Goyette wrote: Oops wrong list - please ignore It's actually a netbsd issue, but I think it'd be reasonable to USE_TOOLS+= gmake until it is fixed. Adding gmake doesn't help - fails with exact same

Re: Failure to build graphics/graphviz

2020-08-07 Thread Paul Goyette
On Fri, 7 Aug 2020, Chavdar Ivanov wrote: On Fri, 7 Aug 2020 at 21:35, Paul Goyette wrote: I just rebuilt it under 9.99.69 from yesterday without any problems. I do not have any graphviz option changed in /etc/mk.conf. There have been many changes to make recently. Hmmm. I have

Re: System crash

2020-08-08 Thread Paul Goyette
++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Strange vi behavior

2020-08-08 Thread Paul Goyette
leged user. :) ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Build error on amd64

2020-08-09 Thread Paul Goyette
#include "bfd.h" ^~~ compilation terminated. *** [i386netbsd.lo] Error code 1 ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8A

build failure for amd64

2020-07-01 Thread Paul Goyette
mod ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: Build error for HEAD on amd64

2020-07-02 Thread Paul Goyette
Looks like this has already been fixed. On Thu, 2 Jul 2020, Paul Goyette wrote: With sources updated on 2020-07-02 at 14:06:53 UTC, and using build.sh -T /build/netbsd-compat/tools/x86_64/amd64 \ -D /build/netbsd-compat/dest/amd64 \ -O /build

Build error on amd64 -current

2020-06-26 Thread Paul Goyette
) ^~~~ cc1: all warnings being treated as errors *** [cpu.o] Error code 1 nbmake[2]: stopped in /build/netbsd-compat/obj/amd64/sys/arch/amd64/compile/INSTALL_XEN3_DOMU 1 error ++--+---+ | Paul Goyette | PGP Key fingerprint: | E

Another build failure for amd64

2020-06-27 Thread Paul Goyette
files === *** [checkflist] Error code 1 ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer

Build error with MKDEBUG=yes

2020-06-07 Thread Paul Goyette
] Error code 1 This is with sources updated on 2020-06-07 at 19:48:54 UTC ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com

Re: compiling amd64-kernel fails (w/o cgd)

2020-07-28 Thread Paul Goyette
evicecgd" to my configuration, compiling a new kernel works fine again. Is there a technical reason for chacha & co depending on cgd? And is it documented somewhere? ;-) Kurt !DSPAM:5f201fff161574613110541! ++--+---+

Re: Missing "something" in nvme config messages

2020-07-28 Thread Paul Goyette
On Tue, 28 Jul 2020, Jaromír Dole�~Mek wrote: I changed the message, now it should say 'ld at nvme0 nsid 1 not configured' Thanks! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired

Recent addition of chacha breaks custom config build (amd64)

2020-07-26 Thread Paul Goyette
ption. ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbs

Build failure on HEAD for amd64 in sys/modules/nvmm

2020-07-19 Thread Paul Goyette
]: stopped in /build/netbsd-compat/src_ro/sys/modules/nvmm 1 error nbmake[8]: stopped in /build/netbsd-compat/src_ro/sys/modules/nvmm ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)

Re: Unfinished unichrome driver

2020-07-16 Thread Paul Goyette
There's someone working on drm*kms* drivers for VIA graphics hardware for Linux, and also the X driver. It's a good direction to look for anyone that is interested. !DSPAM:5f0fc1f8262394047222629! ++--+---+ | Paul Goyette

Re: Automated report: NetBSD-current/i386 build failure

2020-07-03 Thread Paul Goyette
64894717810! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Repeated crash on 9.99.76 in audio

2020-12-06 Thread Paul Goyette
error. Has anyone else ever seen this? ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: [HEADS UP] pkgsrc default database directory changed

2020-12-02 Thread Paul Goyette
from within the chroot sandbox.) ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: [HEADS UP] pkgsrc default database directory changed

2020-12-02 Thread Paul Goyette
On Wed, 2 Dec 2020, Thomas Klausner wrote: On Wed, Dec 02, 2020 at 02:57:01PM -0800, Paul Goyette wrote: On Wed, 2 Dec 2020, Thomas Klausner wrote: On Wed, Dec 02, 2020 at 11:28:41AM +0100, Thomas Klausner wrote: The new default for the pkgsrc database (which contains information about all

Re: [HEADS UP] pkgsrc default database directory changed

2020-12-02 Thread Paul Goyette
mk.conf and/or pkgpath.conf? Finally, I looked, and my system doesn't have any file, anywhere (other than in source trees) with the name ``pkg_install''. Am I missing something? I've been running pkgsrc for ~forever without any (apparent) issues. ++--+--

Re: Build failure for NetBSD-HEAD on amd64

2020-12-11 Thread Paul Goyette
I suspect that the fix for this would be to add a new entry in src/mtree/NetBSD.dist.tests for tests/lib/libossaudio/ On Fri, 11 Dec 2020, Paul Goyette wrote: With sources updated on 2020-12-12 at 01:29:10 UTC, I am getting the following build error: ... install ===> tests/lib/libossau

Build failure for NetBSD-HEAD on amd64

2020-12-11 Thread Paul Goyette
ror ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: Using wg(4) with a commerical VPN provider

2020-11-11 Thread Paul Goyette
return wg->wg_so6; +#endif +#endif } Seems ... not great to put #ifdefs like this in something that can be build as a module? Yeah - what he said! :) ++--+-------+ | Paul Goyette | PGP Key fingerprint: | E-mail address

Re: netbsd32_coredump

2020-11-14 Thread Paul Goyette
tin+0x16c 0x8097af4c: netbsd:module_init_class+0x210 0x8097af9c: netbsd:main+0x38c 0x8097afac: netbsd:kernel_text+0x54 Cheers, Patrick !DSPAM:5fb01321213834049013268! ++--+-------+ | Paul Goyette | PGP Key fingerprint:

XEN help needed

2020-11-09 Thread Paul Goyette
on changes to things in /etc ? I'm really reluctant to update my userland at this time unless it is absolutely necessary. Thanks in advance for any advice you can offer. ++--+-------+ | Paul Goyette | PGP Key fingerprint:

Re: Automated report: NetBSD-current/i386 build failure

2020-11-04 Thread Paul Goyette
-2020.11.html#2020.11.04.18.12.19 !DSPAM:5fa2fd60115747723319370! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software

Re: Automated report: NetBSD-current/i386 build failure

2020-11-04 Thread Paul Goyette
-2020.11.html#2020.11.04.18.12.19 !DSPAM:5fa2fd60115747723319370! ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com

Problem with ``build.sh install-image'' on amd64 (with various *DEBUG* options)

2021-01-15 Thread Paul Goyette
fix this? ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758 55DE 53BA 7731 | pgoye...@netbsd.org | ++--+---+

Re: Problem with ``build.sh install-image'' on amd64 (with various *DEBUG* options)

2021-01-15 Thread Paul Goyette
On Fri, 15 Jan 2021, Paul Goyette wrote: I'm trying to build an install-image from a release that was built with MKDEBUG=yes MKKDEBUG=yes MKDEBUGLIB=yes all enabled. Oh, I also have the KERNEL_DIR=yes option enabled. I was not too surprised when nbmakefs complained that the file system

Re: Problem with ``build.sh install-image'' on amd64 (with various *DEBUG* options)

2021-01-15 Thread Paul Goyette
This seems to have been pilot error on my part (failure to clean up properly after initial failure). On Fri, 15 Jan 2021, Paul Goyette wrote: On Fri, 15 Jan 2021, Paul Goyette wrote: I'm trying to build an install-image from a release that was built with MKDEBUG=yes MKKDEBUG=yes MKDEBUGLIB

crash in amd64 -current

2021-01-21 Thread Paul Goyette
: dumpdev /dev/console is tty; override kernel ++--+---+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | p...@whooppee.com | | Software Developer | 0786 F758

<    2   3   4   5   6   7   8   >