From owner-freebsd-sparc64@FreeBSD.ORG Fri Jan 2 02:21:01 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CEE516A4CE for ; Fri, 2 Jan 2004 02:21:01 -0800 (PST) Received: from whirlwind.he.net (whirlwind.he.net [64.62.241.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 645F743D4C for ; Fri, 2 Jan 2004 02:21:00 -0800 (PST) (envelope-from dcornejo@firetide.com) Received: from keiki.firetide.com ([66.91.140.186]) by whirlwind.he.net for ; Fri, 2 Jan 2004 02:20:51 -0800 Message-Id: <6.0.1.1.2.20040102001806.024b5128@mail.firetide.com> X-Sender: firetide.com/dcornejo@mail.firetide.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Fri, 02 Jan 2004 00:20:46 -1000 To: freebsd-sparc64@freebsd.org From: David Cornejo Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: kernel broken in creator.c? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 10:21:01 -0000 Hi, Maybe I've got a funky setup, but I haven't gotten creator.c to compile due to warnings since the NULL changes. The following compiled it for me, it look ok? dave c *** creator.c~ Mon Nov 10 21:34:08 2003 --- creator.c Thu Jan 1 23:49:04 2004 *************** *** 292,302 **** FFB_WRITE(sc, FFB_DAC, FFB_DAC_VALUE2, 0x0); if (sc->sc_console) { ! col = NULL; ! row = NULL; OF_interpret("stdout @ is my-self addr line# addr column# ", 2, &col, &row); ! if (col != NULL && row != NULL) { sc->sc_colp = (int *)(col + 4); sc->sc_rowp = (int *)(row + 4); } --- 292,302 ---- FFB_WRITE(sc, FFB_DAC, FFB_DAC_VALUE2, 0x0); if (sc->sc_console) { ! col = 0; ! row = 0; OF_interpret("stdout @ is my-self addr line# addr column# ", 2, &col, &row); ! if (col != 0 && row != 0) { sc->sc_colp = (int *)(col + 4); sc->sc_rowp = (int *)(row + 4); } From owner-freebsd-sparc64@FreeBSD.ORG Fri Jan 2 16:47:34 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4036816A4CE; Fri, 2 Jan 2004 16:47:34 -0800 (PST) Received: from cueball.rtp.FreeBSD.org (cueball.rtp.FreeBSD.org [192.58.184.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94CF743D3F; Fri, 2 Jan 2004 16:47:32 -0800 (PST) (envelope-from des+tinderbox@freebsd.org) Received: from cueball.rtp.FreeBSD.org (localhost [127.0.0.1]) i030lVv9012317; Fri, 2 Jan 2004 19:47:31 -0500 (EST) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by cueball.rtp.FreeBSD.org (8.12.9/8.12.9/Submit) id i030lVF7012316; Fri, 2 Jan 2004 19:47:31 -0500 (EST) (envelope-from des+tinderbox@freebsd.org) Date: Fri, 2 Jan 2004 19:47:31 -0500 (EST) Message-Id: <200401030047.i030lVF7012316@cueball.rtp.FreeBSD.org> X-Authentication-Warning: cueball.rtp.FreeBSD.org: des set sender to Tinderbox using -f Sender: Tinderbox From: Tinderbox To: current@freebsd.org, sparc64@freebsd.org Precedence: bulk Subject: [current tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 00:47:34 -0000 TB --- 2004-01-02 23:44:23 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org TB --- 2004-01-02 23:44:23 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2004-01-02 23:44:23 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2004-01-02 23:46:50 - building world TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64/src TB --- /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything.. TB --- 2004-01-03 00:42:25 - building generic kernel TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Kernel build for GENERIC started on Sat Jan 3 00:42:25 GMT 2004 [...] touch hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c sh /vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/conf/newvers.sh GENERIC cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys -I/vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/acpica -I/vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ipfilter -I/vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath -I/vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/dev/ath/freebsd -I/vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mcmodel=medlow -msoft-float -ffreestanding -Werror vers.c linking kernel.debug if_re.o: In function `re_rxeof': /vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/dev/re/if_re.c:1663: undefined reference to `vlan_tag_alloc' *** Error code 1 Stop in /vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/obj/sparc64/vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src. *** Error code 1 Stop in /vol/vol1/users/des/tinderbox/CURRENT/sparc64/sparc64/src. TB --- 2004-01-03 00:47:31 - TB --- /usr/bin/make returned exit code 1 TB --- 2004-01-03 00:47:31 - TB --- ERROR: failed to build generic kernel TB --- 2004-01-03 00:47:31 - tinderbox aborted From owner-freebsd-sparc64@FreeBSD.ORG Sat Jan 3 03:48:54 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04CE616A4CE for ; Sat, 3 Jan 2004 03:48:54 -0800 (PST) Received: from slimy.rodal.no (12.80-202-56.nextgentel.com [80.202.56.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBF543D2D for ; Sat, 3 Jan 2004 03:48:50 -0800 (PST) (envelope-from morten@rodal.no) Received: from atlantis.rodal.no (atlantis.rodal.no [192.168.20.62]) by slimy.rodal.no (8.12.8p2/8.12.8) with ESMTP id i03Bml1h052909 for ; Sat, 3 Jan 2004 12:48:47 +0100 (CET) (envelope-from morten@rodal.no) Received: (from morten@localhost) by atlantis.rodal.no (8.12.10/8.12.10/Submit) id i03Bmk1R000979 for freebsd-sparc64@freebsd.org; Sat, 3 Jan 2004 12:48:46 +0100 (CET) (envelope-from morten) Date: Sat, 3 Jan 2004 12:48:46 +0100 From: Morten Rodal To: freebsd-sparc64@freebsd.org Message-ID: <20040103114846.GA960@atlantis.rodal.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline Subject: hme0: invalid packet size 8385; dropping during heavy load X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 11:48:54 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Is it normal to expect these during heavy load (copy of large files over 100 Mbps)? [...] Jan 2 20:03:43 solaris kernel: hme0: invalid packet size 8385; dropping Jan 2 20:03:43 solaris kernel: hme0: too may errors; not reporting any more The machine is an Ultra 10 with a kernel from Tue Dec 23 16:11:52 CET 2003. --=20 Morten Rodal --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQE/9qwebWe1Cy11WVsRAv/NAJ9WOO5qPFWM6MEo98Ir6rTMxGtGMgCffSYg yWUnZk7tE9X745PmEfcfb/c= =j9pM -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1--