buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
Hello,

I'm running -current from Thu Feb 20 09:40:41 EET 2003
and I'm trying to make buildworld today, but it crashes in various
places with Signal 4.

Any idea why this could be happening?
Maybe I should try make with NOCLEAN=yes?

TIA
Paulius

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


Re: buildworld dies with Signal 4

2003-02-25 Thread Steve Kargl
On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote:
 Hello,
 
 I'm running -current from Thu Feb 20 09:40:41 EET 2003
 and I'm trying to make buildworld today, but it crashes in various
 places with Signal 4.
 
 Any idea why this could be happening?
 Maybe I should try make with NOCLEAN=yes?
 

Do you have CPUTYPE=p4?  How much memory
is in the computer?

-- 
Steve

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


Re: buildworld dies with Signal 4

2003-02-25 Thread leafy
On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote:
 Any idea why this could be happening?
 Maybe I should try make with NOCLEAN=yes?
 
 TIA
 Paulius
No, that's the last thing you would want to try. Could you try removing /usr/obj first 
and then rebuild world?

Jiawei

-- 
Without the userland, the kernel is useless.
 --inspired by The Tao of Programming

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


Re: buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
On 03 02 25, Steve Kargl wrote:
 On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote:
  and I'm trying to make buildworld today, but it crashes in various
  places with Signal 4.
 Do you have CPUTYPE=p4?  How much memory
 is in the computer?

You are right, it's
CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz (1799.81-MHz 686-class CPU)
real memory  = 527695872 (503 MB)
on Intel 845G motherboard
and in make.conf I have CPUTYPE and other compile time options commented
out (because some time ago I was unable to build mozilla)

sometimes I get Signal 10...

Paulius

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


Re: buildworld dies with Signal 4

2003-02-25 Thread Paulius Bulotas
On 03 02 25, leafy wrote:
 On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote:
  Any idea why this could be happening?
  Maybe I should try make with NOCLEAN=yes?
 No, that's the last thing you would want to try. Could you try removing /usr/obj 
 first and then rebuild world?

Well, removing of /usr/obj doesn't help, but NOCLEAN helps a bit ;)

Paulius

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


RE: buildworld dies with Signal 4

2003-02-25 Thread Paul A. Howes
Paulius,

I had the exact same problem less than a week ago.  The solution was the
edit my kernel build configuration file and add the following two lines:

options   DISABLE_PSE
options   DISABLE_PG_G

This changes the VM subsystem so that it uses 4 kB pages instead of the
default 4 MB pages.  There is a bug in some hardware that only shows up
under heavy CPU  memory loading, such as a buildworld incurs.

Someone had told me that there is a 10% - 15% performance penalty from
doing this, but I don't run the system hard enough to be able to notice.

--
Paul A. Howes


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paulius Bulotas
Sent: Tuesday, February 25, 2003 11:21 AM
To: [EMAIL PROTECTED]
Subject: Re: buildworld dies with Signal 4


On 03 02 25, Steve Kargl wrote:
 On Tue, Feb 25, 2003 at 05:12:52PM +0200, Paulius Bulotas wrote:
  and I'm trying to make buildworld today, but it crashes in various
  places with Signal 4.
 Do you have CPUTYPE=p4?  How much memory
 is in the computer?

You are right, it's
CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz (1799.81-MHz 686-class CPU)
real memory  = 527695872 (503 MB)
on Intel 845G motherboard
and in make.conf I have CPUTYPE and other compile time options commented
out (because some time ago I was unable to build mozilla)

sometimes I get Signal 10...

Paulius

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


buildworld dies

2001-03-26 Thread Salvo Bartolotta

Dear FreeBSD'ers

with sources as of today, ~ 15:40 GMT (from the dutch mirror), my buildworld
dies thus:


=== sbin/adjkerntz^M
cc -O -pipe -march=pentiumpro -Wall   -I/usr/obj/usr/src/i386/usr/include -c
/usr/src/sbin/adj
kerntz/adjkerntz.c^M
cc -O -pipe -march=pentiumpro -Wall   -I/usr/obj/usr/src/i386/usr/include
-static -o adjkernt
z adjkerntz.o  ^M
make: don't know how to make adjkerntz.1. Stop^M
*** Error code 2^M
^M
Stop in /usr/src/sbin.^M
*** Error code 1^M
^M
Stop in /usr/src.^M
*** Error code 1^M
^M
Stop in /usr/src.^M
*** Error code 1^M
^M
Stop in /usr/src.^M


