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(&dev_priv->gmbus_sx);
> 371 if (sc->force_bit_dev) {
> 372 dumbbell
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. Hartmann wrote:
> Am Tue, 1 Dec 2015 2
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" schrieb:
>
> Just a few mome
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 moments ago, I installed via buildworld/buildkernel
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:
291
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 @
> /usr/src/sys/modules/drm2/i915kms/../../
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:
2
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 i
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:
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 delete-old-libs" and by that, libelf
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!
>>
>> After that, I'm unable to b
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
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 salvage the problem! Moments
> l
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, t
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 with the more compli
Le 25/11/2015 19:09, Juan Molina a écrit :
On 11/24/2015 1:31 AM, M&S - 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 op
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 su
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
https://lists.freebsd.org/mailman
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, John Baldwin > >
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 -W
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 su
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 -fstack-protector-stron
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/
__
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 -Wno-uninit
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 security/cyrus-sasl2-
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 su
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 su
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 su
28 matches
Mail list logo