FreeBSD_HEAD-tests - Build #1746 - Still Unstable

2015-12-01 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1746 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1746/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1746/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1746/console Change

Re: sys/modules "make clean" seems broken again

2015-12-01 Thread Simon J. Gerraty
John Baldwin wrote: > +CLEANFILES+= ${_MFILES:R:S/$/.c/} ${_MFILES:R:S/$/.h/} Since CLEANFILES is given to rm, you can use globs CLEANFILES+= ${_MFILES:R:S/$/.[ch]/} or .? ___ freebsd-current@freebsd.org mailing list

HELP! libelf.so: no such file or directory

2015-12-01 Thread O. Hartmann
Just a few moments ago, I installed via buildworld/buildkernel a new CURRENT, then did "make delete-old-libs" and by that, libelf.so.2 got killed! After that, I'm unable to build any world to salvage the problem! Moments later, I did the same procedure on other CURRENT - but in the meanwhile,

Re: sys/modules "make clean" seems broken again

2015-12-01 Thread John Baldwin
On Tuesday, December 01, 2015 12:29:07 PM Simon J. Gerraty wrote: > John Baldwin wrote: > > > +CLEANFILES+= ${_MFILES:R:S/$/.c/} ${_MFILES:R:S/$/.h/} > > Since CLEANFILES is given to rm, you can use globs > > CLEANFILES+= ${_MFILES:R:S/$/.[ch]/} or .? I'm going to go

Re: freebsd-current compile with clang & ccache

2015-12-01 Thread Juan Ramón Molina Menor
Le 25/11/2015 19:09, Juan Molina a écrit : On 11/24/2015 1:31 AM, M - Krasznai András wrote: >/What can I do to eliminate the ccache error during installworld apart from not using ccache? / I would recommend not setting CC or CCACHE_PATH in make.conf and using the new WITH_CCACHE_BUILD=yes

Re: HELP! libelf.so: no such file or directory

2015-12-01 Thread O. Hartmann
Am Tue, 1 Dec 2015 23:31:45 +0100 "O. Hartmann" schrieb: > > Just a few moments ago, I installed via buildworld/buildkernel a new CURRENT, > then did > "make delete-old-libs" and by that, libelf.so.2 got killed! > > After that, I'm unable to build any world to

FreeBSD_HEAD-tests - Build #1747 - Fixed

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

Re: HELP! libelf.so: no such file or directory

2015-12-01 Thread Bryan Drewery
On 12/1/2015 2:38 PM, O. Hartmann wrote: > Am Tue, 1 Dec 2015 23:31:45 +0100 > "O. Hartmann" schrieb: > >> >> Just a few moments ago, I installed via buildworld/buildkernel a new >> CURRENT, then did >> "make delete-old-libs" and by that, libelf.so.2 got killed! >>

Re: HELP! libelf.so: no such file or directory

2015-12-01 Thread Bryan Drewery
On 12/1/2015 2:31 PM, O. Hartmann wrote: > > Just a few moments ago, I installed via buildworld/buildkernel a new CURRENT, > then did > "make delete-old-libs" and by that, libelf.so.2 got killed! > > After that, I'm unable to build any world to salvage the problem! Moments > later, I did > the

Re: HELP! libelf.so: no such file or directory

2015-12-01 Thread Bryan Drewery
On 12/1/2015 2:46 PM, Bryan Drewery wrote: > On 12/1/2015 2:38 PM, O. Hartmann wrote: >> Am Tue, 1 Dec 2015 23:31:45 +0100 >> "O. Hartmann" schrieb: >> >>> >>> Just a few moments ago, I installed via buildworld/buildkernel a new >>> CURRENT, then did >>> "make

Re: [CFT] build: WITH_FAST_DEPEND and WITH_CCACHE_BUILD

2015-12-01 Thread Bryan Drewery
On 11/12/2015 9:40 AM, Bryan Drewery wrote: > Hi, > > Recently I have introduced two new features into the build. These apply > to anything using /usr/share/mk including buildworld, buildkernel, > universe, etc. > > - The first is WITH_FAST_DEPEND. Please see the commit for its full FYI there

FreeBSD_HEAD_i386 - Build #1820 - Failure

2015-12-01 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1820 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1820/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1820/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1820/console Change summaries:

Re: build world broken amd64 current at ifconfig if WITHOUT_DYNAMICROOT=yes is set in src.conf

2015-12-01 Thread Bryan Drewery
On 12/1/2015 8:08 AM, Manfred Antar wrote: > make build world is broken at /usr/src/sbin/ifconfig if you have > WITHOUT_DYNAMICROOT=yes in src.conf: > > cc -O2 -pipe -DINET6 -DINET -DJAIL -Wall -Wmissing-prototypes -Wcast-qual > -Wwrite-strings -Wnested-externs -std=gnu99

Re: build world broken amd64 current at ifconfig if WITHOUT_DYNAMICROOT=yes is set in src.conf

