pkg output overflows line

2017-03-11 Thread Ronald Klop
Hello, Since a week or two the output of pkg overflows the lines of my 80 columns terminal. Like this: [1/3] intellij-2016.3.4.txz: 20% 59 MiB 1.2MB/s03:2 [1/3] intellij-2016.3.4.txz: 21% 60 MiB 1.2MB/s03:2 [1/3] intellij-2016.3.4.

IPV6_ORIGDSTADDR documentation in ip6.4 man page was added commented out in r314722

2017-03-11 Thread Guy Yur
Hi, Support for IPV6_ORIGDSTADDR was added in r314722 with the option documentation commented out in the ip6.4 man page. Should it be uncommented? Patch: https://github.com/guyyur/freebsd-src_patches/blob/master/man4_ip6_updates/uncomment_IPV6_ORIGDSTADDR.patch Also, if anyone is interested, Op

(Windows) bhyve: Unable to apply rights for sandbox

2017-03-11 Thread Danilo G. Baio (dbaio)
Hi. I am following these instructions [1]. bhyve \ -c 2 \ -s 0,hostbridge \ -s 3,ahci-hd,windows10.img \ -s 4,ahci-cd,install_win10.iso \ -s 10,virtio-net,tap0 \ -s 31,lpc \ -l com1,/dev/nmdm0A \ -l com2,/dev/nmdm1A \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \ -

Re: (Windows) bhyve: Unable to apply rights for sandbox

2017-03-11 Thread Danilo G. Baio (dbaio)
On Sat, Mar 11, 2017 at 10:14:54AM -0300, Danilo G. Baio (dbaio) wrote: > Hi. > > I am following these instructions [1]. > > bhyve \ > -c 2 \ > -s 0,hostbridge \ > -s 3,ahci-hd,windows10.img \ > -s 4,ahci-cd,install_win10.iso \ > -s 10,virtio-net,tap0 \ > -s 31,lpc \ > -l com1,/dev/

buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
hello, buildworld currently breaks while building kerberos5. Sorry i cant post the error still managing to learn how script works. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, sen

Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
Hi all, I'm unable to complete buildworld with 2 recent svn revs I've tried (r314838 and r315059). I'm building for a slightly resource constrained production system so am specifying custom settings and a different obj tree location so I can copy it to the target system. The error persists after a

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ian Lepore
On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: > Hi all, > > I'm unable to complete buildworld with 2 recent svn revs I've tried > (r314838 and r315059). I'm building for a slightly resource > constrained > production system so am specifying custom settings and a different > obj > tree

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
I figured the script command... here is the new error r315090 --- .depend --- echo setkey.full: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/libl.a /usr/obj/usr/src/tmp/usr/lib/liby.a /usr/obj/usr/src/tmp/usr/lib/libipsec.a >> .depend --- setkey.o --- /usr/local/libexec/ccache/

SMBus driver

2017-03-11 Thread Roberto Rodriguez Jr
Hi, pciconf -lvbe none0@pci0:0:20:0:class=0x0c0500 card=0x21f7103c chip=0x780b1022 rev=0x3a hdr=0x00 vendor = 'Advanced Micro Devices, Inc. [AMD]' device = 'FCH SMBus Controller' class = serial bus subclass = SMBus I have 'device smbus' in KERNCONF. I would lov

Re: buildworld error

2017-03-11 Thread Cy Schubert
In message , Roberto Rodriguez Jr writes: > I figured the script command... here is the new error r315090 > > --- .depend --- > echo setkey.full: /usr/obj/usr/src/tmp/usr/lib/libc.a > /usr/obj/usr/src/tmp/usr/lib/libl.a > /usr/obj/usr/src/tmp/usr/lib/liby.a > /usr/obj/usr/src/tmp/usr/lib/libipsec

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
So... cd /usr/src svn up yes|make delete-old rm -rf /usr/obj/* rm -rf /var/tmp/ccache/* make -j4 buildworld Script started on Sun Mar 12 00:47:52 2017 root@krsna:/usr/src # time make -j4 buildworld --- buildworld --- --- buildworld_prologue --- -

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
Now... make buildworld root@krsna:/usr/src # time make buildworld -- >>> World build started on Sun Mar 12 00:52:52 UTC 2017 -- --

Re: buildworld error

2017-03-11 Thread Dimitry Andric
On 12 Mar 2017, at 01:55, Roberto Rodriguez Jr wrote: > > Now... > make buildworld ... > In file included from /usr/src/contrib/llvm/lib/Support/APInt.cpp:15: > In file included from /usr/src/contrib/llvm/include/llvm/ADT/APInt.h:20: > In file included from > /usr/src/contrib/llvm/include/llvm/Su

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
Thanks! Rechecking out src tree. It seems my errors are like u said about 'make delete-old' ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr.

Re: buildworld error

2017-03-11 Thread Cy Schubert
In message <5cb065b0-5a7d-4a50-a722-8ea579a67...@freebsd.org>, Dimitry Andric w rites: > > > --Apple-Mail=_A0AD1F4B-1279-4DA7-85F9-FB9846A878D7 > Content-Transfer-Encoding: quoted-printable > Content-Type: text/plain; > charset=us-ascii > > On 12 Mar 2017, at 01:55, Roberto Rodriguez Jr

Re: buildworld error

2017-03-11 Thread Ngie Cooper (yaneurabeya)
> On Mar 11, 2017, at 15:51, Roberto Rodriguez Jr > wrote: > > I figured the script command... here is the new error r315090 > > --- .depend --- > echo setkey.full: /usr/obj/usr/src/tmp/usr/lib/libc.a > /usr/obj/usr/src/tmp/usr/lib/libl.a > /usr/obj/usr/src/tmp/usr/lib/liby.a > /usr/obj/usr/sr

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
Hi Ian, On 12/03/2017 10:29, Ian Lepore wrote: > On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: >> Hi all, >> >> I'm unable to complete buildworld with 2 recent svn revs I've tried >> (r314838 and r315059). I'm building for a slightly resource >> constrained >> production system so am

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ngie Cooper (yaneurabeya)
> On Mar 11, 2017, at 18:27, Lawrence Stewart wrote: > > Hi Ian, … >> The MAKEOBJDIRPREFIX variable must be set in the environment, not in >> make.conf or on the make command line (documented in build(7)). > > Your assertion seems at odds with my past experience and my reading of > the man pa

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ian Lepore
On Sun, 2017-03-12 at 13:27 +1100, Lawrence Stewart wrote: > Hi Ian, > > On 12/03/2017 10:29, Ian Lepore wrote: > > > > On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: > > > > > > Hi all, > > > > > > I'm unable to complete buildworld with 2 recent svn revs I've > > > tried > > > (r31

[SOLVED] Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
On 12/03/2017 13:37, Ian Lepore wrote: > On Sun, 2017-03-12 at 13:27 +1100, Lawrence Stewart wrote: >> Hi Ian, >> >> On 12/03/2017 10:29, Ian Lepore wrote: >>> >>> On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: Hi all, I'm unable to complete buildworld with 2 recent