HTH

Best regards/mes salutations les meilleures/mit freundlichen Gruessen,
Salvo  

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



buildworld dies undefined reference to crypt_des

2000-08-22 Thread Peter Jeremy


The `building everything' stage of make buildworld is dying as below.
The following patch fix lets my buildworld get beyond that point (but
it's still running so I don't know if there are problems elsewhere).
(I don't think the patch is the right fix, but it solved my immediate
problem).

Index: Makefile
===
RCS file: /home/CVSROOT/src/bin/csh/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile2000/07/07 08:27:59 1.20
+++ Makefile2000/08/23 01:49:45
@@ -36,8 +36,8 @@
 # utilities of the same name are handled with the associated manpage,
 # builtin.1 in share/man/man1/.
 
-DPADD= ${LIBTERMCAP} ${LIBCRYPT}
-LDADD= -ltermcap -lcrypt
+DPADD= ${LIBTERMCAP} ${LIBCRYPT} ${LIBDESCRYPT}
+LDADD= -ltermcap -lcrypt -ldescrypt
 
 LINKS= ${BINDIR}/csh ${BINDIR}/tcsh
 


cc -O -pipe -I/3.0/cvs/src/bin/csh/../../contrib/tcsh -I/3.0/cvs/src/bin/csh -I. 
-D_PATH_TCSHELL='"/usr/obj/3.0/cvs/src/i386/bin/csh"' -Wall -Wformat   
-I/usr/obj/3.0/cvs/src/i386/usr/include -c 
/3.0/cvs/src/bin/csh/../../contrib/tcsh/tc.who.c
cc -O -pipe -I/3.0/cvs/src/bin/csh/../../contrib/tcsh -I/3.0/cvs/src/bin/csh -I. 
-D_PATH_TCSHELL='"/usr/obj/3.0/cvs/src/i386/bin/csh"' -Wall -Wformat   
-I/usr/obj/3.0/cvs/src/i386/usr/include -c /3.0/cvs/src/bin/csh/tc.defs.c
cc -O -pipe -I/3.0/cvs/src/bin/csh/../../contrib/tcsh -I/3.0/cvs/src/bin/csh -I. 
-D_PATH_TCSHELL='"/usr/obj/3.0/cvs/src/i386/bin/csh"' -Wall -Wformat   
-I/usr/obj/3.0/cvs/src/i386/usr/include  -static -o csh sh.o sh.dir.o sh.dol.o 
sh.err.o sh.exec.o sh.char.o sh.exp.o sh.file.o sh.func.o sh.glob.o sh.hist.o 
sh.init.o sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o 
sh.time.o glob.o mi.termios.o tw.help.o tw.init.o tw.parse.o tw.spell.o tw.comp.o 
tw.color.o ed.chared.o ed.defns.o ed.init.o ed.inputl.o ed.refresh.o ed.screen.o 
ed.xmap.o ed.term.o tc.alloc.o tc.bind.o tc.const.o tc.disc.o tc.func.o tc.os.o 
tc.printf.o tc.prompt.o tc.sched.o tc.sig.o tc.str.o tc.vers.o tc.who.o tc.defs.o  
-ltermcap -lcrypt
/usr/obj/3.0/cvs/src/i386/usr/lib/libcrypt.a(crypt.o)(.rodata+0x4): undefined 
reference to `crypt_des'
*** Error code 1

Stop in /3.0/cvs/src/bin/csh.
*** Error code 1

Stop in /3.0/cvs/src/bin.
*** Error code 1

Stop in /3.0/cvs/src.
*** Error code 1

Stop in /3.0/cvs/src.
*** Error code 1

Stop in /3.0/cvs/src.


Peter


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



buildworld dies in

2000-02-27 Thread Sean Whiteman

I have been trying to cvsup make buildword the past two days, 
but it dies with the following message:

=== gnu/lib/libgcc_r
=== gnu/lib/libgmp
=== gnu/lib/libgmp/doc
makeinfo --no-split -I /usr/src/gnu/lib/libgmp/doc -I 
/usr/src/gnu/lib/libgmp/doc/../../../../contrib/libgmp 
/usr/src/gnu/lib/libgmp/doc/../../../../contrib/libgmp/gmp.texi  -o gmp.info
gzip -cn gmp.info  gmp.info.gz
=== gnu/lib/libmp
=== gnu/lib/libregex
=== gnu/lib/libregex/doc
awk -f /usr/src/gnu/lib/libregex/doc/include.awk 
-vsource=/usr/src/gnu/lib/libregex/doc/../regex.h   
/usr/src/gnu/lib/libregex/doc/xregex.texi  | expand regex.texi
Abort trap
*** Error code 134

