Re: osabi in -current in some difficulty?

2019-03-15 Thread Bob Bernstein
On Fri, 15 Mar 2019, Chavdar Ivanov wrote: BTW what is the NVidia hardware on this machine? From Windows while it was still running on the box: nVidia: GeForce 6150SE nForce 430 Thanks for giving modular-xorg a build try. I look forward to your results. -- Bob Bernstein

Re: osabi in -current in some difficulty?

2019-03-15 Thread Chavdar Ivanov
I also tried to build modular-xorg, so far it has been a bit of a disaster with many .pc packages showing as missing, some of them actually avalable in the built-in X, but not all. Just in case, I cvs updated my pkgsrc tree and am running pkg_rolling-replace at the moment in order to reattempt

Re: preparing netbsd boot straps from gnu/linux

2019-03-15 Thread pierre-philipp braun
Now that I have a working boot strapping model (just using `boot` right away would have been preferred over GRUB2 knetbsd) set default=0 set timeout=5 menuentry "netbsd wd0e" { insmod ext2 set root=(hd0,msdos1) knetbsd

Re: MULTIBOOT fails w/ GRUB2 and SYS/EXTLINUX

2019-03-15 Thread pierre-philipp braun
> Correct. But does that matter? IIRC, only the Xen Dom0 kernel is > multiboot-compliant, and even then, it is a multiboot _module_ to be > loaded after the Xen kernel. But I could be wrong. Thanks -- that would explain it. No I do not necessarily have to do MULTIBOOT. I would prefer however

Re: playing with bootxx_ext2fs

2019-03-15 Thread Martin Husemann
On Fri, Mar 15, 2019 at 06:07:36PM +0300, pierre-philipp braun wrote: > ## 63 vs 64 vs 2048 > > On NetBSD x86 we're still starting at 63. In my previous attempt, I used the > gnu/linux fdisk and cfdisk utilities with their modern defaults so the > partition was starting at sector 2048. While

Re: playing with bootxx_ext2fs

2019-03-15 Thread pierre-philipp braun
Hello Greg. Thank you for the extensive answer. ## Sectors 0 and 1 Would sector 0 simply correspond to what is called the Partition Boot Record? * There are bits of disklabel onto sector 1 indeed. ## Sectors 2-13 and getting closer The bootxx_ffsv2 and bootxx_ext2fs are both 6656 bytes (13

Re: osabi in -current in some difficulty?

2019-03-15 Thread Chavdar Ivanov
x11/pixman installs pkgconf package (confusion between 'pkgsrc' package and package in the 'pkgconf' context). X11/pixman does not depend on modular Xorg. I would try to rerun the modular-xorg installation after cleaning the work folders as some configure scripts might have failed detecting it.

Re: osabi in -current in some difficulty?

2019-03-15 Thread Chavdar Ivanov
When I do rolling replace I usually manually install osabi and dependents in advance. On Thu, 14 Mar 2019 at 20:16, Bob Bernstein wrote: > I am aiming at a successful pkgsrc build of modular-xorg. I posted > an error log yesterday to tech-x11. Overall, I'm trying to get > nouveau and X to