Re: clang 3.2 RC2 miscompiles libgcc?

2013-01-11 Thread O. Hartmann
On 01/11/13 00:39, Dimitry Andric wrote: On 2013-01-08 09:58, Stefan Farfeleder wrote: On Tue, Jan 08, 2013 at 12:21:12AM +0100, Dimitry Andric wrote: ... After a lot of splitting up of unwind-dw2.c, I arrived at _Unwind_Resume which when compiled by clang caused the crashes, but when

Re: Circular port dependency

2013-01-11 Thread Volodymyr Kostyrko
11.01.2013 03:21, George Mitchell: I grabbed the ports tree as of 308518, the RELEASE_9_1_0 tag. The current and supported version of ports is HEAD. devel/libtool won't build, because it requires autom4te during the Can you provide some logs showing how it can't be built? configure

Re: Expanding ZFS RAIDZ on the fly?

2013-01-11 Thread Tom Evans
On Fri, Jan 11, 2013 at 7:10 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: My question may sound naiv, sorry. I have already set up a RAIDZ (on FreeBSD 10.0-CUR), comprised with three 3 TB disks. I'd like to expand the array with an additional disk - on the fly. oh It's not possible

Re: Expanding ZFS RAIDZ on the fly?

2013-01-11 Thread Paul Schenkeveld
On Fri, Jan 11, 2013 at 10:39:10AM +, Tom Evans wrote: On Fri, Jan 11, 2013 at 7:10 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: My question may sound naiv, sorry. I have already set up a RAIDZ (on FreeBSD 10.0-CUR), comprised with three 3 TB disks. I'd like to expand the array

Re: installworld failure due to cross-device links

2013-01-11 Thread Matt Burke
On 01/02/13 13:26, Nathan Whitehorn wrote: Thanks for the patch! I've committed it (slightly modified) as r244958. I haven't taken any action on the chgrp/chown issue, though. Similarly, 'make distribution' fails when /root is a separate filesystem: cd /usr/src/etc/root; install -o root -g

fixed breaking in libc ABI

2013-01-11 Thread Brooks Davis
On December 18th I made a commit that accidentally broke the libc ABI, the commit below fixes it. If you updated current in the interim and rebuilt ports due to complaints about strunvis or strunvisx you will need to do so again after your next update. Sorry for the breakage. -- Brooks -

Re: clang 3.2 RC2 miscompiles libgcc?

2013-01-11 Thread Larry Rosenman
On 2013-01-11 02:19, O. Hartmann wrote: On 01/11/13 00:39, Dimitry Andric wrote: On 2013-01-08 09:58, Stefan Farfeleder wrote: On Tue, Jan 08, 2013 at 12:21:12AM +0100, Dimitry Andric wrote: ... After a lot of splitting up of unwind-dw2.c, I arrived at _Unwind_Resume which when compiled by

Parallel buildworld broken by clang

2013-01-11 Thread Steve Kargl
It seems that a parallel buildworld is broken by clang. % cd /usr/src % svn update % svn info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 245280 % make -j

r245310: /usr/src/lib/libcxxrt/../../contrib/libcxxrt/memory.cc:64:10: error: too few arguments to function call, expected 4, have 3

2013-01-11 Thread O. Hartmann
When building the system, I receive very quickly the following error when /usr/src/lib/libcxxrt is compiled: c++ -fpic -DPIC -O2 -pipe -O3 -march=native -I/usr/src/lib/libcxxrt/../../contrib/libcxxrt -Qunused-arguments -fstack-protector -Wno-empty-body -Wno-string-plus-int

[panic] Unknown caching mode 8198 in sys/amd64/amd64/pmap.c

2013-01-11 Thread Glen Barber
Hi, I'm running a relatively recent -CURRENT: root@nucleus:/usr/obj/usr/src/sys/NUCLEUS # uname -a FreeBSD nucleus 10.0-CURRENT FreeBSD 10.0-CURRENT #50 r244773: Mon Dec 31 16:07:53 EST 2012 root@nucleus:/usr/obj/usr/src/sys/NUCLEUS amd64 I ran into this panic twice over the past 24 hours.

Re: installworld failure due to cross-device links

2013-01-11 Thread Kevin Oberman
On Fri, Jan 11, 2013 at 6:18 AM, Matt Burke mattbli...@icritical.com wrote: On 01/02/13 13:26, Nathan Whitehorn wrote: Thanks for the patch! I've committed it (slightly modified) as r244958. I haven't taken any action on the chgrp/chown issue, though. Similarly, 'make distribution' fails when

Re: FILE's _file can only hold a short

2013-01-11 Thread John Baldwin
On Wednesday, October 31, 2012 02:12:55 PM m...@freebsd.org wrote: I seem to recall a thread earlier on this limitation, but looking at actual libc/stdio sources, the 4 year old check for open(2)'s fd being less than SHRT_MAX is still there. I thought I saw a patch to change this to an int,

Re: sysutils/lsof Author Question (for CLANG)....

2013-01-11 Thread John Baldwin
On Wednesday, November 07, 2012 06:15:21 PM Eitan Adler wrote: On 7 November 2012 17:35, Larry Rosenman l...@lerctr.org wrote: On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk wrote: Once again, attempting to use kernel

