Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc

2013-09-12 Thread David Chisnall
On 11 Sep 2013, at 21:06, David O'Brien obr...@freebsd.org wrote: It is still very useful for folks to test changes in order to help ensure one doesn't break the build on platforms still using GCC. If you want to do this test, then you should do make universe or make tinderbox (you should do

ia64 r255472: /usr/src/sys/kern/uipc_syscalls.c:2196: warning: obj_size may be used uninitialized in this function

2013-09-12 Thread Anton Shterenlikht
ia64 r255472 buildkernel gives this error: cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option

Re: Intermittent hangs in vmem_periodic()

2013-09-12 Thread Gleb Smirnoff
On Wed, Sep 11, 2013 at 09:51:16PM -0700, hiren panchasara wrote: h I am seeing really weird system freeze for 2-3 seconds every minute or so. h h % uname -a h FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD 10.0-CURRENT #2 h r255423M: Mon Sep 9 12:29:22 PDT 2013 root@flymocko h

IPSEC with IPv6 crashes

2013-09-12 Thread Maciej Milewski
I'm trying to use IPSEC with IPv6 in transport mode. My configuration is simple: IPSEC + racoon from ipsec-utils. One side is RS(MIPS) with HEAD-r252464 and 2nd side ALIX(i386) with 9.1-STABLE. This error is visible only on MIPS side. ipsec.conf: spdadd [ipv6_addr1] [ipv6_addr2] any -P in

Re: ia64 r255472: /usr/src/sys/kern/uipc_syscalls.c:2196: warning: obj_size may be used uninitialized in this function

2013-09-12 Thread Dimitry Andric
On Sep 12, 2013, at 10:37, Anton Shterenlikht me...@bris.ac.uk wrote: ia64 r255472 buildkernel gives this error: cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign

Re: Intermittent hangs in vmem_periodic()

2013-09-12 Thread hiren panchasara
On Sep 12, 2013 2:27 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Sep 11, 2013 at 09:51:16PM -0700, hiren panchasara wrote: h I am seeing really weird system freeze for 2-3 seconds every minute or so. h h % uname -a h FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD

Re: Intermittent hangs in vmem_periodic()

2013-09-12 Thread hiren panchasara
On Thu, Sep 12, 2013 at 8:16 AM, hiren panchasara hiren.panchas...@gmail.com wrote: On Sep 12, 2013 2:27 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Sep 11, 2013 at 09:51:16PM -0700, hiren panchasara wrote: h I am seeing really weird system freeze for 2-3 seconds every minute

Re: Intermittent hangs in vmem_periodic()

2013-09-12 Thread hiren panchasara
+jeff On Thu, Sep 12, 2013 at 11:17 AM, Gleb Smirnoff gleb...@freebsd.org wrote: On Thu, Sep 12, 2013 at 09:31:17AM -0700, hiren panchasara wrote: h h PMC: [INSTR_RETIRED_ANY] Samples: 117647 (100.0%) , 6885 unresolved h h h h %SAMP CALLTREE h h 75.9 fork_exit@kernel

Re: Intermittent hangs in vmem_periodic()

2013-09-12 Thread Gleb Smirnoff
On Thu, Sep 12, 2013 at 09:31:17AM -0700, hiren panchasara wrote: h h PMC: [INSTR_RETIRED_ANY] Samples: 117647 (100.0%) , 6885 unresolved h h h h %SAMP CALLTREE h h 75.9 fork_exit@kernel taskqueue_thread_loop taskqueue_run_locked h h vmem_periodic(75.9%) h h You probably got

Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc

2013-09-12 Thread S . N . Grigoriev
Hi list, after upgrading to r255423 (make buildworld make buildkernel make installkernel make installworld reboot; make delete-old make delete-old-libs) I cannot build the system with the WITH_GCC=yes and WITH_GNUCXX=yes options in my src.conf. The following error occures: ---

Re: HEADS UP: No gcc by default in -HEAD on platforms where clang is cc

2013-09-12 Thread Dimitry Andric
On Sep 12, 2013, at 21:47, S.N.Grigoriev serguey-grigor...@yandex.ru wrote: after upgrading to r255423 (make buildworld make buildkernel make installkernel make installworld reboot; make delete-old make delete-old-libs) I cannot build the system with the WITH_GCC=yes and

dns/libidn puzzle

2013-09-12 Thread Walter Hurry
On 9.1, if I cd to /usr/ports/dns/libidn and issue 'sudo make config', I get a dialog asking me whether I want DOCS and/or NLS. However, on 10-CURRENT (r255358) I get this: $ cd /usr/ports/dns/libidn $ sudo make config === Options unchanged $ Why the difference?

Re: dns/libidn puzzle

2013-09-12 Thread Matthias Andree
Am 12.09.2013 23:44, schrieb Walter Hurry: On 9.1, if I cd to /usr/ports/dns/libidn and issue 'sudo make config', I get a dialog asking me whether I want DOCS and/or NLS. However, on 10-CURRENT (r255358) I get this: $ cd /usr/ports/dns/libidn $ sudo make config === Options unchanged $

Re: make release fails...

2013-09-12 Thread Glen Barber
On Fri, Sep 13, 2013 at 11:21:43AM +0900, Lundberg, Johannes wrote: Trying to create a custom install image which has been successful before but suddenly fails during make release/memstick. Procedure 1) cd /usr/src 2) make buildworld 3) make buildkernel 4) cd release 5) make release

