Re: build error with MKX11MOTIF=yes in mk.conf

2019-02-16 Thread Benny Siegert
> MKX11MOTIF=yes This is the first time that I hear of this make variable :) I'd file a PR. -- Benny

Re: issues while doing pkgs update on py37-scons

2019-06-26 Thread Benny Siegert
It's a bug in pkg_rr. It gets confused by py27-foo vs. py37-foo etc. Just go to the scons directory and "make package-install PYTHON_VERSION_DEFAULT=37", then restart pkg_rr. On Wed, Jun 26, 2019 at 12:20 PM Riccardo Mottola wrote: > > Hi, > > after having updated userland, I am also updating

Re: problems upgrading go112 (and go111) on NetBSD-8.99.32/amd64

2019-04-15 Thread Benny Siegert
Try rebuilding lang/go14 perhaps? You could also try editing lang/go112/Makefile and setting GOROOT_BOOTSTRAP to /usr/pkg/go111. On Sun, Apr 14, 2019 at 11:26 PM Greg A. Woods wrote: > > So, the following has been happening (and for go111), but I don't > understand the errors, nor have I any

Re: gpt type for zfs?

2020-04-03 Thread Benny Siegert
Can’t you make a pool based on the various do devices? That's what I do. Sevan Janiyan schrieb am Sa. 28. März 2020 um 23:07: > > > On 28/03/2020 21:56, Thomas Klausner wrote: > > Are ZFS users on NetBSD using fbsd-zfs or avoiding gpt? :) > > ZFS doesn't actually care the filesystem time, it's

Re: How long to build from source?

2020-05-08 Thread Benny Siegert
The short answer: It depends. Slightly longer: Does the laptop have an SSD, an NVMe disk or a spinning hard drive? Which build options do you choose -- for instance, do you want to build X as well, do you want to build the graphics acceleration stuff (which requires building LLVM IIRC), etc. pp.

kernel diagnostic assertion "semcnt >= 0" failed

2020-06-05 Thread Benny Siegert
Hi! On a Pinebook Pro running NetBSD 9.99.64 from last Monday (with 9.0 userland), I can reliably make the kernel panic by running "npm install firebase-tools". During the post-install script (I believe it's from the protobufjs NPM package), the kernel does panic: kernel diagnostic assertion

Re: kernel diagnostic assertion "semcnt >= 0" failed

2020-06-11 Thread Benny Siegert
On Sat, Jun 6, 2020 at 7:04 PM Christos Zoulas wrote: > I know, but my comment still holds. This has been working for a while. > Does it fail the same way with NetBSD-9? Sorry, I didn't see this. No, it works fine in NetBSD-9 on the same machine. -- Benny

Re: usb handling broken with -current

2020-07-30 Thread Benny Siegert
On Thu, 30 Jul 2020, Martin Husemann wrote: On Thu, Jul 30, 2020 at 10:55:05AM -0400, MLH wrote: Jul 29 12:04:59 tiamat /netbsd: [ 96208.8263223] uhub3: autoconfiguration error: device problem, disabling port 2 I see that every now and then on some machines/host controllers. It is not

Re: [HEADS UP] pkgsrc default database directory changed

2020-12-06 Thread Benny Siegert
On Sat, Dec 5, 2020 at 9:19 PM Thomas Klausner wrote: > http://pkgsrc.org/news/pkgdb-change/ Thanks, that's helpful. I need some more advice. Apparently, I have gotten into a split-brain situation where /usr/sbin/pkg_info and /usr/pkg/sbin/pkg_info show me disjoint sets of packages. I would

Re: cvs update aborted by broken pipe on server

2020-12-01 Thread Benny Siegert
On Tue, Dec 1, 2020 at 1:44 AM Thomas Mueller wrote: > Will this problem be relieved when NetBSD repository switches to mercurial, > and when is the switch to mercurial expected (time estimate)? You can try this out right now and pull the NetBSD source from anonhg.netbsd.org. As an added

Re: HEADS UP: Merging drm update

2021-12-19 Thread Benny Siegert
On Sun, Dec 19, 2021 at 2:35 PM nia wrote: > > > > I'm planning to merge the drm update this weekend -- a cvs import and > > > > merge commit, plus about 1300 commits on top of that from the git > > > > repository. > > thank you Maya and Taylor for this monumental effort! Yes, thank you, this is

Re: upgrade - no more high res console 9.99.93

2022-02-14 Thread Benny Siegert
On Mon, Feb 14, 2022 at 10:17 AM Riccardo Mottola wrote: > I actually found that the framebuffer is working. It is using a low-res > text, but I see the text is not "scaled" as instead the BIOS console > Is it intentional? can I go hi-res? This sounds like you have the default kernel font,

Re: NetBSD 10.0 timeline and branch status

2023-09-10 Thread Benny Siegert
> > Unfortunately the additional shared library changes require another round > of package rebuilds from scratch. Everyond building packages against > netbsd-10: please start a new round from scratch. Does that mean the pkgsrc-2023Q2 binary packages for 10_BETA 2 that have been published

Error (cross) building tools from macOS

2023-09-17 Thread Benny Siegert
Hi! I tried to build NetBSD-current from source on a Macbook Air M2. However, the tools build fails because gcc cannot find zstd while linking. My command line was: % ./build.sh -j 6 -N 1 -U -O ../obj -m evbarm -a aarch64 release Any ideas? The relevant extract from the build log is:

Re: updating kernel AND modules

2023-11-05 Thread Benny Siegert
> The NetBSD guide does not talk about kernel modules at all in the > updating section > (https://www.netbsd.org/docs/guide/en/chap-kernel.html, > http://netbsd.org/docs/guide/en/chap-updating.html) > > What is the current best-practice method for that? I do upgrades using sysupgrade.

Re: Error (cross) building tools from macOS

2023-09-19 Thread Benny Siegert
> Am 19.09.2023 um 06:50 schrieb Lloyd Parkes : > > Maybe ../obj wasn't clean? > > I built with "build.sh -j 6 -U -m evbarm -a aarch64 ... tools" on an M1 Pro > and it completed fine. This was just after doing two Xcode updates and one > macOS Sonoma update today. Thanks for the data

Re: 10.0 BETA: How to boot using UEFI or grub

2022-12-25 Thread Benny Siegert
On Sun, 25 Dec 2022, Mayuresh wrote: Also, can someone with grub knowhow please advise on the grub error in my last post? Even after insmod of part_gpt, part_bsd, knetbsd says "unknown filesystem" Perhaps you set up 10_BETA with the extended-attribute (ffs2ea) filesystem. This one has a

Re: Upgrading a 90s laptop from 5.1 to 10 -- no FD or CDROM

2023-12-21 Thread Benny Siegert
On Thu, Dec 21, 2023 at 4:07 AM wrote: > > > Hi I would say to take to hard drive out and use some other computer to > > install NetBSD 10 on it or use qemu. > > to use qemu install the drive in a linux machine with the linux boot drive > > and run "qemu-system-i386 -cpu pentium -m 64 -cdrom > >