Stop in /usr/src/gnu/lib/libregex/doc.
*** Error code 1

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

Stop in /usr/src/gnu/lib.
*** 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.

Any help would be appreciated, and I will supply any further details upon
request.

Thanks,
Sean



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



Re: -current buildworld dies, retch.

1999-12-30 Thread George W. Dinolt


 Otay, please tell me how to fix:

 === usr.sbin/ifmcstat
 cc -O -pipe -DINET6   -I/usr/obj/usr/src/i386/usr/include -c
 /usr/src/usr.sbin/ifmcstat/ifmcstat.c
 gzip -cn /usr/src/usr.sbin/ifmcstat/ifmcstat.8  ifmcstat.8.gz
 /usr/src/usr.sbin/ifmcstat/ifmcstat.c: In function `main':
 /usr/src/usr.sbin/ifmcstat/ifmcstat.c:109: storage size of `arpcom' isn't known


It appears that in the change from "KERNEL" to "_KERNEL" the usage was
not updated in ifmcstat.c. The following patch appears to fix the
problem, (I just completed a make world) and ifmcstat seems to work.
--
diff -c ifmcstat-old/ifmcstat.c ifmcstat/ifmcstat.c
*** ifmcstat-old/ifmcstat.c Wed Dec 29 19:26:58 1999
--- ifmcstat/ifmcstat.c Wed Dec 29 21:59:06 1999
***
*** 48,58 
  #include netinet/in.h
  #ifndef __NetBSD__
  # ifdef   __FreeBSD__
! #  define KERNEL
  # endif
  # include netinet/if_ether.h
  # ifdef   __FreeBSD__
! #  undef  KERNEL
  # endif
  #else
  # include net/if_ether.h
--- 48,58 
  #include netinet/in.h
  #ifndef __NetBSD__
  # ifdef   __FreeBSD__
! #  define _KERNEL
  # endif
  # include netinet/if_ether.h
  # ifdef   __FreeBSD__
! #  undef  _KERNEL
  # endif
  #else
  # include net/if_ether.h


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



Re: -current buildworld dies, retch.

1999-12-30 Thread Peter Wemm

Greg Lehey wrote:
 On Wednesday, 29 December 1999 at 21:54:42 -0700, Russell L. Carter wrote:
 
  Otay, please tell me how to fix:
 
  === usr.sbin/ifmcstat
  cc -O -pipe -DINET6   -I/usr/obj/usr/src/i386/usr/include -c
  /usr/src/usr.sbin/ifmcstat/ifmcstat.c
  gzip -cn /usr/src/usr.sbin/ifmcstat/ifmcstat.8  ifmcstat.8.gz
  /usr/src/usr.sbin/ifmcstat/ifmcstat.c: In function `main':
  /usr/src/usr.sbin/ifmcstat/ifmcstat.c:109: storage size of `arpcom' isn't k
nown
 
 I think for this one you need to find who broke it and make him
 unbreak it.  You may supply a pointy hat.

Heh, there was a crossover of commits.  I did my sweep about 36 hours
before the commit and was cvs updating it as I went.  It seems ifmcstat got
added after the sweep, but wasn't connected to the makefile.  I did
actually do a 'make world' immediately prior to the commit, and ifmcstat was
added to usr.sbin/Makefile after the conversion which broke the build.

date: 1999/12/28 02:37:05;  author: shin;  state: Exp;
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
Several udp and raw apps IPv6 support.

date: 1999/12/29 04:24:49;  author: peter;  state: Exp;  lines: +7 -7
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.

date: 1999/12/29 07:11:50;  author: shin;  state: Exp;  lines: +9 -1
Forgot to add newly added udp and raw IPv6 apps to usr.sbin SUBDIR.
They are confirmed to be buildable and seems to be working.

This is an example of the pitfalls of parallel development.

Cheers,
-Peter



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



-current buildworld dies, retch.

1999-12-29 Thread Russell L. Carter


Otay, please tell me how to fix:

=== usr.sbin/ifmcstat
cc -O -pipe -DINET6   -I/usr/obj/usr/src/i386/usr/include -c 
/usr/src/usr.sbin/ifmcstat/ifmcstat.c
gzip -cn /usr/src/usr.sbin/ifmcstat/ifmcstat.8  ifmcstat.8.gz
/usr/src/usr.sbin/ifmcstat/ifmcstat.c: In function `main':
/usr/src/usr.sbin/ifmcstat/ifmcstat.c:109: storage size of `arpcom' isn't known


