Re: CURRENT (r249438): (devel/libiconv)./unistd.h:686:5: error: invalid token at start of a preprocessor expression : #if @GNULIB_EUIDACCESS@

2013-04-16 Thread Jan Beich
Dimitry Andric writes: > On Apr 16, 2013, at 00:42, Jan Beich wrote: > >> "O. Hartmann" writes: >>> ./unistd.h:694:5: error: invalid token at start of a preprocessor >>> expression >>> #if @GNULIB_EUIDACCESS@ >>>^ >>> 1 error generated. >> >> Maybe -O3 overoptimizes regex in libc e.g., >>

Re: Please test upcoming DTrace port mod_usdt for apache22

2013-04-16 Thread Pedro Giffuni
On 04/16/13 15:55, Olli Hauer wrote: Hi, I've created together with Pedro Giffuni (pfg@) a new DTrace apache port (www/mod_usdt). We are interested in getting some more test results from DTrace and apache users. A complete description is here: http://dtrace.org/blogs/dap/2011/12/13/usdt-provide

Re: DTrace gone quiet?

2013-04-16 Thread Pedro Giffuni
On 04/16/13 15:54, Mark Johnston wrote: On Tue, Apr 16, 2013 at 12:57:08PM -0700, Navdeep Parhar wrote: I just upgraded my kernel and userspace to head (r249552) and I notice that DTrace doesn't output anything until I hit ctrl-c. All previous "hits" on the probe appear lost. For example: # d

Re: Stack Overflow in GEOM

2013-04-16 Thread Cy Schubert
In message , Ivan Voras writes: > On 17 April 2013 00:44, Cy Schubert wrote: > > > You were correct. Backing out r249508 in my tree resolves the panic on both > > hosts. > > Hi, > > Sorry about that - should be fixed by > http://svnweb.freebsd.org/base?view=revision&revision=249564 . > hey,

Re: After a source upgrade from 8.3-RELEASE to r249432 (HEAD)

2013-04-16 Thread George Mitchell
On 04/15/13 20:57, Mark Johnston wrote: On Mon, Apr 15, 2013 at 03:58:26PM -0400, George Mitchell wrote: It was pretty successful. All my 8.3 packages are still running very happily, though at some point I imagine I will have to update and recompile them. But ... When I press ENTER in the bo

Re: My incremental buildworlds started failing

2013-04-16 Thread Navdeep Parhar
On Tue, Apr 16, 2013 at 10:06 AM, Tijl Coosemans wrote: > On 2013-04-16 18:39, Dimitry Andric wrote: > > On Apr 16, 2013, at 18:08, Bjoern A. Zeeb wrote: > >> I have been seeing this on incremental buildworlds for a day or two now? > >> ANyone can throw the cluebat at me? > > If that means buildi

Re: Stack Overflow in GEOM

2013-04-16 Thread Ivan Voras
On 17 April 2013 00:44, Cy Schubert wrote: > You were correct. Backing out r249508 in my tree resolves the panic on both > hosts. Hi, Sorry about that - should be fixed by http://svnweb.freebsd.org/base?view=revision&revision=249564 . ___ freebsd-curr

Re: Stack Overflow in GEOM

2013-04-16 Thread Cy Schubert
In message <1257671366135...@web6f.yandex.ru>, "Ilya A. Arkhipov" writes: > 16.04.2013, 21:56, "Cy Schubert" : > > Has anyone see this before? Just updated my CURRENT partitions on my > > testbed and laptop. The laptop just boots but I've managed to capture this > > on my testbed (attached to a ser

Re: DTrace gone quiet?

2013-04-16 Thread Pedro Giffuni
Hello; Yes, I was indeed going to post that the culprit is this change from Illumos: 3026 libdtrace should set LD_NOLAZYLOAD=1 to help the pid provider It is an upstream hack for the Solaris ld that they bundled among many changes. I will see how to revert only the part that gives problems. S

Please test upcoming DTrace port mod_usdt for apache22

2013-04-16 Thread Olli Hauer
Hi, I've created together with Pedro Giffuni (pfg@) a new DTrace apache port (www/mod_usdt). We are interested in getting some more test results from DTrace and apache users. A complete description is here: http://dtrace.org/blogs/dap/2011/12/13/usdt-providers-redux/ shar file for mod_usdt can

Re: DTrace gone quiet?

2013-04-16 Thread Mark Johnston
On Tue, Apr 16, 2013 at 12:57:08PM -0700, Navdeep Parhar wrote: > I just upgraded my kernel and userspace to head (r249552) and I notice > that DTrace doesn't output anything until I hit ctrl-c. All previous > "hits" on the probe appear lost. For example: > > # dtrace -n 'fbt::ether_output:entry

Re: Stack Overflow in GEOM

2013-04-16 Thread David Wolfskill
On Tue, Apr 16, 2013 at 01:01:49PM -0700, Jim Harris wrote: > ... > > I had built head @r249538 this morning, and that's the build where > > my smoke-test failed. > > > > > This stack trace corruption was noted on svn-src-head@ as well, and appears > to be fixed with r249564. > Cool; thanks -

