netbsd-current: major bump of libi386

2017-08-12 Thread maya
Hi current-users, port-i386. If you are using NetBSD-current on i386, you may want to know that libi386's major number was increased following the removal of functions: i386_vm86: for virtual 8086 mode (kernel code removed) i386_pmc: hardware performance counters (now only functional for

Re: -current binary packages

2017-06-28 Thread maya
On Wed, Jun 28, 2017 at 07:52:02AM -0400, Ian D. Leroux wrote: > On Wed, 28 Jun 2017 12:25:57 +0200 Radim Hor??ek wrote: > > I want install netbsd-current, but I cannot locate ?-current? pkgin > > and binary packages. I have ?-current? pkgsrc source packages, but no > > binary.

Re: Dark screen with nouveau

2017-06-28 Thread maya
On Wed, Jun 28, 2017 at 02:34:55PM +, Chavdar Ivanov wrote: > It would be a bit tedious to do bisecting from 20th of November until now, > so I hoped someone would remember some change for this. > Most likely I broke it with this change:

Re: AMD Ryzen and NetBSD?

2017-06-30 Thread maya
On Fri, Jun 30, 2017 at 09:25:19AM +0100, Patrick Welche wrote: > I'm happily running -current on a Ryzen 7 1700 / Asus PRIME X370-PRO. > I wonder about its i/o though: I remember dd'ing zeros over old disks, and > thought "this is slow", so I dd'd over 3 disks at once, with no change > in

Re: building a kernel "the old way"

2017-05-24 Thread maya
On Wed, May 24, 2017 at 04:59:58PM +0200, Christian Groessler wrote: > So source code isn't under /usr/src, but /local/netbsd-src/src due to tight > space in the /usr partition. you can work around the space issue with null mounts mkdir /usr/src mount -t null /local/netbsd-src/src /usr/src my

Re: Any actions regarding WPA2 vulnerabilities

2017-10-16 Thread maya
On Mon, Oct 16, 2017 at 06:26:09PM +0200, Dmitry Salychev wrote: > Hi, guys. > > Are there patches for these WPA2 vulnerabilities? Are there affected ports? > I haven't seen any message regarding the subject. Thanks. > > Regards, > > - Dmitry Hi, We rely on wpa_supplicant/hostapd for WPA2.

Re: libsigsegv self test hanging

2017-11-22 Thread maya
Are both with GCC 5.5 or did you try 5.4 too?

Re: Remove fortune quotes attributed to or providing admiration of Adolf Hitler [pr bin/52735]

2017-11-19 Thread maya
The quotes I removed personally offend me. I assume I've done enough for netbsd to not be considered an evil outsider company who is here to spoil fun. I'm not too excited to contribute to a project that insists on keeping a quote on how women should be stupid by a man who tried to exterminate my

Re: iwn failure on -current (XEN3_DOM0)

2017-11-19 Thread maya
On Sun, Nov 19, 2017 at 11:11:44AM +, Chavdar Ivanov wrote: > Here my point was that iwn used to work under XEN3_DOM0 a few months > ago and is not working now, which may indicate some problem or > regression elsewhere, which was the main reason for my question. 'Git bisect' is a good way to

Re: Remove fortune quotes attributed to or providing admiration of Adolf Hitler [pr bin/52735]

2017-11-18 Thread maya
Hi, I thought a bit about this after seeing FreeBSD remove the database. I do agree there are offensive things, but it would be nice not to have a daily debate for all of eternity about whether every single quote is offensive enough to be removed. The FreeBSD method is tempting, but I know a lot

Re: polkit/spidermonkey build failure (fixed)

