VM images for 12.0-CURRENT have problem with USB 3.0 flash drives

2018-01-27 Thread David Boyd
Beginning with 12.0-CURRENT VM image: FreeBSD-12.0-CURRENT-amd64-20180118-r328126.vmdk.xz and continuing with 12.0-CURRENT VM image: FreeBSD-12.0-CURRENT-amd64-20180125-r328383.vmdk.xz when a USB flash drive is present via the attached USB 3.0 controller the console hangs for 10

Re: Kernel build error

2018-01-27 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Hello! > > I am trying to build the kernel with revision 328463. > > It halts with this error: > > /usr/src/sys/cam/scsi/scsi_da.c:1514:9: error: 'CAM_PERIPH_PRINT' macro > redefined [-Werror,-Wmacro-redefined] > #define CAM_PERIPH_PRINT(p, msg, arg

Kernel build error rev.328485

2018-01-27 Thread Per Gunnarsson
I am back with new build errors. If I post too frequently, please inform me. /usr/src/sys/compat/freebsd32/freebsd32_misc.c:122:1: error: static_assert failed "compile-time assertion failed" CTASSERT(sizeof(struct kevent32) == 20); ^    ~ /usr/src/sys/sys/systm.h:10

Re: Error compiling isboot-kmod

2018-01-27 Thread Ian Lepore
On Fri, 2018-01-26 at 23:20 -0700, John Nielsen wrote: > > > > On Jan 26, 2018, at 9:42 PM, John Nielsen wrote: > > > > > > > > [...] > > --- iscsi.o --- > > iscsi.c:1146:3: error: incompatible pointer types passing 'void (struct > > mbuf *, void *, void *)' to parameter of type 'm_ext_free_t

Kernel build error

2018-01-27 Thread Per Gunnarsson
Hello! I am trying to build the kernel with revision 328463. It halts with this error: /usr/src/sys/cam/scsi/scsi_da.c:1514:9: error: 'CAM_PERIPH_PRINT' macro redefined [-Werror,-Wmacro-redefined] #define CAM_PERIPH_PRINT(p, msg, args...)     ^ /usr/src/sys/cam/cam_periph.h:263:9: note: prev

Re: pkg OSVERSION problem

2018-01-27 Thread Ronald Klop
On Sat, 27 Jan 2018 08:36:58 +0100, O. Hartmann wrote: Am Thu, 25 Jan 2018 21:38:27 +0100 Jan Kokemüller schrieb: On 25.01.2018 21:19, Ronald Klop wrote: > I know there should be multiple updates of packages. > Even with -o OSVERSION it does not give any new pkgs anymore. > What will help

Re: PkgBase: Can not upgrade base system

2018-01-27 Thread O. Hartmann
Am Tue, 23 Jan 2018 22:34:15 + Ben Woods schrieb: > On Tue, 23 Jan 2018 at 4:12 pm, O. Hartmann wrote: > > > For a client I tried PkgBase and followed the procedures recommended (first > > build the OS from /usr/src/, installworld/kernel, then proceed with pkg > > update > > -r FreeBSD-base

Re: pkg OSVERSION problem

2018-01-27 Thread O. Hartmann
Am Thu, 25 Jan 2018 21:38:27 +0100 Jan Kokemüller schrieb: > On 25.01.2018 21:19, Ronald Klop wrote: > > I know there should be multiple updates of packages. > > Even with -o OSVERSION it does not give any new pkgs anymore. > > What will help this? > > I've just had the same issue and solved i

Re: Error compiling isboot-kmod

2018-01-27 Thread John Nielsen
> On Jan 26, 2018, at 9:42 PM, John Nielsen wrote: > >> On Jan 26, 2018, at 10:35 AM, Ian Lepore wrote: >> >> On Fri, 2018-01-26 at 10:00 -0700, John Nielsen wrote: On Jan 26, 2018, at 3:37 AM, Maurizio Vairani >>> om> wrote: 2018-01-24 17:19 GMT+01:00 Warner Losh :