Re: WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-06 Thread O. Hartmann
On 01/06/12 13:49, Dimitry Andric wrote: > On 2012-01-06 09:40, O. Hartmann wrote: > ... >> Obviously, these lines in make.conf seem to fail recently when building >> the sources: >> >> ### >> ### CLANG >> ### >> >> .if !defined(NO_CLANG) >> .if ${.CURDIR:M/usr/src/*} || ${.CURDIR:M/usr/obj/*}

Re: ZFS fails with bsdinstaller 9.0RC3

2012-01-06 Thread Garrett Cooper
On Fri, Jan 6, 2012 at 6:57 PM, Freek Dijkstra wrote: > Hi, > > I just tried to install FreeBSD 9.0RC3 with a ZFS-only file system. I > succeeded by doing a manual install. The bsdinstaller failed: it would > write not write the new filesystem to /mnt as expected (I presume it has > overwritten th

ZFS fails with bsdinstaller 9.0RC3

2012-01-06 Thread Freek Dijkstra
Hi, I just tried to install FreeBSD 9.0RC3 with a ZFS-only file system. I succeeded by doing a manual install. The bsdinstaller failed: it would write not write the new filesystem to /mnt as expected (I presume it has overwritten the memstick filesystem at /). I'm relative new to FreeBSD, so I'm t

[head tinderbox] failure on i386/i386

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 21:20:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 21:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-01-06 21:20:00 - cleaning the object tree TB --- 2012-01-06 21:20:14 - cvsupping the source tree TB --- 2012-01-06 21:20:14 - /usr/bin/c

Re: stable/9 still looking for packages at 9-current

2012-01-06 Thread Ken Smith
On Fri, 2012-01-06 at 07:16 -0700, Peter wrote: > Not for stable/9 [__FreeBSD_version 900500+: Sorry for the delay cleaning that up. It should be fixed as of r229748. -- Ken Smith - From there to here, from here to | kensm...@buffalo.ed

Re: kernel: build fails in most recent sources in ath

2012-01-06 Thread Adrian Chadd
Hi, You need to build the system with: options AH_SUPPORT_AR5416 .. even if you're not building _with_ the ath device. This is a byproduct of how the modules are currently built. I'm sorry for introducing this breakage. I'm going to try and fix the driver soon but it's going to require a little

kernel: build fails in most recent sources in ath

2012-01-06 Thread O. Hartmann
Hello, I receive this error since I reeled in the most recent sources for FBSD 10.0-CURRENT/amd64. I build the system with CLANG. clang -O2 -pipe -O2 -fno-strict-aliasing -pipe -pipe -O3 -fno-strict-aliasing -march=native -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/ath/../../dev

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Adrian Chadd
I'm more worried about the module loading as well as building. So if you're not using wireless, fine, but I'd hate to see the default builds produce modules that can't be used. ;) Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Rainer Hurling
On 06.01.2012 22:49 (UTC+1), Alexander Yerenkow wrote: 2012/1/6 Adrian Chadd mailto:adr...@freebsd.org>> On 6 January 2012 10:19, Rainer Hurling mailto:rhur...@gwdg.de>> wrote: > I commented all wireless network drivers and their options out. But the > error remains. Is it nec

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Rainer Hurling
On 06.01.2012 22:42 (UTC+1), Adrian Chadd wrote: On 6 January 2012 10:19, Rainer Hurling wrote: I commented all wireless network drivers and their options out. But the error remains. Is it necessary to have this option uncommented even when the driver ath is commented out? Yes, because of ho

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Alexander Yerenkow
2012/1/6 Adrian Chadd > On 6 January 2012 10:19, Rainer Hurling wrote: > > > I commented all wireless network drivers and their options out. But the > > error remains. Is it necessary to have this option uncommented even when > the > > driver ath is commented out? > > Yes, because of how the wla

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Adrian Chadd
On 6 January 2012 10:19, Rainer Hurling wrote: > I commented all wireless network drivers and their options out. But the > error remains. Is it necessary to have this option uncommented even when the > driver ath is commented out? Yes, because of how the wlan/ath modules are built. You need to h

Re: Is it possible to make subr_acl_nfs4 and subr_acl_posix1e disabled?

2012-01-06 Thread Adrian Chadd
On 5 January 2012 05:48, John Baldwin wrote: > [ A bit excessive on the cross-posting?  arch@ alone was probably fine ] I wanted to capture the attention of relevant people, as I don't want to break some subtle setup that I'm not at all aware of. > NFS doesn't actually use them curently, only UF

Re: Is it possible to make subr_acl_nfs4 and subr_acl_posix1e disabled?

2012-01-06 Thread Adrian Chadd
2012/1/5 Dag-Erling Smørgrav : > Adrian Chadd writes: >> Since I'm not using NFS or UFS_ACL, I wondered if that code required. >> It turns out I can just build a kernel with those two disabled. >> >> Would it be possible to remove them from "standard" and make them >> optional? Or is there a reaso

bwi0: bwi_init_statechg: error 12 on MAC init

2012-01-06 Thread Anton Shterenlikht
This is on r228936M amd64 (the only modification is 9.9 patch in /usr/src/sys/conf/newvers.h) However, I've never used this pccard before. 1. On inserting the card: # pciconf -lv bwi0

Re: [RFC] fix git detection code in newvers.sh when svn installed

2012-01-06 Thread Oliver Pinter
On Friday 06 January 2012 19:35:31 Sergey Kandaurov wrote: > On 6 January 2012 21:50, Oliver Pinter wrote: > > Hi All! > > > > When svn installed and the source stored in git, then now the version > > detection failed. The attached patch fixed this situation. > > FWIW, a different version proposed

Re: [RFC] fix git detection code in newvers.sh when svn installed

2012-01-06 Thread Garrett Cooper
On Fri, Jan 6, 2012 at 11:02 AM, Oliver Pinter wrote: > On Friday 06 January 2012 19:35:31 Sergey Kandaurov wrote: >> On 6 January 2012 21:50, Oliver Pinter wrote: >> > Hi All! >> > >> > When svn installed and the source stored in git, then now the version >> > detection failed. The attached patc

Re: [RFC] fix git detection code in newvers.sh when svn installed

2012-01-06 Thread David Wolfskill
[-stable@ removed, as there's no need to cross-post this. dhw] On Fri, Jan 06, 2012 at 06:50:33PM +0100, Oliver Pinter wrote: > Hi All! > > When svn installed and the source stored in git, then now the version > detection failed. The attached patch fixed this situation. > ... Caveat: I don't u

[RFC] fix git detection code in newvers.sh when svn installed

2012-01-06 Thread Oliver Pinter
Hi All! When svn installed and the source stored in git, then now the version detection failed. The attached patch fixed this situation. -- Oliver Pinter (Tresorium) From a84c998c251a83ba3fa3c734b7fbc6fe1af17c6a Mon Sep 17 00:00:00 2001 From: Oliver Pinter Date: Tue, 3 Jan 2012 12:17:43 +0100

Re: [RFC] fix git detection code in newvers.sh when svn installed

2012-01-06 Thread Sergey Kandaurov
On 6 January 2012 21:50, Oliver Pinter wrote: > Hi All! > > When svn installed and the source stored in git, then now the version > detection failed. The attached patch fixed this situation. > FWIW, a different version proposed by Maciej Milewski on -current some time ago. I don't have/use git, s

Re: freebsd-current Digest, Vol 429, Issue 8

2012-01-06 Thread Radio młodych bandytów
On 2012-01-05 21:03, kab...@gmail.com wrote: On Wed, 04 Jan 2012 14:31:55 -0800 wrote: > Thanks for the comment Arnaud. For comparative benchmarking > on[1]Phoronix.com, Michael inva configuration 'in the way the > developers or production'. This is by rule. However, i poo

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Rainer Hurling
On 06.01.2012 18:30 (UTC+1), Adrian Chadd wrote: i thought I had captured these. just add options AH_SUPPORT_AR5416 to your kernel. Ah, I indeed missed the new option in GENERIC, because I build with modified kernel config file. I commented all wireless network drivers and their options o

[head tinderbox] failure on amd64/amd64

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 16:10:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 16:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-01-06 16:10:00 - cleaning the object tree TB --- 2012-01-06 16:11:13 - cvsupping the source tree TB --- 2012-01-06 16:11:13 - /usr/bin

[head tinderbox] failure on i386/pc98

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 16:10:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 16:10:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-01-06 16:10:00 - cleaning the object tree TB --- 2012-01-06 16:10:39 - cvsupping the source tree TB --- 2012-01-06 16:10:39 - /usr/bin/c

[head tinderbox] failure on i386/i386

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 16:10:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 16:10:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-01-06 16:10:00 - cleaning the object tree TB --- 2012-01-06 16:11:13 - cvsupping the source tree TB --- 2012-01-06 16:11:13 - /usr/bin/c

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Adrian Chadd
i thought I had captured these. just add options AH_SUPPORT_AR5416 to your kernel. Adrian On 6 January 2012 09:14, Rainer Hurling wrote: > I am getting the following error when trying to build recent 10.0-CURRENT > kernel (amd64)? > > [..snip..] > cc -O2 -pipe -O2 -fno-strict-aliasing -pipe

Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Rainer Hurling
I am getting the following error when trying to build recent 10.0-CURRENT kernel (amd64)? [..snip..] cc -O2 -pipe -O2 -fno-strict-aliasing -pipe -msse3 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -DHAV

[head tinderbox] failure on arm/arm

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 16:10:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 16:10:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-01-06 16:10:00 - cleaning the object tree TB --- 2012-01-06 16:10:39 - cvsupping the source tree TB --- 2012-01-06 16:10:39 - /usr/bin/csu

[head tinderbox] failure on sparc64/sparc64

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 14:58:14 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 14:58:14 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-01-06 14:58:14 - cleaning the object tree TB --- 2012-01-06 14:58:30 - cvsupping the source tree TB --- 2012-01-06 14:58:30 - /usr

[head tinderbox] failure on powerpc64/powerpc

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 14:09:40 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 14:09:40 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2012-01-06 14:09:40 - cleaning the object tree TB --- 2012-01-06 14:10:00 - cvsupping the source tree TB --- 2012-01-06 14:10:00 - /u

[head tinderbox] failure on i386/i386

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 09:30:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 09:30:00 - starting HEAD tinderbox run for i386/i386 TB --- 2012-01-06 09:30:00 - cleaning the object tree TB --- 2012-01-06 09:30:55 - cvsupping the source tree TB --- 2012-01-06 09:30:55 - /usr/bin/c

Re: stable/9 still looking for packages at 9-current

2012-01-06 Thread Peter
> On Thu, Jan 5, 2012 at 2:12 PM, Peter wrote: >> Hello, >>  Installed 9-RELEASE amd64, svn the latest stable/9 sources, >> built/installed kernel/world and did pkg_add - It is still by default >> pointing at -current: >> >> pkbsdpkg:#uname -a >> FreeBSD pkbsdpkg 9.0-STABLE FreeBSD 9.0-STABLE #0 r

Re: WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-06 Thread Dimitry Andric
On 2012-01-06 09:40, O. Hartmann wrote: ... Obviously, these lines in make.conf seem to fail recently when building the sources: ### ### CLANG ### .if !defined(NO_CLANG) .if ${.CURDIR:M/usr/src/*} || ${.CURDIR:M/usr/obj/*} || ${.CURDIR:M/sys/*} Hi Oliver, The problem is that the ${.CURDI

[head tinderbox] failure on i386/pc98

2012-01-06 Thread FreeBSD Tinderbox
TB --- 2012-01-06 09:30:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 09:30:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2012-01-06 09:30:00 - cleaning the object tree TB --- 2012-01-06 09:30:30 - cvsupping the source tree TB --- 2012-01-06 09:30:30 - /usr/bin/c

Re: WITH_LIBCPLUSPLUS on FreeBSD 10.0-CURRENT/amd64 fails with CLANG:

2012-01-06 Thread O. Hartmann
On 01/06/12 08:31, Roman Divacky wrote: > what makes you think you're using clang? > > On Thu, Jan 05, 2012 at 11:20:34PM +0100, O. Hartmann wrote: >> When compiling most recent CURRENT on amd64 platform, using CLANG and >> enabled WITH_LIBCPLUSPLUS, I receive the follwing error since two days >>