buildworld failing in lib/libc/db/btree

2011-07-21 Thread Alexander Best
hi there, for some reason buildworld always fails in lib/libc/db/btree :( clang: /usr/bin/clang -O2 -pipe -fno-strict-aliasing -fno-omit-frame-pointer -march=core2 -I/usr/git-freebsd-head/lib/libc/include -I/usr/git-freebsd-head/lib/libc/../../include -I/usr/git-freebsd-head/lib/libc/amd64

Re: buildworld failing in lib/libc/db/btree

2011-07-21 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/21/11 00:08, Alexander Best wrote: hi there, for some reason buildworld always fails in lib/libc/db/btree :( clang: /usr/bin/clang -O2 -pipe -fno-strict-aliasing -fno-omit-frame-pointer -march=core2

Re: buildworld failing in lib/libc/db/btree

2011-07-21 Thread Alexander Best
On Thu Jul 21 11, Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/21/11 00:08, Alexander Best wrote: hi there, for some reason buildworld always fails in lib/libc/db/btree :( clang: /usr/bin/clang -O2 -pipe -fno-strict-aliasing -fno-omit-frame-pointer

Re: buildworld failing in lib/libc/db/btree

2011-07-21 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/21/11 00:26, Alexander Best wrote: On Thu Jul 21 11, Xin LI wrote: On 07/21/11 00:08, Alexander Best wrote: hi there, for some reason buildworld always fails in lib/libc/db/btree :( clang: /usr/bin/clang -O2 -pipe

Re: buildworld failing in lib/libc/db/btree

2011-07-21 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/21/11 00:26, Alexander Best wrote: Likely, but, sys/param.h is MI, and, if you're buildworld'ing from an older world from a cleaned checkout source, it sounds like a bug to me... Cheers, - -- Xin LI delp...@delphij.net

Re: buildworld failing in lib/libc/db/btree

2011-07-21 Thread Dimitry Andric
On 2011-07-21 09:08, Alexander Best wrote: for some reason buildworld always fails in lib/libc/db/btree :( clang: /usr/bin/clang -O2 -pipe -fno-strict-aliasing -fno-omit-frame-pointer -march=core2 -I/usr/git-freebsd-head/lib/libc/include -I/usr/git-freebsd-head/lib/libc/../../include

Re: buildworld failing in lib/libc/db/btree

2011-07-21 Thread Alexander Best
On Thu Jul 21 11, Dimitry Andric wrote: On 2011-07-21 09:08, Alexander Best wrote: for some reason buildworld always fails in lib/libc/db/btree :( clang: /usr/bin/clang -O2 -pipe -fno-strict-aliasing -fno-omit-frame-pointer -march=core2 -I/usr/git-freebsd-head/lib/libc/include

Re: buildworld failing in lib/libc/db/btree

2011-07-21 Thread Dimitry Andric
On 2011-07-21 15:45, Alexander Best wrote: ... If you are including any path, e.g. CC=/usr/bin/clang, buildworld will not work. Remove the path and try again. THANKS! ...exactly that was the problem. :) after changing CC/CXX so it doesn't contain a full path, buildworld succeeded! The

Re: em problem in virtualbox since the weekend

2011-07-21 Thread John Baldwin
On Wednesday, July 20, 2011 6:22:33 pm Steve Wills wrote: On 07/20/11 09:04, John Baldwin wrote: On Wednesday, July 20, 2011 8:33:07 am Bernhard Froehlich wrote: On Wed, 20 Jul 2011 07:41:26 -0400, John Baldwin wrote: On Tuesday, July 19, 2011 10:35:42 pm Steve Wills wrote: Hi, While

Re: pcib1: failed to allocate initial memory window

2011-07-21 Thread John Baldwin
On Wednesday, July 20, 2011 4:25:03 pm Andreas Tobler wrote: Hi all, Built a fresh kernel today (-CURRENT) on my DELL workstation (amd64). The network card does not get detected. Booted the old kernel again. Are there any chances to get this fixed or is this a candidate for a buggy BIOS?

Re: buildworld failing in lib/libc/db/btree

2011-07-21 Thread Warner Losh
On Jul 21, 2011, at 8:03 AM, Dimitry Andric wrote: On 2011-07-21 15:45, Alexander Best wrote: ... If you are including any path, e.g. CC=/usr/bin/clang, buildworld will not work. Remove the path and try again. THANKS! ...exactly that was the problem. :) after changing CC/CXX so it

Re: pcib1: failed to allocate initial memory window

2011-07-21 Thread Andreas Tobler
On 21.07.11 17:53, John Baldwin wrote: On Wednesday, July 20, 2011 4:25:03 pm Andreas Tobler wrote: Hi all, Built a fresh kernel today (-CURRENT) on my DELL workstation (amd64). The network card does not get detected. Booted the old kernel again. Are there any chances to get this fixed or is

Re: em problem in virtualbox since the weekend

2011-07-21 Thread Scot Hetzel
On Thu, Jul 21, 2011 at 10:53 AM, John Baldwin j...@freebsd.org wrote: Hmm, so there does look to be a reasonable _CRS method.  Oh, I think I see what I don't like:                DWordMemory (ResourceProducer, PosDecode, MinNotFixed, MaxFixed, Cacheable, ReadWrite,                    

Re: em problem in virtualbox since the weekend

2011-07-21 Thread Jung-uk Kim
On Thursday 21 July 2011 11:53 am, John Baldwin wrote: On Wednesday, July 20, 2011 6:22:33 pm Steve Wills wrote: On 07/20/11 09:04, John Baldwin wrote: On Wednesday, July 20, 2011 8:33:07 am Bernhard Froehlich wrote: On Wed, 20 Jul 2011 07:41:26 -0400, John Baldwin wrote: On Tuesday,