2018-05-20 Thread maya
On Sun, May 20, 2018 at 07:28:05PM +0200, Riccardo Mottola wrote: > Hi Maya, > > m...@netbsd.org wrote: > > Does this behave correctly? > > (It's because spidermonkey52 is new and the person to commit it > > tested amd64) > > > yes indeed with your workar

Re: polkit/spidermonkey build failure

2018-05-18 Thread maya
Does this behave correctly? (It's because spidermonkey52 is new and the person to commit it tested amd64) Index: Makefile === RCS file: /cvsroot/pkgsrc/lang/spidermonkey52/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile ---

Re: sparc-current xsrc freetype2 vs fonts/fontconfig?

2018-06-13 Thread maya
Sorry perhaps I should have pulled up the x11-links change. current x11-links (no need for anything else from pkgsrc-current) will suffice. On Tue, Jun 12, 2018 at 05:20:55PM -0500, John D. Baker wrote: > On Tue, 12 Jun 2018, John D. Baker wrote: > > > I was going to assert that my

Re: sparc-current xsrc freetype2 vs fonts/fontconfig?

2018-06-12 Thread maya
You need x11-links 1.11 (or higher)

Re: More build.sh ctf fallout on a linux host

2018-06-12 Thread maya
blah, oops. Given the comment I'm not sure ulonglong_t is even necessary, it doesn't appear anywhere. Does reverting the previous and adding this (which upstream might accept, they seem to just forget to remove it) help? Works for building tools under netbsd. Index:

Re: More build.sh ctf fallout on a linux host

2018-06-11 Thread maya
On Thu, Jun 07, 2018 at 06:47:13AM -0400, Chuck Zmudzinski wrote: > Hello, Thanks, I committed that. I tried to match compat_defs.h's existing style better.

Re: ThinkPad T42 w/-current, no mouse in X

2018-07-01 Thread maya
On Sat, Jun 30, 2018 at 09:12:07AM -0500, John D. Baker wrote: > Recently, I've only been using text console or SSH on my ThinkPad T42 > when using -current (via netboot). > > I finally got around to starting X on it and was surprised when the mouse > didn't work. No motion either through the

Re: USB "bwfm" users -- seeking victims^Wvolunteers

2018-04-29 Thread maya
to elaborate, it boots & attaches and I can read the console but I think communication on msgbuf is not working. maybe something like power management. I am not very good at drivers. It looks like this on my end with way too much debug messages: http://coypu.sdf.org/bwfm-dmesg

Re: USB "bwfm" users -- seeking victims^Wvolunteers

2018-04-29 Thread maya
I have this that I still haven't got to work. https://github.com/coypoop/drm/tree/bwfm-pci I have a PCI BCM43602.

Re: drm/ttm assert

2018-01-07 Thread maya
Looks like this is an unconditional kassert if bus_dmamap_load_pglist ever fails in ttm_bus_dma_populate. I will file a bug, but possibly it just needs to unset the flag before, or set the flag after.

Re: Lockups in a Ryzen 7 1800X ASUS Crosshair Hero VI system

2018-02-06 Thread maya
I want to get this patch in http://coypu.sdf.org/xsaveopt for PR 52966, which might be related

Re: failure when building a static-linked emacs25 (-nox11 on amd64)

2018-02-05 Thread maya
This sounds related: https://v4.freshbsd.org/commit/netbsd/src/ipHBgqsQ9q17WJVz

NetBSD taking part in Google Summer of Code 2018

2018-02-12 Thread maya
can see the others that do here: https://summerofcode.withgoogle.com/organizations/ Feel free to contact, or chat around on IRC: irc.freenode.org #netbsd #netbsd-code #pkgsrc - Maya

Re: kernels w/built-in "pf" don't build on netbsd-7 host?

2018-02-14 Thread maya
fixed, thanks for the heads up. i'll ask for pullups and upstream.

Re: panic when removing a file in current

2018-07-18 Thread maya
On Thu, Jul 19, 2018 at 03:54:17AM +0200, Johnny Billquist wrote: > Anyone seen this, or know what it's about? > > On NetBSD/vax, with 8.99.22 from today. > > Removing any file that has disk blocks allocated to it: > > [ 653.3285523] ufs_inactive: unlinked ino 50313 on "/home" has non zero size

Re: new kernel fails to boot due to DRM lock issue (intel)

2018-09-02 Thread maya
On Thu, Aug 30, 2018 at 12:35:02PM +0200, Riccardo Mottola wrote: > Hi, > > as Martin > > yesterday I anticipated that the new DRI causes my kernel to panic while > booting. tue do an already initialized mutex. > > I attach  screenshot. Here an extract: > > lockdebug_alloc() > _mutex_init() >

Re: SEGV from init in AMD64 Xen DomU current system

2018-07-13 Thread maya
On Fri, Jul 13, 2018 at 04:07:01PM +0700, Robert Elz wrote: > I just built and booted a Xen DomU system (kernel and system from sources > from a few hours ago) and the result is a seemingly infinite stream of: > > [ 2.0131873] Process (pid 1) got sig 11 > > (with the time increasing, of

Re: Two fatal errors with yesterday's -current

2018-04-21 Thread maya
Me too. I figured I screwed up something with the update because nobody else complained.

Re: HEADS UP: switch to GCC 6.4 coming

2018-03-02 Thread maya
my mips64eb (erlite) booted fine with gcc6, and ran atf until it overheated. the results were a lot worse than other ports, but I don't know how much of it is new. I had to revert sys/uvm to 20 days ago to avoid the changes that broke it.

Re: Build fails for kernels w/cd(4) but w/o wd(4)

2018-10-26 Thread maya
On Fri, Oct 26, 2018 at 05:27:05PM -0500, John D. Baker wrote: > --- wdc.o --- > /x/current/src/sys/dev/ic/wdc.c:138:1: error: missing initializer for field > 'ata_recovery' of 'const struct ata_bustype' > [-Werror=missing-field-initializers] > }; > ^ > In file included from

Re: build.sh distribution failure for evbarm

2018-11-02 Thread maya
"compiled for earmv7hf" is just some text that NetBSD adds in to binaries it builds, it doesn't need to be meaningful. the "EABI5" part must be correct, but file doesn't try to distinguish more than "ARMv1" and "EABI5" (it doesn't make sense to try harder, you can write code to do v7 and v5 in

Re: build.sh distribution failure for evbarm

2018-11-02 Thread maya
On Sat, Nov 03, 2018 at 04:44:18AM +, m...@netbsd.org wrote: > Changing the actual triplets is probably a bad idea because the > decisions are embedded in a lot of configure scripts in random third > party code. > But perhaps we need to rename things so no users end up using it by > accident.

Re: ThinkPad - suspend-to-RAM intel-x86 issues and tests

2018-11-15 Thread maya
For general context, suspend does work on -current. I tried on an older amd64. http://netbsd.org/~maya/n4030-suspend (No driver disabled, but I tried from r/o root in an installer) Unfortunately my shinier machine is a pain to suspend. I might end up giving up.

Re: Problems using cvs after last update

2018-09-28 Thread maya
On Fri, Sep 28, 2018 at 09:03:08PM +0100, Arthur Barlow wrote: > I am using Current amd64. Last Friday, (the 22nd of September), I updated > my /usr/src directory with anonymous cvs and recompiled the lastest > distribution and kernel build. After rebooting and updating all my files > with

Re: sysutils/lsof stopped working for non-root user

2018-09-28 Thread maya
On Thu, Sep 27, 2018 at 07:34:25PM -0700, John Nemeth wrote: > On Sep 27, 2:56pm, Christos Zoulas wrote: > } On Sep 27, 8:51am, ci4...@gmail.com (Chavdar Ivanov) wrote: > } > } | So is this expected and intended consequence, bug or still unfinished > } | part of the project? Just curious (it

Re: Panic with recent -current with interrupt setup

2018-10-02 Thread maya
On Tue, Oct 02, 2018 at 06:55:48AM -0400, Brad Spencer wrote: > > Just wondering if anyone else has seen this, but I am getting panics on > boot during probe with sources after 2018-09-23 [at some point, at least > 2018-09-29 and 2018-10-01 panic, but 2018-09-23 doesn't]. This is with > trying

Re: "libmpfr.so.4" not found

2018-10-02 Thread maya
> src xz's configure is picking up gawk. Surprised given build.sh tools... This might be a valid way to get tool awk used, assuming xz is built after awk. Totally untested. Index: Makefile === RCS file:

Re: usb panic

2018-09-03 Thread maya
On Sat, Sep 01, 2018 at 05:45:48PM +0100, Patrick Welche wrote: > On Sat, Sep 01, 2018 at 04:47:32PM +0100, Patrick Welche wrote: > > Just tried today's source on the usual -current/amd64 laptop, and: > > > > fatal breakpoint trap in supervisor mode > > trap type 1 code 0 rip 0x8021cd05

Re: Root device independent bootable disk images

2018-12-12 Thread maya
Sounds good!

Re: current - latest suspend tests T43 - T30 - R51

2018-12-03 Thread maya
On Tue, Dec 04, 2018 at 12:26:53AM +0100, Riccardo Mottola wrote: > Further question: if I see "Flushing disk caches" but still I get a dirty > file system when I reboot on the T30 and R51 - why? The dirty filesystem thing is a nice trick: if you mount rw it will mark a bit as 'dirty', and if it

Re: kernel error with drm

2018-12-10 Thread maya
On Mon, Dec 10, 2018 at 09:26:03PM +0700, Robert Elz wrote: > Date:Sat, 8 Dec 2018 17:38:05 + > From:Arthur Barlow > Message-ID: > > > | I have noticed periodically that I get and error in my xconsole that > reads: > | kern error: >

Re: HEADS UP: drmkms update incoming

2018-08-27 Thread maya
On Tue, Aug 28, 2018 at 05:51:46AM +0800, Paul Goyette wrote: > Do we get support for new(er) graphics cards (if so,which ones)? Do i915 up to Skylake. Any AMDGPU support. I don't imagine many changes in radeon, it's now "the driver for older AMD cards". So far it is a degradation for nouveau

Re: ThinkPad - suspend-to-RAM intel-x86 issues and tests

2018-11-20 Thread maya
On Tue, Nov 20, 2018 at 06:02:36PM +0100, Riccardo Mottola wrote: > Hi, > > m...@netbsd.org wrote: > > For general context, suspend does work on -current. I tried on an older > > amd64.http://netbsd.org/~maya/n4030-suspend > > (No driver disabled, but I tried fr

Re: gdb

2019-01-04 Thread maya
On Fri, Jan 04, 2019 at 10:44:42AM +, Patrick Welche wrote: > Would you expect to step through __start() ? > Maybe... not sure. But I certainly appreciate not special casing it. I've needed to single-step _start in the past :-)

Re: HEADS-UP: Recent atari install floppy overflow

2018-09-18 Thread maya
I'd like to propose the following to remove dead code intended for modules, which are not enabled. Index: Makefile.amiga === RCS file: /cvsroot/src/sys/arch/amiga/conf/Makefile.amiga,v retrieving revision 1.110 diff -u -r1.110

Re: HEADS-UP: Recent atari install floppy overflow

2018-09-18 Thread maya
heh, wrong architecture, still a similar change can be applied to atari.

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

2019-04-06 Thread maya
On Sat, Apr 06, 2019 at 02:52:06PM +0300, Andreas Gustafsson wrote: > The i386 build is still failing, but now in a different place: > > --- dependall-sys --- > /tmp/bracket/build/2019.04.06.09.33.07-i386/src/sys/compat/freebsd/freebsd_syscall.c: > In function 'freebsd_syscall': >

Re: iwm driver leads to kernel crash

2019-02-15 Thread maya
It's not iwm. I have the same bug reported but with re(4) which isn't wireless even. the backtrace looks different from ddb. from ddb, the failing instruction is, stopped at pid 276.1 (dhcpcd) at netbsd:npf_ifaddrhook+0x55: movq 18(%r12), %rsi (without using npf at all)

Re: gcc7 problem: mpd doesn't start

2019-02-11 Thread maya
On Mon, Feb 11, 2019 at 01:30:38PM +0100, Thomas Klausner wrote: > Hi! > > Since upgrading to a snapshot (8.99.34/amd64) with gcc7, > audio/musicpd's mpd binary (built on 8.99.30 with gcc6) does not start > any longer. It fails with: > > mpd: Undefined PLT symbol >

Re: mpv cannot initialize GL context

2019-02-11 Thread maya
Please use LIBGL_DEBUG=verbose as an environment variable.

Re: gcc7 problem: mpd doesn't start

2019-02-11 Thread maya
On Mon, Feb 11, 2019 at 01:30:38PM +0100, Thomas Klausner wrote: > Hi! > > Since upgrading to a snapshot (8.99.34/amd64) with gcc7, > audio/musicpd's mpd binary (built on 8.99.30 with gcc6) does not start > any longer. It fails with: > > mpd: Undefined PLT symbol >

Re: Funky Display Output

2019-04-13 Thread maya
I think it's the kernel too. I have a reduced way of reproducing it. env LIBGL_ALWAYS_SOFTWARE=1 glmark2 (from pkgsrc) will be visibly corrupt. env LIBGL_ALWAYS_SOFTWARE=1 ktruss -i glmark2 > /dev/null or a second glmark2 instance seemed to make it go away. I think this difference means it

Re: 8.1; sbin/postinstall 'fix' removes libc.so.12

2019-06-07 Thread maya
I added it ... and some of the steps I forgot like suggesting boot -as as opposed to 'boot -s' because you won't be able to run /sbin/init. Should take 1-2 hours to appear.

Re: What to do with base X11 for netbsd-9 ?

2019-05-29 Thread maya
GPUs have special routines for 'put this image on top of another surface', and they're used for fonts. xf86-video-vesa doesn't, it's doing things in an inefficient way in software, but it probably allows for more checks about whether we're still inside the surface boundaries.

Re: What to do with base X11 for netbsd-9 ?

2019-05-29 Thread maya
what intel graphics do you have? what is failing with xf86-video-intel?

Re: What to do with base X11 for netbsd-9 ?

2019-06-01 Thread maya
On Sun, Jun 02, 2019 at 07:05:10AM +1000, matthew green wrote: > > I haven't made any corruption related fixes. > > neither did i :-) we did both change a bunch of things though, and > i was surprised that i could not reproduce the prior mate-terminal > corrruption. in the original discussion

Re: What to do with base X11 for netbsd-9 ?

2019-06-01 Thread maya
ould I > > upgrade again and recheck? I planned to debug the X code once I will > > sort out other fallout after my upgrade (mostly with things in pkgsrc). > > i think so. > > i last tested the sandy bridge laptop a couple of weeks ago and > it was still not great. ma

Re: 8.1; sbin/postinstall 'fix' removes libc.so.12

2019-06-06 Thread maya
On Thu, Jun 06, 2019 at 09:16:31PM +1000, Van L wrote: > Hello, > > After the step to 'tar -C / -zxpf sets/xserver.tgz' I have the following > 3 commands to call to update /etc . What happens is libc.so is lost and > once I reboot it it is busted. This has happened for 8.1-RC and 8.1 now > >

Re: What to do with base X11 for netbsd-9 ?

2019-05-29 Thread maya
On Wed, May 29, 2019 at 05:55:26PM -0500, John D. Baker wrote: > On Wed, 29 May 2019, m...@netbsd.org wrote: > > > what intel graphics do you have? > > what is failing with xf86-video-intel? > > See: > > http://mail-index.netbsd.org/current-users/2019/04/11/msg035551.html >

Re: /usr/X11R7/lib/pkgconfig/gl.pc

2019-06-18 Thread maya
On Tue, Jun 18, 2019 at 07:58:07PM +0100, Chavdar Ivanov wrote: > /usr/X11R7/lib/pkgconfig/gl.pc file contains: > > Libs: -Wl,-rpath,${libdir} -L${libdir} -l@GL_PKGCONF_LIB@ > > > There are quite a few packages which fail with the default pkgsrc > setup because of that. > > Perhaps the

Re: lang/mono - exciting new failure

2019-06-18 Thread maya
On Tue, Jun 18, 2019 at 10:02:47PM +0100, Chavdar Ivanov wrote: > Hi, > > Perhaps not for current-users@, but on yesterday's -current and with > updated pkgsrc I get the following while building lang/mono: I assumed lang/mono has been failing for a while. Is that not the case?

Re: VirtualBox additions - small patch for 8.99.46

2019-06-20 Thread maya
On Wed, Jun 19, 2019 at 06:55:06PM +0100, Chavdar Ivanov wrote: > --- > /p/VirtualBox-6.0.8/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c.ORIG >2019-06-19 19:48:40.880337377 +0100 > +++ /p/VirtualBox-6.0.8/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c > 2019-06-19

Re: x11/x11-links problem in -current

2019-05-09 Thread maya
On Thu, May 09, 2019 at 07:08:39PM +0100, Chavdar Ivanov wrote: > I haven't tested if this happens on NetBSD8, on -current every time I > reinstall x11-lnks (after osabi, hence on every bump of -current), I > have to: > > --- /usr/pkg/share/x11-links/lib/pkgconfig/gl.pc.ORIG 2019-05-09 >

Re: (too) big font on console?

2019-04-20 Thread maya
On Sat, Apr 20, 2019 at 12:45:40AM +0200, Piotr Meyer wrote: > Hi, > > > P src/sys/arch/amd64/conf/GENERIC > > P src/sys/arch/amd64/conf/INSTALL > > In following commit[1] two new optios was added: > > # Give us a choice of fonts based on monitor size > options FONT_BOLD8x16 > options

Re: (too) big font on console?

2019-04-20 Thread maya
I understand it's meant to aim for 80x25, which is what we used to have. There were some complaint threads about how much smaller DRM/KMS made things, but perhaps people got used to it.

Re: cvs unhappy with dhcpcd

2019-07-04 Thread maya
On Thu, Jul 04, 2019 at 08:40:49PM +0100, Patrick Welche wrote: > I see this now on a 2nd computer: > > cvs update: Updating external/bsd/dhcpcd/sbin > cvs update: Updating external/bsd/dhcpcd/sbin/dhcpcd > cvs update: Updating external/bsd/dhcpcd/src > cvs [update aborted]: cannot open directory

Re: recurring tstile hangs on -current

2019-07-05 Thread maya
On Fri, Jul 05, 2019 at 10:29:24PM +0200, Thomas Klausner wrote: > >From some debugging so far, the cause for the hang seems to be that > the nvme driver is waiting for an interrupt that doesn't come. > > At least once I got it to get unstuck by call "nvme_intr()" on the > softc address from ddb.

Re: what's pio.h?

2019-07-05 Thread maya
On Sat, Jul 06, 2019 at 12:54:53AM +0200, Thomas Klausner wrote: > Hi! > > So I see that we install machine/pio.h which defines functions like > these (amd64): > > inb, insb, inw, insw, inl, insl; outb, outsb, ... > > But I can't seem to find any documentation or implementation for this. > >

Re: firefox52 crashes w/o coredump on -current (8.99.49)

2019-07-03 Thread maya
On Wed, Jul 03, 2019 at 12:23:46PM -0500, John D. Baker wrote: > (Sending to both pkgsrc-users and current-users as it appears to involve > both package and/or base system elements.) > > To test other stuff, I booted -current (8.99.49 as of 20190701). > Firefox52 and all other packages are

Re: device-specific "vdpau" support?

2019-07-02 Thread maya
On Sat, Jun 29, 2019 at 11:19:26PM +0100, Robert Swindells wrote: > > Rhialto wrote: > >On Sat 29 Jun 2019 at 20:55:16 +, m...@netbsd.org wrote: > >> Supposedly it's even more efficient video decoding, but I didn't do a > >> comparison (It would be pretty easy to do, since pkgsrc mesa does

Re: device-specific "vdpau" support?

2019-06-29 Thread maya
On Sat, Jun 29, 2019 at 03:12:41PM -0500, John D. Baker wrote: > Some time back I asked about what provided device-specific "vdpau" > support after seeing a message from 'mplayer' about not finding > "libvdpau_i965.so" when detecting the video capabilities of my > intel-graphics-equipped system. >

Re: Branch for netbsd 9 upcoming, please help and test -current

2019-04-24 Thread maya
On Wed, Apr 24, 2019 at 12:48:07PM +0300, Andreas Gustafsson wrote: > For starters, here's a list of PRs for regressions that have been > introduced since early February and are still unresolved: > > port-amd64/54001: call_once2_32, call_once2_static test cases failing on > amd64 since gcc7

Re: Another exciting error building lang/mono...

2019-08-15 Thread maya
On Thu, Aug 15, 2019 at 02:50:52PM +0100, Chavdar Ivanov wrote: > BTW I just noticed there are no gnome packages in > /usr/pkgsrc/meta-packages any more, while there are still some in x11 > directory - was there any announce that it has been phased out? It was GNOME2, I am under the impression

Re: Another exciting error building lang/mono...

2019-08-13 Thread maya
wip/mono6 should be a replacement that works on netbsd. (still some issues to fix, like LD_LIBRARY_PATH=/usr/X11R7/lib for graphical stuff being necessary)

Re: /bin/tar: Undefined PLT symbol "archive_match_set_inclusion_recursion" (symnum = 109)

2019-08-11 Thread maya
On Sat, Aug 10, 2019 at 06:21:57PM +0900, Makoto Fujiwara wrote: > When I've update 8.99.51 host with 9.0_BETA, > From following URL > http://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-9/201908051430Z/ > with images > NetBSD-9.0_BETA-amd64-install.img.gz 05-Aug-2019 17:19 914648kB >

Re: Another exciting error building lang/mono...

2019-08-14 Thread maya
On Tue, Aug 13, 2019 at 12:00:31PM +0100, Chavdar Ivanov wrote: > wip/mono6 built OK, but I get: > > ~ csharp > > Unhandled Exception: > System.TypeInitializationException: The type initializer for > 'System.Console' threw an exception. ---> > System.TypeInitializationException: The type

Re: extra files while building current

2019-08-28 Thread maya
On Thu, Aug 29, 2019 at 02:26:39AM +0200, Kamil Rytarowski wrote: > On 29.08.2019 00:24, Riccardo Mottola wrote: > > Hi! > > > > I updated current and did a rebuild of the user base. LLVM excluded. > > > > I am used to get sometimes a couple of extra files, but this time, I got > > a huge

Re: Stability issues with recent NetBSD 9.0_BETA amd64

2019-09-17 Thread maya
On Fri, Sep 13, 2019 at 09:02:33PM +0100, David Brownlee wrote: > The symptoms include > - netbsd-8 firefox binary segfault every time on startup. Doesn't always > happen, but once it starts, they always seem to segfault until reboot. Note > that though "netbsd-8 firefox binaries" are not

Re: Legacy ZFS mounts

2019-09-07 Thread maya
when asking for reviews on diffs, please consider having them in an easy to view format, rather than tar files. Having a 'zfs' script to load a module sounds wrong. We have module autoloading for this purpose.

Re: Legacy ZFS mounts

2019-09-07 Thread maya
On Sat, Sep 07, 2019 at 06:37:31AM -0400, Brad Spencer wrote: > m...@netbsd.org writes: > > > when asking for reviews on diffs, please consider having them in an easy > > to view format, rather than tar files. > > > > Having a 'zfs' script to load a module sounds wrong. We have module > >

Re: ./build.sh -m amd64 .... distribution fails

2019-09-16 Thread maya
On Mon, Sep 16, 2019 at 10:37:50AM +0200, K. Schreiner wrote: > nbmake[6]: stopped in /u/NetBSD/src/external/mit/expat/lib/libexpat > /u/NetBSD/src/external/mit/expat/dist/lib/xmlparse.c:73:14: fatal error: > sys/random.h: No such file or direct > ory > #include /* getrandom */ >

Re: building and testing 9.99

2019-08-06 Thread maya
On Wed, Aug 07, 2019 at 12:40:08AM +0200, Riccardo Mottola wrote: > Hi All, > > I want to rebuild all userland. > Is there now a recommended way to skip all the llvm stuff which is extremely > big.. and as far as I know, not needed for my Intel graphic card? > > Riccardo -V MKLLVMRT=no (or in

Re: Another exciting error building lang/mono...

2019-09-20 Thread maya
On Fri, Sep 20, 2019 at 11:14:41AM +0100, Chavdar Ivanov wrote: > I noticed wip/mono6 has been removed, the other mono packages use > earlier versions. Any particular reasons for this worth knowing? > > On Tue, 13 Aug 2019 at 09:50, wrote: > > > > wip/mono6 should be a replacement that works on

/rescue is a separate set now

2019-10-02 Thread maya
Hi folks, I've split out /rescue into its own set. This is intended to make updates safer. It's not necessary to update it at all, and if something goes wrong in your update, you can boot /rescue/init and recover, as described here: https://www.netbsd.org/docs/current/#recovering-via-rescue I

Re: backporting USER_LDT to NetBSD-8

2019-11-14 Thread maya
On Thu, Nov 14, 2019 at 09:05:05PM +, Dave Tyson wrote: > I've been playing with wine64 under NetBSD 8.1_STABLE and it works > surprisingly well with a couple of windows applications I need to run. Of > course NetBSD-8 doesn't have support for USER_LDT baked in and so I have been > testing

Re: Increases in build system time

2019-11-14 Thread maya
On Thu, Nov 14, 2019 at 09:26:54PM +0200, Andreas Gustafsson wrote: > 12% increase: > > 2019.03.08.20.35.10 christos src/share/mk/bsd.own.mk 1.1108 > > Back to using jemalloc for x86_64; all problems have been resolved. I wonder if enabling back MAP_ALIGNED in jemalloc can help.

Re: /rescue is a separate set now

2019-11-18 Thread maya
On Wed, Oct 02, 2019 at 01:53:06PM +0200, Piotr Meyer wrote: > On Wed, Oct 02, 2019 at 11:31:32AM +, m...@netbsd.org wrote: > > > I had to change a lot of installers and images in distrib/, I hope I > > didn't miss one. Let me know if one doesn't install /rescue now. > > Nice. Is it possible

Re: Increases in build system time

2019-11-15 Thread maya
Please un-CC me from any threads.

Re: xfwm4 crashes on NetBSD 9.99.17 (was "Re: firefox dumping core after NetBSD upgrade")

2019-10-27 Thread maya
On Sun, Oct 27, 2019 at 02:47:43PM -0400, David H. Gutteridge wrote: > On Sun, 2019-10-27 at 02:24 +, m...@netbsd.org wrote: > > On Sun, Oct 27, 2019 at 01:30:48AM +0100, Chavdar Ivanov wrote: > > > In my case its also swrast_dri, VirtualBox host. I haven't recently > > > tried xfce4 on a real

Re: xfwm4 crashes on NetBSD 9.99.17 (was "Re: firefox dumping core after NetBSD upgrade")

2019-10-25 Thread maya
Can someone who has this issue explain it shortly? - Which GPU? - What part of updating (kernel, userland) did it? - Does a clean build of everything fix it? the i915 driver has broken userland compatibility. mrg/riastradh fixed it, but I won't be surprised if there's more we haven't spotted

Re: xfwm4 crashes on NetBSD 9.99.17 (was "Re: firefox dumping core after NetBSD upgrade")

2019-10-26 Thread maya
On Sun, Oct 27, 2019 at 01:30:48AM +0100, Chavdar Ivanov wrote: > In my case its also swrast_dri, VirtualBox host. I haven't recently > tried xfce4 on a real hardware with intel, I might di that later. I could finally reproduce a crash. And it went away when I pkg_delete'd MesaLib. I wonder if

Re: Can I use pkg_src to upgrade to current?

2019-10-10 Thread maya
On Wed, Oct 09, 2019 at 06:18:16PM -0400, nottobay wrote: > I'm new to BSD in general and coming from Linux. I tried pulling the > binaries using the installer and it isn't working for me. Can I use pkg src > to upgrade in place from release to current or do I have to build > everything? One

Re: firefox dumping core after NetBSD upgrade

2019-10-12 Thread maya
On Sat, Oct 12, 2019 at 08:41:49AM +0100, Sad Clouds wrote: > On Fri, 11 Oct 2019 11:05:57 -0700 > bch wrote: > > > I quit running Firefox on my (-current) laptop months ago because the > > build process (rust, esp) was so brutal. Have there been any > > community efforts to organize the build

Re: firefox dumping core after NetBSD upgrade

2019-10-12 Thread maya
On Sat, Oct 12, 2019 at 10:49:58AM +0100, Robert Swindells wrote: > > m...@netbsd.org wrote: > >On Sat, Oct 12, 2019 at 08:41:49AM +0100, Sad Clouds wrote: > >> On Fri, 11 Oct 2019 11:05:57 -0700 > >> bch wrote: > >> > >> > I quit running Firefox on my (-current) laptop months ago because the >

Re: intelfb & wsdisplay

2019-10-14 Thread maya
On Mon, Oct 14, 2019 at 01:56:11PM +0100, Patrick Welche wrote: > Doesn't matter to me as this is "just" a server, but I was surprised by > this message: > > i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0) > intelfb0 at i915drmkms0 > intelfb0: framebuffer at 0xd4013cf07000, size

Re: unable to boot amd64-uefi-install from USB stick on a MacBook2,1

2020-01-22 Thread maya
Try current first, 8.0 EFI has a lot of known bugs.

Re: KASLR

2020-02-14 Thread maya
On Wed, Feb 12, 2020 at 09:55:36AM +, Patrick Welche wrote: > Just tried for the first time a kern-GENERIC_KASLR.tar.xz from yesterday's > source on a working GENERIC-9.99.17/amd64 box, with serial console. All > I see is > > >> NetBSD/x86 BIOS Boot, Revision 5.11 (Thu Nov 29 11:11:25 UTC

Re: diagnostic assertion curcpu()->ci_biglock_count == 0 failed

2020-02-23 Thread maya
Can someone please offer a another set of eyes on this commit? https://github.com/NetBSD/src/commit/065ad9b5c35f8798d18fe75356b2c22ee42a4896 Removing KERNEL_UNLOCK_ALLs feels wild. But I don't understand the code well enough to know whether it's right.

Re: Devices without power management support: dm0 dm1 (LVM / Device Mapper prevents ACPI Sleep State 3)

2020-01-14 Thread maya
On Wed, Jan 15, 2020 at 07:25:10AM +0100, Matthias Petermann wrote: > Hello Maya, > > many thanks for your response. I used the patch in my NetBSD 9.0 (RC1) > kernel and rebuilt it. However, it does not seem to be the solution to the > problem. If i want to send the system to sle

Re: nouveau unhappy with EFI

2020-01-15 Thread maya
On Wed, Jan 15, 2020 at 01:22:00PM +0100, Lars Reichardt wrote: > On Mon, 29 Jul 2019 10:16:00 +0100 > Patrick Welche wrote: > > > With biosboot set on the root partition of a GPT disk, I can now > > biosboot or EFI boot the same computer. > > > > Thanks to mlelstv@'s hint, I can get a serial

  1   2   >