Re: clangBSD build error

2010-05-20 Thread Roman Divacky
I tried building clangbsd yesterday with clang/llvm r104146 and it worked ok. and it still does: pes ~/clangbsd$ clang --version clang version 2.0 (trunk 104146) Target: x86_64-unknown-freebsd8.0 Thread model: posix pes ~/clangbsd$ clang -c lib/libc/stdlib/malloc.c -I lib/libc/include/

Re: clangBSD build error

2010-05-20 Thread Vanilla Hsu
I got such message since 2 weeks ago. -- /home/clangbsd/lib/libc/sys/stack_protector.c:88:19: error: format string is not a string literal (potentially insecure) [-Wformat-security] syslog(LOG_CRIT, msg); ^~~ 1 error generated. *** Error code 1 Stop in

Re: clangBSD build error

2010-05-20 Thread Roman Divacky
On Thu, May 20, 2010 at 05:39:09PM +0800, Vanilla Hsu wrote: I got such message since 2 weeks ago. -- /home/clangbsd/lib/libc/sys/stack_protector.c:88:19: error: format string is not a string literal (potentially insecure) [-Wformat-security] syslog(LOG_CRIT, msg);

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-05-20 Thread Gustau PĂ©rez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 En/na Weongyo Jeong ha escrit: On Fri, May 07, 2010 at 06:08:05PM +0200, Gustavo Perez Querol wrote: Hello Gustau, I'm so sorry for belated response that I had no time to read and work email and wireless stuffs. Could you please test this symptom

Re: clangBSD build error

2010-05-20 Thread ambrosehuang ambrose
I found my clang version is : [r...@lateaxfreebsd src]# clang --version clang version 2.0 (trunk) Target: *x86_64-portbld-freebsd8.0* Thread model: posix svn revision is r10379_1 in PORTS I think maybe you can use the llvm-devel in PORTS to reproduce this I try to update clang to the latest

MAKEOBJDIRPREFIX and installkernel

2010-05-20 Thread Boris Samorodov
Hi List, here is something strange with current CURRENT: - [~]b...@izar% LANG=C svn info FreeBSD/base/head/src Path: FreeBSD/base/head/src URL: svn+ssh://svn.freebsd.org/base/head Repository Root: svn+ssh://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision:

Re: MAKEOBJDIRPREFIX and installkernel

2010-05-20 Thread Yuri Pankov
On Thu, May 20, 2010 at 09:59:25PM +0400, Boris Samorodov wrote: Hi List, here is something strange with current CURRENT: - [~]b...@izar% LANG=C svn info FreeBSD/base/head/src Path: FreeBSD/base/head/src URL: svn+ssh://svn.freebsd.org/base/head Repository Root:

Re: MAKEOBJDIRPREFIX and installkernel

2010-05-20 Thread Boris Samorodov
On Thu, 20 May 2010 22:58:00 +0400 Yuri Pankov wrote: On Thu, May 20, 2010 at 09:59:25PM +0400, Boris Samorodov wrote: Hi List, here is something strange with current CURRENT: - [~]b...@izar% LANG=C svn info FreeBSD/base/head/src Path: FreeBSD/base/head/src URL:

Re: clangBSD build error

2010-05-20 Thread Roman Divacky
On Thu, May 20, 2010 at 10:10:23PM +0800, ambrosehuang ambrose wrote: I found my clang version is : [r...@lateaxfreebsd src]# clang --version clang version 2.0 (trunk) Target: *x86_64-portbld-freebsd8.0* Thread model: posix svn revision is r10379_1 in PORTS I think maybe you can use the

Re: LOR: ufs vs bufwait

2010-05-20 Thread Erik Cederstrand
Den 12/05/2010 kl. 22.44 skrev Jeff Roberson: I think Peter Holm also saw this once while we were testing SUJ and reproduced ~30 second hangs with stock sources. At this point we need to brainstorm ideas for adding debugging instrumentation and come up with the quickest possible repro.