Re: problem with buildworld

2018-02-05 Thread Dimitry Andric
On 5 Feb 2018, at 18:48, Filippo Moretti wrote: > > Buildworld failed with libpam/modules error.I tried to delete /usr/obj/usr > but I get the following error[root@sting /usr/src]# rm -rf /usr/obj/usrrm: >

problem with buildworld

2018-02-05 Thread Filippo Moretti
Buildworld failed with libpam/modules error.I tried to delete /usr/obj/usr but I get the following error[root@sting /usr/src]# rm -rf /usr/obj/usrrm: /usr/obj/usr/src/i386.i386/lib/libpam/modules/pam_opieaccess/pam_opieaccess.so.6.debug: Bad file descriptorrm:

Problem with buildworld (Stop in /usr/src/lib/csu/i386-elf.)

2010-08-07 Thread Николай
Hi I want to update my FreeBSD system from 7.2-RELEASE-p4 to 8.1-RELEASE When I try to run make buildworld, process stopped with error. = === lib/csu/i386-elf (obj,depend,all,install) rm -f .depend mkdep -f .depend -a   

Re: Problem with buildworld with CLANG

2010-06-24 Thread Tom Evans
On Wed, Jun 23, 2010 at 4:52 PM, Cristiano Deana cristiano.de...@gmail.com wrote: On Wed, Jun 23, 2010 at 3:15 PM, Tom Evans tevans...@googlemail.com wrote: Top of the '[TESTING] Clang..' email: hi, ClangBSD was updated to LLVM/clang revision 104832 which is what we aim to import into

Re: Problem with buildworld with CLANG

2010-06-24 Thread Cristiano Deana
On Thu, Jun 24, 2010 at 11:24 AM, Tom Evans tevans...@googlemail.com wrote: The error in your first email was clearly a warning being promoted to an error, so either you had a different error on your build with NO_WERROR/WERROR, or your NO_WERROR/WERROR settings were not being respected.

Re: Problem with buildworld with CLANG

2010-06-24 Thread Dimitry Andric
On 2010-06-24 15:33, Cristiano Deana wrote: Last lines: /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4_dgst.c:135:2: error: unsupported inline asm: input with type 'unsigned long' matching output with type 'unsigned int' R1(D,A,B,C,X( 4), 5,0x5A827999L);

Re: Problem with buildworld with CLANG

2010-06-24 Thread Tom Evans
On Thu, Jun 24, 2010 at 2:33 PM, Cristiano Deana cristiano.de...@gmail.com wrote: On Thu, Jun 24, 2010 at 11:24 AM, Tom Evans tevans...@googlemail.com wrote: The error in your first email was clearly a warning being promoted to an error, so either you had a different error on your build with

Problem with buildworld with CLANG

2010-06-23 Thread Cristiano Deana
# uname -a FreeBSD test 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Tue Jun 22 16:04:38 CEST 2010 r...@test:/usr/obj/usr/src/sys/GENERIC amd64 # cat /etc/src.conf #NO_WERROR= #WERROR= CC= clang CXX=clang++ sources from this morning, i got this error: clang -O2 -pipe

Re: Problem with buildworld with CLANG

2010-06-23 Thread René Ladan
2010/6/23 Cristiano Deana cristiano.de...@gmail.com: # uname -a FreeBSD test 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Tue Jun 22 16:04:38 CEST 2010     r...@test:/usr/obj/usr/src/sys/GENERIC  amd64 # cat /etc/src.conf #NO_WERROR= #WERROR= CC=     clang CXX=    clang++ sources from this

Re: Problem with buildworld with CLANG

2010-06-23 Thread Tom Evans
On Wed, Jun 23, 2010 at 1:38 PM, Cristiano Deana cristiano.de...@gmail.com wrote: # uname -a FreeBSD test 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Tue Jun 22 16:04:38 CEST 2010     r...@test:/usr/obj/usr/src/sys/GENERIC  amd64 # cat /etc/src.conf #NO_WERROR= #WERROR= CC=     clang CXX=    

Re: Problem with buildworld with CLANG

2010-06-23 Thread Cristiano Deana
On Wed, Jun 23, 2010 at 3:15 PM, Tom Evans tevans...@googlemail.com wrote: Top of the '[TESTING] Clang..' email: hi, ClangBSD was updated to LLVM/clang revision 104832 which is what we aim to import into HEAD in roughly a week. We would like the initial import to be as painless as

Problem with buildworld: what is major really supposed to be?

2002-02-23 Thread David Wolfskill
Trying to make buildworld for today's -CURRENT, I get: stage 4: building libraries -- ... === doc cc -fpic -DPIC -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_file.c -o kvm_file.So In file included from

Re: Problem with buildworld: what is major really supposed to be?

2002-02-23 Thread Poul-Henning Kamp
Yeah, I'm chasing that one right now. I'm not yet quite sure which commit has broken this, nor what the right fix is... Poul-Henning In message [EMAIL PROTECTED], David Wolfskill w rites: Trying to make buildworld for today's -CURRENT, I get: stage 4: building libraries

Re: Problem with buildworld: what is major really supposed to be?

2002-02-23 Thread Poul-Henning Kamp
Ok, found it: This is the culprit: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/file.h.diff?r1=1.39r2=1.40 In message [EMAIL PROTECTED], Poul-Henning Kamp writes: Yeah, I'm chasing that one right now. I'm not yet quite sure which commit has broken this, nor what the right fix is...