I have for the last 12h:

1. retried cvsup'ing

build; sleep (2x3600);

2. rm -rf /usr/src ; cvsup standard-supfile ; cd /usr/src ; make world

Thanks,
Russell



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



Re: -current buildworld dies, retch.

1999-12-29 Thread Greg Lehey

On Wednesday, 29 December 1999 at 21:54:42 -0700, Russell L. Carter wrote:

 Otay, please tell me how to fix:

 === usr.sbin/ifmcstat
 cc -O -pipe -DINET6   -I/usr/obj/usr/src/i386/usr/include -c
 /usr/src/usr.sbin/ifmcstat/ifmcstat.c
 gzip -cn /usr/src/usr.sbin/ifmcstat/ifmcstat.8  ifmcstat.8.gz
 /usr/src/usr.sbin/ifmcstat/ifmcstat.c: In function `main':
 /usr/src/usr.sbin/ifmcstat/ifmcstat.c:109: storage size of `arpcom' isn't known

I think for this one you need to find who broke it and make him
unbreak it.  You may supply a pointy hat.

Greg
--
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


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



make buildworld dies in usr.bin/kdump (fix)

1999-10-11 Thread Mike Heffner

A cvsup last night (Oct 10) of current dies when I do a make buildworld. It was
dying in usr.bin/kdump with the error "sizeof of incomplete type" or something
like that. It seems there was a header file missing, here's a patch which fixes
it:

--- usr.bin/kdump/mkioctls.old  Mon Oct 11 11:41:27 1999
+++ usr.bin/kdump/mkioctls  Mon Oct 11 10:46:17 1999
@@ -35,6 +35,7 @@
print "#include netatm/atm_sap.h"
print "#include netatm/atm_sys.h"
print "#include netinet/in.h"
+   print "#include netinet/ip_mroute.h"
print "#include cam/cam.h"
print "#include stdio.h"
print ""


-
Mike Heffner [EMAIL PROTECTED]
Fredericksburg, VA
ICQ# 882073
Date: 11-Oct-99   Time: 11:42:43
-


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



buildworld dies on compat-43/sigcompat.c

1999-09-30 Thread Leonard Sitongia


I've installed -current on an x86 laptop, and ran cvsup to update
all sources.  I build and booted a new kernel (PCCARD).  The
buildworld dies at:

cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale 
-DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/compat-43/sigcompat.c -o sigcompat.o
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigsetmask':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:66: request for member `__bits' in 
something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:68: request for member `__bits' in 
something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigblock':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:78: request for member `__bits' in 
something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:81: request for member `__bits' in 
something not a structure or union
/usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigpause':
/usr/src/lib/libc/../libc/compat-43/sigcompat.c:91: request for member `__bits' in 
something not a structure or union
*** Error code 1

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

Can someone shed some light on this?

thanks
==Leonard

(I'm on the list as [EMAIL PROTECTED] although I'm sending this from
work right now...)


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



Re: buildworld dies on compat-43/sigcompat.c

1999-09-30 Thread Marcel Moolenaar

Leonard Sitongia wrote:
 
 I've installed -current on an x86 laptop, and ran cvsup to update
 all sources.  I build and booted a new kernel (PCCARD).  The
 buildworld dies at:
 
 cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include 
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale 
-DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/compat-43/sigcompat.c -o sigcompat.o
 /usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigsetmask':
 /usr/src/lib/libc/../libc/compat-43/sigcompat.c:66: request for member `__bits' in 
something not a structure or union
 /usr/src/lib/libc/../libc/compat-43/sigcompat.c:68: request for member `__bits' in 
something not a structure or union
 /usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigblock':
 /usr/src/lib/libc/../libc/compat-43/sigcompat.c:78: request for member `__bits' in 
something not a structure or union
 /usr/src/lib/libc/../libc/compat-43/sigcompat.c:81: request for member `__bits' in 
something not a structure or union
 /usr/src/lib/libc/../libc/compat-43/sigcompat.c: In function `sigpause':
 /usr/src/lib/libc/../libc/compat-43/sigcompat.c:91: request for member `__bits' in 
something not a structure or union
 *** Error code 1
 
 Stop in /usr/src/lib/libc.
 *** Error code 1
 ...
 
 Can someone shed some light on this?

You definitely have a header problem. What are your build options?

-- 
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