[head tinderbox] failure on armv6/arm

2013-09-20 Thread FreeBSD Tinderbox
TB --- 2013-09-21 02:10:18 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-09-21 02:10:18 - 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: sysctl: unknown oid 'kern.random.sys.harvest.interrupt

2013-09-20 Thread Alastair Hogge
On 2013-09-16 Mon 19:21:39 +0200, Joel Dahl wrote: > Hi, Hi, > I noticed the following during boot on a machine running HEAD from today: I have noticed this since the recent work to /sys/dev/random > Entropy harvesting:sysctl: unknown oid 'kern.random.sys.harvest.interrupt': > No such file or

[patch] Add support for kernel mode setting on Intel Haswell

2013-09-20 Thread Neel Chauhan
Dear freebsd-current mailing list, I created a patch to support kernel mode setting on Intel Haswell. The patch starts below: diff -u -r -N freebsd.old/sys/dev/drm2/drm_pciids.h freebsd/sys/dev/drm2/drm_pciids.h --- freebsd.old/sys/dev/drm2/drm_pciids.h 2013-09-20 14:58:24.0 -0400 ++

Re: ZFS secondarycache on SSD problem on r255173

2013-09-20 Thread Justin T. Gibbs
On Sep 17, 2013, at 4:53 PM, Steven Hartland wrote: > - Original Message - From: "Justin T. Gibbs" > > >> Sorry for being slow to chime in on this thread. I live in Boulder, CO and >> we've had a bit of rain. :-) > > Hope all is well your side, everyone safe and sound if may be litt

Re: Doing it wrong: Building world with lang/clang-devel

2013-09-20 Thread Dimitry Andric
On Sep 20, 2013, at 20:39, Sean Bruno wrote: > wow, that didn't work at all. :-) > > I set these in make.conf: > > CC=/usr/local/bin/clang > C++=/usr/local/bin/clang++ > CPP=/usr/local/bin/clang++ You should use XCC, XCXX and XCPP instead, as described here: https://wiki.freebsd.org/ExternalT

Re: spurious "Service Unavailable"

2013-09-20 Thread David Cornejo
Thanks for the replies dave c On Fri, Sep 20, 2013 at 2:11 AM, Dimitry Andric wrote: > On Sep 20, 2013, at 01:39, Glen Barber wrote: > > > On Thu, Sep 19, 2013 at 01:29:35PM -1000, David Cornejo wrote: > >> On CURRENT Revsion 255706 > >> > >> I am trying to rebuild a bunch of ports in screen

Doing it wrong: Building world with lang/clang-devel

2013-09-20 Thread Sean Bruno
wow, that didn't work at all. :-) I set these in make.conf: CC=/usr/local/bin/clang C++=/usr/local/bin/clang++ CPP=/usr/local/bin/clang++ It exploded pretty badly: http://people.freebsd.org/~sbruno/doingitwrong.txt Any reason that this shouldn't work? $ pkg info |grep clang clang-devel-3.4.r

Re: .history

2013-09-20 Thread Ajtim
I did rebuild without "subshell" and it works. Thank you. On Friday 20 September 2013 13:03:57 Sergey V. Dyatko wrote: > On Thu, 19 Sep 2013 17:02:17 -0400 > > Ajtim wrote: > > Hi! > > > > My system: > > > > FreeBSD lumiwa.farms.net 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #0 r255501: > > Fri Sep 13 0

Re: ipmi patch for review

2013-09-20 Thread John Baldwin
On Friday, September 20, 2013 1:44:52 am Gleb Smirnoff wrote: > John, > > On Thu, Sep 19, 2013 at 03:04:46PM -0400, John Baldwin wrote: > J> > When system is writing a kernel core dump, it issues watchdog > J> > pat wdog_kern_pat(WD_LASTVAL). If ipmi is in action, it registers > J> > ipmi_wd_e

Re: gimp-gmic-plugin

