Re: SVN r252892: videodev2.h update breaks gcc compilation

2013-07-07 Thread Alexander Leidinger
On Sun, 07 Jul 2013 06:59:59 -0400 Michael Butler wrote: > The recent linux header update triggers the following error: > > In file included from /usr/src/sys/compat/linux/linux_ioctl.c:91: > /usr/src/sys/contrib/v4l/videodev2.h:430: warning: declaration does > not declare anything Does someone

[head tinderbox] failure on armv6/arm

2013-07-07 Thread FreeBSD Tinderbox
TB --- 2013-07-08 00:40:20 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-07-08 00:40:20 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013

Re: Crashes with current on X220

2013-07-07 Thread Erich Dollansky
Hi, On Sat, 6 Jul 2013 21:50:20 -0700 Adrian Chadd wrote: > Can you try installing some 10-amd64 snapshots between then and now, > and see roughly when it was introduced? I tried to upgrade my machine since March with the same result. But .. > > There's been a lot of ACPI changes over the last

Re: Crashes with current on X220

2013-07-07 Thread Erich Dollansky
Hi, On Sat, 06 Jul 2013 21:20:03 -0700 matt wrote: > On 07/06/13 19:40, Super Bisquit wrote: > > Look in the mailing list for "Fixing X220 Video the right way." > > > > Did I miss something? I'm not sure it's related at all...? you are right. But it did not crash anymore since this FreeBSD

Re: Should I do a __FreeBSD_version bump for a kgssapi module kernel api change?

2013-07-07 Thread Glen Barber
On Sun, Jul 07, 2013 at 05:54:30PM -0400, Rick Macklem wrote: > Hi, > > I have a commit to add support for host-based (Kerberos would call > these "service") principal initiator credentials to the kgssapi and > krpc. > > It requires an additional call into the kgssapi, which means a change > to t

Re: Should I do a __FreeBSD_version bump for a kgssapi module kernel api change?

2013-07-07 Thread Alfred Perlstein
On 7/7/13 2:54 PM, Rick Macklem wrote: Hi, I have a commit to add support for host-based (Kerberos would call these "service") principal initiator credentials to the kgssapi and krpc. It requires an additional call into the kgssapi, which means a change to the kernel api used to communicate wit

Should I do a __FreeBSD_version bump for a kgssapi module kernel api change?

2013-07-07 Thread Rick Macklem
Hi, I have a commit to add support for host-based (Kerberos would call these "service") principal initiator credentials to the kgssapi and krpc. It requires an additional call into the kgssapi, which means a change to the kernel api used to communicate with the kgssapi module (not used by anythin

Re: buildkernel is broken

2013-07-07 Thread Claude Buisson
On 07/07/2013 22:05, Gleb Smirnoff wrote: On Fri, Jul 05, 2013 at 08:32:06AM -0700, Steve Kargl wrote: S> On Fri, Jul 05, 2013 at 05:03:38PM +0400, Gleb Smirnoff wrote: S> > On Tue, Jul 02, 2013 at 08:45:16PM -0700, Steve Kargl wrote: S> > S> On Tue, Jul 02, 2013 at 10:51:57PM -0230, Jonathan And

msk0 watchdog timeout and interrupt storm

2013-07-07 Thread Denis D
Hello Community,I hope someone could help me with this problem. The last days I have tried to find a solution, but haven't found one.The watchdog timeout happens, when I'm going to download something or copy a file on my FTP server. When I start the transfer of the file, I wait a moment and then

Re: buildkernel is broken

2013-07-07 Thread Gleb Smirnoff
On Fri, Jul 05, 2013 at 08:32:06AM -0700, Steve Kargl wrote: S> On Fri, Jul 05, 2013 at 05:03:38PM +0400, Gleb Smirnoff wrote: S> > On Tue, Jul 02, 2013 at 08:45:16PM -0700, Steve Kargl wrote: S> > S> On Tue, Jul 02, 2013 at 10:51:57PM -0230, Jonathan Anderson wrote: S> > S> > On Tuesday, 2 July 20

msk0 watchdog timeout and interrupt storm

2013-07-07 Thread Denis D
Hello Community, I hope someone could help me with this problem. The last days I have tried to find a solution, but haven't found one. The watchdog timeout happens, when I'm going to download something or copy a file on my FTP server. When I start the transfer of the file, I wait a moment and th

[no subject]

2013-07-07 Thread Denis D
Hello Community, I hope someone could help me with this problem. The last days I have tried to find a solution, but haven't found one. The watchdog timeout happens, when I'm going to download something or copy a file on my FTP server. When I start the transfer of the file, I wait a moment and th

SVN r252892: videodev2.h update breaks gcc compilation

2013-07-07 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The recent linux header update triggers the following error: In file included from /usr/src/sys/compat/linux/linux_ioctl.c:91: /usr/src/sys/contrib/v4l/videodev2.h:430: warning: declaration does not declare anything /usr/src/sys/contrib/v4l/videodev2.

Re: libc++: std::isinf() returns "int", is supposed to return boolvec_t

2013-07-07 Thread O. Hartmann
On Sun, 7 Jul 2013 10:11:28 +0200 "O. Hartmann" wrote: > > Hello. > > I try to compile a package of C++ software for FreeBSD with CLANG > which uses clang++. I have to use -stdlib=libc++ -std=c++11. > > I receive the following error and after consulting developers of the > code I was informed

libc++: std::isinf() returns "int", is supposed to return boolvec_t

2013-07-07 Thread O. Hartmann
Hello. I try to compile a package of C++ software for FreeBSD with CLANG which uses clang++. I have to use -stdlib=libc++ -std=c++11. I receive the following error and after consulting developers of the code I was informed that libc++ routine "std::isinf()" should return boolvec_t, but it return