Re: build of main broken? (ld: error: version script assignment of 'FBSD_1.0' to symbol 'xdr_...' failed: symbol not defined)

2024-05-24 Thread Matteo Riondato
> On May 24, 2024, at 10:54 AM, Dimitry Andric wrote: > > On 24 May 2024, at 15:19, Matteo Riondato wrote: >> >> I’m trying to build 59aa64914aeb1b20d4fc39ead2ee159a1e5b from >> main-62adeb92df, and got the error below. >> >> I cannot immediately

build of main broken? (ld: error: version script assignment of 'FBSD_1.0' to symbol 'xdr_...' failed: symbol not defined)

2024-05-24 Thread Matteo Riondato
Hi All, I’m trying to build 59aa64914aeb1b20d4fc39ead2ee159a1e5b from main-62adeb92df, and got the error below. I cannot immediately trace it back to any recent commit, so I’m a bit surprised by it. Any hint? -- >>> stage 4.2: bu

Re: ns8250: UART FCR is broken

2022-10-29 Thread Matteo Riondato
On 2022-10-28 at 17:49 EDT, Colin Percival wrote: On Mon, 24 Oct 2022 at 22:11, void wrote: this started appearing in dmesg ns8250: UART FCR is broken ns8250: UART FCR is broken For the list: While I was correct that bhyve didn't emulate FCR_XMT_RST, this warning was actually caused by a bu

Re: ns8250: UART FCR is broken

2022-10-27 Thread Matteo Riondato
On 2022-10-26 at 17:15 EDT, Colin Percival wrote: On 10/26/22 13:48, Ed Maste wrote: On Mon, 24 Oct 2022 at 22:11, void wrote: this started appearing in dmesg ns8250: UART FCR is broken ns8250: UART FCR is broken This message was added as part of Colin's work to support FreeBSD in the Fi

Re: nvme INVALID_FIELD in dmesg.boot

2022-06-12 Thread Matteo Riondato
On 2022-05-25 at 11:49 EDT, Warner Losh wrote: On Wed, May 25, 2022 at 9:39 AM Matteo Riondato wrote: On 2022-05-25 at 11:29 EDT, Warner Losh wrote: > >SET FEATURES (opcode 9) feature 0xb is indeed async event >configuration. >0x31f is: >SMART WARNING for available spare

Re: nvme INVALID_FIELD in dmesg.boot

2022-05-25 Thread Matteo Riondato
On 2022-05-25 at 11:29 EDT, Warner Losh wrote: SET FEATURES (opcode 9) feature 0xb is indeed async event configuration. 0x31f is: SMART WARNING for available spares (0x1) SMART warning for temperature (0x2) SMART WARNING for device reliability (0x4) SMART WARNING for being read only (0x8) SMA

Re: nvme INVALID_FIELD in dmesg.boot