2013-09-20 Thread Ruslan Makhmatkhanov
Ajtim wrote on 20.09.2013 18:17: I did svn update and after that I got: 'locale'? std::setlocale(LC_NUMERIC,"C"); ~^ In file included from gmic.cpp:1215: ./gmic.h:301:10: error: no member named 'setlocale' in namespace 'std'; did you mean 'locale'? std::setlocale(LC_NUMERIC,"C

Re: gimp-gmic-plugin

2013-09-20 Thread Ajtim
I did svn update and after that I got: 'locale'? std::setlocale(LC_NUMERIC,"C"); ~^ In file included from gmic.cpp:1215: ./gmic.h:301:10: error: no member named 'setlocale' in namespace 'std'; did you mean 'locale'? std::setlocale(LC_NUMERIC,"C"); ~^ gmic.cpp:2264:8: error

Re: gimp-gmic-plugin

2013-09-20 Thread Ruslan Makhmatkhanov
Ajtim wrote on 20.09.2013 14:13: Hi! I try to build gimp-gmic-plugin on FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep 13 I just committed an update to 1.5.7.1 along with the fix for building with clang. Please update your ports tree and try again. -- Regards, Ruslan T.O.S. Of Reality ___

Re: gimp-gmic-plugin

2013-09-20 Thread Andreas Nilsson
Ah, it was even worse than the first quick look. Try adding do-compile: gmake CC=${CXX} in the ports Makefile instead of CC=c++ ( which I guess should have been CC=${CXX} anyway ) Best regards Andreas ___ freebsd-current@freebsd.org mailing list

Re: gimp-gmic-plugin

2013-09-20 Thread Ajtim
Thank you but it doesn't help me. I got the same error. On Friday 20 September 2013 12:50:30 Andreas Nilsson wrote: > This is not related to current, is simply caused by home-brewn build system. > > This should, imho, be reported to gmic developers. > > As a workaround you can add > CC=c++ > in

Re: spurious "Service Unavailable"

2013-09-20 Thread Dimitry Andric
On Sep 20, 2013, at 01:39, Glen Barber wrote: > On Thu, Sep 19, 2013 at 01:29:35PM -1000, David Cornejo wrote: >> On CURRENT Revsion 255706 >> >> I am trying to rebuild a bunch of ports in screen and I'm getting the >> string "Service unavailable" in the output between the package creation and >

Re: gimp-gmic-plugin

2013-09-20 Thread Andreas Nilsson
This is not related to current, is simply caused by home-brewn build system. This should, imho, be reported to gmic developers. As a workaround you can add CC=c++ in the port Makefile and it should be better off. Best regards Andreas On Fri, Sep 20, 2013 at 12:13 PM, Ajtim wrote: > Hi! > > I

gimp-gmic-plugin

2013-09-20 Thread Ajtim
Hi! I try to build gimp-gmic-plugin on FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep 13 01:57:31 UTC 2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 and I got: gmake freebsd gmake[3]: Entering directory `/usr/ports/graphics/gimp-gmic- plugin/work/gmic-1.5.6.1/src' gmake "CFLAGS+=-D

Re: .history

2013-09-20 Thread Sergey V. Dyatko
On Thu, 19 Sep 2013 17:02:17 -0400 Ajtim wrote: > Hi! > > My system: > > FreeBSD lumiwa.farms.net 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #0 r255501: > Fri Sep 13 01:57:31 UTC 2013 > r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > And my question is why I have in /root/.history and in use

Re: mplayer

2013-09-20 Thread Ajtim
My ports are updated. I disable livemedia nad it works. Thank you. On Friday 20 September 2013 10:19:41 Tom Evans wrote: > On Thu, Sep 19, 2013 at 10:06 PM, Ajtim wrote: > > I try to built Mplayer but I have a problems (they were so many warnings) > > and finally error: > > > > > > libmpdemux/d

Re: mplayer

2013-09-20 Thread Tom Evans
On Thu, Sep 19, 2013 at 10:06 PM, Ajtim wrote: > I try to built Mplayer but I have a problems (they were so many warnings) and > finally error: > > > libmpdemux/demux_rtp.cpp:101:20: error: no member named 'describeWithPassword' > in 'RTSPClient' > return client->describeWithPassword(url, netw

Re: libstdc++ fallout? mongodb fails to build.

2013-09-20 Thread Florent Peterschmitt
Le 20/09/2013 10:04, Ian FREISLICH a écrit : > Hi > > Is this libstdc++ fallout? You can try these patchs: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182110 -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92

libstdc++ fallout? mongodb fails to build.

2013-09-20 Thread Ian FREISLICH
Hi Is this libstdc++ fallout? The system is AMD64 with all ports successfully rebuilt except for mongodb. In file included from src/mongo/shell/dbshell.cpp:26: In file included from src/mongo/base/initializer.h:21: In file included from src/mongo/base/configuration_variable_manager.h:24: src/mon