Re: [head tinderbox] failure on arm/arm

2013-01-11 Thread John Baldwin
On Friday, November 09, 2012 05:47:43 PM Adrian Chadd wrote: On 9 November 2012 14:37, Chuck Burns brea...@gmail.com wrote: Adrian. diskspace and cpu cycles are things I can spare, drop me a line outside of the ML and we can discuss particulars. It's just a personal box.. on a residential

Re: No ATA disks on 9.1-RC3

2013-01-11 Thread John Baldwin
On Monday, November 19, 2012 03:24:19 AM Alex Keda wrote: I try update my laptop - Compaq 6715s from 9.0 to 9.1-rc3 it cannot boot, because no HDD found dmesg from 9.0/9.1 and pciconf in attached files Can you get a verbose dmesg from 9.0? Also, if at all possible, it would be very helpful

Re: syscall cost freebsd vs linux ?

2013-01-11 Thread John Baldwin
On Tuesday, November 27, 2012 01:41:46 AM Andrey Zonov wrote: On 11/19/12 11:32 PM, Luigi Rizzo wrote: today i was comparing the performance of some netmap-related code on FreeBSD and Linux (RELENG_9 vs 3.2) and i was surprised to see that our system calls are significantly slower. On

Re: Spurious witness warning when destroying spin mtx

2013-01-11 Thread John Baldwin
On Friday, November 23, 2012 10:08:28 PM Ryan Stone wrote: Today I saw a spurious witness warning for acquiring duplicate lock of same type. The root cause is that when running mtx_destroy on a spinlock that is held by the current thread, mtx_destroy calls spinlock_exit() before calling

Re: panic: page fault

2013-01-11 Thread John Baldwin
On Friday, December 21, 2012 05:47:26 AM Ivan Klymenko wrote: В Tue, 14 Aug 2012 14:04:07 -0400 John Baldwin j...@freebsd.org пишет: On Tuesday, August 14, 2012 05:29:09 AM Ivan Klymenko wrote: http://privatepaste.com/147286442b It is easier to reply if the messages are inline (for

RE: Expanding ZFS RAIDZ on the fly?

2013-01-11 Thread Matthew X. Economou
Speaking of ZFS restriping, is anyone (Oracle/FreeBSD/etc.) actively working on block pointer rewrite functionality for ZFS? -- I FIGHT FOR THE USERS ___ freebsd-current@freebsd.org mailing list

Re: FILE's _file can only hold a short

2013-01-11 Thread Kevin Oberman
On Fri, Jan 11, 2013 at 7:44 AM, John Baldwin j...@freebsd.org wrote: On Wednesday, October 31, 2012 02:12:55 PM m...@freebsd.org wrote: I seem to recall a thread earlier on this limitation, but looking at actual libc/stdio sources, the 4 year old check for open(2)'s fd being less than

[head tinderbox] failure on i386/i386

2013-01-11 Thread FreeBSD Tinderbox
TB --- 2013-01-11 20:50:16 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-11 20:50:16 - 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 ---

[head tinderbox] failure on amd64/amd64

2013-01-11 Thread FreeBSD Tinderbox
TB --- 2013-01-11 20:50:16 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-11 20:50:16 - 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 ---

Re: r245310: /usr/src/lib/libcxxrt/../../contrib/libcxxrt/memory.cc:64:10: error: too few arguments to function call, expected 4, have 3

2013-01-11 Thread Garrett Cooper
Dimitry cced. Sent from my iPhone On Jan 11, 2013, at 11:41 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote: When building the system, I receive very quickly the following error when /usr/src/lib/libcxxrt is compiled: c++ -fpic -DPIC -O2 -pipe -O3 -march=native

Re: Expanding ZFS RAIDZ on the fly?

2013-01-11 Thread Gary Palmer
On Fri, Jan 11, 2013 at 03:30:44PM -0500, Matthew X. Economou wrote: Speaking of ZFS restriping, is anyone (Oracle/FreeBSD/etc.) actively working on block pointer rewrite functionality for ZFS? If Oracle does it, I wouldn't expect to see it released in source code form for the rest of us to

[head tinderbox] failure on i386/pc98

2013-01-11 Thread FreeBSD Tinderbox
TB --- 2013-01-11 22:02:00 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-11 22:02:00 - 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 ---

Re: Circular port dependency

2013-01-11 Thread George Mitchell
On 01/11/13 03:22, Gleb Kurtsou wrote: On (10/01/2013 20:21), George Mitchell wrote: I grabbed the ports tree as of 308518, the RELEASE_9_1_0 tag. devel/libtool won't build, because it requires autom4te during the configure phase. So I put BUILD_DEPENDS= autom4te:devel/autoconf in the

[head tinderbox] failure on i386/i386

2013-01-11 Thread FreeBSD Tinderbox
TB --- 2013-01-12 04:00:16 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-12 04:00:16 - 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 ---

[head tinderbox] failure on amd64/amd64

2013-01-11 Thread FreeBSD Tinderbox
TB --- 2013-01-12 04:00:16 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-12 04:00:16 - 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 ---

[head tinderbox] failure on i386/pc98

2013-01-11 Thread FreeBSD Tinderbox
TB --- 2013-01-12 05:11:55 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-01-12 05:11:55 - 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 ---