make release fails...

2013-09-12 Thread Lundberg, Johannes
Hi Trying to create a custom install image which has been successful before but suddenly fails during make release/memstick. Procedure 1) cd /usr/src 2) make buildworld 3) make buildkernel 4) cd release 5) make release and I get the error ... gencat be_BY.UTF-8.cat

Re: mountroot while booting r255342 memstick

2013-09-12 Thread Lundberg, Johannes
Does it work with the 9.1 image? If it does, you probably have the same problem as I do with the new Macbook Air. Optimisations made to the xhci driver causes it to fail. What I've done is to create a new install image with sys/dev/usb/controller/xhci* reverted back to 243780. -- Johannes

Re: make release fails...

2013-09-12 Thread Lundberg, Johannes
# sysctl -n kern.osreldate 145 The system is 10.0. I used it before to build custom distribution. What I've done since last time is basically removing /usr/src and grabbing a new one from head. -- Johannes Lundberg Project leader and lead developer of Mirama OS (previously Viking OS)

Re: make release fails...

2013-09-12 Thread Glen Barber
On Fri, Sep 13, 2013 at 11:30:44AM +0900, Lundberg, Johannes wrote: # sysctl -n kern.osreldate 145 The system is 10.0. I used it before to build custom distribution. What I've done since last time is basically removing /usr/src and grabbing a new one from head. Recent changes in head/

Re: mountroot while booting r255342 memstick

2013-09-12 Thread Glen Barber
Also, if you can try the 9.2-RC4 image, that would also be appreciated. If this is a problem only with 10.0, this is something re@ and hselasky@ (bcc'd) needs to be aware of. Glen On Fri, Sep 13, 2013 at 11:09:30AM +0900, Lundberg, Johannes wrote: Does it work with the 9.1 image? If it does,

Re: make release fails...

2013-09-12 Thread Lundberg, Johannes
Is this perhaps related to the 20130905 post in UPDATING, regarding the Capsicum framework? -- Johannes Lundberg Project leader and lead developer of Mirama OS (previously Viking OS) BRILLIANTSERVICE CO., LTD. My blog http://brilliantobjc.blogspot.com Mirama homepage

Re: make release fails...

2013-09-12 Thread Lundberg, Johannes
Oh.. Thanks a lot! But please tell me, how can I upgrade the build environment? Do I have to rebuild world and kernel on the host system? -- Johannes Lundberg Project leader and lead developer of Mirama OS (previously Viking OS) BRILLIANTSERVICE CO., LTD. My blog

Re: make release fails...

2013-09-12 Thread Glen Barber
Yes, the buildworld/buildkernel. Glen On Fri, Sep 13, 2013 at 11:37:38AM +0900, Lundberg, Johannes wrote: Oh.. Thanks a lot! But please tell me, how can I upgrade the build environment? Do I have to rebuild world and kernel on the host system? -- Johannes Lundberg Project leader and

Re: make release fails...

2013-09-12 Thread Glen Barber
In part, yes. Glen On Fri, Sep 13, 2013 at 11:41:54AM +0900, Lundberg, Johannes wrote: Is this perhaps related to the 20130905 post in UPDATING, regarding the Capsicum framework? -- Johannes Lundberg Project leader and lead developer of Mirama OS (previously Viking OS) BRILLIANTSERVICE

Re: mountroot while booting r255342 memstick

2013-09-12 Thread Joel Dahl
On Thu, Sep 12, 2013 at 12:32:12AM +, Uzumaki Naruto wrote: Hi, I downloaded FreeBSD-10.0-CURRENT-amd64-20130907-r255342-memstick.img and dd into KINGSTON DT 101 G2 1.00 USB pendrive Looks similar to what I reported back in February: