make buildworld

2013-10-22 Thread Saul A. Peebsen
OK, here's a bit of history of this box. Never wanted to run CURRENT,
but had no choice, STABLE wouldn't boot. So I followed all the advice
how to disable all debugging features. Now I'm trying to build latest
10 and I'm getting the error below.

What's wrong?


cc   -O2 -pipe -march=core2 -I/usr/src/lib/libc/include
-I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS
-D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa
-I/usr/src/lib/libc/../../contrib/libc-vis -DINET6
-I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE
-DPOSIX_MISTAKE -I/usr/src/lib/libc/../../contrib/jemalloc/include
-DMALLOC_PRODUCTION -I/usr/src/lib/libc/../../contrib/tzcode/stdtime
-I/usr/src/lib/libc/stdtime  -I/usr/src/lib/libc/locale -DBROKEN_DES
-DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING
-DSYMBOL_VERSIONING -std=gnu99 -Qunused-arguments -fstack-protector
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized
-Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum
-Wno-knr-promoted-parameter -c jemalloc_jemalloc.c -o
jemalloc_jemalloc.o In file included from jemalloc_jemalloc.c:2: In
file included
from 
/usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h:64:
In file included
from 
/usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc.h:18:
 
/usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc_FreeBSD.h:7:9:
error: 'MALLOC_PRODUCTION' macro redefined [-Werror] #define
MALLOC_PRODUCTION ^ :6:9: note: previous definition is
here #define MALLOC_PRODUCTION 1 ^ 1 error generated. *** Error code 1


-- 
Cheers, Saul
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


make buildworld

2002-09-26 Thread wsk

hi all
i get the follow error mesgs when i make builword after cvsup my current 
,and i found the
sendmail as the same.
btxld -v -E 0x1000 -f bin -b 
/usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr  -o 
boot2.ld -P 1 boot2.bin
btxld: Cannot allocate memory
*** Error code 2

Stop in /usr/src/sys/boot/i386/boot2.
thanks any info


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failure

2000-02-07 Thread Michael Lucas

Since we're in code freeze, I decided to install -current and have a
go.  (Yes, I'm specifically on the list of people who should not run
-current; this is a test box being temporarily donated.)

I installed off of the 2101 snapshot CD-Rom, cvsupped to -current.
The make buildworld fails at:

cc -O -pipe -I/usr/obj/usr/src/gnu/usr.bin/perl/libperl 
-I/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5 
-I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/perl.c -o perl.o
cc -O -pipe -I/usr/obj/usr/src/gnu/usr.bin/perl/libperl 
-I/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5 
-I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/gv.c -o gv.o
cc -O -pipe -I/usr/obj/usr/src/gnu/usr.bin/perl/libperl 
-I/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5 
-I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/gnu/usr.bin/perl/libperl/../../../../contrib/perl5/toke.c -o toke.o
mkdir: build: File exists
*** Error code 1

Dmesg, kernel, etc. available on request.  I don't recall seeing a
perl problem on the -current list lately.  Any thoughts?

Thanks,
==ml


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failed...

1999-08-27 Thread Sergey A. Osokin

After cvsup my -current sources, i try to make build world...

ld -N -e start -Ttext 0x10 -o btxldr.out btxldr.o
objcopy -S -O binary btxldr.out btxldr
===> sys/boot/i386/btx/lib
as  -elf -o btxcsu.o /usr/src/sys/boot/i386/btx/lib/btxcsu.s
as  -elf -o btxsys.o /usr/src/sys/boot/i386/btx/lib/btxsys.s
as  -elf -o btxv86.o /usr/src/sys/boot/i386/btx/lib/btxv86.s
ld  -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o 
===> sys/boot/i386/boot2
(cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) |  as  -o boot1.o
ld -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out boot1.o
objcopy -S -O binary boot1.out boot1
dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
*** Error code 1

Stop in /usr/src/sys/boot/i386/boot2.
*** Error code 1

Stop in /usr/src/sys/boot/i386.
*** Error code 1

Stop in /usr/src/sys/boot.
*** Error code 1

Stop in /usr/src/sys.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
-- 

What can i do?

Rgdz,
Osokin Sergey aka oZZ,
[EMAIL PROTECTED]
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld broken?

1999-10-04 Thread Guido van Rooij

Hi,

I have a 3.3.-stable system and somehow I cannot make buildworld
a current tree.
The porblem is:
cc -c  -I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config 
-I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC 
-I/usr/obj/alt/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o 
/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
*** Signal 12

Stop in /alt/usr/src/gnu/lib/libgcc.
*** Error code 1

This system has been running and compilig a lot of other FreeBSD versions
in the last 3 years, and has never had any memory problems at all.

IIRC a couple of days ago a buildworld worked (but I had to reinstall
due to a different disksetup)

Is this a known problem?

-Guido


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld problem...

1999-10-27 Thread Tomas TPS Ulej

>From today's cvsup:

cd /usr/src ; make clean ; make buildworld

[snip]

rm -f .depend /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GPATH
/usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GRTAGS
/usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GSYMS
/usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GTAGS
echo '#include ' > config.h
echo '#include ' >> config.h
echo '#include "i386/xm-i386.h"' > tconfig.h
echo '#include "i386/i386.h"' > tm.h
echo '#include "i386/att.h"' >> tm.h
echo '#include "i386/freebsd.h"' >> tm.h
echo '#include "i386/perform.h"' >> tm.h
cc -c -O -pipe -I/shared1/FreeBSD/src/gnu/lib/libgcc/../../../contrib/egcs/g
cc/config -I/shared1/FreeBSD/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I
. -fexceptions -DIN_GCC -I/usr/obj/shared1/FreeBSD/src/tmp/usr/include -DL_m
ulsi3 -o _mulsi3.o
/shared1/FreeBSD/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
*** Signal 12

Stop in /shared1/FreeBSD/src/gnu/lib/libgcc.
*** Error code 1

Stop in /shared1/FreeBSD/src.
*** Error code 1

--
Tomas TPS Ulej
Network Administrator
NEXTRA by Telenor Internet
more? http://www.ripe.net/cgi-bin/whois?tu36-ripe



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld

2013-10-22 Thread Mateusz Guzik
On Tue, Oct 22, 2013 at 07:49:21PM -0500, Saul A. Peebsen wrote:
> OK, here's a bit of history of this box. Never wanted to run CURRENT,
> but had no choice, STABLE wouldn't boot. So I followed all the advice
> how to disable all debugging features. Now I'm trying to build latest
> 10 and I'm getting the error below.
> 
> What's wrong?
> 
> 
> cc   -O2 -pipe -march=core2 -I/usr/src/lib/libc/include
> -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS
> -D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa
> -I/usr/src/lib/libc/../../contrib/libc-vis -DINET6
> -I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE
> -DPOSIX_MISTAKE -I/usr/src/lib/libc/../../contrib/jemalloc/include
> -DMALLOC_PRODUCTION -I/usr/src/lib/libc/../../contrib/tzcode/stdtime
> -I/usr/src/lib/libc/stdtime  -I/usr/src/lib/libc/locale -DBROKEN_DES
> -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING
> -DSYMBOL_VERSIONING -std=gnu99 -Qunused-arguments -fstack-protector
> -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized
> -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
> -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
> -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum
> -Wno-knr-promoted-parameter -c jemalloc_jemalloc.c -o
> jemalloc_jemalloc.o In file included from jemalloc_jemalloc.c:2: In
> file included
> from 
> /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h:64:
> In file included
> from 
> /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc.h:18:
>  
> /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc_FreeBSD.h:7:9:
> error: 'MALLOC_PRODUCTION' macro redefined [-Werror] #define
> MALLOC_PRODUCTION ^ :6:9: note: previous definition is
> here #define MALLOC_PRODUCTION 1 ^ 1 error generated. *** Error code 1
> 
> 

Presumably you have MALLOC_PRODUCTION set in src.conf or make.conf,
remove it.
-- 
Mateusz Guzik 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make buildworld

2013-10-22 Thread George Mitchell

On 10/22/13 20:55, Mateusz Guzik wrote:

On Tue, Oct 22, 2013 at 07:49:21PM -0500, Saul A. Peebsen wrote:

OK, here's a bit of history of this box. Never wanted to run CURRENT,
but had no choice, STABLE wouldn't boot. So I followed all the advice
how to disable all debugging features. Now I'm trying to build latest
10 and I'm getting the error below.

What's wrong?


cc   -O2 -pipe -march=core2 -I/usr/src/lib/libc/include
-I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/amd64 -DNLS
-D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../contrib/gdtoa
-I/usr/src/lib/libc/../../contrib/libc-vis -DINET6
-I/usr/obj/usr/src/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE
-DPOSIX_MISTAKE -I/usr/src/lib/libc/../../contrib/jemalloc/include
-DMALLOC_PRODUCTION -I/usr/src/lib/libc/../../contrib/tzcode/stdtime
-I/usr/src/lib/libc/stdtime  -I/usr/src/lib/libc/locale -DBROKEN_DES
-DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DYP -DNS_CACHING
-DSYMBOL_VERSIONING -std=gnu99 -Qunused-arguments -fstack-protector
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized
-Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum
-Wno-knr-promoted-parameter -c jemalloc_jemalloc.c -o
jemalloc_jemalloc.o In file included from jemalloc_jemalloc.c:2: In
file included
from 
/usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h:64:
In file included
from 
/usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc.h:18:
 
/usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/../jemalloc_FreeBSD.h:7:9:
error: 'MALLOC_PRODUCTION' macro redefined [-Werror] #define
MALLOC_PRODUCTION ^ :6:9: note: previous definition is
here #define MALLOC_PRODUCTION 1 ^ 1 error generated. *** Error code 1




Presumably you have MALLOC_PRODUCTION set in src.conf or make.conf,
remove it.



Ran into this myself.  More specifically, you have MALLOC_PRODUCTION
set to something other than the null string.  jemalloc_FreeBSD.h,
however, says "#define MALLOC_PRODUCTION".  This is okay if you have

MALLOC_PRODUCTION=

in src.conf/make.conf, and this is okay if you don't have
MALLOC_PRODUCTION in those files, but if you have it set to foo,
or y, or even "no", you will get this compile error.   -- George
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make buildworld

2013-10-22 Thread Saul A. Peebsen
On Wed, 23 Oct 2013 02:55:02 +0200
Mateusz Guzik  wrote:

> On Tue, Oct 22, 2013 at 07:49:21PM -0500, Saul A. Peebsen wrote:
> > OK, here's a bit of history of this box. Never wanted to run
> > CURRENT, but had no choice, STABLE wouldn't boot. So I followed all
> > the advice how to disable all debugging features. Now I'm trying to
> > build latest 10 and I'm getting the error below.
> > 
> > What's wrong?
> > 
> 
> Presumably you have MALLOC_PRODUCTION set in src.conf or make.conf,
> remove it.

Thank you, is there anything else I need to modify to move from
10-CURRENT to BETA and ultimately to RELEASE?

-- 
Cheers, Saul
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make buildworld

2013-10-22 Thread Shane Ambler
On 23/10/2013 11:50, Saul A. Peebsen wrote:

> Never wanted to run CURRENT, but had no choice, STABLE wouldn't boot.

> is there anything else I need to modify to move from
> 10-CURRENT to BETA and ultimately to RELEASE?
> 

I believe HEAD has been renamed to 11-CURRENT

stable/10 was created 12 days ago which is 10-BEATA

Was it stable/9 or stable/10 that wouldn't boot?

With 10.0 to be released shortly you may wait a while for 11.0 release


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make buildworld

2013-10-23 Thread dt71

George Mitchell wrote, On 10/23/2013 03:22:

On 10/22/13 20:55, Mateusz Guzik wrote:

On Tue, Oct 22, 2013 at 07:49:21PM -0500, Saul A. Peebsen wrote:

error: 'MALLOC_PRODUCTION' macro redefined [-Werror] #define
MALLOC_PRODUCTION ^ :6:9: note: previous definition is
here #define MALLOC_PRODUCTION 1 ^ 1 error generated. *** Error code 1


Presumably you have MALLOC_PRODUCTION set in src.conf or make.conf,
remove it.



Ran into this myself.  More specifically, you have MALLOC_PRODUCTION
set to something other than the null string.  jemalloc_FreeBSD.h,
however, says "#define MALLOC_PRODUCTION".  This is okay if you have

MALLOC_PRODUCTION=

in src.conf/make.conf, and this is okay if you don't have
MALLOC_PRODUCTION in those files, but if you have it set to foo,
or y, or even "no", you will get this compile error.   -- George


That shouldn't be the case, either the jemalloc-part of the build system (which 
apparently -- for no apparently good reason -- translates the said make 
variable directly to a C preprocessor #define) or the jemalloc header file 
should be fixed. Or?

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


"make buildworld" fails

2013-05-29 Thread Robert Huff

On a system running:

 FreeBSD 10.0-CURRENT #0 r248938: Sun Mar 31 06:24:42 EDT 2013 amd64

with the source tree updated every night, "make buildworld"
has failed for about the past week with:

cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake  -DUSE_META 
-DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H  -DUSE_META -DMAKE_NATIVE 
-DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
-I/usr/src/contrib/bmake  -DMAKE_NATIVE  -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-conversion  -c 
/usr/src/contrib/bmake/lst.lib/lstPrev.c
cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake  -DUSE_META 
-DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H  -DUSE_META -DMAKE_NATIVE 
-DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
-I/usr/src/contrib/bmake  -DMAKE_NATIVE  -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-conversion  -c 
/usr/src/contrib/bmake/lst.lib/lstRemove.c
cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake  -DUSE_META 
-DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H  -DUSE_META -DMAKE_NATIVE 
-DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
-I/usr/src/contrib/bmake  -DMAKE_NATIVE  -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-conversion  -c 
/usr/src/contrib/bmake/lst.lib/lstReplace.c
cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake  -DUSE_META 
-DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H  -DUSE_META -DMAKE_NATIVE 
-DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
-I/usr/src/contrib/bmake  -DMAKE_NATIVE  -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-conversion  -c 
/usr/src/contrib/bmake/lst.lib/lstSucc.c
cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake  -DUSE_META 
-DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H  -DUSE_META -DMAKE_NATIVE 
-DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
-I/usr/src/contrib/bmake  -DMAKE_NATIVE  -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-conversion  -c /usr/src/contrib/bmake/stresep.c
cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake  -DUSE_META 
-DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H  -DUSE_META -DMAKE_NATIVE 
-DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
-I/usr/src/contrib/bmake  -DMAKE_NATIVE  -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-conversion   -static -o make arch.o buf.o compat.o 
cond.o dir.o for.o hash.o job.o main.o make.o make_malloc.o meta.o parse.o 
str.o strlist.o suff.o targ.o trace.o util.o var.o lstAppend.o lstAtEnd.o 
lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o lstDestroy.o 
lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o lstFirst.o lstForEach.o 
lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o ls
 tIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstPrev.o lstRemove.o 
lstReplace.o lstSucc.o stresep.o 
sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make 
/usr/obj/usr/src/make.amd64/make
usage: make [-BeikNnqrstWX] 
[-C directory] [-D variable] [-d flags] [-f makefile]
[-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
[-V variable] [variable=value] [target .

make buildworld fails

1999-03-29 Thread Kevin G. Eliuk

Updated as of the build ...

Script started on Sun Mar 28 22:46:48 1999
# make -DCLOBBER -j6 buildworld
--
>>> Cleaning up the temporary elf build tree
--
mkdir -p /usr/obj/usr/src/tmp
chflags -R noschg /usr/obj/usr/src/tmp/
rm -rf /usr/obj/usr/src/tmp
--
>>> Making make

< .. skipping .. >

cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
-DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/lib/libc_r/../libc/gen/getvfsent.c -o getvfsent.o
cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
-DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/lib/libc_r/../libc/gen/glob.c -o glob.o
cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
-DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/lib/libc_r/../libc/gen/initgroups.c -o initgroups.o
cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
-DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/lib/libc_r/../libc/gen/isatty.c -o isatty.o
cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
-DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
-DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/lib/libc_r/../libc/gen/jrand48.c -o jrand48.o
In file included from /usr/src/lib/libc_r/../libc/gen/isatty.c:42:
/usr/src/lib/libc_r/uthread/pthread_private.h:793: parse error before 
`_sched_switch_hook'
/usr/src/lib/libc_r/uthread/pthread_private.h:797: warning: data definition has 
no type or storage class
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

--
Regards,
Kevin G. Eliuk
Discover Rock Solid, Discover FreeBSD | http://www.FreeBSD.Org



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



make buildworld fails

1999-04-02 Thread Marc van Woerkom
Hi!

A fresh cvsup plus make buildworld did not complete on
my 3.0-RELEASE system. 


--

r...@oranje# date
Fri Apr  2 22:37:32 CEST 1999
r...@oranje# make buildworld; date

--
>>> Cleaning up the temporary elf build tree
--
mkdir -p /usr/obj/usr/src/tmp
chflags -R noschg /usr/obj/usr/src/tmp/
rm -rf /usr/obj/usr/src/tmp

--
>>> Making make


(...)


install -c -o root -g wheel -m 444 libstdc++.so.2 
/usr/obj/usr/src/tmp/usr/lib
ln -sf libstdc++.so.2 /usr/obj/usr/src/tmp/usr/lib/libstdc++.so
cd /usr/src/gnu/usr.bin/cc/libgcc; /usr/obj/usr/src/tmp/usr/bin/make all; 
/usr/obj/usr/src/tmp/usr/bin/make -B install
install -c -o root -g wheel -m 444 bsd.README bsd.dep.mk bsd.doc.mk 
bsd.docb.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk bsd.lib.mk bsd.libnames.mk 
bsd.man.mk bsd.obj.mk bsd.own.mk bsd.port.mk bsd.port.post.mk  bsd.port.pre.mk 
bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk  
/usr/obj/usr/src/tmp/mk
usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 
file2
   install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
 fileN directory
   install -d [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
Fri Apr  2 23:17:53 CEST 1999
r...@oranje#

-

However these last attempts did run through without problems:

  -rw-r--r--   1 root  bin8310232 Mar 22 19:36 1.log
  -rw-r--r--   1 root  bin8346805 Mar 24 00:57 2.log
  -rw-r--r--   1 root  bin8346878 Mar 26 22:39 3.log
  -rw-r--r--   1 root  bin8357073 Mar 28 23:41 4.log
  -rw-r--r--   1 root  bin5415813 Mar 30 00:18 5.log
  -rw-r--r--   1 root  bin5588079 Apr  2 04:28 6.log

Regards,
Marc


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Make buildworld fails

2018-07-10 Thread blubee blubeeme
Why am I getting these errors?

error: user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]

--
In file included from /usr/src/usr.sbin/pmc/cmd_pmc_filter.cc:71:
In file included from
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:477:
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:796:29:
error: user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]
basic_string_view operator "" sv(const char *__str, size_t __len)
_NOEXCEPT
^
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:802:32:
error: user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]
basic_string_view operator "" sv(const wchar_t *__str, size_t
__len) _NOEXCEPT
   ^
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:808:33:
error: user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]
basic_string_view operator "" sv(const char16_t *__str,
size_t __len) _NOEXCEPT
^
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:814:33:
error: user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]
basic_string_view operator "" sv(const char32_t *__str,
size_t __len) _NOEXCEPT
^
In file included from /usr/src/usr.sbin/pmc/cmd_pmc_filter.cc:71:
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4046:24: error:
user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]
basic_string operator "" s( const char *__str, size_t __len )
   ^
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4052:27: error:
user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]
basic_string operator "" s( const wchar_t *__str, size_t __len
)
  ^
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4058:28: error:
user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]
basic_string operator "" s( const char16_t *__str, size_t
__len )
   ^
/usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4064:28: error:
user-defined literal suffixes not starting with '_' are reserved
[-Werror,-Wuser-defined-literals]
basic_string operator "" s( const char32_t *__str, size_t
__len )
   ^
8 errors generated.
*** Error code 1
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


'make buildworld' failure

2017-01-04 Thread Oleg V. Nauman
===> usr.sbin/inetd (all)
cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -
B/usr/obj/usr/src/tmp/usr/bin  -O2 -pipe -march=nehalem  -DLOGIN_CAP -DIPSEC -
g -MD  -MF.depend.inetd.o -MTinetd.o -std=gnu99 -fstack-protector-strong -
Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -
Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-
variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-
arguments  -c /usr/src/usr.sbin/inetd/inetd.c -o inetd.o
/usr/src/usr.sbin/inetd/inetd.c:319:28: error: implicit declaration of 
function 'satosin6' is
  invalid in C99 [-Werror,-Wimplicit-function-declaration]
IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
  ^
/usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
not a pointer
IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
    ^
/usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:266:4: note: expanded from 
macro
  'IN6_IS_ADDR_V4MAPPED'
((a)->__u6_addr.__u6_addr32[0] == 0 &&  \
  ^
/usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
not a pointer
IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
    ^
/usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:267:4: note: expanded from 
macro
  'IN6_IS_ADDR_V4MAPPED'
 (a)->__u6_addr.__u6_addr32[1] == 0 &&  \
  ^
/usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
not a pointer
IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
    ^
/usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:268:4: note: expanded from 
macro
  'IN6_IS_ADDR_V4MAPPED'
 (a)->__u6_addr.__u6_addr32[2] == ntohl(0x))
  ^
4 errors generated.
*** Error code 1



root@asus:/usr/src # svnlite info|grep Rev:
Last Changed Rev: 311250

My current system revision is r310560

 It possible that it is due to WITHOUT_INET6 defined in /etc/src.conf


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


make buildworld failure?

2016-09-20 Thread René Ladan
Hi,

yes, I do have -DNO_CLEAN in my make command, which gives:

make -DNO_CLEAN buildworld

===> secure/libexec/sftp-server (all)
/usr/local/libexec/ccache/world/cc -target x86_64-unknown-freebsd12.0
--sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe
-I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include
ssh_namespace.h -DHAVE_LDNS=1 -g -std=gnu99 -fstack-protector-strong
-Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value
-Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
-Wno-unused-local-typedef -Wno-switch -Wno-switch-enum
-Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments  -o
sftp-server.full sftp-server.o sftp-common.o sftp-server-main.o
-lprivatessh
/usr/obj/usr/src/tmp/usr/lib/libprivatessh.so: undefined reference to
`Fssh_sshpkt_put_bignum1'
/usr/obj/usr/src/tmp/usr/lib/libprivatessh.so: undefined reference to
`Fssh_sshpkt_get_bignum1'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

This is on 12.0-amd64 from r302502 to r306046

% cat /etc/make.conf
DEVELOPER=yes

.if (!empty(.CURDIR:M/usr/src*) || !empty(.CURDIR:M/usr/obj*) ||
!empty(.CURDIR:M/usr/local/poudriere/jails/*/usr/src*))
.if !defined(NOCCACHE) && exists(/usr/local/libexec/ccache/world/cc)
CC:=${CC:C,^cc,/usr/local/libexec/ccache/world/cc,1}
CXX:=${CXX:C,^c\+\+,/usr/local/libexec/ccache/world/c++,1}
.endif
.endif

No /etc/src*.conf present, also a quick find(1) did not find anything
called "privatessh".

René
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

make buildworld fails

2003-10-26 Thread rainer
Hi,

today, I cvsup'ed to current and I get various errors:

===> lib/libypclnt
rpcgen -C -h -o yp.h /usr/src/lib/libypclnt/../../include/rpcsvc/yp.x
rpcgen -C -l -o yp_clnt.c /usr/src/lib/libypclnt/../../include/rpcsvc/yp.x
rpcgen -C -h -o yppasswd.h
/usr/src/lib/libypclnt/../../include/rpcsvc/yppasswd.
x
rpcgen -C -c -o yppasswd_xdr.c
/usr/src/lib/libypclnt/../../include/rpcsvc/yppas
swd.x
rpcgen -C -l -o yppasswd_clnt.c
/usr/src/lib/libypclnt/../../include/rpcsvc/yppa
sswd.x
rpcgen -C -h -o yppasswd_private.h
/usr/src/lib/libypclnt/../../usr.sbin/rpc.ypp
asswdd/yppasswd_private.x
rpcgen -C -l -o yppasswd_private_clnt.c
/usr/src/lib/libypclnt/../../usr.sbin/rp
c.yppasswdd/yppasswd_private.x
rpcgen -C -c -o yppasswd_private_xdr.c
/usr/src/lib/libypclnt/../../usr.sbin/rpc
.yppasswdd/yppasswd_private.x
rm -f .depend
mkdep -f .depend -a-I.  /usr/src/lib/libypclnt/ypclnt_connect.c
/usr/src/lib
/libypclnt/ypclnt_error.c /usr/src/lib/libypclnt/ypclnt_free.c
/usr/src/lib/liby
pclnt/ypclnt_new.c /usr/src/lib/libypclnt/ypclnt_passwd.c yp_clnt.c
yppasswd_xdr
.c yppasswd_clnt.c yppasswd_private_clnt.c yppasswd_private_xdr.c
echo libypclnt.so.1: /usr/obj/usr/src/i386/usr/lib/librpcsvc.a >> .depend
cc -O -pipe -mcpu=pentiumpro -I. -Wsystem-headers -Werror -Wall
-Wno-format-y2k
-W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
-Wcast
-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align  -c
/usr/src/lib/libypclnt/
ypclnt_connect.c
In file included from /usr/src/lib/libypclnt/ypclnt_connect.c:45:
/usr/obj/usr/src/i386/usr/include/rpcsvc/ypclnt.h:81: warning: `struct
ypmaplist
' declared inside parameter list
/usr/obj/usr/src/i386/usr/include/rpcsvc/ypclnt.h:81: warning: its scope
is only
 this definition or declaration, which is probably not what you want
*** Error code 1

Stop in /usr/src/lib/libypclnt.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


When I do a buildworld with -j16, it stops somewhere else:

building static crypto library

building profiled crypto library

building shared library libcrypto.so.3

ranlib libcrypto.a

ranlib libcrypto_p.a

sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libcrypto.a
/usr/obj/usr/src/i386/usr/lib

sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libcrypto_p.a
/usr/obj/usr/src/i386/usr/lib

sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/crypto.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ebcdic.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/opensslv.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ossl_typ.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/symhacks.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/tmdiff.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/../e_os.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/../e_os2.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/aes/aes.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/aes/aes_locl.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/asn1.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/asn1_mac.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/asn1t.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bf/blowfish.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bio.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/buffer/buffer.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cast/cast.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/comp/comp.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_api.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/des/des.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/des/des_old.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/dh/dh.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/dsa/dsa.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/dso/dso.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ec/ec.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/eng_int.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/engine.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_4758_cca_err.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_aep_err.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_atalla_err.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_cswift_err.h
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_ncipher_err.h
/usr/s

make buildworld failure

2002-12-04 Thread JY
/usr/src/contrib/gcc/cp/except.c:790:18: cfns.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc1plus.


JY

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failed

2002-12-11 Thread Andriy Podanenko
hi!

#uname
FreeBSD 4.7-release-p2
 want todo:
 #make buildworld (for 5.0-CURRENT, cvsup yesterday)
 [skip...]
 ===>sbin/gbde
 dont know how to make rijndael-alg-fst.c
 Stop...
 [end...]
 Help,  what wrong?
 gcc version 3.3 (20021114)
 the same on gcc 3.2


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld warning

2003-07-25 Thread Shawn
===> sys/boot/i386/loader
"/usr/src/share/mk/bsd.prog.mk", line 38: warning: duplicate script for
target "
loader" ignored

FYI,
-- 
Shawn <[EMAIL PROTECTED]>
http://drevil.warpcore.org/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


make buildworld failed...

2000-04-08 Thread Sergey Osokin

Hello!
After CVSup at my FreeBSD 5.0-CURRENT #0: Sun Apr  2 17:54:04 MSD 2000 i try to run
make buildworld:


/usr/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int'
/usr/src/sys/boot/i386/loader/main.c: In function `extract_currdev':
/usr/src/sys/boot/i386/loader/main.c:163: warning: `biosdev' might be used 
uninitialized in this function
In file included from /usr/src/sys/boot/i386/loader/../libi386/pxe.c:52:
/usr/src/sys/boot/i386/loader/../libi386/pxe.h:459: conflicting types for 
`t_PXENV_UDP_WRITE'
/usr/src/sys/boot/i386/loader/../libi386/pxe.h:448: previous declaration of 
`t_PXENV_UDP_WRITE'
*** Error code 1
cc -O2 -pipe -march=pentium -DLOADER_NFS_SUPPORT -DBOOT_FORTH 
-I/usr/src/sys/boot/i386/loader/../../ficl 
-I/usr/src/sys/boot/i386/loader/../../ficl/i386 
-I/usr/src/sys/boot/i386/loader/../../common -I/usr/src/sys/boot/i386/loader/../../.. 
-I. -Wall -I/usr/src/sys/boot/i386/loader/.. 
-I/usr/src/sys/boot/i386/loader/../../../../lib/libstand/ 
-I/usr/src/sys/boot/i386/loader/../btx/lib -elf -DNEW_LINKER_SET   
-I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/sys/boot/i386/loader/../../common/interp.c
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error


Rgdz,
Sergey A. Osokin,
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failed...

2000-04-21 Thread Sergey Osokin

Hello!
After CVSup i tryed to rebuild my 5.0...

===> librsausa
mkdir: openssl: File exists
cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h openssl/opensslconf.h
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

Any idea?

Rgdz,
Sergey Osokin aka oZZ,
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld breakage

2000-05-05 Thread Michael Lucas

Anyone else, or am I special?

==ml

===> usr.bin/systat
cc -O -pipe -I/usr/src/usr.bin/systat/../../sys   -I/usr/obj/usr/src/i386/usr/include 
-c /usr/src/usr.bin/systat/cmds.c
cc -O -pipe -I/usr/src/usr.bin/systat/../../sys   -I/usr/obj/usr/src/i386/usr/include 
-c /usr/src/usr.bin/systat/cmdtab.c
cc -O -pipe -I/usr/src/usr.bin/systat/../../sys   -I/usr/obj/usr/src/i386/usr/include 
-c /usr/src/usr.bin/systat/devs.c
cc -O -pipe -I/usr/src/usr.bin/systat/../../sys   -I/usr/obj/usr/src/i386/usr/include 
-c /usr/src/usr.bin/systat/fetch.c
cc -O -pipe -I/usr/src/usr.bin/systat/../../sys   -I/usr/obj/usr/src/i386/usr/include 
-c /usr/src/usr.bin/systat/iostat.c
In file included from /usr/src/usr.bin/systat/iostat.c:68:
/usr/src/usr.bin/systat/../../sys/sys/buf.h:91: field `b_io' has incomplete type
*** Error code 1

Stop in /usr/src/usr.bin/systat.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failed...

2000-05-05 Thread Sergey Osokin

Hello!
After cvsuped my 5.0-CURRENT (FreeBSD 5.0-CURRENT #0: Mon May  1 02:25:08 MSD 2000)
i try to buildworld...

# make -DNOCLEAN -j6 buildworld

===> librsausa
mkdir: openssl: File exists
cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h openssl/opensslconf.h
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

Any idea?

Rgdz,
Sergey Osokin aka oZZ,
[EMAIL PROTECTED]
http://www.FreeBSD.org.ru/~osa/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld error

2000-05-13 Thread Donn Miller

===> usr.sbin/tcpdump/tcpdump
rm -f .depend
mkdep -f .depend -a-DHAVE_CONFIG_H
-I/usr/src/usr.sbin/tcpdump/tcpdump
-I/usr/obj/usr/src/i386/usr/include/openssl -DCRYPTO -DHAVE_LIBCRYPTO
-DHAVE_RC5_H -DHAVE_CAST_H
-I/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/lbl
-I/usr/obj/usr/src/i386/usr/include  version.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/tcpdump.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/addrtoname.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/bpf_dump.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/gmt2local.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/machdep.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/parsenfsfh.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ah.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-arp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ascii.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-atalk.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-atm.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-bgp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-bootp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-chdlc.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-cip.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-decnet.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-dhcp6.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-domain.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-dvmrp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-egp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-esp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ether.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-fddi.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-frag6.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-gre.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-icmp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-icmp6.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-igrp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ip.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ip6.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ip6opts.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ipcomp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ipx.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-isakmp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-isoclns.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-krb.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-l2tp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-lane.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-lcp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-llc.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-mobile.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-nfs.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ntp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-null.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ospf.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ospf6.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-pim.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ppp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-pppoe.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-raw.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-rip.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-ripng.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-rt6.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-rx.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-sl.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-smb.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-snmp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-sunrpc.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-tcp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-telnet.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-tftp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-token.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-udp.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-vjc.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-wb.c

make buildworld failed...

2000-06-19 Thread Sergey Osokin

Hello!
After CVSuped my source, i try to buildworld and it failed...

===> libssh
rm -f .depend
mkdep -f .depend -a-DSKEY -I/usr/obj/usr/src/i386/usr/include  
/usr/src/secure/lib/libssh/../../../crypto/openssh/authfd.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/authfile.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/aux.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/bufaux.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/buffer.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/canohost.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/channels.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/cipher.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/compat.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/compress.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/crc32.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/deattack.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/fingerprint.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/hostfile.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/log.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/match.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/mpaux.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/nchan.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/packet.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/readpass.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/rsa.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/tildexpand.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/ttymodes.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/uidswap.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/xmalloc.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/atomicio.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/key.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/dispatch.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/dsa.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/kex.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/hmac.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/uuencode.c 
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c
In file included from /usr/obj/usr/src/i386/usr/include/openssl/pem.h:66,
 from /usr/src/secure/lib/libssh/../../../crypto/openssh/authfile.c:24:
/usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such file or 
directory
In file included from /usr/obj/usr/src/i386/usr/include/openssl/hmac.h:69,
 from /usr/src/secure/lib/libssh/../../../crypto/openssh/packet.c:40:
/usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such file or 
directory
In file included from /usr/src/secure/lib/libssh/../../../crypto/openssh/key.c:40:
/usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such file or 
directory
In file included from /usr/src/secure/lib/libssh/../../../crypto/openssh/dsa.c:43:
/usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such file or 
directory
In file included from /usr/obj/usr/src/i386/usr/include/openssl/pem.h:66,
 from /usr/src/secure/lib/libssh/../../../crypto/openssh/kex.c:49:
/usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such file or 
directory
In file included from /usr/obj/usr/src/i386/usr/include/openssl/hmac.h:69,
 from /usr/src/secure/lib/libssh/../../../crypto/openssh/hmac.c:37:
/usr/obj/usr/src/i386/usr/include/openssl/evp.h:99: openssl/idea.h: No such file or 
directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/secure/lib/libssh.
*** Error code 1

Stop in /usr/src/secure/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Any idea?

Rgdz,
Sergey A. Osokin aka oZZ,
[EMAIL PROTECTED]
http://www.FreeBSD.ORG.ru/~osa/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failed...

2000-07-02 Thread Sergey Osokin

Hello!
After CVSuped my sources i try make buildworld & it failed:

cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings   
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/thw.c
cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings   
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/tr.c
cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings   
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/usc
cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings   
-I/usr/obj/usr/src/i386/usr/include -c /usr/src/games/rogue/zac
cc -O2 -pipe -march=pentium -DUNIX -fwritable-strings   
-I/usr/obj/usr/src/i386/usr/include  -o rogue curses.o hit.o it.o inventory.o level.o 
machdep.o main.o message.o monster.o move.o object.o pack.o play.o random.o ring.o 
room.o save score.o spec_hit.o throw.o trap.o use.o zap.o  -lcurses -ltermcap -lcompat
monster.o: In function `mv_1_monster':
monster.o(.text+0x657): undefined reference to `flame_broil'
*** Error code 1

Stop in /usr/src/games/rogue.
*** Error code 1

Stop in /usr/src/games.
*** Error code 1


Any idea?

Rgdz,
Sergey Osokin aka oZZ,
[EMAIL PROTECTED]
http://www.FreeBSD.org.ru/~osa/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failed

2000-08-15 Thread daniel

I am currently running 3.5-stable.
I cvsuped -current from cvsup.jp.freebsd.org today and I got the following 
error while trying to make -j4 builworld 

c++ -I/usr/obj/resource/src/i386/usr/include/g++ -O -pipe
-I/usr/obj/resource/src/i386/usr/include
-I/resource/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib
-I/resource/src/gnu/usr.bin/gperf -c
/resource/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc
/resource/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:80:
warning: `catch', `throw', and `try' are all C++ reserved words
/resource/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc: In
function `void operator delete(void *)':
/resource/src/gnu/usr.bin/gperf/../../../contrib/gperf/src/new.cc:82:
declaration of `operator delete(void *)' throws different exceptions...
:82: ...from previous declaration here
*** Error code 1

Stop.
*** Error code 1






To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failure

2003-01-28 Thread Nick H. -- Technical Support Engineer
Got this today... src is fresh from cvsup2




mkdep -f
pend -a-I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh 
-I/usr/src/lib/libpam/modules/pam_ssh/../../../../contrib/openpam/include -I
/usr/src/lib/libpam/modules/pam_ssh/../../libpam
/usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c
In file included from /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:59:
/usr/obj/usr/src/i386/usr/include/openssl/evp.h:111:26: openssl/idea.h: No
such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/lib/libpam/modules/pam_ssh.
*** Error code 1

Stop in /usr/src/lib/libpam/modules.
*** Error code 1

Stop in /usr/src/lib/libpam.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld broken

2003-02-02 Thread Aurelien Nephtali
Hi,

With a fresh -CURRENT tree, I got:

cc -fno-merge-constants -mcpu=pentiumpro -Werror -Wall -Wno-format-y2k -Wno-unin
itialized  -c /usr/src/lib/libdisk/rules.c -o rules.o
cc1: warnings being treated as errors
/usr/src/lib/libdisk/rules.c: In function `Check_Chunk':
/usr/src/lib/libdisk/rules.c:265: warning: enumeration value `p_any' not handled
 in switch
/usr/src/lib/libdisk/rules.c:265: warning: enumeration value `p_alpha' not handl
ed in switch
/usr/src/lib/libdisk/rules.c:265: warning: enumeration value `p_sparc64' not han
dled in switch
/usr/src/lib/libdisk/rules.c:265: warning: enumeration value `p_ia64' not handle
d in switch
/usr/src/lib/libdisk/rules.c:265: warning: enumeration value `p_ppc' not handled
 in switch
*** Error code 1

Stop in /usr/src/lib/libdisk.
*** Error code 1

This error happens for about 2 days.

-- Aurelien



msg51536/pgp0.pgp
Description: PGP signature


`make buildworld' failed

2003-03-17 Thread Lev Serebryakov
Hello, current! How are you?

  I have:

  FreeBSD 5.0-CURRENT 24 Feb 2003 21:55:43 MSK.

  I have very rcent sources of -CURRENT (updated 17 Mar 2003 about
  20:00 MSK (GMT+3)).

  `make buildwolrd' was failed (only very tail of output is here):

cc -pg -O -pipe -march=pentiumpro -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DL_ENDIAN  -c 
/usr/src/crypto/openssl/crypto/x509v3/v3err.c -o v3err.po
cc -fpic -DPIC -O -pipe -march=pentiumpro -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DL_ENDIAN  -c 
/usr/src/crypto/openssl/crypto/x509v3/v3err.c -o v3err.So
building profiled crypto library
building static crypto library
building shared library libcrypto.so.3
ranlib libcrypto.a
ranlib libcrypto_p.a
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libcrypto.a 
/usr/obj/usr/src/i386/usr/lib
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/crypto.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ebcdic.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/opensslv.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ossl_typ.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/symhacks.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/tmdiff.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/../e_os.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/../e_os2.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/aes/aes.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/aes/aes_locl.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/asn1.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/asn1_mac.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/!
 asn1t.h /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bf/blowfish.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bio.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/buffer/buffer.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cast/cast.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/comp/comp.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_api.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/des/des.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/des/des_old.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/dh/dh.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/dsa/dsa.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/dso/dso.h 
/usr/src/secure/lib/libcrypto/../..!
 /../crypto/openssl/crypto/ec/ec.h /usr/src/secure/lib/libcrypto/../../
../crypto/openssl/crypto/engine/eng_int.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/engine.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_4758_cca_err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_aep_err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_atalla_err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_cswift_err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_ncipher_err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_nuron_err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_sureware_err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/engine/hw_ubsec_err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/err/err.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/hmac/hmac.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/!
 crypto/idea/idea.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/krb5/krb5_asn.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/lhash/lhash.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md2/md2.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md4/md4.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/md5/md5.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/objects/objects.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/objects/obj_mac.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/ocsp/ocsp.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/pem/pem.h 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/cry

make buildworld fails

2002-05-29 Thread Danny Braniss

cvsup'ed about 1 hour ago

in /etc/make.conf
MAKEOBJDIRPREFIX?=/r+d/obj
and with setnev MAKEOBJDIRPREFIX /r+d/obj

make buildworld
...
FATAL: can't create /usr/src/gnu/lib/libstdc++/../../../contrib/gcc/cp-demangle
.o: Permission denied

how can i fix this?

danny



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failure

2002-06-05 Thread Sid Carter

Hi,

make buildworld fails after the latest cvsup.

The error I get is this

-
calvin# tail -30 /usr/ports/nooworld.log
ranlib libcc_int.a
===> gnu/usr.bin/cc/cc
cc -O -pipe -march=pentiumpro -DIN_GCC -DHAVE_CONFIG_H 
-DPREFIX=\"/usr/obj/usr/src/i386/usr\" 
-I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config 
-DDEFAULT_TARGET_VERSION=\"3.1\" -DDEFAULT_TARGET_MACHINE=\"i386-undermydesk-freebsd\" 
   -D__FBSDID=__RCSID -c /usr/src/contrib/gcc/gcc.c
/usr/src/contrib/gcc/gcc.c: In function `process_command':
/usr/src/contrib/gcc/gcc.c:3335: warning: passing arg 4 of `getobjformat' from 
incompatible pointer type
/usr/src/contrib/gcc/gcc.c:3377: warning: assignment discards qualifiers from pointer 
target type
/usr/src/contrib/gcc/gcc.c:3379: warning: assignment from incompatible pointer type
/usr/src/contrib/gcc/gcc.c: In function `main':
/usr/src/contrib/gcc/gcc.c:5994: `FBSD_DATA_PREFIX' undeclared (first use in this 
function)
/usr/src/contrib/gcc/gcc.c:5994: (Each undeclared identifier is reported only once
/usr/src/contrib/gcc/gcc.c:5994: for each function it appears in.)
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc/cc.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/cc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
calvin# exit
exit

Script done on Thu Jun  6 09:33:47 2002
calvin# uname -a
FreeBSD calvin 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Jun  3 17:54:43 IST 2002 
root@calvin:/usr/obj/usr/src/sys/GENERIC  i386
-
Anything obviously wrong here ?
TIA
Regards
Sid
-- 
I've known him as a man, as an adolescent and as a child -- sometimes
on the same day.

Sid Carter FreeBSD oder Debian GNU/Linux.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld crashing

2002-07-29 Thread karl agee

I just updated my source and running make buildworld crashes here:

cd /usr/src/usr.bin/makewhatis;  make DIRPRFX=usr.bin/makewhatis/ obj; 
make DIRPRFX=usr.bin/makewhatis/ depend;  make
DIRPRFX=usr.bin/makewhatis/ all;  make DIRPRFX=usr.bin/makewhatis/
DESTDIR=/usr/obj/usr/src/i386 install
/usr/obj/usr/src/i386/usr/src/usr.bin/makewhatis created for
/usr/src/usr.bin/makewhatis
make: don't know how to make bsd.README. Stop
*** Error code 2

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld

2002-09-26 Thread Nate Lawson

I had this problem on my box when libc and the kernel got out of sync.  I
solved it with:
cd /usr/src/libc; make all install

-Nate

On Fri, 27 Sep 2002, wsk wrote:
> hi all
> i get the follow error mesgs when i make builword after cvsup my current 
> ,and i found the
> sendmail as the same.
> btxld -v -E 0x1000 -f bin -b 
> /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr  -o 
> boot2.ld -P 1 boot2.bin
> btxld: Cannot allocate memory
> *** Error code 2
> 
> Stop in /usr/src/sys/boot/i386/boot2.
> thanks any info
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld trouble

2000-12-04 Thread Adam Edwards

I just finished getting all the source, using cvsup.  When I do a make
buildworld, i get the following errors plus more but they are all related 
to the symhacks.h included from the crypto file.

In file included from /usr/obj/usr/src/secure/lib/libcrypto/openssl/bio.h:67,
 from /usr/obj/usr/src/secure/lib/libcrypto/openssl/err.h:68,
 from 
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cpt_err.c:62:

I serched all through my system and the source and couldn't find the
symhacks.h file.  I was wondering if anybody else has had the same problem
or if somebody knew how to fix it.

Much Appreciated,
Adam Edwards



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld failed...

2001-01-21 Thread Sergey A. Osokin

Hello!

After cvsuped, i try to build world under FreeBSD 5.0-CURRENT #0: Sat Jan 13 22:57:43 
MSK 2001

===> usr.bin/kdump
cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace 
-I/usr/src/usr.bin/kdump/../..   -I/usr/obj/usr/src/i386/u
sr/include -c /usr/src/usr.bin/kdump/kdump.c
cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace 
-I/usr/src/usr.bin/kdump/../..   -I/usr/obj/usr/src/i386/u
sr/include -c ioctl.c
In file included from ioctl.c:99:
/usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/obj/usr/src/i386/usr/include/pccard/cardinfo.h:81: warning: this is the location 
of the previous definition
In file included from ioctl.c:51:
/usr/obj/usr/src/i386/usr/include/machine/i4b_rbch_ioctl.h:45: `TELNO_MAX' undeclared 
here (not in a function)
ioctl.c: In function `ioctlname':
ioctl.c:693: invalid use of `restrict'
ioctl.c:693: sizeof applied to an incomplete type
*** Error code 1

Stop in /usr/src/usr.bin/kdump.
*** Error code 1

Stop in /usr/src/usr.bin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

-- 

Rgdz,/"\ 
Sergey Osokin aka oZZ,   \ /  ASCII RIBBON CAMPAIGN
[EMAIL PROTECTED]X AGAINST HTML MAIL
http://freebsd.org.ru/~osa/  / \


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

1999-08-27 Thread Ollivier Robert

According to Sergey A. Osokin:
> After cvsup my -current sources, i try to make build world...

> ===> sys/boot/i386/boot2
> (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) |  as  -o boot1.o

I get a different error:

dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
(cd /src/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) |  as  -o boot1.o
*** Error code 1
cc -elf -I/src/src/sys/boot/i386/boot2/../btx/lib -I. -fno-builtin  -Os 
-malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd  -Wall -Waggregate-return 
-Wbad-function-cast -Wcast-align  -Wmissing-declarations -Wmissing-prototypes 
-Wnested-externs  -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings   
-I/usr/obj/src/src/tmp/usr/include -c /src/src/sys/boot/i386/boot2/boot2.c
(cd /src/src/sys/boot/i386/boot2; m4 -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=9600 
sio.s) |  as  -o sio.o
1 error
*** Error code 2

CVSup from two hours ago.
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #73: Sat Jul 31 15:36:05 CEST 1999



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

1999-08-27 Thread Maxim Sobolev

"Sergey A. Osokin" wrote:

> After cvsup my -current sources, i try to make build world...
>
> ld  -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o
> ===> sys/boot/i386/boot2
> (cd /usr/src/sys/boot/i386/boot2; m4 -DFLAGS=0 boot1.m4 boot1.s) |  as  -o boot1.o
> ld -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out boot1.o
> objcopy -S -O binary boot1.out boot1
> dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> *** Error code 1
>
> Stop in /usr/src/sys/boot/i386/boot2.--
>
> What can i do?

Probably it consequences of recent dd changes...

-Max



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

1999-08-27 Thread Adam Wight

> > dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> > *** Error code 1

> Probably it consequences of recent dd changes...

So I'm not entirely alone, then.  I actually kernel panic quite reliably every
time I try to dd onto a floppy.  I can dd from one file to another without
a problem, and floppy access in general works as always.

What debugging information would be relevant?

-adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

1999-08-28 Thread Nick Hibma


Let me guess, the kernel panic ends up in a division by zero error when
writing to floppy in _qdivrem.

Haven't had time to script that panic, but will do next week.

Nick



On Fri, 27 Aug 1999, Adam Wight wrote:

> > > dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> > > *** Error code 1
> 
> > Probably it consequences of recent dd changes...
> 
> So I'm not entirely alone, then.  I actually kernel panic quite reliably every
> time I try to dd onto a floppy.  I can dd from one file to another without
> a problem, and floppy access in general works as always.
> 
> What debugging information would be relevant?
> 
> -adam
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 
> 

-- 
e-Mail: [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

1999-08-28 Thread Brian F. Feldman

On Fri, 27 Aug 1999, Adam Wight wrote:

> > > dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
> > > *** Error code 1
> 
> > Probably it consequences of recent dd changes...

Sorry about that! Instead of relying on the kernel being newer than the world
and haveing the new ioctl FIODTYPE, dd now only warns if the ioctl doesn't
work.

> 
> So I'm not entirely alone, then.  I actually kernel panic quite reliably every
> time I try to dd onto a floppy.  I can dd from one file to another without
> a problem, and floppy access in general works as always.
> 
> What debugging information would be relevant?

That sounds like it could have just been fixed by phk. If it's not that and
is the writing past the end of a block device issue, use the character
device instead.

> 
> -adam
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 

-- 
 Brian Fundakowski Feldman   /  "Any sufficiently advanced bug is\
 [EMAIL PROTECTED]   |   indistinguishable from a feature."  |
 FreeBSD: The Power to Serve!\-- Rich Kulawiec   /



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

1999-08-28 Thread Adam Wight

On Fri, 27 Aug 1999, Nick Hibma wrote:
>Let me guess, the kernel panic ends up in a division by zero error when
>writing to floppy in _qdivrem.

Yep, this would be it.

On Sat, 28 Aug 1999, Brian F. Feldman wrote:
>That sounds like it could have just been fixed by phk. If it's not that and
>is the writing past the end of a block device issue, use the character
>device instead.

I'm afraid it's the latter problem.  It crashes at line 414 of dd/conv.c,
but I really don't see why.  The arguments all look decent--it's only
trying to write 512 bytes at a time, and everything looks just like it does
during a character device write.  I don't understand this area of the
system well enough to do much useful debugging, but if anyone wants the
particulars, this is 120% repeatable.

-Adam Wight




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld broken?

1999-10-04 Thread Michael Kennett

Hi Guido,

> I have a 3.3.-stable system and somehow I cannot make buildworld
> a current tree.
> The porblem is:
> cc -c  -I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config 
>-I/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC 
>-I/usr/obj/alt/usr/src/tmp/usr/include -DL_mulsi3 -o _mulsi3.o 
>/alt/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
> *** Signal 12

There have been some major changes in the '-current' tree allowing more than
32 signals. These changes were documented (very well) in a 'HEADS-UP' by
Marcel when he committed his changes.

I've included that HEADS-UP for your reference below. There is a long
thread of discussions on -current about these changes. Check the archives
for details. In particular, you'll find that it is necessary to build
the kernel and *BOOT* the new kernel before a make world. There is continuing
work being done on these changes. 

> This system has been running and compilig a lot of other FreeBSD versions
> in the last 3 years, and has never had any memory problems at all.

It is not a memory problem. It is a change in the signalling mechanism of
the kernel.

> Is this a known problem?

Yes, and it is well documented in the -current mailing lists.

Mike Kennett
([EMAIL PROTECTED])


-Included:

To: [EMAIL PROTECTED]
Date: Wed, 29 Sep 1999 17:29:40 +0200
From: Marcel Moolenaar <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Subject: HEADS UP: sigset_t changes committed
Sender: [EMAIL PROTECTED]

I just finished committing the sigset_t changes I worked on for the last
5 weeks.

Before attempting to build world, you must make and install a new
kernel. The new kernel will contain new syscalls that are needed during
build world. doscmd is currently not being build because it needs fixing
first.

Alpha users are invited to test the changes since I've not been able to
do that myself. I've done all I possibly could do to make this a
success.

I've attached the commit logs for everyone to see. Please report
problems as soon as possible.

Thanks,

sigset_t change (part 1 of 5)
-

Rename sigaction, sigprocmask, sigpending and sigsuspend to
osigaction, osigprocmask, osigpending and osigsuspend (resp)
and add new syscalls for them to support the new sisgset_t
without breaking existing binaries.

Change the prototype of sigaltstack to use the typedef stack_t
instead of struct sigaltstack to reflect that it is SUSv2
compliant.

Also, rename sigreturn to osigreturn and add a new syscall
to support the modified stackframe. The change is caused by
sigreturn operating on ucontext_t now and the fact that
siginfo_t has been updated to conform to SUSv2.

sigset_t change (part 2 of 5)
-

The core of the signalling code has been rewritten to operate
on the new sigset_t. No methodological changes have been made.
Most references to a sigset_t object are through macros (see
signalvar.h) to create a level of abstraction and to provide
a basis for further improvements.

The NSIG constant has not been changed to reflect the maximum
number of signals possible. The reason is that it breaks
programs (especially shells) which assume that all signals
have a non-null name in sys_signame. See src/bin/sh/trap.c
for an example. Instead _SIG_MAXSIG has been introduced to
hold the maximum signal possible with the new sigset_t.

struct sigprop has been moved from signalvar.h to kern_sig.c
because a) it is only used there, and b) access must be done
though function sigprop(). The latter because the table doesn't
holds properties for all signals, but only for the first NSIG
signals.

signal.h has been reorganized to make reading easier and to
add the new and/or modified structures. The "old" structures
are moved to signalvar.h to prevent namespace polution.

Especially the coda filesystem suffers from the change, because
it contained lines like (p->p_sigmask == SIGIO), which is easy
to do for integral types, but not for compound types.

NOTE: kdump (and port linux_kdump) must be recompiled.

Thanks to Garrett Wollman and Daniel Eischen for pressing the
importance of changing sigreturn as well.

sigset_t change (part 3 of 5)
-

By introducing a new sigframe so that the signal handler operates
on the new siginfo_t and on ucontext_t instead of sigcontext, we
now need two version of sendsig and sigreturn.

A flag in struct proc determines whether the process expects an
old sigframe or a new sigframe. The signal trampoline handles
which sigreturn to call. It does this by testing for a magic
cookie in the frame.

The alpha uses osigreturn to implement longjmp. This means that
osigreturn is not only used for compatibility with existing
binaries. To handle the new sigset_t, setjmp saves it in
sc_reserved (see NOTE).

the struct sigframe has been moved from frame.h to s

Re: make buildworld broken?

1999-10-05 Thread Guido van Rooij

On Tue, Oct 05, 1999 at 06:21:55AM +0800, Michael Kennett wrote:
> 
> > Is this a known problem?
> 
> Yes, and it is well documented in the -current mailing lists.

I feel embarrassed as I'v just spoken to Marcel a couple fo days ago.

However I just resubscribed to -current. I did look in the UPDATING
file and saw the sigset_t change but overlooked the 'build and boot
a new kernel' part :-(

-Guido


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



make buildworld break @ kdump

1999-10-14 Thread Marc van Woerkom

It keeps interesting.

root@oranje# date; make buildworld; date
Thu Oct 14 10:39:45 CEST 1999
(..)
===> usr.bin/kdump
cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..   
-I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/kdump/kdump.c
/bin/sh /usr/src/usr.bin/kdump/mkioctls > ioctl.c
In file included from :46:
/usr/obj/usr/src/tmp/usr/include/sys/memrange.h:16: warning: `MDF_ACTIVE' redefined
/usr/obj/usr/src/tmp/usr/include/pccard/cardinfo.h:77: warning: this is the 
location of the previous definition
cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..   
-I/usr/obj/usr/src/tmp/usr/include -c ioctl.c
In file included from ioctl.c:67:
/usr/obj/usr/src/tmp/usr/include/sys/memrange.h:16: warning: `MDF_ACTIVE' redefined
/usr/obj/usr/src/tmp/usr/include/pccard/cardinfo.h:77: warning: this is the 
location of the previous definition
In file included from /usr/obj/usr/src/tmp/usr/include/nwfs/nwfs.h:38,
 from ioctl.c:53:
/usr/obj/usr/src/tmp/usr/include/nwfs/nwfs_mount.h:61: `NCP_VOLNAME_LEN' 
undeclared here (not in a function)
/usr/obj/usr/src/tmp/usr/include/nwfs/nwfs_mount.h:61: size of array `mounted_vol' 
has non-integer type
ioctl.c: In function `ioctlname':
ioctl.c:1479: sizeof applied to an incomplete type
*** Error code 1
(..)
Thu Oct 14 12:56:03 CEST 1999


I reported a similiar case yesterday, when compilation stopped at that same
position due to some old headers in my /usr/include

  ip_compat.h 
  ip_fil.h
  ip_frag.h
  ip_nat.h
  ip_proxy.h
  ip_state.h
  ipl.h
 
that led to a uncompilable ioctl.c 

/bin/sh /usr/src/usr.bin/kdump/mkioctls > ioctl.c

So maybe the break is caused by now obsolete headers again. 
I don't know yet.


Regards,
Marc


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: make buildworld problem...

1999-10-27 Thread Tomas TPS Ulej

My last update was from:

Sep 14 20:24:31

My kernel is:

root@[space /usr/src] # uname -a
FreeBSD space.nextra.sk 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Sep 14
20:24:31 GMT 1999
[EMAIL PROTECTED]:/shared1/src/sys/compile/tps-common  i386

--
Tomas TPS Ulej
Network Administrator
NEXTRA by Telenor Internet
more? http://www.ripe.net/cgi-bin/whois?tu36-ripe


> -Original Message-
> From: Mike Pritchard [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 27, 1999 10:00 PM
> To: Tomas TPS Ulej
> Subject: Re: make buildworld problem...
>
>
> How old is your kernel?  This looks like what you see when you
> try and do a buildworld without a -current kernel after all
> of the recent signal changes.
>
> -Mike
>
> On Wed, Oct 27, 1999 at 09:26:14PM +0200, Tomas TPS Ulej wrote:
> > >From today's cvsup:
> >
> > cd /usr/src ; make clean ; make buildworld
> >
> > [snip]
> >
> > rm -f .depend /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GPATH
> > /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GRTAGS
> > /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GSYMS
> > /usr/obj/shared1/FreeBSD/src/gnu/lib/libgcc/GTAGS
> > echo '#include ' > config.h
> > echo '#include ' >> config.h
> > echo '#include "i386/xm-i386.h"' > tconfig.h
> > echo '#include "i386/i386.h"' > tm.h
> > echo '#include "i386/att.h"' >> tm.h
> > echo '#include "i386/freebsd.h"' >> tm.h
> > echo '#include "i386/perform.h"' >> tm.h
> > cc -c -O -pipe
> -I/shared1/FreeBSD/src/gnu/lib/libgcc/../../../contrib/egcs/g
> > cc/config
> -I/shared1/FreeBSD/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I
> > . -fexceptions -DIN_GCC
> -I/usr/obj/shared1/FreeBSD/src/tmp/usr/include -DL_m
> > ulsi3 -o _mulsi3.o
> > /shared1/FreeBSD/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
> > *** Signal 12
> >
> > Stop in /shared1/FreeBSD/src/gnu/lib/libgcc.
> > *** Error code 1
> >
> > Stop in /shared1/FreeBSD/src.
> > *** Error code 1
> >
> > --
> > Tomas TPS Ulej
> > Network Administrator
> > NEXTRA by Telenor Internet
> > more? http://www.ripe.net/cgi-bin/whois?tu36-ripe
> >
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-current" in the body of the message
>
> --
> Mike Pritchard
> [EMAIL PROTECTED] or [EMAIL PROTECTED]
>



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-10-27 Thread David O'Brien

> /shared1/FreeBSD/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/libgcc1.c
> *** Signal 12
> Stop in /shared1/FreeBSD/src/gnu/lib/libgcc.
> *** Error code 1


RTFML (Read The FINE Mailing List)!!  This has come up for the past many
weeks.  You need to build a kernel BEFORE your ``make world''.

IF you are going to run -CURRENT, you need to read this list.
(/me wonders how many MORE times we are going to have to say this because
of the signal changes...)

-- 
-- David([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-10-27 Thread Richard Wackerbarth

On Wed, 27 Oct 1999, David O'Brien wrote:
> IF you are going to run -CURRENT, you need to read this list.
> (/me wonders how many MORE times we are going to have to say this because
> of the signal changes...)

So why not automate a warning?
In the current Makefiles, make the build depend upon the existence of a file
that we create only if the kernel is sufficiently new. If the file is not
present, issue an error message.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-10-27 Thread Peter Jeremy

On 1999-Oct-28 07:36:53 +1000, David O'Brien wrote:
>IF you are going to run -CURRENT, you need to read this list.

And read /usr/src/UPDATING which also warns about this

>(/me wonders how many MORE times we are going to have to say this because
>of the signal changes...)

A very large number I suspect.

IMHO, the correct solution is to for the entire make world process to
be re-worked.  I believe the process should always be to boot a new
kernel first (as bde(?) commented - it's much easier to recover from a
broken kernel than a broken world), and then install a new world.
Getting there from here is non-trivial - the major problem being that
our build process does not adequately differentiate between compiling
code that must run now and code that must run with the new kernel.

Peter
-- 
Peter Jeremy (VK2PJ)[EMAIL PROTECTED]
Alcatel Australia Limited
41 Mandible St  Phone: +61 2 9690 5019
ALEXANDRIA  NSW  2015   Fax:   +61 2 9690 5982


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-10-27 Thread W Gerald Hicks

>  cc -c -O -pipe 
^  <-- try getting rid of this and see what happens.

Good Luck,

Jerry Hicks
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-10-28 Thread Marcel Moolenaar

Peter Jeremy wrote:
> 
> >(/me wonders how many MORE times we are going to have to say this because
> >of the signal changes...)
> 
> A very large number I suspect.
> 
> IMHO, the correct solution is to for the entire make world process to
> be re-worked.

That's what I'm currently doing. If I have a stripped down make process
ready for public viewing, I'll let you all know. A thread on the subject
can be found in the -arch archives.

-- 
Marcel Moolenaarmailto:[EMAIL PROTECTED]
SCC Internetworking & Databases   http://www.scc.nl/
The FreeBSD projectmailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-10-28 Thread Wilko Bulte

As Peter Jeremy wrote ...
> On 1999-Oct-28 07:36:53 +1000, David O'Brien wrote:
> >IF you are going to run -CURRENT, you need to read this list.
> 
> And read /usr/src/UPDATING which also warns about this
> 
> >(/me wonders how many MORE times we are going to have to say this because
> >of the signal changes...)
> 
> A very large number I suspect.
> 
> IMHO, the correct solution is to for the entire make world process to
> be re-worked.  I believe the process should always be to boot a new
> kernel first (as bde(?) commented - it's much easier to recover from a
> broken kernel than a broken world), and then install a new world.
> Getting there from here is non-trivial - the major problem being that
> our build process does not adequately differentiate between compiling
> code that must run now and code that must run with the new kernel.

Marcel (the one that hacked on signals ;-) is giving this very subject
intensive thought. But it is definitely a lot of work.

-- 
|   / o / /  _   Arnhem, The Netherlands- Powered by FreeBSD -
|/|/ / / /( (_) BulteWWW  : http://www.tcja.nl  http://www.freebsd.org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-10-29 Thread Chris D. Faulhaber

On Thu, 28 Oct 1999, Marcel Moolenaar wrote:

> Peter Jeremy wrote:
> > 
> > >(/me wonders how many MORE times we are going to have to say this because
> > >of the signal changes...)
> > 
> > A very large number I suspect.
> > 
> > IMHO, the correct solution is to for the entire make world process to
> > be re-worked.
> 
> That's what I'm currently doing. If I have a stripped down make process
> ready for public viewing, I'll let you all know. A thread on the subject
> can be found in the -arch archives.
> 

As an interim hack, would the following patch, which verifies
kern.osreldate >= 400011, suffice?

Index: Makefile.inc0
===
RCS file: /home/ncvs/src/Makefile.inc0,v
retrieving revision 1.18
diff -u -r1.18 Makefile.inc0
--- Makefile.inc0   1999/08/28 01:35:58 1.18
+++ Makefile.inc0   1999/10/29 12:41:18
@@ -15,6 +15,11 @@
 MAKEOBJDIRPREFIX?=/usr/obj
 
 #
+# Check kern.osreldate to ensure kernel will support building world
+#
+OSRELDATE= `/sbin/sysctl -a | grep osreldate | awk '{ print $$2; }'`
+
+#
 # Variables passed to make work better if they are set as environment
 # variables instead of command line options.
 #
@@ -106,6 +111,13 @@
 # support if the current object format is elf on i386.
 #
 buildworld :
+   @if [ ${OSRELDATE} -lt "400011" ]; then \
+   echo; \
+   echo "The current kernel does not support building world.  Please 
+read"; \
+   echo "the 19990929 entry in ${.CURDIR}/UPDATING for more 
+information."; \
+   echo; \
+   exit 1; \
+   fi
@cd ${.CURDIR}; ${MK_ENV} ${MAKE} buildworld
 .if${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf" && defined(WANT_AOUT)
@cd ${.CURDIR}; ${LEGACY_ENV} ${XMAKE} legacy-build



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-10-29 Thread Marcel Moolenaar

"Chris D. Faulhaber" wrote:
> 
> On Thu, 28 Oct 1999, Marcel Moolenaar wrote:
> 
> > Peter Jeremy wrote:
> > >
> > > IMHO, the correct solution is to for the entire make world process to
> > > be re-worked.
> >
> > That's what I'm currently doing. If I have a stripped down make process
> > ready for public viewing, I'll let you all know. A thread on the subject
> > can be found in the -arch archives.
> 
> As an interim hack, would the following patch, which verifies
> kern.osreldate >= 400011, suffice?

IMO it's overkill for a one time situation that can be considered
historical at this point in time :-)

-- 
Marcel Moolenaarmailto:[EMAIL PROTECTED]
SCC Internetworking & Databases   http://www.scc.nl/
The FreeBSD projectmailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld problem...

1999-11-01 Thread Sheldon Hearn



On Fri, 29 Oct 1999 08:46:29 -0400, "Chris D. Faulhaber" wrote:

> As an interim hack, would the following patch, which verifies
> kern.osreldate >= 400011, suffice?

I'd be in favour of this if all the changes were associated with
comments containing ``XXX required for sigset_t migration''.

Ciao,
Sheldon.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Make buildworld blowing up

1999-11-23 Thread Christopher Shumway

I'm trying to build a CURRENT system from the 4.0 CURRENT snapshot cdroms
on 7-5-1999.  I did a cvsup to cvsup4.freebsd.org, and attempted to build
world.  It keeps on blowing up as illustrated below.  I nuked the /usr/src
directory and then checked the source tree from our local mirror of the
master CVS repository, but it too dies.  Even after a ``make clean''.
Anyone have any ideas whats going on here?

===> cc_tools
gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$  /usr/src/gnu/usr.bin/
cc/cc_tools/../../../../contrib/gcc/c-parse.gperf > c-gperf.h
/* starting time is 13:42:44 */
/* ending time is 13:42:44 */
gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$'  /usr/src/gnu/usr.bin/cc/c
c_tools/../../../../contrib/gcc/cp/gxx.gperf >gxx-hash.h
/* starting time is 13:42:44 */
/* ending time is 13:42:44 */
ln -sf gxx-hash.h hash.h
echo '#include "cp/cp-tree.def"'> gencheck.h
echo '#include "objc/objc-tree.def"'>> gencheck.h
sed -e "/^ifobjc$/,/^end ifobjc$/d"  -e "/^ifc$/d" -e "/^end ifc$/d"  /usr/src/g
nu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.in > c-parse.y
yacc -d -o c-parse.c c-parse.y
yacc: e - line 30 of "c-parse.y", syntax error
%expect 51
^
*** Error code 1
Stop.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: "make buildworld" fails

2013-08-05 Thread Robert Huff


Craig Rodrigues writes:

>  On Sat, Jun 1, 2013 at 10:47 AM, Robert Huff  wrote:

>>  cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake
>>  -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H
>>  -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H
>>  -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\"
>>  -I. -I/usr/src/contrib/bmake -DMAKE_NATIVE -std=gnu99
>>  -Qunused-arguments -fstack-protector -Wsystem-headers -Wall
>>  -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
>>  -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized
>>  -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
>>  -Wno-tautological-compare -Wno-unused-value
>>  -Wno-parentheses-equality -Wno-unused-function -Wno-conversion
>>  -static -o make arch.o buf.o compat.o cond.o dir.o for.o hash.o
>>  job.o main.o make.o make_malloc.o meta.o parse.o str.o strlist.o
>>  suff.o targ.o trace.o util.o var.o lstAppend.o lstAtEnd.o
>>  lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o
>>  lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o
>>  lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o
>>  lstIsAtEnd.o lstIsEmpty.o lstLast.o lstMember.o lstNext.o
>>  lstOpen.o lstPrev.o lstRemove.o lstReplace.o lstSucc.o stresep.o
>>sh /usr/src/tools/install.sh -o root -g wheel -m 555 make \
>>  /usr/obj/usr/src/make.amd64/make
>>usage: make [-BeikNnqrstWX] 
>>[-C directory] [-D variable] [-d flags] [-f makefile]
>>[-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
>>[-V variable] [variable=value] [target ...]
>>*** [buildworld] Error code 2
>>
>>Stop in /usr/src.

>  > >  Without touching anything in your tree, can you provide some more
>  > >  information:
>  > >
>  > >  (1)  What is the output of /usr/bin/make -V MAKE_VERSION
>  >
>  > 10201205300
>  >
>  > >  (2)  What is the output of  /usr/obj/usr/src/make.amd64/make -V
>  > MAKE_VERSION
>  >
>  > 20130520
>  >
>  > >  (4)  What is the GRN version of your tree?  If you updated with svn
>  > >  directly,
>  > > you can find out with "svn info /usr/src"
>  >
>  > Working Copy Root Path: /usr/src
>  > URL: svn://svn0.us-east.freebsd.org/base/head
>  > Repository Root: svn://svn0.us-east.freebsd.org/base
>  > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
>  > Revision: 251213
>  > Node Kind: directory
>  > Schedule: normal
>  > Last Changed Author: np
>  > Last Changed Rev: 251213
>  > Last Changed Date: 2013-05-31 22:07:37 -0400 (Fri, 31 May 2013)
>  >
>  
>  
>  Thanks for providing the information.
>  This looks related to the latest change to switch to bmake.
>  I don't understand how all the pieces of the puzzle fit together to
>  100% diagnose the problem, but an you try the following:
>  
>  (1)  Completely blow away the obj tree with:
>  
>  rm -fr /usr/obj
>  
>  (2)  Update the source tree under /usr/src to the latest revision with "svn
>  update"
>  
>  (3)  Try again:
>  make -d l buildworld

Done; the results are appended.
SVN info:

Working Copy Root Path: /usr/src
URL: svn://svn0.us-east.freebsd.org/base/head
Relative URL: ^/head
Repository Root: svn://svn0.us-east.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 253964
Node Kind: directory
Schedule: normal
Last Changed Author: mav
Last Changed Rev: 253960
Last Changed Date: 2013-08-05 08:15:53 -0400 (Mon, 05 Aug 2013)

Sorry for the delay.


Robert Huff


(cd /usr/src && make bmake)
echo

echo "--"
--
echo ">>> Building an up-to-date make(1)"
>>> Building an up-to-date make(1)
echo "--"
--
cd /usr/src/usr.bin/bmake;  MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  
DESTDIR=  INSTALL="sh /usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN 
-DNO_MAN -DNOSHARED -DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR obj &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR depend &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR all &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR install 
DESTDIR=/usr/obj/usr/src/make.amd64 BINDIR= PROGNAME=bmake
if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/; then  mkdir -p 
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake;  if ! test -d 
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/; then  echo "Unable to 
create /usr/obj/us

Re: "make buildworld" fails

2013-08-05 Thread Boris Samorodov
05.08.2013 19:33, Robert Huff Đ¿Đ¸ÑˆĐµÑ‚:

> cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `test -x 
> /usr/obj/usr/src/make.amd64/bmake && echo /usr/obj/usr/src/make.amd64/bmake 
> || echo make`  -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64 
> TARGET_ARCH=amd64 buildworld
> usage: bmake [-BeikNnqrstWwX] 
> [-C directory] [-D variable] [-d flags] [-f makefile]
> [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
> [-V variable] [variable=value] [target ...]
> *** [buildworld] Error code 2

This note from /usr/src/UPDATING may be relevant:
-
20130613:
Some people report the following error after the switch to bmake:

make: illegal option -- J
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
...
*** [buildworld] Error code 2

this likely due to an old instance of make in
${MAKEPATH} (${MAKEOBJDIRPREFIX}${.CURDIR}/make.${MACHINE})
which src/Makefile will use that blindly, if it exists, so if
you see the above error:

rm -rf `make -V MAKEPATH`

should resolve it.
-

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: "make buildworld" fails

2013-08-05 Thread Robert Huff

Boris Samorodov writes:

>  This note from /usr/src/UPDATING may be relevant:
>  -
>  20130613:
>  Some people report the following error after the switch to bmake:
>  
>  make: illegal option -- J
>  usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
>  ...
>  *** [buildworld] Error code 2
>  
>  this likely due to an old instance of make in
>  ${MAKEPATH} (${MAKEOBJDIRPREFIX}${.CURDIR}/make.${MACHINE})
>  which src/Makefile will use that blindly, if it exists, so if
>  you see the above error:
>  
>  rm -rf `make -V MAKEPATH`
>  
>  should resolve it.

Would that it were so.  :-(
1) 

huff@>> make -V MAKEPATH

huff@>>

2) After running the above, buildworld stops at the same place:

(cd /usr/src && make bmake)
echo

echo "--"
--
echo ">>> Building an up-to-date make(1)"
>>> Building an up-to-date make(1)
echo "--"
--
cd /usr/src/usr.bin/bmake;  MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  
DESTDIR=  INSTALL="sh /usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN 
-DNO_MAN -DNOSHARED -DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR obj &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR depend &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR all &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR install 
DESTDIR=/usr/obj/usr/src/make.amd64 BINDIR= PROGNAME=bmake
if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/; then  mkdir -p 
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake;  if ! test -d 
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/; then  echo "Unable to 
create /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake.";  exit 1;  fi;  echo 
"/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake created for 
/usr/src/usr.bin/bmake";  fi
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake created for 
/usr/src/usr.bin/bmake
set -e; for entry in unit-tests; do  if test -d 
/usr/src/usr.bin/bmake/${entry}.amd64; then  echo "===> ${entry}.amd64 (obj)";  
edir=${entry}.amd64;  cd /usr/src/usr.bin/bmake/${edir};  else  echo "===> 
$entry (obj)";  edir=${entry};  cd /usr/src/usr.bin/bmake/${edir};  fi;  make 
obj  DIRPRFX=$edir/;  done
===> unit-tests (obj)
if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests/; 
then  mkdir -p /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests;  
if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests/; 
then  echo "Unable to create 
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests.";  exit 1;  fi;  
echo "/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests created for 
/usr/src/usr.bin/bmake/unit-tests";  fi
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests created for 
/usr/src/usr.bin/bmake/unit-tests
rm -f .depend
mkdep -f .depend -a-DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake -DUSE_META 
-DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DUSE_META -DMAKE_NATIVE 
-DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
-I/usr/src/contrib/bmake -DMAKE_NATIVE -std=gnu99   
/usr/src/contrib/bmake/arch.c /usr/src/contrib/bmake/buf.c 
/usr/src/contrib/bmake/compat.c /usr/src/contrib/bmake/cond.c 
/usr/src/contrib/bmake/dir.c /usr/src/contrib/bmake/for.c 
/usr/src/contrib/bmake/hash.c /usr/src/contrib/bmake/job.c 
/usr/src/contrib/bmake/main.c /usr/src/contrib/bmake/make.c 
/usr/src/contrib/bmake/make_malloc.c /usr/src/contrib/bmake/meta.c 
/usr/src/contrib/bmake/parse.c /usr/src/contrib/bmake/str.c 
/usr/src/contrib/bmake/strlist.c /usr/src/contrib/bmake/suff.c 
/usr/src/contrib/bmake/targ.c /usr/src/contrib/bmake/trace.c 
/usr/src/contrib/bmake/util.c /usr/src/contrib/bmake/var.c 
/usr/src/contrib/bmake/lst.lib/lstAppend.c 
/usr/src/contrib/bmake/lst.lib/lstAtEnd.c /usr/src/contrib/bmake/lst.
 lib/lstAtFront.c /usr/src/contrib/bmake/lst.lib/lstClose.c 
/usr/src/contrib/bmake/lst.lib/lstConcat.c 
/usr/src/contrib/bmake/lst.lib/lstDatum.c 
/usr/src/contrib/bmake/lst.lib/lstDeQueue.c 
/usr/src/contrib/bmake/lst.lib/lstDestroy.c 
/usr/src/contrib/bmake/lst.lib/lstDupl.c 
/usr/src/contrib/bmake/lst.lib/lstEnQueue.c 
/usr/src/contrib/bmake/lst.lib/lstFind.c 
/usr/src/contrib/bmake/lst.lib/lstFindFrom.c 
/usr/src/contrib/bmake/lst.lib/lstFirst.c 
/usr/src/contrib/bmake

Re: "make buildworld" fails

2013-08-07 Thread Boris Samorodov
06.08.2013 03:45, Robert Huff Đ¿Đ¸ÑˆĐµÑ‚:
> 
> Boris Samorodov writes:
> 
>>  This note from /usr/src/UPDATING may be relevant:
>>  -
>>  20130613:
>>  Some people report the following error after the switch to bmake:
>>  
>>  make: illegal option -- J
>>  usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
>>  ...
>>  *** [buildworld] Error code 2
>>  
>>  this likely due to an old instance of make in
>>  ${MAKEPATH} (${MAKEOBJDIRPREFIX}${.CURDIR}/make.${MACHINE})
>>  which src/Makefile will use that blindly, if it exists, so if
>>  you see the above error:
>>  
>>  rm -rf `make -V MAKEPATH`
>>  
>>  should resolve it.
> 
>   Would that it were so.  :-(
>   1) 
> 
> huff@>> make -V MAKEPATH
> 
> huff@>>
> 
>   2) After running the above, buildworld stops at the same place:
> 
> (cd /usr/src && make bmake)
> echo
> 
> echo "--"
> --
> echo ">>> Building an up-to-date make(1)"
 Building an up-to-date make(1)
> echo "--"
> --
> cd /usr/src/usr.bin/bmake;  MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  
> DESTDIR=  INSTALL="sh /usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN 
> -DNO_MAN -DNOSHARED -DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR obj &&  
> MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
> /usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
> -DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR depend &&  
> MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
> /usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
> -DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR all &&  
> MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
> /usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
> -DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR install 
> DESTDIR=/usr/obj/usr/src/make.amd64 BINDIR= PROGNAME=bmake
> if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/; then  mkdir 
> -p /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake;  if ! test -d 
> /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/; then  echo "Unable to 
> create /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake.";  exit 1;  fi;  
> echo "/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake created for 
> /usr/src/usr.bin/bmake";  fi
> /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake created for 
> /usr/src/usr.bin/bmake
> set -e; for entry in unit-tests; do  if test -d 
> /usr/src/usr.bin/bmake/${entry}.amd64; then  echo "===> ${entry}.amd64 
> (obj)";  edir=${entry}.amd64;  cd /usr/src/usr.bin/bmake/${edir};  else  echo 
> "===> $entry (obj)";  edir=${entry};  cd /usr/src/usr.bin/bmake/${edir};  fi; 
>  make obj  DIRPRFX=$edir/;  done
> ===> unit-tests (obj)
> if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests/; 
> then  mkdir -p /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests;  
> if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests/; 
> then  echo "Unable to create 
> /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests.";  exit 1;  fi; 
>  echo "/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests created 
> for /usr/src/usr.bin/bmake/unit-tests";  fi
> /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests created for 
> /usr/src/usr.bin/bmake/unit-tests
> rm -f .depend
> mkdep -f .depend -a-DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake -DUSE_META 
> -DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DUSE_META -DMAKE_NATIVE 
> -DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
> -I/usr/src/contrib/bmake -DMAKE_NATIVE -std=gnu99   
> /usr/src/contrib/bmake/arch.c /usr/src/contrib/bmake/buf.c 
> /usr/src/contrib/bmake/compat.c /usr/src/contrib/bmake/cond.c 
> /usr/src/contrib/bmake/dir.c /usr/src/contrib/bmake/for.c 
> /usr/src/contrib/bmake/hash.c /usr/src/contrib/bmake/job.c 
> /usr/src/contrib/bmake/main.c /usr/src/contrib/bmake/make.c 
> /usr/src/contrib/bmake/make_malloc.c /usr/src/contrib/bmake/meta.c 
> /usr/src/contrib/bmake/parse.c /usr/src/contrib/bmake/str.c 
> /usr/src/contrib/bmake/strlist.c /usr/src/contrib/bmake/suff.c 
> /usr/src/contrib/bmake/targ.c /usr/src/contrib/bmake/trace.c 
> /usr/src/contrib/bmake/util.c /usr/src/contrib/bmake/var.c 
> /usr/src/contrib/bmake/lst.lib/lstAppend.c 
> /usr/src/contrib/bmake/lst.lib/lstAtEnd.c /usr/src/contrib/bmake/ls
 t.lib/lst
AtFront.c /usr/src/contrib/bmake/lst.lib/lstClose.c 
/usr/src/contrib/bmake/lst.lib/lstConcat.c 
/usr/src/contrib/bmake/lst.lib/lstDatum.c 
/usr/src/contrib/bmake/lst.lib/lstDeQueue.c 
/usr/src/contrib/bmake/lst.lib/lstDestroy.c 
/usr/src/contrib/bmake/lst.lib/lstDupl.c 

Re: "make buildworld" fails

2013-08-07 Thread Dimitry Andric
On Aug 7, 2013, at 12:31, Boris Samorodov  wrote:
> 06.08.2013 03:45, Robert Huff Đ¿Đ¸ÑˆĐµÑ‚:
...
>> cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `test -x 
>> /usr/obj/usr/src/make.amd64/bmake && echo /usr/obj/usr/src/make.amd64/bmake 
>> || echo make`  -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64 
>> TARGET_ARCH=amd64 buildworld
>> usage: bmake [-BeikNnqrstWwX] 
>>[-C directory] [-D variable] [-d flags] [-f makefile]
>>[-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
>>[-V variable] [variable=value] [target ...]
>> *** [buildworld] Error code 2
>> 
>> Stop in /usr/src.
> 
> OK, the note may be written not user-friendly.
> 
> Well, I've had something like you get:
> http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html
> 
> The culprit was /usr/obj/usr/src/make.amd64/make. Seems to be your case
> as well.
> 
> BTW, total removing of /usr/src should help also.

I assume you meant /usr/obj here? :-)

-Dimitry

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: "make buildworld" fails

2013-08-07 Thread Boris Samorodov
07.08.2013 15:14, Dimitry Andric Đ¿Đ¸ÑˆĐµÑ‚:
> On Aug 7, 2013, at 12:31, Boris Samorodov  wrote:
>> 06.08.2013 03:45, Robert Huff Đ¿Đ¸ÑˆĐµÑ‚:
> ...
>>> cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `test -x 
>>> /usr/obj/usr/src/make.amd64/bmake && echo /usr/obj/usr/src/make.amd64/bmake 
>>> || echo make`  -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64 
>>> TARGET_ARCH=amd64 buildworld
>>> usage: bmake [-BeikNnqrstWwX] 
>>>[-C directory] [-D variable] [-d flags] [-f makefile]
>>>[-I directory] [-J private] [-j max_jobs] [-m directory] [-T 
>>> file]
>>>[-V variable] [variable=value] [target ...]
>>> *** [buildworld] Error code 2
>>>
>>> Stop in /usr/src.
>>
>> OK, the note may be written not user-friendly.
>>
>> Well, I've had something like you get:
>> http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html
>>
>> The culprit was /usr/obj/usr/src/make.amd64/make. Seems to be your case
>> as well.
>>
>> BTW, total removing of /usr/src should help also.
> 
> I assume you meant /usr/obj here? :-)

:-) Aha! Sorry. Sure it's /usr/obj! Thanks for correction.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: "make buildworld" fails

2013-08-07 Thread Robert Huff

Boris Samorodov writes:

>  > sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make 
> /usr/obj/usr/src/make.amd64/bmake
>  > cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `test -x 
> /usr/obj/usr/src/make.amd64/bmake && echo /usr/obj/usr/src/make.amd64/bmake 
> || echo make`  -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64 
> TARGET_ARCH=amd64 buildworld
>  > usage: bmake [-BeikNnqrstWwX] 
>  > [-C directory] [-D variable] [-d flags] [-f makefile]
>  > [-I directory] [-J private] [-j max_jobs] [-m directory] [-T 
> file]
>  > [-V variable] [variable=value] [target ...]
>  > *** [buildworld] Error code 2
>  > 
>  > Stop in /usr/src.
>  
>  OK, the note may be written not user-friendly.
>  
>  Well, I've had something like you get:
>  http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html

Looks like the same thing.

>  The culprit was /usr/obj/usr/src/make.amd64/make. Seems to be your case
>  as well.

huff@>> dir /usr/obj/usr/src/make.amd64
total 2284
drwxr-xr-x  3 root  wheel  512 Aug  7 07:39 .
drwxr-xr-x  3 root  wheel  512 Aug  7 07:39 ..
-rwxr-xr-x  1 root  wheel  2291577 Aug  7 07:39 bmake
drwxr-xr-x  3 root  wheel  512 Aug  7 07:39 usr

>  BTW, total removing of /usr/src should help also.

The 'make buildworld' is part of:

#! /bin/csh 

cd /usr/src
rm buildworld.log
rm -rf /usr/obj
make -v cleandir
date > ./buildworld.time
make -v -d l buildworld >& ./buildworld.log
tail -n 50 /usr/src/buildworld.log | sendmail huff



Robert Huff

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: "make buildworld" fails

2013-08-07 Thread Boris Samorodov
07.08.2013 16:14, Robert Huff Đ¿Đ¸ÑˆĐµÑ‚:
> 
> Boris Samorodov writes:
> 
>>  > sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make 
>> /usr/obj/usr/src/make.amd64/bmake
>>  > cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `test -x 
>> /usr/obj/usr/src/make.amd64/bmake && echo /usr/obj/usr/src/make.amd64/bmake 
>> || echo make`  -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64 
>> TARGET_ARCH=amd64 buildworld
>>  > usage: bmake [-BeikNnqrstWwX] 
>>  > [-C directory] [-D variable] [-d flags] [-f makefile]
>>  > [-I directory] [-J private] [-j max_jobs] [-m directory] [-T 
>> file]
>>  > [-V variable] [variable=value] [target ...]
>>  > *** [buildworld] Error code 2
>>  > 
>>  > Stop in /usr/src.
>>  
>>  OK, the note may be written not user-friendly.
>>  
>>  Well, I've had something like you get:
>>  http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html
> 
>   Looks like the same thing.

Not quite -- for me that was old and stale file from some previous
buildworld.

>>  The culprit was /usr/obj/usr/src/make.amd64/make. Seems to be your case
>>  as well.
> 
> huff@>> dir /usr/obj/usr/src/make.amd64
> total 2284
> drwxr-xr-x  3 root  wheel  512 Aug  7 07:39 .
> drwxr-xr-x  3 root  wheel  512 Aug  7 07:39 ..
> -rwxr-xr-x  1 root  wheel  2291577 Aug  7 07:39 bmake
> drwxr-xr-x  3 root  wheel  512 Aug  7 07:39 usr

Hm, I do not have such directory now:
-
% ls -l /usr/obj/usr/src/make\*
ls: /usr/obj/usr/src/make*: No such file or directory
-

>>  BTW, total removing of /usr/src should help also.
> 
>   The 'make buildworld' is part of:
> 
> #! /bin/csh 
> 
> cd /usr/src
> rm buildworld.log
> rm -rf /usr/obj
> make -v cleandir
> date > ./buildworld.time
> make -v -d l buildworld >& ./buildworld.log
> tail -n 50 /usr/src/buildworld.log | sendmail huff

One more thing. I do not have a file named "bmake" at /usr/obj, but
have just "make" (at this host I build world for i386 as well):
-
% find /usr/obj -type f -name bmake
% find /usr/obj -type f -name make
/usr/obj/usr/src/usr.bin/bmake/make
/usr/obj/i386.i386/usr/src/usr.bin/bmake/make
-

While at the first e-mail last log line was:
>> sh /usr/src/tools/install.sh -o root -g wheel -m 555 make \
>>  /usr/obj/usr/src/make.amd64/make

Are there some non-default configure/environment values?

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: "make buildworld" fails

2013-08-07 Thread Robert Huff

Boris Samorodov writes:

>  While at the first e-mail last log line was:
>  >> sh /usr/src/tools/install.sh -o root -g wheel -m 555 make \
>  >>   /usr/obj/usr/src/make.amd64/make
>  
>  Are there some non-default configure/environment values?

Not as far as I know.  There is no src.conf; make.conf is appended.


Robert Huff



CFLAGS= -O -pipe -g 
STRIP= 
SYMVER_ENABLED= yes
X_WINDOW_SYSTEM=xorg
HAVE_MOTIF= yes


KERNCONF=JERUSALEM

# To avoid building various parts of the base system:
#   (copied from /usr/share/examples/etc/make.conf

NO_BIND_ETC=   true# Do not install files to /etc/namedb
NO_BLUETOOTH=  true# do not build Bluetooth related stuff
NO_PROFILE= true# Avoid compiling profiled libraries

#   to get automatic SASL in sendmail

SENDMAIL_CFLAGS+=   -I/usr/local/include/ -DSASL=2
SENDMAIL_LDFLAGS+=  -L/usr/local/lib
SENDMAIL_LDADD+=-lsasl2

#
#   to make CUPS magically keep working
#   See: http://www.csua.berkeley.edu/~ranga/notes/freebsd_cups.html
#

CUPS_OVERWRITE_BASE=yes
NO_LPR= true

#   added per /usr/ports/UPDATING entry 20090401

OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10

#

WITH_MOZILLA=   libxul
WITH_GECKO= libxul

#
# added 2007/03/04 per advice of  
#   in re science/gramps
#

WITH_BERKELEYDB=db43
WITH_BDB_VER=43
WANT_OPENLDAP_VER=24
WANT_OPENLDAP_SASL=true

#
#  as required by ports/UPDATING of 20121012
#

SAMBA_ENABLE=YES

#
# PORTS: use clang unless gcc is explicitly required
#

#
# default to using clang for all port builds, with the following
# exceptions

# ports which will only build with the base system GNU compiler (4.2)
#
# the "make index" target also seems to need this, for some reason

.if target(index) | \
${.CURDIR:M*/devel/antlr*} | \
${.CURDIR:M*/devel/google-perftools* } | \
${.CURDIR:M*/graphics/ImageMagick* } | \
${.CURDIR:M*/graphics/opencv*} | \
${.CURDIR:M*/x11/kdelibs4*} | \
USE_GCC?=4.2
.endif

# ports which need *some* version of the GNU compiler (won't build with
# clang or have runtime issues if built with clang)
# use the highest version of gcc we have installed from ports (4.6)

.if ${.CURDIR:M*/accessibility/jovie*} | \
${.CURDIR:M*/accessibility/kdeaccessibility4*} | \
${.CURDIR:M*/audio/grip*} | \
${.CURDIR:M*/audio/mpg123*} | \
${.CURDIR:M*/audio/rosegarden*} | \
${.CURDIR:M*/databases/virtuoso*} | \
${.CURDIR:M*/deskutils/kdepimlibs4*} | \
${.CURDIR:M*/devel/apache-ant*} | \
${.CURDIR:M*/devel/icu*} | \
${.CURDIR:M*/devel/kdevelop-kde4*} | \
${.CURDIR:M*/devel/kdevplatform*} | \
${.CURDIR:M*/devel/log4j*} | \
${.CURDIR:M*/games/kdegames4*} | \
${.CURDIR:M*/graphics/tonicpoint-viewer*} | \
${.CURDIR:M*/java/* } | \
${.CURDIR:M*/lang/gcc* } | \
${.CURDIR:M*/math/fftw3*} | \
${.CURDIR:M*/multimedia/avidemux2*} | \
${.CURDIR:M*/multimedia/kdemultimedia4*} | \
${.CURDIR:M*/multimedia/vlc*} | \
${.CURDIR:M*/multimedia/xbmc*} | \
${.CURDIR:M*/net/kdenetwork4*} | \
${.CURDIR:M*/net/mpich2*} | \
${.CURDIR:M*/net/opal3*} | \
${.CURDIR:M*/net-p2p/ktorrent*} | \
${.CURDIR:M*/net-p2p/vuze*} | \
${.CURDIR:M*/sysutils/lsof*} | \
${.CURDIR:M*/textproc/docbook-xsl*} | \
${.CURDIR:M*/textproc/fop*} | \
${.CURDIR:M*/www/libxul*} | \
${.CURDIR:M*/x11/kde4-baseapps*} | \
${.CURDIR:M*/x11/kde4-workspace*} | \
${.CURDIR:M*/x11/lxpanel*} | \
USE_GCC?=4.6+
.endif

.if ${.CURDIR:M*/usr/ports/*}
.if !defined(USE_GCC)
.if !defined(CC) || ${CC} == "cc"
CC=clang
.endif
.if !defined(CXX) || ${CXX} == "c++"
CXX=clang++
.endif
.if !defined(CPP) || ${CPP} == "cpp"
CPP=clang-cpp
.endif
.endif
.endif


WITH_NEW_XORG=yes

WITH_BSD_SORT=


WITH_PKGNG=yes

# added by use.perl 2013-06-13 09:50:52
PERL_VERSION=5.16.3
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: "make buildworld" fails

2013-08-07 Thread Dimitry Andric
On Aug 7, 2013, at 15:40, Robert Huff  wrote:
> Boris Samorodov writes:
...
>> Are there some non-default configure/environment values?
> 
>   Not as far as I know.  There is no src.conf; make.conf is appended.
> 
> 
>   Robert Huff
> 
> 
> 
> CFLAGS=   -O -pipe -g 

Just a note: don't set CFLAGS with =, always use +=, e.g.:

CFLAGS+=-O -pipe -g

Also, you might want to set -g in DEBUG_FLAGS instead, not directly in CFLAGS.

-Dimitry

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: "make buildworld" fails

2013-05-29 Thread Craig Rodrigues
On Wed, May 29, 2013 at 7:28 AM, Robert Huff  wrote:

> sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make
> /usr/obj/usr/src/make.amd64/make
> usage: make [-BeikNnqrstWX]
> [-C directory] [-D variable] [-d flags] [-f makefile]
> [-I directory] [-J private] [-j max_jobs] [-m directory] [-T
> file]
> [-V variable] [variable=value] [target ...]
> *** [buildworld] Error code 2
>
> Stop in /usr/src.
>


See this post:
http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html

and see if removing /usr/obj/usr/src/make.amd64/make helps.

--
Craig
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: "make buildworld" fails

2013-05-30 Thread Robert Huff

Craig Rodrigues writes:

>  > sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make
>  > /usr/obj/usr/src/make.amd64/make
>  > usage: make [-BeikNnqrstWX]
>  > [-C directory] [-D variable] [-d flags] [-f makefile]
>  > [-I directory] [-J private] [-j max_jobs] [-m directory] [-T
>  > file]
>  > [-V variable] [variable=value] [target ...]
>  > *** [buildworld] Error code 2
>  >
>  > Stop in /usr/src.
>  >
>  
>  
>  See this post:
>  http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html

Seen it and all all following.


>  and see if removing /usr/obj/usr/src/make.amd64/make helps.

It does not.
Exact same error.

Respectfully,


Robert Huff
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: "make buildworld" fails

2013-05-30 Thread Craig Rodrigues
On Thu, May 30, 2013 at 8:43 AM, Robert Huff  wrote:

>
> Craig Rodrigues writes:
>
> >  > sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make
> >  > /usr/obj/usr/src/make.amd64/make
> >  > usage: make [-BeikNnqrstWX]
> >  > [-C directory] [-D variable] [-d flags] [-f makefile]
> >  > [-I directory] [-J private] [-j max_jobs] [-m directory]
> [-T
> >  > file]
> >  > [-V variable] [variable=value] [target ...]
> >  > *** [buildworld] Error code 2
> >  >
> >  > Stop in /usr/src.
> >  >
> >
> >
> >  See this post:
> >  http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html
>
> Seen it and all all following.
>
>
> >  and see if removing /usr/obj/usr/src/make.amd64/make helps.
>
> It does not.
> Exact same error.
>

If you do:

make -d l buildworld

Does that give more debugging output of the exact command which is failing
during the build?


-- 
Craig
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: "make buildworld" fails

2013-06-01 Thread Robert Huff

Craig Rodrigues writes:

>  > >  > sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make
>  > >  > /usr/obj/usr/src/make.amd64/make
>  > >  > usage: make [-BeikNnqrstWX]
>  > >  > [-C directory] [-D variable] [-d flags] [-f makefile]
>  > >  > [-I directory] [-J private] [-j max_jobs] [-m directory]
>  > [-T
>  > >  > file]
>  > >  > [-V variable] [variable=value] [target ...]
>  > >  > *** [buildworld] Error code 2
>  > >  >
>  > >  > Stop in /usr/src.
>  > >
>  > >  See this post:
>  > >  http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html
>  >
>  > Seen it and all all following.
>  >
>  > >  and see if removing /usr/obj/usr/src/make.amd64/make helps.
>  >
>  > It does not.
>  
>  If you do:
>  
>  make -d l buildworld
>  
>  Does that give more debugging output of the exact command which
>  is failing during the build?

Output is appended.


Robert Huff


(cd /usr/src && make bmake)
echo

echo "--"
--
echo ">>> Building an up-to-date make(1)"
>>> Building an up-to-date make(1)
echo "--"
--
cd /usr/src/usr.bin/bmake;  MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  
DESTDIR=  INSTALL="sh /usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN 
-DNO_MAN -DNOSHARED -DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR obj &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR depend &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR all &&  
MAKEOBJDIRPREFIX=/usr/obj/usr/src/make.amd64  DESTDIR=  INSTALL="sh 
/usr/src/tools/install.sh" make  -D_UPGRADING  -DNOMAN -DNO_MAN -DNOSHARED 
-DNO_SHARED  -DNO_CPU_CFLAGS -DNO_WERROR install 
DESTDIR=/usr/obj/usr/src/make.amd64 BINDIR=
if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/; then  mkdir -p 
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake;  if ! test -d 
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/; then  echo "Unable to 
create /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake.";  exit 1;  fi;  echo 
"/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake created for 
/usr/src/usr.bin/bmake";  fi
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake created for 
/usr/src/usr.bin/bmake
set -e; for entry in unit-tests; do  if test -d 
/usr/src/usr.bin/bmake/${entry}.amd64; then  echo "===> ${entry}.amd64 (obj)";  
edir=${entry}.amd64;  cd /usr/src/usr.bin/bmake/${edir};  else  echo "===> 
$entry (obj)";  edir=${entry};  cd /usr/src/usr.bin/bmake/${edir};  fi;  make 
obj  DIRPRFX=$edir/;  done
===> unit-tests (obj)
if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests/; 
then  mkdir -p /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests;  
if ! test -d /usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests/; 
then  echo "Unable to create 
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests.";  exit 1;  fi;  
echo "/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests created for 
/usr/src/usr.bin/bmake/unit-tests";  fi
/usr/obj/usr/src/make.amd64/usr/src/usr.bin/bmake/unit-tests created for 
/usr/src/usr.bin/bmake/unit-tests
rm -f .depend
mkdep -f .depend -a-DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake -DUSE_META 
-DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H -DUSE_META -DMAKE_NATIVE 
-DHAVE_CONFIG_H -D_PATH_DEFSYSPATH=\".../share/mk:/usr/share/mk\" -I. 
-I/usr/src/contrib/bmake -DMAKE_NATIVE -std=gnu99   
/usr/src/contrib/bmake/arch.c /usr/src/contrib/bmake/buf.c 
/usr/src/contrib/bmake/compat.c /usr/src/contrib/bmake/cond.c 
/usr/src/contrib/bmake/dir.c /usr/src/contrib/bmake/for.c 
/usr/src/contrib/bmake/hash.c /usr/src/contrib/bmake/job.c 
/usr/src/contrib/bmake/main.c /usr/src/contrib/bmake/make.c 
/usr/src/contrib/bmake/make_malloc.c /usr/src/contrib/bmake/meta.c 
/usr/src/contrib/bmake/parse.c /usr/src/contrib/bmake/str.c 
/usr/src/contrib/bmake/strlist.c /usr/src/contrib/bmake/suff.c 
/usr/src/contrib/bmake/targ.c /usr/src/contrib/bmake/trace.c 
/usr/src/contrib/bmake/util.c /usr/src/contrib/bmake/var.c 
/usr/src/contrib/bmake/lst.lib/lstAppend.c 
/usr/src/contrib/bmake/lst.lib/lstAtEnd.c /usr/src/contrib/bmake/lst.
 lib/lstAtFront.c /usr/src/contrib/bmake/lst.lib/lstClose.c 
/usr/src/contrib/bmake/lst.lib/lstConcat.c 
/usr/src/contrib/bmake/lst.lib/lstDatum.c 
/usr/src/contrib/bmake/lst.lib/lstDeQueue.c 
/usr/src/contrib/bmake/lst.lib/lstDestroy.c 
/usr/src/contrib/bmake/lst.lib/lstDupl.c 
/usr/src/contrib/bmake/lst.lib/lstEnQueue.c 
/usr/src/contrib/bmake/lst.lib/lstFind.c 
/

Re: "make buildworld" fails

2013-06-01 Thread Craig Rodrigues
On Sat, Jun 1, 2013 at 8:06 AM, Robert Huff  wrote:

>
>
> (cd /usr/src && make bmake)
> echo
>
> echo "--"
> --
> echo ">>> Building an up-to-date make(1)"
> >>> Building an up-to-date make(1)
> echo "--"
> --
>
> sh /usr/src/tools/install.sh  -o root -g wheel -m 555   make
> /usr/obj/usr/src/make.amd64/make
> cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin `if [ -x
> /usr/obj/usr/src/make.amd64/make ]; then echo
> /usr/obj/usr/src/make.amd64/make; else echo make; fi`  -m /usr/src/share/mk
> -f Makefile.inc1 TARGET=amd64 TARGET_ARCH=amd64 buildworld
> usage: make [-BeikNnqrstWX]
> [-C directory] [-D variable] [-d flags] [-f makefile]
> [-I directory] [-J private] [-j max_jobs] [-m directory] [-T
> file]
> [-V variable] [variable=value] [target ...]
> *** [buildworld] Error code 2
>
> Stop in /usr/src.
>


Thank you for providing the output of
make -d l buildworld.

Without touching anything in your tree, can you provide some more
information:

(1)  What is the output of /usr/bin/make -V MAKE_VERSION
(2)  What is the output of  /usr/obj/usr/src/make.amd64/make -V MAKE_VERSION
(3)  How did you update your source tree (svn, svnup, cvs, csup,?)
(4)  What is the GRN version of your tree?  If you updated with svn
directly,
   you can find out with "svn info /usr/src"

--
Craig
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: "make buildworld" fails

2013-06-01 Thread Robert Huff

Craig Rodrigues writes:
>  Without touching anything in your tree, can you provide some more
>  information:
>  
>  (1)  What is the output of /usr/bin/make -V MAKE_VERSION

10201205300

>  (2)  What is the output of  /usr/obj/usr/src/make.amd64/make -V MAKE_VERSION

20130520

>  (4)  What is the GRN version of your tree?  If you updated with svn
>  directly,
> you can find out with "svn info /usr/src"

Working Copy Root Path: /usr/src
URL: svn://svn0.us-east.freebsd.org/base/head
Repository Root: svn://svn0.us-east.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 251213
Node Kind: directory
Schedule: normal
Last Changed Author: np
Last Changed Rev: 251213
Last Changed Date: 2013-05-31 22:07:37 -0400 (Fri, 31 May 2013)



Robert Huff

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: "make buildworld" fails

2013-06-01 Thread Craig Rodrigues
On Sat, Jun 1, 2013 at 10:47 AM, Robert Huff  wrote:

>
> Craig Rodrigues writes:
> >  Without touching anything in your tree, can you provide some more
> >  information:
> >
> >  (1)  What is the output of /usr/bin/make -V MAKE_VERSION
>
> 10201205300
>
> >  (2)  What is the output of  /usr/obj/usr/src/make.amd64/make -V
> MAKE_VERSION
>
> 20130520
>
> >  (4)  What is the GRN version of your tree?  If you updated with svn
> >  directly,
> > you can find out with "svn info /usr/src"
>
> Working Copy Root Path: /usr/src
> URL: svn://svn0.us-east.freebsd.org/base/head
> Repository Root: svn://svn0.us-east.freebsd.org/base
> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
> Revision: 251213
> Node Kind: directory
> Schedule: normal
> Last Changed Author: np
> Last Changed Rev: 251213
> Last Changed Date: 2013-05-31 22:07:37 -0400 (Fri, 31 May 2013)
>


Thanks for providing the information.
This looks related to the latest change to switch to bmake.
I don't understand how all the pieces of the puzzle fit together to
100% diagnose the problem, but an you try the following:

(1)  Completely blow away the obj tree with:

rm -fr /usr/obj

(2)  Update the source tree under /usr/src to the latest revision with "svn
update"

(3)  Try again:
make -d l buildworld

-- 
Craig
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Clang error make buildworld

2011-05-03 Thread Manfred Antar
I get this error when trying to buildworld on current i386.
It's been this way for awhile Any Ideas ?

===> boot/i386/boot0 (all)
clang -O2 -pipe  -DVOLUME_SERIAL -DPXE -DFLAGS=0x8f  -DTICKS=0xb6  
-DCOMSPEED="7 << 5 + 3" -ffreestanding -mpreferred-stack-boundary=2  -mno-mmx 
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -std=gnu99-c 
/usr/src/sys/boot/i386/boot0/boot0.S
clang: warning: argument unused during compilation: 
'-mpreferred-stack-boundary=2'
/tmp/cc-4SXZt8.s:42:11: error: .code16 not supported yet
  .code16 # This runs in real mode
  ^
/tmp/cc-4SXZt8.s:313:3: error: unknown use of instruction mnemonic without a 
size suffix
  jmp *%bx # Invoke bootstrap
  ^
/tmp/cc-4SXZt8.s:346:3: error: invalid operand for instruction
  retw # To caller
  ^
/tmp/cc-4SXZt8.s:372:3: error: invalid operand for instruction
  retw # To caller
  ^
*** Error code 1

Stop in /usr/src/sys/boot/i386/boot0.
*** Error code 1

Stop in /usr/src/sys/boot/i386.
*** Error code 1

Stop in /usr/src/sys/boot.
*** Error code 1

Stop in /usr/src/sys.

Thanks
Manfred




||  n...@pozo.com   ||
||  Ph. (415) 681-6235  ||
 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make buildworld fails

1999-03-29 Thread Daniel Eischen
Kevin G. Eliuk wrote:
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include
>   -DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread
>   -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale
>   -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include
>   -c /usr/src/lib/libc_r/../libc/gen/jrand48.c -o jrand48.o
> In file included from /usr/src/lib/libc_r/../libc/gen/isatty.c:42:
> /usr/src/lib/libc_r/uthread/pthread_private.h:793: parse error before 
> `_sched_switch_hook'
> /usr/src/lib/libc_r/uthread/pthread_private.h:797: warning: data definition 
> has no type or storage class
> *** Error code 1

Has src/include been updated?  The missing type should be in
src/include/pthread_np.h (pthread_switch_routine_t).

Dan Eischen
eisc...@vigrid.com


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld fails

1999-03-29 Thread Vladimir Kushnir
Hi, 
I had exactly the same. Have you by chance got an old
/usr/src/lib/libc_r/uthread/pthread{.h,_nb.h}? Then remove them, they
conflict with /usr/src/include/pthread{.h,_nb.h}.

On Mon, 29 Mar 1999, Kevin G. Eliuk wrote:

> 
> Updated as of the build ...
> 
> Script started on Sun Mar 28 22:46:48 1999
> # make -DCLOBBER -j6 buildworld
> --
> >>> Cleaning up the temporary elf build tree
> --
> mkdir -p /usr/obj/usr/src/tmp
> chflags -R noschg /usr/obj/usr/src/tmp/
> rm -rf /usr/obj/usr/src/tmp
> --
> >>> Making make
> 
> < .. skipping .. >
> 
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
> -DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
> -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
> -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
> /usr/src/lib/libc_r/../libc/gen/getvfsent.c -o getvfsent.o
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
> -DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
> -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
> -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
> /usr/src/lib/libc_r/../libc/gen/glob.c -o glob.o
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
> -DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
> -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
> -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
> /usr/src/lib/libc_r/../libc/gen/initgroups.c -o initgroups.o
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
> -DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
> -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
> -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
> /usr/src/lib/libc_r/../libc/gen/isatty.c -o isatty.o
> cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include 
> -DPTHREAD_KERNEL -D_THREAD_SAFE -DNOPOLL -I/usr/src/lib/libc_r/uthread 
> -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale 
> -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c 
> /usr/src/lib/libc_r/../libc/gen/jrand48.c -o jrand48.o
> In file included from /usr/src/lib/libc_r/../libc/gen/isatty.c:42:
> /usr/src/lib/libc_r/uthread/pthread_private.h:793: parse error before 
> `_sched_switch_hook'
> /usr/src/lib/libc_r/uthread/pthread_private.h:797: warning: data definition 
> has no type or storage class
> *** Error code 1
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> 
> --
> Regards,
> Kevin G. Eliuk
> Discover Rock Solid, Discover FreeBSD | http://www.FreeBSD.Org
> 
Regards,
Vladimir

===|===
 Vladimir Kushnir  |
 ku...@mail.kar.net,   |Powered by FreeBSD
 kush...@ap3.bitp.kiev.ua  |



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld fails

1999-03-29 Thread Kevin G. Eliuk
On Mon, 29 Mar 1999, Vladimir Kushnir wrote:

> Hi, 
> I had exactly the same. Have you by chance got an old
> /usr/src/lib/libc_r/uthread/pthread{.h,_nb.h}?

That's an affirmative, I've moved them and will retry the build
just as soon as I look into this new egcs stuff I checked out :)

-- 
Regards,
Kevin G. Eliuk
Discover Rock Solid, Discover FreeBSD | http://www.FreeBSD.Org



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



night make buildworld failed...

1999-04-25 Thread oZZ!!!

Hello!

Night make buildworld failed:

===> sys/modules/fxp
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
echo "#define NFXP 1" > fxp.h
echo "#define NBPFILTER 0" > bpfilter.h
touch opt_bdg.h
perl /usr/src/sys/modules/fxp/../../kern/makedevops.pl -h 
/usr/src/sys/modules/fxp/../../kern/device_if.m
perl: not found
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Rgdz,
Osokin Sergey aka oZZ,
o...@etrust.ru



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message



Re: Make buildworld fails

2018-07-11 Thread Michael Gmelin



> On 11. Jul 2018, at 08:22, blubee blubeeme  wrote:
> 
> Why am I getting these errors?
> 
> error: user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
> 
> --
> In file included from /usr/src/usr.sbin/pmc/cmd_pmc_filter.cc:71:
> In file included from
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:477:
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:796:29:
> error: user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
>basic_string_view operator "" sv(const char *__str, size_t __len)
> _NOEXCEPT
>^
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:802:32:
> error: user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
>basic_string_view operator "" sv(const wchar_t *__str, size_t
> __len) _NOEXCEPT
>   ^
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:808:33:
> error: user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
>basic_string_view operator "" sv(const char16_t *__str,
> size_t __len) _NOEXCEPT
>^
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string_view:814:33:
> error: user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
>basic_string_view operator "" sv(const char32_t *__str,
> size_t __len) _NOEXCEPT
>^
> In file included from /usr/src/usr.sbin/pmc/cmd_pmc_filter.cc:71:
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4046:24: error:
> user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
>basic_string operator "" s( const char *__str, size_t __len )
>   ^
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4052:27: error:
> user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
>basic_string operator "" s( const wchar_t *__str, size_t __len
> )
>  ^
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4058:28: error:
> user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
>basic_string operator "" s( const char16_t *__str, size_t
> __len )
>   ^
> /usr/obj/usr/src/amd64.amd64/tmp/usr/include/c++/v1/string:4064:28: error:
> user-defined literal suffixes not starting with '_' are reserved
> [-Werror,-Wuser-defined-literals]
>basic_string operator "" s( const char32_t *__str, size_t
> __len )
>   ^
> 8 errors generated.
> *** Error code 1
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Which version/checkout (svn info and svn status), how do you build (and where), 
what does your /etc/make.conf look like?
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 'make buildworld' failure

2017-01-04 Thread hiren panchasara
+ hrs@
On 01/04/17 at 12:43P, Oleg V. Nauman wrote:
> ===> usr.sbin/inetd (all)
> cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -
> B/usr/obj/usr/src/tmp/usr/bin  -O2 -pipe -march=nehalem  -DLOGIN_CAP -DIPSEC -
> g -MD  -MF.depend.inetd.o -MTinetd.o -std=gnu99 -fstack-protector-strong -
> Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -
> Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -
> Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-
> variable -Wno-tautological-compare -Wno-unused-value 
> -Wno-parentheses-equality 
> -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  -Qunused-
> arguments  -c /usr/src/usr.sbin/inetd/inetd.c -o inetd.o
> /usr/src/usr.sbin/inetd/inetd.c:319:28: error: implicit declaration of 
> function 'satosin6' is
>   invalid in C99 [-Werror,-Wimplicit-function-declaration]
> IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
>   ^
> /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
> not a pointer
> IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
>     ^
> /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:266:4: note: expanded from 
> macro
>   'IN6_IS_ADDR_V4MAPPED'
> ((a)->__u6_addr.__u6_addr32[0] == 0 &&  \
>   ^
> /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
> not a pointer
> IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
>     ^
> /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:267:4: note: expanded from 
> macro
>   'IN6_IS_ADDR_V4MAPPED'
>  (a)->__u6_addr.__u6_addr32[1] == 0 &&  \
>   ^
> /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 'int' is 
> not a pointer
> IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
>     ^
> /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:268:4: note: expanded from 
> macro
>   'IN6_IS_ADDR_V4MAPPED'
>  (a)->__u6_addr.__u6_addr32[2] == ntohl(0x))
>   ^
> 4 errors generated.
> *** Error code 1
> 
> 
> 
> root@asus:/usr/src # svnlite info|grep Rev:
> Last Changed Rev: 311250
> 
> My current system revision is r310560
> 
>  It possible that it is due to WITHOUT_INET6 defined in /etc/src.conf

r310921 could be it.

Cheers,
Hiren


pgpCYo47L43EI.pgp
Description: PGP signature


Re: 'make buildworld' failure

2017-01-04 Thread Hiroki Sato
hiren panchasara  wrote
  in <20170104180954.gv17...@strugglingcoder.info>:

hi> + hrs@
hi> On 01/04/17 at 12:43P, Oleg V. Nauman wrote:
hi> > ===> usr.sbin/inetd (all)
hi> > cc -target x86_64-unknown-freebsd12.0 --sysroot=/usr/obj/usr/src/tmp -
hi> > B/usr/obj/usr/src/tmp/usr/bin  -O2 -pipe -march=nehalem  -DLOGIN_CAP 
-DIPSEC -
hi> > g -MD  -MF.depend.inetd.o -MTinetd.o -std=gnu99 -fstack-protector-strong -
hi> > Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -
hi> > Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-uninitialized -
hi> > Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-
hi> > variable -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality
hi> > -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef  
-Qunused-
hi> > arguments  -c /usr/src/usr.sbin/inetd/inetd.c -o inetd.o
hi> > /usr/src/usr.sbin/inetd/inetd.c:319:28: error: implicit declaration of
hi> > function 'satosin6' is
hi> >   invalid in C99 [-Werror,-Wimplicit-function-declaration]
hi> > IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
hi> >   ^
hi> > /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 
'int' is
hi> > not a pointer
hi> > IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
hi> >     ^
hi> > /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:266:4: note: expanded from
hi> > macro
hi> >   'IN6_IS_ADDR_V4MAPPED'
hi> > ((a)->__u6_addr.__u6_addr32[0] == 0 &&  \
hi> >   ^
hi> > /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 
'int' is
hi> > not a pointer
hi> > IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
hi> >     ^
hi> > /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:267:4: note: expanded from
hi> > macro
hi> >   'IN6_IS_ADDR_V4MAPPED'
hi> >  (a)->__u6_addr.__u6_addr32[1] == 0 &&  \
hi> >   ^
hi> > /usr/src/usr.sbin/inetd/inetd.c:319:42: error: member reference type 
'int' is
hi> > not a pointer
hi> > IN6_IS_ADDR_V4MAPPED(&satosin6(sa)->sin6_addr))
hi> >     ^
hi> > /usr/obj/usr/src/tmp/usr/include/netinet6/in6.h:268:4: note: expanded from
hi> > macro
hi> >   'IN6_IS_ADDR_V4MAPPED'
hi> >  (a)->__u6_addr.__u6_addr32[2] == ntohl(0x))
hi> >   ^
hi> > 4 errors generated.
hi> > *** Error code 1
hi> >
hi> >
hi> >
hi> > root@asus:/usr/src # svnlite info|grep Rev:
hi> > Last Changed Rev: 311250
hi> >
hi> > My current system revision is r310560
hi> >
hi> >  It possible that it is due to WITHOUT_INET6 defined in /etc/src.conf
hi>
hi> r310921 could be it.

 Thank you for the report and sorry for the breakage.  Should be fixed
 at r311354.

-- Hiroki


pgpuACXH4_4W8.pgp
Description: PGP signature


Re: 'make buildworld' failure

2017-01-05 Thread Oleg V. Nauman
On Thursday 05 January 2017 12:26:58 Hiroki Sato wrote:
> hiren panchasara  wrote
>   in <20170104180954.gv17...@strugglingcoder.info>:
> 
> hi> + hrs@
> hi> On 01/04/17 at 12:43P, Oleg V. Nauman wrote:
> hi> > ===> usr.sbin/inetd (all)
[skip]
> hi> > 4 errors generated.
> hi> > *** Error code 1
> hi> >
> hi> >
> hi> >
> hi> > root@asus:/usr/src # svnlite info|grep Rev:
> hi> > Last Changed Rev: 311250
> hi> >
> hi> > My current system revision is r310560
> hi> >
> hi> >  It possible that it is due to WITHOUT_INET6 defined in /etc/src.conf
> hi>
> hi> r310921 could be it.
> 
>  Thank you for the report and sorry for the breakage.  Should be fixed
>  at r311354.

 Yes if fixes buildworld on i386 at least.

Thank you!

> 
> -- Hiroki


signature.asc
Description: This is a digitally signed message part.


clang error make buildworld

2017-08-11 Thread Aijaz Baig
I am tying to buildworld on an ivybridge (amd64) machine and I get the
following error:

===> lib/libc/tests/ssp (all)
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_fgets  NO_SUBDIR=1
make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t
 PROG=h_fgets )
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_gets  NO_SUBDIR=1
make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t
 PROG=h_gets )
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_getcwd
 NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile
_RECURSING_PROGS=t  PROG=h_getcwd )
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_memcpy
 NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile
_RECURSING_PROGS=t  PROG=h_memcpy )
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_memmove
 NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile
_RECURSING_PROGS=t  PROG=h_memmove )
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_memset
 NO_SUBDIR=1 make -f /usr/src/lib/libc/tests/ssp/Makefile
_RECURSING_PROGS=t  PROG=h_memset )
(cd /usr/src/lib/libc/tests/ssp &&  DEPENDFILE=.depend.h_raw  NO_SUBDIR=1
make -f /usr/src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t  PROG=h_raw
)
cc -target x86_64-unknown-freebsd12.0 --sysroot=/mnt/ObjDir/usr/src/tmp
-B/mnt/ObjDir/usr/src/tmp/usr/bin -O0 -pipe -fstack-protector-all
-Wstack-protector -fsanitize=bounds -g -std=gnu99 -fstack-protector-strong
-Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef
-Wno-address-of-packed-member -Wno-switch -Wno-switch-enum
-Wno-knr-promoted-parameter -Qunused-arguments  -o h_raw.full h_raw.o
/mnt/ObjDir/usr/src/tmp/usr/lib/libgcc_s.so: undefined reference to
`__gxx_personality_v0'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[7]: stopped in /usr/src/lib/libc/tests/ssp
*** Error code 1

Stop.
make[6]: stopped in /usr/src/lib/libc/tests/ssp
*** Error code 1

Stop.
make[5]: stopped in /usr/src/lib/libc/tests
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib/libc
*** Error code 1

Stop.
make[3]: stopped in /usr/src/lib
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

My /etc/make.conf contains:
CPUTYPE?= ivybridge

and whereas my /etc/src.conf contains:
CFLAGS= -O0 -pipe
COPTFLAGS= -O0 -pipe
DEBUG_FLAGS=-g

By the way it looks like clang is linking against gcc libraries?? How can
that be possible? I thought GCC and CLANG are more like competitors in the
world of compilers. Perhaps I am missing something here. Nevertheless how
do I get rid of this issue?

-- 

Best Regards,
Aijaz Baig
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


make buildworld errors (libcam)

2003-09-03 Thread Michael Bretterklieber
Hi,

buildworld fails (cvsup some minutes ago):
In file included from /usr/src/sys/cam/scsi/scsi_da.c:51:
/usr/src/sys/sys/taskqueue.h:33:2: #error "no user-servicable parts
inside"
mkdep: compile failed

bye,
--
--- --
Michael Bretterklieber  - http://www.bretterklieber.com
A-Quadrat Automation GmbH   - http://www.a-quadrat.at
Tel: ++43-(0)3172-41679 - GSM: ++43-(0)699 12861847
--- --
"...the number of UNIX installations has grown to 10, with more
expected..." - Dennis Ritchie and Ken Thompson, June 1972

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


make buildworld b0rked (libkrb5)

2003-09-03 Thread Michael Bretterklieber
Hi,

make buildworld (cvsup some minutes ago) fails:

during linking of telnetd:
/usr/obj/usr/src/i386/usr/lib/libkrb5.so: undefined reference to
'_ossl_old_des_set_key'
/usr/obj/usr/src/i386/usr/lib/libkrb5.so: undefined reference to
'RAND_write_file'
/usr/obj/usr/src/i386/usr/lib/libkrb5.so: undefined reference to
'_ossl_old_des_set_odd_parity'
/usr/obj/usr/src/i386/usr/lib/libkrb5.so: undefined reference to
'RC4_set_key'
/usr/obj/usr/src/i386/usr/lib/libkrb5.so: undefined reference to
'MD4_Update'
... and a lot of more undefined references.

FYI: I'm upgrading from 5.1-RELEASE.

bye,
--
--- --
Michael Bretterklieber  - http://www.bretterklieber.com
JAWA Management Software GmbH   - http://www.jawa.at
Tel: ++43-(0)316-403274-12  - GSM: ++43-(0)676-84 03 15 712
--- --
"...the number of UNIX installations has grown to 10, with more
expected..." - Dennis Ritchie and Ken Thompson, June 1972
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildworld failure

2002-12-04 Thread David O'Brien
On Thu, Dec 05, 2002 at 02:08:42AM +0800, JY wrote:
> /usr/src/contrib/gcc/cp/except.c:790:18: cfns.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/cc/cc1plus.

Please cvsup again, and reply back if you still have any build problems.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failure

2002-12-04 Thread JY
On Wed, Dec 04, 2002 at 10:55:24AM -0800, David O'Brien wrote:
> On Thu, Dec 05, 2002 at 02:08:42AM +0800, JY wrote:
> > /usr/src/contrib/gcc/cp/except.c:790:18: cfns.h: No such file or directory
> > mkdep: compile failed
> > *** Error code 1
> > 
> > Stop in /usr/src/gnu/usr.bin/cc/cc1plus.
> 
> Please cvsup again, and reply back if you still have any build problems.
buildworld ok now. But cvsup kept coming up with this
--
>>> Running /usr/local/bin/cvsup
--
Connected to cvsup2.FreeBSD.org
Updating collection src-all/cvs
 Delete src/contrib/gcc/INSTALL
Cannot delete "/usr/src/contrib/gcc/INSTALL": Directory not empty

rm -rf /usr/src && rm -rf /usr/sup and re-cvsupping does not help.

JY 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failure

2002-12-04 Thread Ray Kohler
On Thu, Dec 05, 2002 at 10:55:48AM +0800, JY wrote:
> On Wed, Dec 04, 2002 at 10:55:24AM -0800, David O'Brien wrote:
> > On Thu, Dec 05, 2002 at 02:08:42AM +0800, JY wrote:
> > > /usr/src/contrib/gcc/cp/except.c:790:18: cfns.h: No such file or directory
> > > mkdep: compile failed
> > > *** Error code 1
> > > 
> > > Stop in /usr/src/gnu/usr.bin/cc/cc1plus.
> > 
> > Please cvsup again, and reply back if you still have any build problems.
> buildworld ok now. But cvsup kept coming up with this
> --
> >>> Running /usr/local/bin/cvsup
> --
> Connected to cvsup2.FreeBSD.org
> Updating collection src-all/cvs
>  Delete src/contrib/gcc/INSTALL
> Cannot delete "/usr/src/contrib/gcc/INSTALL": Directory not empty
> 
> rm -rf /usr/src && rm -rf /usr/sup and re-cvsupping does not help.

I removed just the problematic directory and re-cvsupped. It downloaded
the directory again but after that it didn't complain again. This looks
like some kind of repo damage.

-- 
Ray Kohler <[EMAIL PROTECTED]>
You are only young once, but you can stay immature indefinitely.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failure

2002-12-04 Thread JY
On Wed, Dec 04, 2002 at 10:09:16PM -0500, Ray Kohler wrote:
> > Cannot delete "/usr/src/contrib/gcc/INSTALL": Directory not empty
> > 
> > rm -rf /usr/src && rm -rf /usr/sup and re-cvsupping does not help.
> 
> I removed just the problematic directory and re-cvsupped. It downloaded
> the directory again but after that it didn't complain again. This looks
> like some kind of repo damage.
> 
> -- 
> Ray Kohler <[EMAIL PROTECTED]>
I did as you suggested and it's still complaining :(

JY



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed

2002-12-11 Thread Kris Kennaway
On Wed, Dec 11, 2002 at 11:07:52AM +0200, Andriy Podanenko wrote:

>  ===>sbin/gbde
>  dont know how to make rijndael-alg-fst.c
>  Stop...
>  [end...]
>  Help,  what wrong?

You're missing the crypto sources..check your supfile against the
examples and add the missing collection(s).

Kris



msg48554/pgp0.pgp
Description: PGP signature


Re: make buildworld failed...

2000-04-08 Thread Marc Schneiders

On Sat, 8 Apr 2000, Sergey Osokin wrote:

> Hello!
> After CVSup at my FreeBSD 5.0-CURRENT #0: Sun Apr  2 17:54:04 MSD 2000 i try to run
> make buildworld:
> 
> 
> /usr/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int'
> /usr/src/sys/boot/i386/loader/main.c: In function `extract_currdev':
> /usr/src/sys/boot/i386/loader/main.c:163: warning: `biosdev' might be used 
>uninitialized in this function
> In file included from /usr/src/sys/boot/i386/loader/../libi386/pxe.c:52:
> /usr/src/sys/boot/i386/loader/../libi386/pxe.h:459: conflicting types for 
>`t_PXENV_UDP_WRITE'
> /usr/src/sys/boot/i386/loader/../libi386/pxe.h:448: previous declaration of 
>`t_PXENV_UDP_WRITE'
> *** Error code 1
> cc -O2 -pipe -march=pentium -DLOADER_NFS_SUPPORT -DBOOT_FORTH 
>-I/usr/src/sys/boot/i386/loader/../../ficl 
>-I/usr/src/sys/boot/i386/loader/../../ficl/i386 
>-I/usr/src/sys/boot/i386/loader/../../common -I/usr/src/sys/boot/i386/loader/../../.. 
>-I. -Wall -I/usr/src/sys/boot/i386/loader/.. 
>-I/usr/src/sys/boot/i386/loader/../../../../lib/libstand/ 
>-I/usr/src/sys/boot/i386/loader/../btx/lib -elf -DNEW_LINKER_SET   
>-I/usr/obj/usr/src/i386/usr/include -c 
>/usr/src/sys/boot/i386/loader/../../common/interp.c
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> 

I've tried to locate an earlier message about this, as I saw no reply
to the above. Couldn't find it.
So: "me too!" (without the cc ... -march=pentium ... and the error
2's)
Both on 4.0 current of half way January and 5.0 of a week ago.

--
Marc Schneiders --- [EMAIL PROTECTED] --- [EMAIL PROTECTED]

FreeBSD propro.freebeastie.org 5.0-CURRENT



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

2000-04-24 Thread David O'Brien

On Sat, Apr 22, 2000 at 01:05:24AM +0400, Sergey Osokin wrote:
> Hello!
> After CVSup i tryed to rebuild my 5.0...

Are you using "-j" with your makes?

Please try:

cd /usr/src
make cleandir && make cleandir

and try again.  Let me know the outcome -- good or bad.
*If* the outcome is "good".  Please do a second ``make buildworld'' w/o
doing anything else.
 
-- 
-- David([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: make buildworld failed...

2000-04-25 Thread Robert Small

I was using -J8, and I kept getting the same error about 20 minutes into the
build, but I did it without the -j and got a perfect build, thanks for the
help!

Robert

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David O'Brien
Sent: Monday, April 24, 2000 1:46 PM
To: Sergey Osokin
Cc: [EMAIL PROTECTED]
Subject: Re: make buildworld failed...


On Sat, Apr 22, 2000 at 01:05:24AM +0400, Sergey Osokin wrote:
> Hello!
> After CVSup i tryed to rebuild my 5.0...

Are you using "-j" with your makes?

Please try:

cd /usr/src
make cleandir && make cleandir

and try again.  Let me know the outcome -- good or bad.
*If* the outcome is "good".  Please do a second ``make buildworld'' w/o
doing anything else.

--
-- David([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: make buildworld failed...

2000-04-25 Thread Donn Miller

On Tue, 25 Apr 2000, Robert Small wrote:

> I was using -J8, and I kept getting the same error about 20 minutes into the
> build, but I did it without the -j and got a perfect build, thanks for the
> help!

One way to automate this would be:

cd /usr/src
make -j8 buildworld || make -DNOCLEAN buildworld

- Donn



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

2000-04-25 Thread Alexander Langer

Thus spake Donn Miller ([EMAIL PROTECTED]):

> cd /usr/src
> make -j8 buildworld || make -DNOCLEAN buildworld

Hmmm. Or make -k -j8 buildworld || make -DNOCLEAN buildworld
in order to build as much multithreaded as possible and then the
reminding part non-threaded? :-)

Alex

-- 
I need a new ~/.sig.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RE: make buildworld failed...

2000-04-25 Thread Robert Small

Ok, I got the buildworld to finih up this morning, but when I try
installworld, I get:
m/vm_zone.h -> vm/vm_zone.ph
vm/vnode_pager.h -> vm/vnode_pager.ph
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl/utils.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl.
*** Error code 1

Stop in /usr/src/gnu/usr.bin.
*** Error code 1

Stop in /usr/src/gnu.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Any ideas?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Langer
Sent: Tuesday, April 25, 2000 9:16 AM
To: Donn Miller
Cc: Robert Small; [EMAIL PROTECTED]; Sergey Osokin; [EMAIL PROTECTED]
Subject: Re: make buildworld failed...


Thus spake Donn Miller ([EMAIL PROTECTED]):

> cd /usr/src
> make -j8 buildworld || make -DNOCLEAN buildworld

Hmmm. Or make -k -j8 buildworld || make -DNOCLEAN buildworld
in order to build as much multithreaded as possible and then the
reminding part non-threaded? :-)

Alex

--
I need a new ~/.sig.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

2000-04-26 Thread Vallo Kallaste

On Tue, Apr 25, 2000 at 10:55:36AM -0500, Robert Small <[EMAIL PROTECTED]> wrote:

> Ok, I got the buildworld to finih up this morning, but when I try
> installworld, I get:
> m/vm_zone.h -> vm/vm_zone.ph
> vm/vnode_pager.h -> vm/vnode_pager.ph
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/perl/utils.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/perl.
> *** Error code 1

I've got this trap for several times and I really want to know what's
causing this. The first time was about a year ago and after no answer
I've not bothered to send out more questions about it. Anyway, several
people report it time-to-time, so it's something general going on.
-- 

Vallo Kallaste
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld failed...

2000-04-26 Thread Kris Kennaway

On Wed, 26 Apr 2000, Vallo Kallaste wrote:

> I've got this trap for several times and I really want to know what's
> causing this. The first time was about a year ago and after no answer
> I've not bothered to send out more questions about it. Anyway, several
> people report it time-to-time, so it's something general going on.

Check the archives - I've answered the question several times in the past
month or two.

Kris


In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe <[EMAIL PROTECTED]>



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



  1   2   3   4   >