Re: DTrace gone quiet?

2013-04-16 Thread Navdeep Parhar
On 04/16/13 13:03, Ryan Stone wrote: > On Tue, Apr 16, 2013 at 3:57 PM, Navdeep Parhar > wrote: > > I just upgraded my kernel and userspace to head (r249552) and I notice > that DTrace doesn't output anything until I hit ctrl-c. All previous > "hits" on the p

Re: DTrace gone quiet?

2013-04-16 Thread Mark Johnston
On Tue, Apr 16, 2013 at 04:03:06PM -0400, Ryan Stone wrote: > On Tue, Apr 16, 2013 at 3:57 PM, Navdeep Parhar wrote: > > > I just upgraded my kernel and userspace to head (r249552) and I notice > > that DTrace doesn't output anything until I hit ctrl-c. All previous > > "hits" on the probe appea

Re: control of order of inet devices

2013-04-16 Thread Dimitry Andric
On Apr 16, 2013, at 20:36, Brooks Davis wrote: > On Tue, Apr 16, 2013 at 10:08:00AM -0700, Adrian Chadd wrote: >> Since people keep asking about this; maybe it's time we added a hint >> to the bus code that allows for the unit to be set based on the pci >> bus / slot / etc. > > I don't see how th

Re: DTrace gone quiet?

2013-04-16 Thread Ryan Stone
On Tue, Apr 16, 2013 at 3:57 PM, Navdeep Parhar wrote: > I just upgraded my kernel and userspace to head (r249552) and I notice > that DTrace doesn't output anything until I hit ctrl-c. All previous > "hits" on the probe appear lost. For example: > > # dtrace -n 'fbt::ether_output:entry' > dtra

Re: Stack Overflow in GEOM

2013-04-16 Thread Jim Harris
On Tue, Apr 16, 2013 at 11:13 AM, David Wolfskill wrote: > On Tue, Apr 16, 2013 at 10:56:31AM -0700, Cy Schubert wrote: > > Has anyone see this before? Just updated my CURRENT partitions on my > > testbed and laptop. The laptop just boots but I've managed to capture > this > > on my testbed (attac

DTrace gone quiet?

2013-04-16 Thread Navdeep Parhar
I just upgraded my kernel and userspace to head (r249552) and I notice that DTrace doesn't output anything until I hit ctrl-c. All previous "hits" on the probe appear lost. For example: # dtrace -n 'fbt::ether_output:entry' dtrace: description 'fbt::ether_output:entry' matched 1 probe (No outpu

Re: CURRENT (r249438): (devel/libiconv)./unistd.h:686:5: error: invalid token at start of a preprocessor expression : #if @GNULIB_EUIDACCESS@

2013-04-16 Thread O. Hartmann
On Tue, 2013-04-16 at 20:58 +0200, Dimitry Andric wrote: > On Apr 16, 2013, at 00:42, Jan Beich wrote: > > "O. Hartmann" writes: > >> ./unistd.h:694:5: error: invalid token at start of a preprocessor > >> expression > >> #if @GNULIB_EUIDACCESS@ > >>^ > >> 1 error generated. > > > > Maybe -O3

Re: control of order of inet devices

2013-04-16 Thread Brooks Davis
On Tue, Apr 16, 2013 at 12:03:14PM -0700, Mehmet Erol Sanliturk wrote: > On Tue, Apr 16, 2013 at 11:36 AM, Brooks Davis wrote: > > > On Tue, Apr 16, 2013 at 10:08:00AM -0700, Adrian Chadd wrote: > > > Since people keep asking about this; maybe it's time we added a hint > > > to the bus code that

Re: control of order of inet devices

2013-04-16 Thread Mehmet Erol Sanliturk
On Tue, Apr 16, 2013 at 11:36 AM, Brooks Davis wrote: > On Tue, Apr 16, 2013 at 10:08:00AM -0700, Adrian Chadd wrote: > > Since people keep asking about this; maybe it's time we added a hint > > to the bus code that allows for the unit to be set based on the pci > > bus / slot / etc. > > I don't

Re: CURRENT (r249438): (devel/libiconv)./unistd.h:686:5: error: invalid token at start of a preprocessor expression : #if @GNULIB_EUIDACCESS@

2013-04-16 Thread Dimitry Andric
On Apr 16, 2013, at 00:42, Jan Beich wrote: > "O. Hartmann" writes: >> ./unistd.h:694:5: error: invalid token at start of a preprocessor >> expression >> #if @GNULIB_EUIDACCESS@ >>^ >> 1 error generated. > > Maybe -O3 overoptimizes regex in libc e.g., > > $ echo '#if @GNULIB_EUIDACCESS@' |

Re: control of order of inet devices

2013-04-16 Thread Brooks Davis
On Tue, Apr 16, 2013 at 10:08:00AM -0700, Adrian Chadd wrote: > Since people keep asking about this; maybe it's time we added a hint > to the bus code that allows for the unit to be set based on the pci > bus / slot / etc. I don't see how that would address Willy's request. Neither the unit numbe