2022-05-25 Thread Matteo Riondato
> On May 25, 2022, at 9:58 AM, Alexander Motin wrote: > > On 25.05.2022 08:25, Matteo Riondato wrote: >> My dmesg.boot contains the following entries containing "INVALID_FIELD" >> about nvme (I use nda(4) for my nvme disks, with hw.nvme.use_nvd=0 in >> l

nvme INVALID_FIELD in dmesg.boot

2022-05-25 Thread Matteo Riondato
Dear list, My dmesg.boot contains the following entries containing "INVALID_FIELD" about nvme (I use nda(4) for my nvme disks, with hw.nvme.use_nvd=0 in loader.conf): trismegistus ~ % grep -e 'nvme[0-9]\?' /var/run/dmesg.boot nvme0: mem 0xb861-0xb8613fff irq 40 at device 0.0 numa-domain

Re: build with WITHOUT_GPL_DTC=y broken?

2017-02-13 Thread Matteo Riondato
> On Feb 13, 2017, at 3:57 PM, Dimitry Andric wrote: > > On 13 Feb 2017, at 20:27, Matteo Riondato wrote: >> >>> On Feb 13, 2017, at 1:58 PM, Dimitry Andric wrote: >>> On 13 Feb 2017, at 16:53, Matteo Riondato wrote: >>>> >>>> When I

Re: build with WITHOUT_GPL_DTC=y broken?

2017-02-13 Thread Matteo Riondato
> On Feb 13, 2017, at 1:58 PM, Dimitry Andric wrote: > > On 13 Feb 2017, at 16:53, Matteo Riondato wrote: >> >> When I build world with WITHOUT_GPL_DTC=y in src.conf (complete file after >> the error) I get the following error in stage 1.2: bootstrap tools. This i

build with WITHOUT_GPL_DTC=y broken?

2017-02-13 Thread Matteo Riondato
When I build world with WITHOUT_GPL_DTC=y in src.conf (complete file after the error) I get the following error in stage 1.2: bootstrap tools. This is not a recent breakage, I’ve experienced it for a while. ===> usr.bin/dtc (obj,all,install) /usr/obj/usr/src/tmp/usr/src/usr.bin/dtc created for /

Re: Signal 12 on make update (or any target in /usrc/src)

2016-08-10 Thread Matteo Riondato
> On Aug 10, 2016, at 10:41 AM, Konstantin Belousov wrote: > On Wed, Aug 10, 2016 at 10:33:23AM -0400, Matteo Riondato wrote: >> Hi all, >> >> I recently upgraded from a late June (pre 11-branch, as far as I can tell) >> revision to r303771. >> >> Now

Signal 12 on make update (or any target in /usrc/src)

2016-08-10 Thread Matteo Riondato
Hi all, I recently upgraded from a late June (pre 11-branch, as far as I can tell) revision to r303771. Now, running “make update” (or buildworld, …) in /usr/src fails with a signal 12: matteo@triton:/usr/src$ sudo make update Password: *** Signal 12 Stop. make: stopped in /usr/src .ERROR_TAR

Re: 11.0 -r300944 build attempted WITH_META_MODE failed [amd64 targeting powerpc64 via devel/powerpc64-gcc use]

2016-05-30 Thread Matteo Riondato
> On May 30, 2016, at 11:29 AM, Bryan Drewery wrote: > > I should have mentioned that to enable META_MODE after not having it on > you should do a 'make cleanworld' first. This should probably be mentioned in src.conf(5) then. Best, Matteo signature.asc Description: Message signed with Open

Re: if_tun failed to register

2003-11-04 Thread Matteo Riondato
change anything :( > What is really strange is that "tun" is compiled in the kernel, but the > module is started anyway ??? I had the same problem last year and solved it by removing device tun from the kernel configuration file. Best regards -- Rionda aka Matteo Riondato G.U.

Re: 10/23 cvsup buildworld failure

2003-10-24 Thread Matteo Riondato
a bad moment, because ume@ correct this error at 2003/10/23 20:49:38 PDT with revision 1.29 of netdb.h Regards -- Rionda aka Matteo Riondato G.U.F.I Staff Member (http://www.gufi.org) BSD-FAQ-it Main Developer (http://www.gufi.org/~rionda) GPG key at: http://www.riondabsd.net/riondag

Re: cannot build kernel

2003-10-19 Thread Matteo Riondato
ter > type No problem here with revision 1.93 of usb.c cvsup this morning 2003.10.05 10.35am (west Europe time) Regards -- Rionda aka Matteo Riondato G.U.F.I Staff Member (http://www.gufi.org) BSD-FAQ-it Main Developer (http://www.gufi.org/~rionda) GPG key at: http://www.riondabsd.net/riondagp

Re: More ULE bugs fixed.

2003-10-17 Thread Matteo Riondato
Athlon XP 2000+ the situation is much better. No mouse jerkiness whatever the load of the sistem is. The system respond better in any situation. I'm using libc_r, so no problem with any Gnome app caused (probably) by KSE. Best Regards. -- Rionda aka Matteo Riondato G.U.F.I Staff Member (http

Re: ata problem with 13/10/2003 current

2003-10-14 Thread Matteo Riondato
Il Mar, 2003-10-14 alle 15:09, Soren Schmidt ha scritto: > It seems Matteo Riondato wrote: > > After having update my -CURRENT box to yesterday afternoon (Central > > Europe Time) sources, I can't get it to boot. It stops probing ata1: > > GEOM: create disk ad0 dp=0xc45

Re: ata problem with 13/10/2003 current

2003-10-14 Thread Matteo Riondato
Il Mar, 2003-10-14 alle 15:09, Soren Schmidt ha scritto: > It seems Matteo Riondato wrote: > > > > I never had problem with ATAng before, so it is probably related to a > > recent commit. > > Could you try this patch ple

ata problem with 13/10/2003 current

2003-10-14 Thread Matteo Riondato
efore, so it is probably related to a recent commit. Best Regards -- Rionda aka Matteo Riondato GUFI Staff Member (http://www.gufi.org) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, sen

Re: Sched_Ule

2003-10-10 Thread Matteo Riondato
> > Arjan is. Could there be a connection? > > I switched back to the XFree86 nv driver earlier today and still have trouble. > moused is running and it is a PS/2 mouse. Same situation here. -- Rionda aka Matteo Riondato G.U.F.I Staff Member (http://www.gufi.org) BSD-FAQ-it

Re: Status of SCHED_ULE?

2003-09-28 Thread Matteo Riondato
t; brings my Athlon XP 2000+ to its knees when I use SCHED_ULE). Same problem here, with a PS/2 Mouse on my Athlon XP 2000+, usign Firebird, Ximian Evolution and others applications with SCHED_ULE. -- Rionda aka Matteo Riondato G.U.F.I Staff Member (http://www.gufi.org) BSD-FAQ-it Main Devel

Re: howto: LiveCD FBSD question

2003-08-14 Thread Matteo Riondato
Il Gio, 2003-08-14 alle 01:09, Usher Abraham ha scritto: > Does anyone have a howto on how to create a custom LiveCD (FreeBSD) > CDROM in English? http://www.freesbie.org/?section=doc-en Best Regards -- Rionda aka Matteo Riondato G.U.F.I Staff Member (http://www.gufi.org) BSD-FAQ-i