Re: r286743: Required tool strip not found in PATH. *** Error code 1

2015-08-13 Thread O. Hartmann
On Fri, 14 Aug 2015 01:45:30 + Ed Maste wrote: > On 13 August 2015 at 21:45, O. Hartmann wrote: > > On r286743, a make installworld dies with: > > > > ... > > $progs /tmp/install.tnjP0sgn Required tool strip not found in PATH. *** > > Error code 1 > > > > Stop. > > make[1]: stopped in /usr/s

FreeBSD_HEAD-tests - Build #1278 - Unstable

2015-08-13 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1278 - Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1278/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1278/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1278/console Change summarie

Re: r286743: Required tool strip not found in PATH. *** Error code 1

2015-08-13 Thread Ed Maste
On 13 August 2015 at 21:45, O. Hartmann wrote: > On r286743, a make installworld dies with: > > ... > $progs /tmp/install.tnjP0sgn Required tool strip not found in PATH. *** Error > code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > System has been recently build-world install

Re: r286743: Required tool strip not found in PATH. *** Error code 1

2015-08-13 Thread Allan Jude
On 2015-08-13 17:45, O. Hartmann wrote: > On r286743, a make installworld dies with: > > [...] > mkdir -p /tmp/install.tnjP0sgn > progs=$(for prog in [ awk cap_mkdb cat chflags chmod chown cmp cp date echo > egrep find > grep id install ln lockf make mkdir mtree mv pwd_mkdb rm sed services_mk

r286743: Required tool strip not found in PATH. *** Error code 1

2015-08-13 Thread O. Hartmann
On r286743, a make installworld dies with: [...] mkdir -p /tmp/install.tnjP0sgn progs=$(for prog in [ awk cap_mkdb cat chflags chmod chown cmp cp date echo egrep find grep id install ln lockf make mkdir mtree mv pwd_mkdb rm sed services_mkdb sh strip sysctl test true uname wc zic tzsetup m

[Bug 194744] [PATCH] allow to specify custom keymap when kbdmux used

2015-08-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194744 Ed Maste changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|ema...@freebsd.org -- You are receivin

Re: [CFT] rewrite of the merge(1) utility

2015-08-13 Thread Slawa Olhovchenkov
On Thu, Aug 13, 2015 at 08:23:02AM -0700, John Baldwin wrote: > On Thursday, August 13, 2015 04:13:43 PM Slawa Olhovchenkov wrote: > > On Tue, Aug 04, 2015 at 10:00:06PM -0700, John Baldwin wrote: > > > > > On Sunday, July 26, 2015 03:26:22 AM Baptiste Daroussin wrote: > > > > Hi all, > > > > >

Re: [CFT] rewrite of the merge(1) utility

2015-08-13 Thread John Baldwin
On Thursday, August 13, 2015 04:13:43 PM Slawa Olhovchenkov wrote: > On Tue, Aug 04, 2015 at 10:00:06PM -0700, John Baldwin wrote: > > > On Sunday, July 26, 2015 03:26:22 AM Baptiste Daroussin wrote: > > > Hi all, > > > > > > I was botherd to not have the merge(1) utility available in base (for

Re: CFT: ndis(4) testers needed!

2015-08-13 Thread Thomas Mueller
> If you haven't ever successfully run ndis before on this hardware, then > testing > the patch is quite useless :( Since we don't have a working reference point. > Sorry for waisting your time. > Totus tuus, Glebius. I remember trying ndis from a USB-stick installation of FreeBSD 9.2-STABLE, b

FreeBSD_HEAD-tests - Build #1277 - Fixed

2015-08-13 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1277 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1277/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1277/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1277/console Change summaries:

Re: Instant panic while trying run ports-mgmt/poudriere

2015-08-13 Thread Bryan Drewery
On 8/12/15 7:11 AM, Lawrence Stewart wrote: > On 08/07/15 07:33, Pawel Pekala wrote: >> Hi K., >> >> On 2015-08-06 12:33 -0700, "K. Macy" wrote: >>> Is this still happening? >> >> Still crashes: > > +1 for me running r286617 > r286510 has been stable in the package build cluster. r286593 is sta

Re: bhyve: fix bhyve warning CTASSERT

2015-08-13 Thread John-Mark Gurney
Conrad Meyer wrote this message on Thu, Aug 13, 2015 at 08:12 -0700: > Better to just replace CTASSERT() with _Static_assert() while you're here. And make sure that sys/cdefs.h is included for compatibility w/ pre-C11 compilers... > On Thu, Aug 13, 2015 at 5:05 AM, Stefano Garzarella > wrote: >

Re: bhyve: fix bhyve warning CTASSERT

2015-08-13 Thread Conrad Meyer
Better to just replace CTASSERT() with _Static_assert() while you're here. Best, Conrad On Thu, Aug 13, 2015 at 5:05 AM, Stefano Garzarella wrote: > Hi all, > when I compile bhyve, I have the following errors from clang: > pci_emul.c:750:2: error: unused typedef '__assert750' > [-Werror,-Wunused

Re: [CFT] rewrite of the merge(1) utility

2015-08-13 Thread Slawa Olhovchenkov
On Tue, Aug 04, 2015 at 10:00:06PM -0700, John Baldwin wrote: > On Sunday, July 26, 2015 03:26:22 AM Baptiste Daroussin wrote: > > Hi all, > > > > I was botherd to not have the merge(1) utility available in base (for > > etcupdate) > > when building base WITHOUT_RCS. > > > > So I have rewritten

bhyve: fix bhyve warning CTASSERT

2015-08-13 Thread Stefano Garzarella
Hi all, when I compile bhyve, I have the following errors from clang: pci_emul.c:750:2: error: unused typedef '__assert750' [-Werror,-Wunused-local-typedef] CTASSERT(sizeof(struct msicap) == 14); pci_emul.c:776:2: error: unused typedef '__assert776' [-Werror,-Wunused-local-typedef]

FreeBSD_HEAD-tests - Build #1276 - Still Unstable

2015-08-13 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1276 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1276/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1276/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1276/console Change su

Re: CFT: ndis(4) testers needed!

2015-08-13 Thread Gleb Smirnoff
Thomas, On Thu, Aug 13, 2015 at 08:21:44AM +, Thomas Mueller wrote: T> > T> Thinking I might have used the wrong syntax with ifconfig, I tried again with rsu0 instead of ndis0 or other failed attempts, and was successful connecting to Internet. T> T> > AFAIU, if you got rsu(4) driver in y

Re: CFT: ndis(4) testers needed!

2015-08-13 Thread Thomas Mueller
> T> Thinking I might have used the wrong syntax with ifconfig, I tried again > with rsu0 instead of ndis0 or other failed attempts, and was successful > connecting to Internet. > AFAIU, if you got rsu(4) driver in your kernel it will attach to the hardware, > and the ndis(4) driver won't be abl

Re: SV: UEFI boot fail on higher resolutions (Re: Acer E3-112 and UEFI)

2015-08-13 Thread Jakob Alvermark
On 18 jul 2015, at 09:57, Anders Bolt-Evensen wrote: > < > dumped refind and started playing with this again. > <"mode 5" gives me 1024x768 and a panic: > < > <--- > < > < >< = DPL 0, pres 1, long 1, def32 0, gran 1 > <--- > < > < > < > fb_vbase = PHYS_TO_D

FreeBSD_HEAD-tests - Build #1275 - Still Unstable

2015-08-13 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1275 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1275/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1275/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1275/console Change su

Re: CFT: ndis(4) testers needed!

2015-08-13 Thread Gleb Smirnoff
Thomas, On Wed, Aug 12, 2015 at 08:16:12PM -0700, Thomas Mueller wrote: T> GENERIB differs from GENERIC by eliminating some old devices like SCSI cards and ISA EThernet cards, but I add some wi-fi drivers like urtw, urtwn and rsu. T> T> Using the main custom kernel, I was able to build an ndis