Re: Stack Overflow in GEOM

2013-04-16 Thread David Wolfskill
On Tue, Apr 16, 2013 at 10:56:31AM -0700, Cy Schubert wrote: > Has anyone see this before? Just updated my CURRENT partitions on my > testbed and laptop. The laptop just boots but I've managed to capture this > on my testbed (attached to a serial port on another system). > > This is HEAD from ye

Stack Overflow in GEOM

2013-04-16 Thread Cy Schubert
Has anyone see this before? Just updated my CURRENT partitions on my testbed and laptop. The laptop just boots but I've managed to capture this on my testbed (attached to a serial port on another system). This is HEAD from yesterday (Apr 15) morning (PDT). The partition being booted is ada0s1d.

Re: My incremental buildworlds started failing

2013-04-16 Thread Tijl Coosemans
On 2013-04-16 18:39, Dimitry Andric wrote: > On Apr 16, 2013, at 18:08, Bjoern A. Zeeb wrote: >> I have been seeing this on incremental buildworlds for a day or two now? >> ANyone can throw the cluebat at me? If that means building with NO_CLEAN=yes then the problem is r249484. It creates a symlin

Re: control of order of inet devices

2013-04-16 Thread Adrian Chadd
Since people keep asking about this; maybe it's time we added a hint to the bus code that allows for the unit to be set based on the pci bus / slot / etc. Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: My incremental buildworlds started failing

2013-04-16 Thread Dimitry Andric
On Apr 16, 2013, at 18:08, Bjoern A. Zeeb wrote: > I have been seeing this on incremental buildworlds for a day or two now? > ANyone can throw the cluebat at me? > > ===> rescue/rescue/routed/rtquery (depend) > {standard input}: Assembler messages: > {standard input}:2: Warning: unterminated s

My incremental buildworlds started failing

2013-04-16 Thread Bjoern A. Zeeb
Hi, I have been seeing this on incremental buildworlds for a day or two now? ANyone can throw the cluebat at me? ===> rescue/rescue/routed/rtquery (depend) {standard input}: Assembler messages: {standard input}:2: Warning: unterminated string; newline inserted {standard input}:3: Warning: unte

Re: control of order of inet devices

2013-04-16 Thread Brooks Davis
On Tue, Apr 16, 2013 at 03:56:21PM +0200, Willy Offermans wrote: > Dear FreeBSD friends, > > How can I control the order of the network devices in FreeBSD. > > For example, the command ifconfig lists the network devices: > > pcn0: flags=8802 metric 0 mtu 1500 > options=8 > et

Re: EuroBSDcon 2013: Call for Proposals, Conference on September 28+29 2013

2013-04-16 Thread Andre Oppermann
On 15.04.2013 05:32, Julian Elischer wrote: On 4/11/13 5:18 PM, Andre Oppermann wrote: Excuse me for being slightly spammy but I've received feedback that we haven't spread this information widely enough outside the inner circles and interested people missed the announcement. EuroBSDcon 2013: S

control of order of inet devices

2013-04-16 Thread Willy Offermans
Dear FreeBSD friends, How can I control the order of the network devices in FreeBSD. For example, the command ifconfig lists the network devices: pcn0: flags=8802 metric 0 mtu 1500 options=8 ether 00:0c:46:ea:2b:32 nd6 options=29 media: Ethernet 100baseFX

swapcontext rewrite broke some software

2013-04-16 Thread Oliver Pinter
Hi! After this commit: commit ac0cfc7fcb1b51ee6aeacfd676fa6dfbe11eefb5 Author: davidxu Date: Wed Apr 10 02:40:03 2013 + swapcontext wrapper can not be implemented in C, the stack pointer saved in the context becomes invalid when the function returns, same as setjmp, it must be

Re: ipfilter(4) needs maintainer

2013-04-16 Thread Giorgos Keramidas
On Mon, 15 Apr 2013 12:15:49 -0700, Cy Schubert wrote: > It was pointed out to me that Darren Reed has changed licenses from > his IP Filter license that's been in IPF since 2005 or so, when he > joined Sun, to GPLv2 (probably when Darren left when Oracle took over > Sun). Given that IPF already

Re: After a source upgrade from 8.3-RELEASE to r249432 (HEAD)

2013-04-16 Thread George Mitchell
On 04/15/13 20:57, Mark Johnston wrote: On Mon, Apr 15, 2013 at 03:58:26PM -0400, George Mitchell wrote: It was pretty successful. All my 8.3 packages are still running very happily, though at some point I imagine I will have to update and recompile them. But ... When I press ENTER in the bo

Re: ipfilter(4) needs maintainer

2013-04-16 Thread Andre Oppermann
On 15.04.2013 19:48, Cy Schubert wrote: I did consider a port but given it would has to touch bits and pieces of the source tree (/usr/src), a port would be messy and the decision was made to work on importing it into base. Actually it shouldn't touch many if any pieces of src/sys. Everything