From owner-freebsd-alpha@FreeBSD.ORG Sun Jul 13 13:01:47 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F6637B412 for ; Sun, 13 Jul 2003 13:01:47 -0700 (PDT) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [62.67.200.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BC543FBD for ; Sun, 13 Jul 2003 13:01:45 -0700 (PDT) (envelope-from robert@spes.drehmel.com) Received: (qmail 30188 invoked from network); 13 Jul 2003 20:01:44 -0000 Received: from unknown (HELO spes.drehmel.com) ([62.220.8.217]) (envelope-sender )AES256-SHA encrypted SMTP for ; 13 Jul 2003 20:01:44 -0000 Received: from spes.drehmel.com (localhost [127.0.0.1]) by spes.drehmel.com (8.12.9/8.12.6) with ESMTP id h6DK0AE2001048 for ; Sun, 13 Jul 2003 22:00:10 +0200 (CEST) (envelope-from robert@spes.drehmel.com) Received: (from robert@localhost) by spes.drehmel.com (8.12.9/8.12.6/Submit) id h6DK0Agv001047 for alpha@FreeBSD.org; Sun, 13 Jul 2003 22:00:10 +0200 (CEST) Date: Sun, 13 Jul 2003 22:00:10 +0200 From: Robert Drehmel To: alpha@FreeBSD.org Message-ID: <20030713200010.GA965@spes.drehmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: strtod still provoking SIGFPE? X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 20:01:47 -0000 Hi there. Does the following code fragment when compiled and run on FreeBSD/alpha-STABLE provoke a SIGFPE signal? #include int main(void) { strtod("5e-324", NULL); return (0); } Thanks, -robert From owner-freebsd-alpha@FreeBSD.ORG Mon Jul 14 22:12:27 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A4837B401; Mon, 14 Jul 2003 22:12:27 -0700 (PDT) Received: from cueball.rtp.FreeBSD.org (cueball.rtp.FreeBSD.org [192.58.184.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B38B43F85; Mon, 14 Jul 2003 22:12:26 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from cueball.rtp.FreeBSD.org (localhost [127.0.0.1]) h6F5CPs8000247; Tue, 15 Jul 2003 01:12:25 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by cueball.rtp.FreeBSD.org (8.12.9/8.12.9/Submit) id h6F5CPua000246; Tue, 15 Jul 2003 05:12:25 GMT Date: Tue, 15 Jul 2003 05:12:25 GMT Message-Id: <200307150512.h6F5CPua000246@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, alpha@freebsd.org Precedence: bulk Subject: [-CURRENT tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 05:12:27 -0000 TB --- 2003-07-15 04:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-07-15 04:00:01 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-15 04:02:00 - building world TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> Rebuilding the temporary build tree >>> stage 1: legacy release compatibility shims >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/CURRENT/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. TB --- 2003-07-15 05:05:56 - building generic kernel TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src TB --- /usr/bin/make buildkernel KERNCONF=GENERIC >>> Building an up-to-date make(1) >>> Kernel build for GENERIC started on Tue Jul 15 05:05:57 GMT 2003 [...] cc -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -c __remlu.S building __reml.S from /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/alpha/alpha/divrem.m4 cc -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding -c __reml.S sh /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/conf/newvers.sh GENERIC cc -c -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/dev -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/acpica -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/ipfilter -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev6 -ffreestanding vers.c linking kernel.debug kern_sig.o:/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/kern/kern_sig.c:1512: undefined reference to `thread_siginfo' kern_sig.o:/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/kern/kern_sig.c:1512: undefined reference to `thread_siginfo' *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/sys/GENERIC. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. TB --- 2003-07-15 05:12:25 - /usr/bin/make returned exit code 1 TB --- 2003-07-15 05:12:25 - ERROR: failed to build generic kernel TB --- 2003-07-15 05:12:25 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Tue Jul 15 09:22:16 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED1237B401; Tue, 15 Jul 2003 09:22:16 -0700 (PDT) Received: from cueball.rtp.FreeBSD.org (cueball.rtp.FreeBSD.org [192.58.184.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73B243F85; Tue, 15 Jul 2003 09:22:15 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from cueball.rtp.FreeBSD.org (localhost [127.0.0.1]) h6FGMEs8025523; Tue, 15 Jul 2003 12:22:14 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by cueball.rtp.FreeBSD.org (8.12.9/8.12.9/Submit) id h6FGMEYi025522; Tue, 15 Jul 2003 16:22:14 GMT Date: Tue, 15 Jul 2003 16:22:14 GMT Message-Id: <200307151622.h6FGMEYi025522@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, alpha@freebsd.org Precedence: bulk Subject: [-CURRENT tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 16:22:17 -0000 TB --- 2003-07-15 16:00:00 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-07-15 16:00:00 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-15 16:03:29 - building world TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> Rebuilding the temporary build tree >>> stage 1: legacy release compatibility shims >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/CURRENT/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries [...] ===> lib/libpam/modules/pam_permit cc -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_permit/../../../../contrib/openpam/include -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_permit/../../libpam -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_permit/pam_permit.c building static pam_permit library ranlib libpam_permit.a ===> lib/libpam/modules/pam_radius cc -O -pipe -mcpu=ev4 -mtune=ev5 -mieee -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_radius/../../../../contrib/openpam/include -I/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_radius/../../libpam -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized -c /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_radius/pam_radius.c /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_radius/pam_radius.c: In function `do_challenge': /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_radius/pam_radius.c:206: warning: passing arg 1 of `free' discards qualifiers from pointer target type *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules/pam_radius. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam/modules. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libpam. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. TB --- 2003-07-15 16:22:14 - /usr/bin/make returned exit code 1 TB --- 2003-07-15 16:22:14 - ERROR: failed to build world TB --- 2003-07-15 16:22:14 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 00:15:46 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96C437B401 for ; Wed, 16 Jul 2003 00:15:46 -0700 (PDT) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 5474A43F93 for ; Wed, 16 Jul 2003 00:15:45 -0700 (PDT) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 11660 invoked from network); 16 Jul 2003 07:15:43 -0000 Received: from localhost (127.0.0.1) by server.swissgeeks.com (127.0.0.1) with ESMTP; 16 Jul 2003 07:15:43 -0000 Received: from 195.141.123.2 ( [195.141.123.2]) as user pbrossin@localhost by www.swissgeeks.com with HTTP; Wed, 16 Jul 2003 09:15:43 +0200 Message-ID: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> Date: Wed, 16 Jul 2003 09:15:43 +0200 From: Pierrick Brossin To: freebsd-alpha@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 195.141.123.2 X-Sent-Via: Mitel Networks SME Server Subject: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 07:15:47 -0000 Hi! I'm new to Alpha. I just received an EV56 (on PC164) with 256 Mb RAM. Since I was not able to find any SCSI card which work on the installed SRM (no update available) I decided to use an IDE HD and an IDE CD-ROM drive. I'm having problems with IDE2 (maybe it's just something like I have to enable it but I didn't go further into that) so I'm using IDE1. On Master I have a 3.4 Gb HD and on Slave I have the CD-ROM drive. When booting the system, I can see dqa0 and dqa1 through "show dev". So I downloaded FBSD 5.1-R, burnt it and booted it on my alpha (boot dqa1). The installation process starts successfully and I can see it detects both the HD and the CDROM (SCROLL-LOCK -> UP). So I choose to start the installation just like I did for many x86 machines but when I come to create the labels in the "FreeBSD Disklabel Editor" it says: "You can only do this in a master partition (see top of screen)" Quite the same thing if I push "A". Under x86 you have to fdisk to create a slice and then you can create the labels. Someone told me Alphas don't use slices. So I believe the guy (who is actually a kernel hacker hehe so Hi if you're on this list :D). The problem is that there's nothing at the top of the screen. I know I should see 3.4Gb but it's not there! Any help would be appreciated. Thanks -- Pierrick Brossin IT Employee - Quark Media House Switzerland Mail: pbrossin_AT_swissgeeks(dot)com Web: http://www.swissgeeks.com From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 00:22:49 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFB3137B408 for ; Wed, 16 Jul 2003 00:22:49 -0700 (PDT) Received: from mxzilla2.xs4all.nl (mxzilla2.xs4all.nl [194.109.6.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C076F43F85 for ; Wed, 16 Jul 2003 00:22:48 -0700 (PDT) (envelope-from wkb@xs4all.nl) Received: from xs1.xs4all.nl (xs1.xs4all.nl [194.109.3.11]) by mxzilla2.xs4all.nl (8.12.3/8.12.3) with ESMTP id h6G7MlKi081696; Wed, 16 Jul 2003 09:22:47 +0200 (CEST) Received: from xs1.xs4all.nl (wkb@localhost.xs4all.nl [127.0.0.1]) by xs1.xs4all.nl (8.12.9/8.11.6) with ESMTP id h6G7Ml4j027794; Wed, 16 Jul 2003 09:22:47 +0200 (CEST) (envelope-from wkb@xs1.xs4all.nl) Received: (from Unknown UID 179242@localhost) by xs1.xs4all.nl (8.12.9/8.12.8/Submit) id h6G7MkRI027793; Wed, 16 Jul 2003 09:22:46 +0200 (CEST) (envelope-from wkb) Date: Wed, 16 Jul 2003 09:22:46 +0200 From: Wilko Bulte To: Pierrick Brossin Message-ID: <20030716072246.GA27642@xs4all.nl> References: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.5-RELEASE-p19 X-PGP: finger wilko@freebsd.org cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: wkb@freebie.xs4all.nl List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 07:22:50 -0000 On Wed, Jul 16, 2003 at 09:15:43AM +0200, Pierrick Brossin wrote: Alphas do not use slices like x86. Slices are a PeeCee thing only. You should directly create a BSD disklabel/partitions. Wilko > Hi! > > I'm new to Alpha. I just received an EV56 (on PC164) with 256 Mb RAM. > Since I was not able to find any SCSI card which work on the installed SRM > (no update available) I decided to use an IDE HD and an IDE CD-ROM drive. > I'm having problems with IDE2 (maybe it's just something like I have to > enable it but I didn't go further into that) so I'm using IDE1. > On Master I have a 3.4 Gb HD and on Slave I have the CD-ROM drive. > When booting the system, I can see dqa0 and dqa1 through "show dev". > > So I downloaded FBSD 5.1-R, burnt it and booted it on my alpha (boot dqa1). > The installation process starts successfully and I can see it detects both > the HD and the CDROM (SCROLL-LOCK -> UP). > > So I choose to start the installation just like I did for many x86 machines > but when I come to create the labels in the "FreeBSD Disklabel Editor" it says: > > "You can only do this in a master partition (see top of screen)" > > Quite the same thing if I push "A". > Under x86 you have to fdisk to create a slice and then you can create the > labels. Someone told me Alphas don't use slices. So I believe the guy (who is > actually a kernel hacker hehe so Hi if you're on this list :D). > > The problem is that there's nothing at the top of the screen. I know I should > see 3.4Gb but it's not there! > > Any help would be appreciated. > > Thanks > > -- > Pierrick Brossin > IT Employee - Quark Media House Switzerland > Mail: pbrossin_AT_swissgeeks(dot)com > Web: http://www.swissgeeks.com > _______________________________________________ > freebsd-alpha@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-alpha > To unsubscribe, send any mail to "freebsd-alpha-unsubscribe@freebsd.org" ---end of quoted text--- From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 01:22:55 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F8837B43B for ; Wed, 16 Jul 2003 01:22:53 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD79243F3F for ; Wed, 16 Jul 2003 01:22:51 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6G8MXhR011427 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 16 Jul 2003 10:22:49 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h6G8MUAx018521 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Jul 2003 10:22:30 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h6G8MTgt012101; Wed, 16 Jul 2003 10:22:29 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h6G8MRvZ012100; Wed, 16 Jul 2003 10:22:27 +0200 (CEST) Date: Wed, 16 Jul 2003 10:22:26 +0200 From: Bernd Walter To: Pierrick Brossin Message-ID: <20030716082226.GN72706@cicely12.cicely.de> References: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 08:22:56 -0000 On Wed, Jul 16, 2003 at 09:15:43AM +0200, Pierrick Brossin wrote: > The problem is that there's nothing at the top of the screen. I know I should > see 3.4Gb but it's not there! Zero the first blocks of that disk. sysinstall might get confused by non alpha contents and not offer you the drive. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 01:39:16 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E819E37B401 for ; Wed, 16 Jul 2003 01:39:15 -0700 (PDT) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 8BEB743FA3 for ; Wed, 16 Jul 2003 01:39:14 -0700 (PDT) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 16191 invoked from network); 16 Jul 2003 08:39:13 -0000 Received: from localhost (127.0.0.1) by server.swissgeeks.com (127.0.0.1) with ESMTP; 16 Jul 2003 08:39:13 -0000 Received: from 195.141.123.2 ( [195.141.123.2]) as user pbrossin@localhost by www.swissgeeks.com with HTTP; Wed, 16 Jul 2003 10:39:12 +0200 Message-ID: <1058344752.3f150f30b2195@www.swissgeeks.com> Date: Wed, 16 Jul 2003 10:39:12 +0200 From: Pierrick Brossin To: ticso@cicely.de References: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> <20030716082226.GN72706@cicely12.cicely.de> In-Reply-To: <20030716082226.GN72706@cicely12.cicely.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 195.141.123.2 X-Sent-Via: Mitel Networks SME Server cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 08:39:16 -0000 Quoting Bernd Walter : > Zero the first blocks of that disk. > sysinstall might get confused by non alpha contents and not offer you > the drive. OK I'll try this tonight! I thought fdisking to remove the partition would be OK but I forgot the MBR. You're talking about the MBR right ? Thanks -- Pierrick Brossin IT Employee - Quark Media House Switzerland Mail: pbrossin_AT_swissgeeks(dot)com Web: http://www.swissgeeks.com From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 01:54:50 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4B137B401 for ; Wed, 16 Jul 2003 01:54:50 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id F102B43F85 for ; Wed, 16 Jul 2003 01:54:48 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6G8sfhR011885 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 16 Jul 2003 10:54:46 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h6G8sbAx018666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Jul 2003 10:54:38 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h6G8sbgt012268; Wed, 16 Jul 2003 10:54:37 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h6G8saFH012267; Wed, 16 Jul 2003 10:54:36 +0200 (CEST) Date: Wed, 16 Jul 2003 10:54:36 +0200 From: Bernd Walter To: Pierrick Brossin Message-ID: <20030716085435.GP72706@cicely12.cicely.de> References: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> <20030716082226.GN72706@cicely12.cicely.de> <1058344752.3f150f30b2195@www.swissgeeks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1058344752.3f150f30b2195@www.swissgeeks.com> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i cc: ticso@cicely.de cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 08:54:50 -0000 On Wed, Jul 16, 2003 at 10:39:12AM +0200, Pierrick Brossin wrote: > Quoting Bernd Walter : > > > Zero the first blocks of that disk. > > sysinstall might get confused by non alpha contents and not offer you > > the drive. > > OK I'll try this tonight! > > I thought fdisking to remove the partition would be OK but I forgot the MBR. > You're talking about the MBR right ? You still have an fdisk table on the disk - just without partitions. In fact I don't know what detail sysinstall confuses - if I would then it should be easier to fix. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 09:23:37 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C21037B401 for ; Wed, 16 Jul 2003 09:23:37 -0700 (PDT) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E53C43F75 for ; Wed, 16 Jul 2003 09:23:35 -0700 (PDT) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 31845 invoked from network); 16 Jul 2003 16:23:34 -0000 Received: from pc-00020 (HELO swissgeeks.com) (10.0.0.20) by server.swissgeeks.com (10.0.0.1) with ESMTP; 16 Jul 2003 16:23:34 -0000 Message-ID: <3F14AEDA.40500@swissgeeks.com> Date: Wed, 16 Jul 2003 01:48:10 +0000 From: Pierrick Brossin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ticso@cicely.de References: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> <20030716082226.GN72706@cicely12.cicely.de> <1058344752.3f150f30b2195@www.swissgeeks.com> <20030716085435.GP72706@cicely12.cicely.de> In-Reply-To: <20030716085435.GP72706@cicely12.cicely.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 16:23:37 -0000 Bernd Walter wrote: > You still have an fdisk table on the disk - just without partitions. > In fact I don't know what detail sysinstall confuses - if I would then > it should be easier to fix. Well I'm home and I first tried to "fdisk /mdr" the HD so the mbr is emtpy. Didnt work. Then I decided to use my special (:D) IBM floppy which I use to low level format HD or Zero fill HD. The low level format didn't work since it's not an IBM HD I guess but the Zero Filling function worked. But it's still the same thing, same error in the disklabel editor. The HD is known to work perfectly. A friend of mine who was using Windows XP on it gave it to me cause it was too small. Any other idea ? Regards -- Pierrick Brossin IT Employee - Quark Media House Switzerland Mail: pbrossin_AT_swissgeeks(dot)com Web: http://www.swissgeeks.com From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 09:41:14 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 622E137B401 for ; Wed, 16 Jul 2003 09:41:14 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C030D43F93 for ; Wed, 16 Jul 2003 09:41:10 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6GGf0hR017905 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 16 Jul 2003 18:41:03 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h6GGewAx020656 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Jul 2003 18:40:58 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h6GGevgt014415; Wed, 16 Jul 2003 18:40:57 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h6GGevfS014414; Wed, 16 Jul 2003 18:40:57 +0200 (CEST) Date: Wed, 16 Jul 2003 18:40:57 +0200 From: Bernd Walter To: Pierrick Brossin Message-ID: <20030716164056.GU72706@cicely12.cicely.de> References: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> <20030716082226.GN72706@cicely12.cicely.de> <1058344752.3f150f30b2195@www.swissgeeks.com> <20030716085435.GP72706@cicely12.cicely.de> <3F14AEDA.40500@swissgeeks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F14AEDA.40500@swissgeeks.com> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i cc: ticso@cicely.de cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 16:41:14 -0000 On Wed, Jul 16, 2003 at 01:48:10AM +0000, Pierrick Brossin wrote: > Bernd Walter wrote: > > >You still have an fdisk table on the disk - just without partitions. > >In fact I don't know what detail sysinstall confuses - if I would then > >it should be easier to fix. > > Well I'm home and I first tried to "fdisk /mdr" the HD so the mbr is > emtpy. Didnt work. With fdsik /mbr you write an mbr - not zeros. Also you have an empty fdisk table - not a cleared block. > Then I decided to use my special (:D) IBM floppy which I use to low > level format HD or Zero fill HD. The low level format didn't work since > it's not an IBM HD I guess but the Zero Filling function worked. > But it's still the same thing, same error in the disklabel editor. >From within FreeBSD: dd if=/dev/zero bs=10240 count=1 of=/dev/adn replace adn with ad0 or whatever your disk is named. > The HD is known to work perfectly. A friend of mine who was using > Windows XP on it gave it to me cause it was too small. What I wrote - sysinstalls stumbles over the contents on that disk. > Any other idea ? You need to get that fdisk table from the disk. You can't expect tools that handle fdisk partitions to wipe them. An empty fdisk table is still an fdisk table. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 10:04:12 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88E137B401 for ; Wed, 16 Jul 2003 10:04:12 -0700 (PDT) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 5203C43F93 for ; Wed, 16 Jul 2003 10:04:11 -0700 (PDT) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 752 invoked from network); 16 Jul 2003 17:04:10 -0000 Received: from pc-00020 (HELO swissgeeks.com) (10.0.0.20) by server.swissgeeks.com (10.0.0.1) with ESMTP; 16 Jul 2003 17:04:10 -0000 Message-ID: <3F14B809.8010005@swissgeeks.com> Date: Wed, 16 Jul 2003 02:27:21 +0000 From: Pierrick Brossin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ticso@cicely.de References: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> <20030716082226.GN72706@cicely12.cicely.de> <1058344752.3f150f30b2195@www.swissgeeks.com> <20030716085435.GP72706@cicely12.cicely.de> <3F14AEDA.40500@swissgeeks.com> <20030716164056.GU72706@cicely12.cicely.de> In-Reply-To: <20030716164056.GU72706@cicely12.cicely.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 17:04:13 -0000 Bernd Walter wrote: > From within FreeBSD: > dd if=/dev/zero bs=10240 count=1 of=/dev/adn > replace adn with ad0 or whatever your disk is named. Did it from my FBSD 5.1-C x86 machine. It writed the 10240 bytes successfully but it's still not working on the alpha :) It says "You can only do this in a disk slice (at top of screen)" Thanks for helping, I really appreciate! -- Pierrick Brossin IT Employee - Quark Media House Switzerland Mail: pbrossin_AT_swissgeeks(dot)com Web: http://www.swissgeeks.com From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 10:10:37 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3730A37B490 for ; Wed, 16 Jul 2003 10:10:37 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id D71AF43FB1 for ; Wed, 16 Jul 2003 10:10:35 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6GHAUhR018315 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 16 Jul 2003 19:10:33 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h6GHASAx020793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Jul 2003 19:10:29 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h6GHASgt014546; Wed, 16 Jul 2003 19:10:28 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h6GHARXx014545; Wed, 16 Jul 2003 19:10:27 +0200 (CEST) Date: Wed, 16 Jul 2003 19:10:27 +0200 From: Bernd Walter To: Pierrick Brossin Message-ID: <20030716171026.GA14530@cicely12.cicely.de> References: <1058339743.3f14fb9f3f7ac@www.swissgeeks.com> <20030716082226.GN72706@cicely12.cicely.de> <1058344752.3f150f30b2195@www.swissgeeks.com> <20030716085435.GP72706@cicely12.cicely.de> <3F14AEDA.40500@swissgeeks.com> <20030716164056.GU72706@cicely12.cicely.de> <3F14B809.8010005@swissgeeks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F14B809.8010005@swissgeeks.com> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i cc: ticso@cicely.de cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 17:10:38 -0000 On Wed, Jul 16, 2003 at 02:27:21AM +0000, Pierrick Brossin wrote: > Bernd Walter wrote: > > >From within FreeBSD: > >dd if=/dev/zero bs=10240 count=1 of=/dev/adn > >replace adn with ad0 or whatever your disk is named. > > Did it from my FBSD 5.1-C x86 machine. > It writed the 10240 bytes successfully but it's still not working on the > alpha :) Maybe you need to write more then count=1. I'm unshure about the exact bit pattern and position that causes this kind of problem. > It says "You can only do this in a disk slice (at top of screen)" As long as dd claimed to succed I think the blocks were written. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 12:00:06 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC5537B40C for ; Wed, 16 Jul 2003 12:00:06 -0700 (PDT) Received: from mail.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B6E43F3F for ; Wed, 16 Jul 2003 12:00:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 19195 invoked from network); 16 Jul 2003 19:00:04 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 16 Jul 2003 19:00:04 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id h6GJ02GI023519; Wed, 16 Jul 2003 15:00:02 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030716171026.GA14530@cicely12.cicely.de> Date: Wed, 16 Jul 2003 15:00:18 -0400 (EDT) From: John Baldwin To: Bernd Walter cc: ticso@cicely.de cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 19:00:06 -0000 On 16-Jul-2003 Bernd Walter wrote: > On Wed, Jul 16, 2003 at 02:27:21AM +0000, Pierrick Brossin wrote: >> Bernd Walter wrote: >> >> >From within FreeBSD: >> >dd if=/dev/zero bs=10240 count=1 of=/dev/adn >> >replace adn with ad0 or whatever your disk is named. >> >> Did it from my FBSD 5.1-C x86 machine. >> It writed the 10240 bytes successfully but it's still not working on the >> alpha :) > > Maybe you need to write more then count=1. > I'm unshure about the exact bit pattern and position that causes this > kind of problem. > >> It says "You can only do this in a disk slice (at top of screen)" > > As long as dd claimed to succed I think the blocks were written. It may be that sysinstall/libdisk is back to failing to work on a blank disk. I have seen this problem in the past but can't remember if it was ever fixed. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 13:27:52 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74BFE37B401 for ; Wed, 16 Jul 2003 13:27:52 -0700 (PDT) Received: from goodmail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD8143F85 for ; Wed, 16 Jul 2003 13:27:51 -0700 (PDT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [127.0.0.1]) by goodmail.ijs.si (Postfix) with ESMTP id 98AB7283F2; Wed, 16 Jul 2003 22:27:49 +0200 (CEST) Received: from goodmail.ijs.si ([127.0.0.1]) by localhost (goodmail.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16301-09; Wed, 16 Jul 2003 22:27:48 +0200 (CEST) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by goodmail.ijs.si (Postfix) with ESMTP id 21C24283C9; Wed, 16 Jul 2003 22:27:48 +0200 (CEST) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by rincewind.ijs.si (Postfix) with ESMTP id E47B8D9F; Wed, 16 Jul 2003 22:27:47 +0200 (CEST) From: Dejan Lesjak To: freebsd-alpha@freebsd.org Date: Wed, 16 Jul 2003 22:27:47 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307162227.47688.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new / Sophos+Sophie at ijs.si Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 20:27:52 -0000 Pierrick Brossin wrote: > Bernd Walter wrote: > >> From within FreeBSD: >> dd if=/dev/zero bs=10240 count=1 of=/dev/adn >> replace adn with ad0 or whatever your disk is named. > > Did it from my FBSD 5.1-C x86 machine. > It writed the 10240 bytes successfully but it's still not working on the > alpha :) > > It says "You can only do this in a disk slice (at top of screen)" > > Thanks for helping, I really appreciate! > Hello, When I tried to install FreeBSD on alphas, I didn't get that error, however in label editor there was no space for creating labels showed, so I don't know if this will work. Anyway, try getting live-filesystem disk (rescue disk, 5.1-RELEASE-alpha-disc2.iso), then from installer go to Fixit and choose CDROM/DVD. That should get you to command prompt. You should then find bsdlabel program (/sbin/bsdlabel or /mnt/sbin/bsdlabel, I don't recall exactly) and use # /path/to/bsdlabel -w /dev/adn to create standard disklabel. Sysinstall should then recognise this label and show free space to create labels on. I hope this helps in any way. Dejan From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 14:57:05 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C2D237B401 for ; Wed, 16 Jul 2003 14:57:05 -0700 (PDT) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F7D43F75 for ; Wed, 16 Jul 2003 14:57:03 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp01.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])h6GLv0x3025840; Thu, 17 Jul 2003 07:57:01 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp01.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2003071707535668:6324 ; Thu, 17 Jul 2003 07:53:56 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.9/8.12.9) with ESMTP id h6GLux7d043466; Thu, 17 Jul 2003 07:56:59 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.9/8.12.9/Submit) id h6GLuwF9043465; Thu, 17 Jul 2003 07:56:58 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Thu, 17 Jul 2003 07:56:58 +1000 From: Peter Jeremy To: freebsd-alpha@freebsd.org Message-ID: <20030716215658.GA43409@gsmx07.alcatel.com.au> Mail-Followup-To: freebsd-alpha@freebsd.org Mime-Version: 1.0 User-Agent: Mutt/1.4.1i X-MIMETrack: Itemize by SMTP Server on SYDSMTP01/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 17/07/2003 07:53:56 AM,|February 13, 2003) at 17/07/2003 07:53:58 AM, Serialize complete at 17/07/2003 07:53:58 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 21:57:05 -0000 My attempts to build Mozilla on a quad-CPU AS4100 running a locally-built copy of 5.1-RELEASE consistently fail, ending: gmake[3]: Entering directory `/usr/ports/www/mozilla/work/mozilla/embedding/browser/gtk/tests' TestGtkEmbed.cpp c++ -o TestGtkEmbed.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/dom -I../../../../dist/include/gtkembedmoz -I../../../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -mcpu=ev56 -mieee -fshort-wchar -pipe -DNDEBUG -DTRIMMED -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h TestGtkEmbed.cpp c++ -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -mcpu=ev56 -mieee -fshort-wchar -pipe -DNDEBUG -DTRIMMED -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -o TestGtkEmbed TestGtkEmbed.o -L../../../../dist/bin -L../../../../dist/lib -lgtkembedmoz -lgtksuperwin -lm -L../../../../dist/bin -lmozjs -L../../../../dist/bin -lxpcom -L../../../../dist/bin -L/usr/ports/www/mozilla/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm strip TestGtkEmbed ../../../../config/nsinstall -R -m 755 TestGtkEmbed ../../../../dist/bin gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/embedding/browser/gtk/tests' gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/embedding/browser/gtk' gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' /usr/bin/sed -e "s|%%PREFIX%%|/usr/X11R6|g" -e "s|%%MOZILLA%%|mozilla|g" /usr/ports/www/mozilla/files/mozilla.sh >/usr/ports/www/mozilla/work/mozilla/mozilla (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf ./chrome/user-locales.rdf) Segmentation fault *** Error code 139 Stop in /usr/ports/www/mozilla. The failing program is regxpcom and it leaves an empty core file in /usr/ports/www/mozilla/work/mozilla/dist/bin Running regxpcom under gdb gives: # cd /usr/ports/www/mozilla/work/mozilla/dist/bin # /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. gdb ./regxpcom GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "alpha-undermydesk-freebsd"... (no debugging symbols found)... (gdb) run Starting program: /usr/ports/www/mozilla/work/mozilla/xpcom/tools/registry/regxpcom (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... [deleted] (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x162b0cfdc in Double::toString(double, nsAString&) () from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libtransformiix.so (gdb) where #0 0x162b0cfdc in Double::toString(double, nsAString&) () from /usr/ports/www/mozilla/work/mozilla/dist/bin/components/libtransformiix.so warning: Hit heuristic-fence-post without finding warning: enclosing function for address 0x160032600 This warning occurs if you are debugging a function without any symbols (for example, in a stripped executable). In that case, you may wish to increase the size of the search with the `set heuristic-fence-post' command. Otherwise, you told GDB there was a function where there isn't one, or (more likely) you have encountered a bug in GDB. (gdb) info regi v0 0x0 0 t0 0x162b716a4 5951133348 t1 0x1 1 t2 0x1 1 t3 0x1 1 t4 0x20003a 2097210 t5 0x0 0 t6 0xebc7 60359 t7 0xfffffc0000714000 -4398039089152 s0 0xffff 65535 s1 0x1 1 s2 0x1200e8f80 4832792448 s3 0x1 1 s4 0x16287f210 5948043792 s5 0x1 1 fp 0x11ffedc8 301985224 a0 0x2 2 a1 0x11ffed88 301985160 a2 0x3 3 a3 0x0 0 a4 0x0 0 a5 0x11ffecd8 301984984 t8 0x1e 30 t9 0x1602ed2f8 5908648696 t10 0x8 8 t11 0x107 263 ra 0x162b0cfac 5950721964 t12 0xfffffc00003f2160 -4398042373792 at 0xfffffe0039d8be58 -2198052749736 gp 0x162b92ca8 5951270056 sp 0x11ffed98 301985176 zero 0x0 0 fpcr 0x6800000000000000 7493989779944505344 pc 0x162b0cfdc 5950722012 vfp 0x11ffee58 301985368 (gdb) disas [deleted] 0x162b0cfd4 <_ZN6Double8toStringEdR9nsAString+2036>: ldq t0,-22776(gp) 0x162b0cfd8 <_ZN6Double8toStringEdR9nsAString+2040>: ldt $f10,0(t0) 0x162b0cfdc <_ZN6Double8toStringEdR9nsAString+2044>: ldq t0,-30760(gp) 0x162b0cfe0 <_ZN6Double8toStringEdR9nsAString+2048>: stt $f10,0(t0) [deleted] One problem is that $t0 is only aligned to 32-bits whereas ldt needs 64-bit alignment - but this should cause a SIGBUS not SIGSEGV. I'm not sure how to get gdb to show the process memory mappings but gdb has no problem accessing the doubleword at 0($t0). In any case, uac indicates that unaligned accesses should be fixed up (and printed) - though nothing is printed. FWIW, relevant parts of /etc/make.conf are: CPUTYPE=ev56 CFLAGS= -O -pipe I'm having another try without the "CPUTYPE=ev56" but it will be another 6-7 hours before I find if that helps. Can anyone offer any insights? Peter From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 15:01:14 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4258937B401 for ; Wed, 16 Jul 2003 15:01:14 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C29843FB1 for ; Wed, 16 Jul 2003 15:01:11 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.9/8.12.9) with ESMTP id h6GM11wV027434 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 16 Jul 2003 18:01:01 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h6GM0ur44136; Wed, 16 Jul 2003 18:00:56 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16149.51992.83949.491825@grasshopper.cs.duke.edu> Date: Wed, 16 Jul 2003 18:00:56 -0400 (EDT) To: Peter Jeremy In-Reply-To: <20030716215658.GA43409@gsmx07.alcatel.com.au> References: <20030716215658.GA43409@gsmx07.alcatel.com.au> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: freebsd-alpha@freebsd.org Subject: Re: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 22:01:14 -0000 See the archives. Drew From owner-freebsd-alpha@FreeBSD.ORG Wed Jul 16 21:44:01 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73C5037B401; Wed, 16 Jul 2003 21:44:01 -0700 (PDT) Received: from cueball.rtp.FreeBSD.org (cueball.rtp.FreeBSD.org [192.58.184.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74A243F93; Wed, 16 Jul 2003 21:44:00 -0700 (PDT) (envelope-from des+tinderbox@freebsd.org) Received: from cueball.rtp.FreeBSD.org (localhost [127.0.0.1]) h6H4i0s8049216; Thu, 17 Jul 2003 00:44:00 -0400 (EDT) (envelope-from des+tinderbox@freebsd.org) Received: (from des@localhost) by cueball.rtp.FreeBSD.org (8.12.9/8.12.9/Submit) id h6H4hx7F049215; Thu, 17 Jul 2003 04:43:59 GMT Date: Thu, 17 Jul 2003 04:43:59 GMT Message-Id: <200307170443.h6H4hx7F049215@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, alpha@freebsd.org Precedence: bulk Subject: [-CURRENT tinderbox] failure on alpha/alpha X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 04:44:01 -0000 TB --- 2003-07-17 04:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-07-17 04:00:01 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-17 04:02:51 - building world TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src TB --- /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> Rebuilding the temporary build tree >>> stage 1: legacy release compatibility shims >>> stage 1: bootstrap tools >>> stage 2: cleaning up the object tree >>> stage 2: rebuilding the object tree >>> stage 2: build tools >>> stage 3: cross tools >>> stage 4: populating /home/des/tinderbox/CURRENT/alpha/alpha/obj/alpha/vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/i386/usr/include >>> stage 4: building libraries >>> stage 4: make dependencies >>> stage 4: building everything.. [...] gzip -cn /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libc/posix1e/acl_get.3 > acl_get.3.gz gzip -cn /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libc/posix1e/acl_get_entry.3 > acl_get_entry.3.gz gzip -cn /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libc/posix1e/acl_get_permset.3 > acl_get_permset.3.gz gzip -cn /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libc/posix1e/acl_get_perm_np.3 > acl_get_perm_np.3.gz gzip -cn /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libc/posix1e/acl_get_qualifier.3 > acl_get_qualifier.3.gz gzip -cn /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libc/posix1e/acl_get_tag_type.3 > acl_get_tag_type.3.gz gzip -cn /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib/libc/posix1e/acl_init.3 > acl_init.3.gz Segmentation fault (core dumped) *** Error code 139 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src/lib. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. *** Error code 1 Stop in /vol/vol0/users/des/tinderbox/CURRENT/alpha/alpha/src. TB --- 2003-07-17 04:43:59 - /usr/bin/make returned exit code 1 TB --- 2003-07-17 04:43:59 - ERROR: failed to build world TB --- 2003-07-17 04:43:59 - tinderbox aborted From owner-freebsd-alpha@FreeBSD.ORG Thu Jul 17 06:26:19 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BDC337B401 for ; Thu, 17 Jul 2003 06:26:19 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id F24A843F85 for ; Thu, 17 Jul 2003 06:26:17 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6HDQEhR034315 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 17 Jul 2003 15:26:16 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h6HDQDAx026397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 17 Jul 2003 15:26:14 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h6HDQDgt019262 for ; Thu, 17 Jul 2003 15:26:13 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h6HDQCC8019261 for freebsd-alpha@freebsd.org; Thu, 17 Jul 2003 15:26:12 +0200 (CEST) Date: Thu, 17 Jul 2003 15:26:12 +0200 From: Bernd Walter To: freebsd-alpha@freebsd.org Message-ID: <20030717132611.GJ14530@cicely12.cicely.de> References: <20030716215658.GA43409@gsmx07.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030716215658.GA43409@gsmx07.alcatel.com.au> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i Subject: Re: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 13:26:19 -0000 On Thu, Jul 17, 2003 at 07:56:58AM +1000, Peter Jeremy wrote: > My attempts to build Mozilla on a quad-CPU AS4100 running a > locally-built copy of 5.1-RELEASE consistently fail, ending: Oh - the port was updated to 1.4 Downgrade the port to 5.1-RELEASE time. mozilla-1.4 already had problems when it was mozilla-devel. I'm running mozilla-1.3.1,2 - the process was started on 21Jun03 so I have a good reason to believe it's stable. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-freebsd-alpha@FreeBSD.ORG Thu Jul 17 06:31:56 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D70C37B401 for ; Thu, 17 Jul 2003 06:31:56 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A984B43FBD for ; Thu, 17 Jul 2003 06:31:55 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.9/8.12.9) with ESMTP id h6HDVmwV012221 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 17 Jul 2003 09:31:48 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h6HDVhm45531; Thu, 17 Jul 2003 09:31:43 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16150.42303.583928.426426@grasshopper.cs.duke.edu> Date: Thu, 17 Jul 2003 09:31:43 -0400 (EDT) To: ticso@cicely.de In-Reply-To: <20030717132611.GJ14530@cicely12.cicely.de> References: <20030716215658.GA43409@gsmx07.alcatel.com.au> <20030717132611.GJ14530@cicely12.cicely.de> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: freebsd-alpha@freebsd.org Subject: Re: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 13:31:56 -0000 Bernd Walter writes: > On Thu, Jul 17, 2003 at 07:56:58AM +1000, Peter Jeremy wrote: > > My attempts to build Mozilla on a quad-CPU AS4100 running a > > locally-built copy of 5.1-RELEASE consistently fail, ending: > > Oh - the port was updated to 1.4 > Downgrade the port to 5.1-RELEASE time. > mozilla-1.4 already had problems when it was mozilla-devel. > I'm running mozilla-1.3.1,2 - the process was started on 21Jun03 so I > have a good reason to believe it's stable. > You actually got mozilla to build and work? On alpha!?! Cool. Drew From owner-freebsd-alpha@FreeBSD.ORG Thu Jul 17 06:45:25 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62CFA37B401 for ; Thu, 17 Jul 2003 06:45:25 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27C1A43F75 for ; Thu, 17 Jul 2003 06:45:24 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6HDjEhR034694 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 17 Jul 2003 15:45:19 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h6HDj7Ax026503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Jul 2003 15:45:07 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h6HDj6gt019362; Thu, 17 Jul 2003 15:45:06 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h6HDj6sc019361; Thu, 17 Jul 2003 15:45:06 +0200 (CEST) Date: Thu, 17 Jul 2003 15:45:06 +0200 From: Bernd Walter To: Andrew Gallatin Message-ID: <20030717134505.GL14530@cicely12.cicely.de> References: <20030716215658.GA43409@gsmx07.alcatel.com.au> <20030717132611.GJ14530@cicely12.cicely.de> <16150.42303.583928.426426@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16150.42303.583928.426426@grasshopper.cs.duke.edu> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i cc: ticso@cicely.de cc: freebsd-alpha@freebsd.org Subject: Re: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 13:45:25 -0000 On Thu, Jul 17, 2003 at 09:31:43AM -0400, Andrew Gallatin wrote: > > Bernd Walter writes: > > On Thu, Jul 17, 2003 at 07:56:58AM +1000, Peter Jeremy wrote: > > > My attempts to build Mozilla on a quad-CPU AS4100 running a > > > locally-built copy of 5.1-RELEASE consistently fail, ending: > > > > Oh - the port was updated to 1.4 > > Downgrade the port to 5.1-RELEASE time. > > mozilla-1.4 already had problems when it was mozilla-devel. > > I'm running mozilla-1.3.1,2 - the process was started on 21Jun03 so I > > have a good reason to believe it's stable. > > > > You actually got mozilla to build and work? On alpha!?! I use it daily. [55]cicely12# ps -ax | grep mozilla 558 p3 T 0:00.04 /bin/sh ./run-mozilla.sh ./mozilla-bin 569 p3 T 3463:37.07 ./mozilla-bin 19293 pf L+ 0:00.01 grep mozilla [56]cicely12# uname -a FreeBSD cicely12.cicely.de 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Thu Jun 19 20:58:48 CEST 2003 ticso@cicely12.cicely.de:/var/d3/c12-2003-06-13/src/sys/alpha/compile/CICELY12 alpha Joe Marcus Clarke did a good job to get the changes into the port. Actually the fix was easier on 5.x because of vtable changes. It still does not work on 4.x with the system compiler, but might work if compiled with gcc3. So much about xpcoms idea to be compiler independent... It took me a long time to realise that they just access the compilers vtable of the modules without encapsulating it. The xpcom tests also worked on 1.4, but the build failed nearly before finishing :( Unfortunately I went out of time, but it's still on my todo list. Also on my list is having native Java support. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-freebsd-alpha@FreeBSD.ORG Thu Jul 17 09:42:55 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E2337B401 for ; Thu, 17 Jul 2003 09:42:55 -0700 (PDT) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 549E543FAF for ; Thu, 17 Jul 2003 09:42:54 -0700 (PDT) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 15097 invoked from network); 17 Jul 2003 16:42:53 -0000 Received: from pc-00020 (HELO swissgeeks.com) (10.0.0.20) by server.swissgeeks.com (10.0.0.1) with ESMTP; 17 Jul 2003 16:42:53 -0000 Message-ID: <3F160257.7060100@swissgeeks.com> Date: Thu, 17 Jul 2003 01:56:39 +0000 From: Pierrick Brossin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dejan Lesjak References: <200307162227.47688.dejan.lesjak@ijs.si> In-Reply-To: <200307162227.47688.dejan.lesjak@ijs.si> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 16:42:55 -0000 > You should then find > bsdlabel program (/sbin/bsdlabel or /mnt/sbin/bsdlabel, I don't recall > exactly) and use > # /path/to/bsdlabel -w /dev/adn > to create standard disklabel. Sysinstall should then recognise this label and > show free space to create labels on. Downloaded the iso, burnt it and used it as you said but it didn't help. When I run bsdlabel -w it doesn't say anything, like it has succeded but when I go again in the installation process I'm back to the "FreeBSD DiskLabel Editor" and there's nothing in there. Regards -- Pierrick Brossin IT Employee - Quark Media House Switzerland Mail: pbrossin_AT_swissgeeks(dot)com Web: http://www.swissgeeks.com From owner-freebsd-alpha@FreeBSD.ORG Thu Jul 17 11:57:14 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C4B37B401 for ; Thu, 17 Jul 2003 11:57:14 -0700 (PDT) Received: from goodmail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017AA43F75 for ; Thu, 17 Jul 2003 11:57:13 -0700 (PDT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [127.0.0.1]) by goodmail.ijs.si (Postfix) with ESMTP id 1491628991; Thu, 17 Jul 2003 20:57:12 +0200 (CEST) Received: from goodmail.ijs.si ([127.0.0.1]) by localhost (goodmail.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21715-03; Thu, 17 Jul 2003 20:57:11 +0200 (CEST) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by goodmail.ijs.si (Postfix) with ESMTP id E70AC28987; Thu, 17 Jul 2003 20:57:10 +0200 (CEST) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by rincewind.ijs.si (Postfix) with ESMTP id A8B6B3124; Thu, 17 Jul 2003 20:57:10 +0200 (CEST) From: Dejan Lesjak To: Pierrick Brossin Date: Thu, 17 Jul 2003 20:57:10 +0200 User-Agent: KMail/1.5.2 References: <200307162227.47688.dejan.lesjak@ijs.si> <3F160257.7060100@swissgeeks.com> In-Reply-To: <3F160257.7060100@swissgeeks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307172057.10445.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new / Sophos+Sophie at ijs.si cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 18:57:14 -0000 On Thursday 17 of July 2003 03:56, Pierrick Brossin wrote: > > You should then find > > > > bsdlabel program (/sbin/bsdlabel or /mnt/sbin/bsdlabel, I don't recall > > exactly) and use > > # /path/to/bsdlabel -w /dev/adn > > to create standard disklabel. Sysinstall should then recognise this label > > and show free space to create labels on. > > Downloaded the iso, burnt it and used it as you said but it didn't help. > When I run bsdlabel -w it doesn't say anything, like it has succeded but > when I go again in the installation process I'm back to the "FreeBSD > DiskLabel Editor" and there's nothing in there. > > Regards Apparently you need to reboot between making bsdlabel and going into installation procedure again. I have here AlphaPC 264DP with EV67 open on desk, because there is something wrong with it's scsi controller, so I can try some other approaches if this doesn't work and someone comes up with something. Dejan From owner-freebsd-alpha@FreeBSD.ORG Thu Jul 17 12:10:36 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3714537B401 for ; Thu, 17 Jul 2003 12:10:36 -0700 (PDT) Received: from swissgeeks.com (adsl-212-101-16-119.solnet.ch [212.101.16.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 5FA7F43F3F for ; Thu, 17 Jul 2003 12:10:34 -0700 (PDT) (envelope-from pbrossin@swissgeeks.com) Received: (qmail 20267 invoked from network); 17 Jul 2003 19:10:29 -0000 Received: from pc-00020 (HELO swissgeeks.com) (10.0.0.20) by server.swissgeeks.com (10.0.0.1) with ESMTP; 17 Jul 2003 19:10:29 -0000 Message-ID: <3F1624EF.6050806@swissgeeks.com> Date: Thu, 17 Jul 2003 04:24:15 +0000 From: Pierrick Brossin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dejan Lesjak References: <200307162227.47688.dejan.lesjak@ijs.si> <3F160257.7060100@swissgeeks.com> <200307172057.10445.dejan.lesjak@ijs.si> In-Reply-To: <200307172057.10445.dejan.lesjak@ijs.si> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-alpha@freebsd.org Subject: Re: Alpha and labels stuff X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 19:10:36 -0000 Dejan Lesjak wrote: > Apparently you need to reboot between making bsdlabel and going into > installation procedure again. Man, all I can say is "THANK YOU !" I finally have the disk shown at the top and I'm currently installing FreeBSD! You're a king :) -- Pierrick Brossin IT Employee - Quark Media House Switzerland Mail: pbrossin_AT_swissgeeks(dot)com Web: http://www.swissgeeks.com From owner-freebsd-alpha@FreeBSD.ORG Thu Jul 17 20:12:55 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD0737B401 for ; Thu, 17 Jul 2003 20:12:55 -0700 (PDT) Received: from alcanet.com.au (mail3.alcanet.com.au [208.178.117.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2781043FA3 for ; Thu, 17 Jul 2003 20:12:53 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp01.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])h6I3CgvU018417; Fri, 18 Jul 2003 13:12:43 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp01.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2003071813093537:12405 ; Fri, 18 Jul 2003 13:09:35 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.9/8.12.9) with ESMTP id h6I3Cf7d048289; Fri, 18 Jul 2003 13:12:41 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.9/8.12.9/Submit) id h6I3Cepr048288; Fri, 18 Jul 2003 13:12:40 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Fri, 18 Jul 2003 13:12:40 +1000 From: Peter Jeremy To: ticso@cicely.de Message-ID: <20030718031240.GF430@gsmx07.alcatel.com.au> Mail-Followup-To: ticso@cicely.de, freebsd-alpha@freebsd.org References: <20030716215658.GA43409@gsmx07.alcatel.com.au> <20030717132611.GJ14530@cicely12.cicely.de> Mime-Version: 1.0 In-Reply-To: <20030717132611.GJ14530@cicely12.cicely.de> User-Agent: Mutt/1.4.1i X-MIMETrack: Itemize by SMTP Server on SYDSMTP01/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 18/07/2003 01:09:35 PM,|February 13, 2003) at 18/07/2003 01:09:36 PM, Serialize complete at 18/07/2003 01:09:36 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: freebsd-alpha@freebsd.org Subject: Re: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 03:12:55 -0000 On 2003-Jul-17 15:26:12 +0200, Bernd Walter wrote: >On Thu, Jul 17, 2003 at 07:56:58AM +1000, Peter Jeremy wrote: >> My attempts to build Mozilla on a quad-CPU AS4100 running a >> locally-built copy of 5.1-RELEASE consistently fail, ending: > >Oh - the port was updated to 1.4 >Downgrade the port to 5.1-RELEASE time. Thanks for that. mozilla-1.3.1,2 compiles and installs successfully. Unfortunately, it doesn't run. I get an unaligned access report, followed by a segmentation violation: pid 49966 (mozilla-bin): unaligned access: va=0x160bbb2df pc=0x160b9db2c ra=0x16200e8ac op=ldq (gdb) where #0 0x160b9eaa000 in ?? () #1 0x160b9db30 in nsPref::GetDefaultIntPref(char const*, int*) () from /usr/X11R6/lib/mozilla/components/libpref.so #2 0x160b9db30 in nsPref::GetDefaultIntPref(char const*, int*) () from /usr/X11R6/lib/mozilla/components/libpref.so Error accessing memory address 0x10: Bad address. (gdb) Suspiciously, the address looks like it is shifted 8-bits left, which is consistent with the unaligned access being one byte below an aligned address. This looks like an out-by-one error somewhere. I'll try re-compiling with the defaults (rather than for ev56) and see if this is just a gcc bug (as I suspect). BTW, has anyone else noted problems debugging processes when there is other system activity? (5.1-RELEASE on a 4-CPU AS4100) On several occasions I've had gdb go to sleep - it won't respond to QUIT, STOP or INTR from the keyboard but it can be killed from another process. When it gets into this state, ps shows: 204 54592 54584 108 8 0 37384 37144 wait I p2 0:14.78 /usr/bin/gdb 204 54593 54592 72 105 0 36184 26912 - TX+ p2 0:04.36 /usr/X11R6/l Peter From owner-freebsd-alpha@FreeBSD.ORG Fri Jul 18 02:46:28 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0500637B401 for ; Fri, 18 Jul 2003 02:46:28 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973E743F3F for ; Fri, 18 Jul 2003 02:46:26 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6I9k5hR053209 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Fri, 18 Jul 2003 11:46:21 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.9/8.12.9) with ESMTP id h6I9jvAx032532 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Jul 2003 11:45:58 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.9/8.12.9) with ESMTP id h6I9jvgt023953; Fri, 18 Jul 2003 11:45:57 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.9/8.12.9/Submit) id h6I9jvtH023952; Fri, 18 Jul 2003 11:45:57 +0200 (CEST) Date: Fri, 18 Jul 2003 11:45:56 +0200 From: Bernd Walter To: ticso@cicely.de, freebsd-alpha@freebsd.org Message-ID: <20030718094556.GE19386@cicely12.cicely.de> References: <20030716215658.GA43409@gsmx07.alcatel.com.au> <20030717132611.GJ14530@cicely12.cicely.de> <20030718031240.GF430@gsmx07.alcatel.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030718031240.GF430@gsmx07.alcatel.com.au> X-Operating-System: FreeBSD cicely12.cicely.de 5.1-CURRENT alpha User-Agent: Mutt/1.5.4i Subject: Re: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 09:46:28 -0000 On Fri, Jul 18, 2003 at 01:12:40PM +1000, Peter Jeremy wrote: > On 2003-Jul-17 15:26:12 +0200, Bernd Walter wrote: > >On Thu, Jul 17, 2003 at 07:56:58AM +1000, Peter Jeremy wrote: > >> My attempts to build Mozilla on a quad-CPU AS4100 running a > >> locally-built copy of 5.1-RELEASE consistently fail, ending: > > > >Oh - the port was updated to 1.4 > >Downgrade the port to 5.1-RELEASE time. > > Thanks for that. mozilla-1.3.1,2 compiles and installs successfully. > > Unfortunately, it doesn't run. I get an unaligned access report, > followed by a segmentation violation: > pid 49966 (mozilla-bin): unaligned access: va=0x160bbb2df pc=0x160b9db2c ra=0x16200e8ac op=ldq I see the alignment errors too. Typically I get a bunch at startup and that's it. But then it works. If you already have a ~/.mozilla - can you rename it and try again? > (gdb) where > #0 0x160b9eaa000 in ?? () > #1 0x160b9db30 in nsPref::GetDefaultIntPref(char const*, int*) () > from /usr/X11R6/lib/mozilla/components/libpref.so > #2 0x160b9db30 in nsPref::GetDefaultIntPref(char const*, int*) () > from /usr/X11R6/lib/mozilla/components/libpref.so > Error accessing memory address 0x10: Bad address. > (gdb) > > Suspiciously, the address looks like it is shifted 8-bits left, which > is consistent with the unaligned access being one byte below an > aligned address. This looks like an out-by-one error somewhere. I'll > try re-compiling with the defaults (rather than for ev56) and see if > this is just a gcc bug (as I suspect). I compiled myself with: CFLAGS=-O2 -pipe CPUTYPE?=ev56 The system is an ev56 AS4100 too. -- B.Walter BWCT http://www.bwct.de ticso@bwct.de info@bwct.de From owner-freebsd-alpha@FreeBSD.ORG Sat Jul 19 15:52:32 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 352A537B401 for ; Sat, 19 Jul 2003 15:52:32 -0700 (PDT) Received: from pool-151-200-10-97.res.east.verizon.net (pool-141-156-222-108.res.east.verizon.net [141.156.222.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 225F643FA3 for ; Sat, 19 Jul 2003 15:52:31 -0700 (PDT) (envelope-from mtm@identd.net) Received: from kokeb.ambesa.net (lx8c9c9aboit627z@localhost [127.0.0.1]) id h6JMqT49044474 for ; Sat, 19 Jul 2003 18:52:29 -0400 (EDT) (envelope-from mtm@identd.net) Received: (from mtm@localhost) by kokeb.ambesa.net (8.12.9/8.12.9/Submit) id h6JMqR5A044473 for freebsd-alpha@freebsd.org; Sat, 19 Jul 2003 18:52:27 -0400 (EDT) (envelope-from mtm@identd.net) X-Authentication-Warning: kokeb.ambesa.net: mtm set sender to mtm@identd.net using -f Date: Sat, 19 Jul 2003 18:52:27 -0400 From: Mike Makonnen To: freebsd-alpha@freebsd.org Message-ID: <20030719225226.GA44388@kokeb.ambesa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/5.1-CURRENT (i386) Subject: libthr needs your help X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 22:52:32 -0000 Hello folks, I need a brave volunteer :-) to implement the remaining 2 (maybe 3) functions necessary to make libthr work on alpha. If it's anything like sparc64 or ia64, then it will only be 5/6 lines worth of code. I just committed the stubs this morning and they compile fine. They can be found at: src/lib/libthr/arch/alpaha/alpha/_curthread.c The first function is _get_curthread(). The only thing it has to do is return a pointer to the struct pthread of the current thread. The _set_curthread() function takes three arguements: a pointer to a ucontext_t, a pointer to a pthread, and a pointer to an integer (in which to return an error). If alpha is anything like ia64 or sparc64 then all this function needs to do is set the appropriate register to the pthread pointer. The _retire_thread() function is only necessary if you need to do any special cleaning up when a thread is destroyed. As far as I can tell this is the only remaining obstacle to getting libthr functional on alpha. All the other kernel and libc MD bits are already there. Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon! From owner-freebsd-alpha@FreeBSD.ORG Sat Jul 19 19:09:18 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2627037B401 for ; Sat, 19 Jul 2003 19:09:18 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6277E43F75 for ; Sat, 19 Jul 2003 19:09:17 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6K29Hv1080798; Sat, 19 Jul 2003 19:09:17 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6K29H58001444; Sat, 19 Jul 2003 19:09:17 -0700 (PDT) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h6K29GGw001443; Sat, 19 Jul 2003 19:09:16 -0700 (PDT) (envelope-from marcel) Date: Sat, 19 Jul 2003 19:09:16 -0700 From: Marcel Moolenaar To: Mike Makonnen Message-ID: <20030720020916.GC1219@athlon.pn.xcllnt.net> References: <20030719225226.GA44388@kokeb.ambesa.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <20030719225226.GA44388@kokeb.ambesa.net> User-Agent: Mutt/1.5.4i cc: freebsd-alpha@freebsd.org Subject: Re: libthr needs your help X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2003 02:09:18 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jul 19, 2003 at 06:52:27PM -0400, Mike Makonnen wrote: > I need a brave volunteer :-) to implement the remaining 2 > (maybe 3) functions necessary to make libthr work on alpha. If it's > anything like sparc64 or ia64, then it will only be 5/6 lines > worth of code. I just committed the stubs this morning and they > compile fine. They can be found at: > src/lib/libthr/arch/alpaha/alpha/_curthread.c Don't forget casuptr() in the kernel. It's currently a stub in sys/alpha/alpha/machdep.c. Attached what I think needs to be done on alpha (modulo renaming mc_spare[0] to somthing meaningful) Thought, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="alpha.diff" Index: _curthread.c =================================================================== RCS file: /home/ncvs/src/lib/libthr/arch/alpha/alpha/_curthread.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 _curthread.c --- _curthread.c 19 Jul 2003 15:57:52 -0000 1.1.1.1 +++ _curthread.c 20 Jul 2003 02:06:26 -0000 @@ -35,13 +35,18 @@ void * _set_curthread(ucontext_t *uc, struct pthread *thread, int *err) { + *err = 0; + if (uc != NULL) + uc->uc_mcontext.mc_spare[0] = (uint64_t)thread; + else + __builtin_set_thread_pointer(thread); return (NULL); } struct pthread * _get_curthread(void) { - return (NULL); + __builtin_thread_pointer(); } void --2oS5YaxWCcQjTEyO-- From owner-freebsd-alpha@FreeBSD.ORG Sat Jul 19 22:07:01 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766B637B401; Sat, 19 Jul 2003 22:07:01 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B4B43F3F; Sat, 19 Jul 2003 22:07:00 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h6K56xAI012381; Sun, 20 Jul 2003 01:06:59 -0400 (EDT) Date: Sun, 20 Jul 2003 01:06:59 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Mike Makonnen In-Reply-To: <20030720014640.GA45467@kokeb.ambesa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: alpha@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2003 05:07:01 -0000 On Sat, 19 Jul 2003, Mike Makonnen wrote: > On Sat, Jul 19, 2003 at 06:34:40PM -0700, Mike Makonnen wrote: > > mtm 2003/07/19 18:34:40 PDT > > > > FreeBSD src repository > > > > Modified files: > > lib Makefile > > Log: > > Now that we have the stubs for alpha and we can build it > > on that platform, invert the test for the platforms on > > which libthr is built. Amd64 and powerpc are the only > > platforms excluded. > > Even though libthr is now built by default on Alpha (I committed > the stubs this morning) the resulting DSO won't work. > As scottl mentioned alpha is the only tier 1 platform libthr > doesn't build on yet, and I'm hoping that can be corrected soon. > I'm trying to make it as easy as possible for an interested > person to pick it up. You (we) also need the *context() functions to work correctly. They used to work on alpha when I committed them, but something seems to have changed to break that. Here's a test program: http://people.freebsd.org/~deischen/ucontext/test_context.c -- Dan Eischen From owner-freebsd-alpha@FreeBSD.ORG Sat Jul 19 22:39:20 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A9F637B401; Sat, 19 Jul 2003 22:39:20 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5742F43F93; Sat, 19 Jul 2003 22:39:19 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6K5dJv1081507; Sat, 19 Jul 2003 22:39:19 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6K5dI58003081; Sat, 19 Jul 2003 22:39:18 -0700 (PDT) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h6K5dI7P003080; Sat, 19 Jul 2003 22:39:18 -0700 (PDT) (envelope-from marcel) Date: Sat, 19 Jul 2003 22:39:18 -0700 From: Marcel Moolenaar To: deischen@FreeBSD.org Message-ID: <20030720053918.GB2973@athlon.pn.xcllnt.net> References: <20030720014640.GA45467@kokeb.ambesa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: src-committers@FreeBSD.org cc: alpha@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2003 05:39:20 -0000 On Sun, Jul 20, 2003 at 01:06:59AM -0400, Daniel Eischen wrote: > Here's a test program: > > http://people.freebsd.org/~deischen/ucontext/test_context.c Excellent. Comes in handy for me as well. BTW: The 3rd makecontext() fails on ia64 because only 8 arguments are allowed. This is a technical limitation (the first 8 arguments are passed in registers, the remaining on the stack) -- it makes the implementation simpler. Linux has the same limitation. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-freebsd-alpha@FreeBSD.ORG Sat Jul 19 22:42:06 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 660D537B401; Sat, 19 Jul 2003 22:42:06 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF5B43FAF; Sat, 19 Jul 2003 22:42:05 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6K5g5v1081532; Sat, 19 Jul 2003 22:42:05 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6K5g558003118; Sat, 19 Jul 2003 22:42:05 -0700 (PDT) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h6K5g5JX003117; Sat, 19 Jul 2003 22:42:05 -0700 (PDT) (envelope-from marcel) Date: Sat, 19 Jul 2003 22:42:05 -0700 From: Marcel Moolenaar To: deischen@FreeBSD.org Message-ID: <20030720054205.GC2973@athlon.pn.xcllnt.net> References: <20030720014640.GA45467@kokeb.ambesa.net> <20030720053918.GB2973@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030720053918.GB2973@athlon.pn.xcllnt.net> User-Agent: Mutt/1.5.4i cc: src-committers@FreeBSD.org cc: alpha@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2003 05:42:06 -0000 On Sat, Jul 19, 2003 at 10:39:18PM -0700, Marcel Moolenaar wrote: > On Sun, Jul 20, 2003 at 01:06:59AM -0400, Daniel Eischen wrote: > > Here's a test program: > > > > http://people.freebsd.org/~deischen/ucontext/test_context.c > > Excellent. Comes in handy for me as well. > > BTW: The 3rd makecontext() fails on ia64 because only 8 arguments > are allowed. This is a technical limitation (the first 8 arguments > are passed in registers, the remaining on the stack) -- it makes > the implementation simpler. Linux has the same limitation. Doh... the first argument is actually the argument count (=8). Forget that I said it would fail on ia64 -- it won't. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net