2015-12-01 Thread Bryan Drewery
On 12/1/2015 9:27 AM, Bryan Drewery wrote: > On 12/1/2015 8:08 AM, Manfred Antar wrote: >> make build world is broken at /usr/src/sbin/ifconfig if you have >> WITHOUT_DYNAMICROOT=yes in src.conf: >> >> cc -O2 -pipe -DINET6 -DINET -DJAIL -Wall -Wmissing-prototypes -Wcast-qual >> -Wwrite-strings

Re: sendmail && sasl

2015-12-01 Thread Matthias Apitz
On Tuesday, 1 December 2015 16:58:25 CET, Matthias Apitz wrote: ... - config line in /usr/local/lib/sasl2/Sendmail.conf pwcheck_method: saslauthd This was just a typo, the colon : was missing, sorry for the noise; matthias -- Sent from my Ubuntu phone http://www.unixarea.de/

FreeBSD_HEAD-tests - Build #1745 - Still Unstable

2015-12-01 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1745 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1745/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1745/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1745/console Change

Re: sys/modules "make clean" seems broken again

2015-12-01 Thread John Baldwin
On Monday, November 30, 2015 02:44:54 PM Warner Losh wrote: > On Mon, Nov 30, 2015 at 1:28 PM, Sean Bruno wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA512 > > > > > > > > On 11/19/15 15:42, Warner Losh wrote: > > > > > > > > > On Thu, Nov 19, 2015 at 11:12 AM,

Re: EFI and i915kms questions

2015-12-01 Thread Jean-Sébastien Pédron
On 02/12/2015 02:00, John Baldwin wrote: > Note that at the top of the function it invokes IICBUS_TRANSFER on a different > device when force_bit_dev is true: > > 370 sx_xlock(_priv->gmbus_sx); > 371 if (sc->force_bit_dev) { > 372 dumbbell

FreeBSD_HEAD_i386 - Build #1821 - Fixed

2015-12-01 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1821 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1821/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1821/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1821/console Change summaries:

Re: EFI and i915kms questions

2015-12-01 Thread John Baldwin
On Saturday, November 28, 2015 04:50:41 PM Joe Maloney wrote: > Thank you. For what it’s worth I was able to grab a dump after setting that > sysctl. It looks like this maybe the culprit? > > panic: _sx_xlock_hard: recursed on non-recursive sx gmbus @ >

Re: HELP! libelf.so: no such file or directory

2015-12-01 Thread O. Hartmann
On Tue, 1 Dec 2015 14:51:04 -0800 Bryan Drewery wrote: > On 12/1/2015 2:46 PM, Bryan Drewery wrote: > > On 12/1/2015 2:38 PM, O. Hartmann wrote: > >> Am Tue, 1 Dec 2015 23:31:45 +0100 > >> "O. Hartmann" schrieb: > >> > >>> > >>> Just a few

Re: HELP! libelf.so: no such file or directory

2015-12-01 Thread Bryan Drewery
On 12/1/2015 9:03 PM, O. Hartmann wrote: > On Tue, 1 Dec 2015 14:51:04 -0800 > Bryan Drewery wrote: > >> On 12/1/2015 2:46 PM, Bryan Drewery wrote: >>> On 12/1/2015 2:38 PM, O. Hartmann wrote: Am Tue, 1 Dec 2015 23:31:45 +0100 "O. Hartmann"

Re: HELP! libelf.so: no such file or directory

2015-12-01 Thread O. Hartmann
On Tue, 1 Dec 2015 21:23:56 -0800 Bryan Drewery wrote: > On 12/1/2015 9:03 PM, O. Hartmann wrote: > > On Tue, 1 Dec 2015 14:51:04 -0800 > > Bryan Drewery wrote: > > > >> On 12/1/2015 2:46 PM, Bryan Drewery wrote: > >>> On 12/1/2015 2:38 PM, O.

FreeBSD_HEAD-tests - Build #1742 - Still Unstable

2015-12-01 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1742 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1742/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1742/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1742/console Change

sendmail && sasl

2015-12-01 Thread Matthias Apitz
Hello, I have always compiled sendmail for sasl the following way: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html - install port security/cyrus-sasl2 - config line in /usr/local/lib/sasl2/Sendmail.conf pwcheck_method: saslauthd - install port

FreeBSD_HEAD-tests - Build #1743 - Still Unstable

2015-12-01 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1743 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1743/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1743/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1743/console Change

FreeBSD_HEAD-tests - Build #1744 - Still Unstable

2015-12-01 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1744 - Still Unstable: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1744/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1744/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1744/console Change

build world broken amd64 current at ifconfig if WITHOUT_DYNAMICROOT=yes is set in src.conf

2015-12-01 Thread Manfred Antar
make build world is broken at /usr/src/sbin/ifconfig if you have WITHOUT_DYNAMICROOT=yes in src.conf: cc -O2 -pipe -DINET6 -DINET -DJAIL -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs -std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k