revision 324186
In file included from /usr/obj/usr/src/tmp/usr/include/sys/efi.h:33:
/usr/obj/usr/src/tmp/usr/include/machine/efi.h:35:10: fatal error:
'isa/rtc.h' file not found
--
-
Alex.
___
freebsd-current@freebsd.org mailing list
https://lists.f
Hey Rick,
Are you running into the same issue reported on this svn-src thread?
https://lists.freebsd.org/pipermail/svn-src-all/2017-September/151775.html
I believe jkim has reverted the change in a subsequent revision (r324136).
Best,
Conrad
On Sun, Oct 1, 2017 at 3:12 PM, Rick Macklem wrote:
Hi,
I get the KASSERT panic in AcpiOsGetTimer() while booting a recent (2 day old)
kernel. When I delete the KASSERT(), the kernel boots and seems to work ok.
(This is the AcpiOsGetTimer() in sys/dev/acpica/Osd/OsdSchedule.c. There also
seems to be one of these functions under contrib.)
Here is
Danny Braniss wrote:
> Michael Butler wrote:
>> I have no idea why but using ..
>>
>> sudo /sbin/mount vm01:/usr/local/exports/ /mnt
>> .. instead of ..
>>
>> sudo /sbin/mount -t nfs vm01:/usr/local/exports/ /mnt
>
> the not working is :
> mount host:/path some-local-path
>
> which should d
I can't help noticing your signature, so clean installation is always a good
start.
--
Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-current-f3875308.html
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo
On 01/10/2017 13:22, Jeffrey Bouquet wrote:
> I've a uname-a : STABLE-11 that svn's to 12-HEAD and will not buildworld
> despite
> 'make cleanworld ' and '/bin/rm -rf /usr/obj/usr' both... and src.conf and
> make.conf removed from /etc.
> ...
> libmap.conf problem?
> u
> On 1 Oct 2017, at 14:41, Rick Macklem wrote:
>
> Michael Butler wrote:
>> I have no idea why but using ..
>>
>> sudo /sbin/mount vm01:/usr/local/exports/ /mnt
> This is weird. I would have thought they would both result in the same
> behaviour.
>> .. instead of ..
>>
>> sudo /sbin/mount -t n
I've a uname-a : STABLE-11 that svn's to 12-HEAD and will not buildworld
despite
'make cleanworld ' and '/bin/rm -rf /usr/obj/usr' both... and src.conf and
make.conf removed from /etc.
...
libmap.conf problem?
unpack base.txz etc how?
pkg of base ready somewhat and a h
Michael Butler wrote:
> I have no idea why but using ..
>
> sudo /sbin/mount vm01:/usr/local/exports/ /mnt
This is weird. I would have thought they would both result in the same
behaviour.
> .. instead of ..
>
> sudo /sbin/mount -t nfs vm01:/usr/local/exports/ /mnt
Did this work with the older sys