From owner-freebsd-alpha Sun Aug 18 5:30:50 2002 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 0F38137B401; Sun, 18 Aug 2002 05:30:48 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C5843E42; Sun, 18 Aug 2002 05:30:47 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17gPCf-0003KI-00; Sun, 18 Aug 2002 14:30:45 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g7IBc6Fe028540; Sun, 18 Aug 2002 13:38:07 +0200 (CEST) (envelope-from naddy@localhost.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g7IBc6Oj028539; Sun, 18 Aug 2002 13:38:06 +0200 (CEST) Date: Sun, 18 Aug 2002 13:38:05 +0200 From: Christian Weisgerber To: freebsd-alpha@freebsd.org Cc: rwatson@freebsd.org Subject: -CURRENT buildkernel broken after MAC change Message-ID: <20020818113805.GA28518@kemoauc.mips.inka.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ===> osf1 @ -> /usr/src/sys machine -> /usr/src/sys/alpha/include echo "#define COMPAT_43 1" > opt_compat.h touch opt_simos.h touch opt_ddb.h touch opt_nfs.h awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/../include -I/usr/obj/usr/src/alpha/usr/include /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_ioctl.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_misc.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_signal.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_sysent.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_mount.c /usr/src/sys/modules/osf1/../../alpha/osf1/imgact_osf1.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_sysvec.c /usr/src/sys/alpha/osf1/osf1_mount.c:35:21: opt_mac.h: No such file or directory mkdep: compile failed *** Error code 1 -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Aug 18 6:19:27 2002 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 55AB337B400; Sun, 18 Aug 2002 06:19:26 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EAF43E65; Sun, 18 Aug 2002 06:19:25 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g7IDJAOo069634; Sun, 18 Aug 2002 09:19:10 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 18 Aug 2002 09:19:10 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Christian Weisgerber Cc: freebsd-alpha@freebsd.org Subject: Re: -CURRENT buildkernel broken after MAC change In-Reply-To: <20020818113805.GA28518@kemoauc.mips.inka.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ack. Thanks for fixing that. I did build LINT on Alpha before committing, so I wonder if I missed a directory in the commit or something. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 18 Aug 2002, Christian Weisgerber wrote: > ===> osf1 > @ -> /usr/src/sys > machine -> /usr/src/sys/alpha/include > echo "#define COMPAT_43 1" > opt_compat.h > touch opt_simos.h > touch opt_ddb.h > touch opt_nfs.h > awk -f @/tools/makeobjops.awk @/kern/device_if.m -h > awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h > rm -f .depend > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/../include -I/usr/obj/usr/src/alpha/usr/include /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_ioctl.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_misc.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_signal.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_sysent.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_mount.c /usr/src/sys/modules/osf1/../../alpha/osf1/imgact_osf1.c /usr/src/sys/modules/osf1/../../alpha/osf1/osf1_sysvec.c > /usr/src/sys/alpha/osf1/osf1_mount.c:35:21: opt_mac.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > -- > Christian "naddy" Weisgerber naddy@mips.inka.de > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Aug 18 8:30:50 2002 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 D8D1C37B400; Sun, 18 Aug 2002 08:30:48 -0700 (PDT) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AED43E70; Sun, 18 Aug 2002 08:30:47 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17gS0s-0000vv-00; Sun, 18 Aug 2002 17:30:46 +0200 Received: from kemoauc.mips.inka.de (localhost [127.0.0.1]) by kemoauc.mips.inka.de (8.12.5/8.12.5) with ESMTP id g7IEelFe032891; Sun, 18 Aug 2002 16:40:47 +0200 (CEST) (envelope-from naddy@localhost.mips.inka.de) Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.12.5/8.12.5/Submit) id g7IEelYi032890; Sun, 18 Aug 2002 16:40:47 +0200 (CEST) Date: Sun, 18 Aug 2002 16:40:47 +0200 From: Christian Weisgerber To: Robert Watson Cc: freebsd-alpha@freebsd.org Subject: Re: -CURRENT buildkernel broken after MAC change Message-ID: <20020818144047.GA32732@kemoauc.mips.inka.de> References: <20020818113805.GA28518@kemoauc.mips.inka.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Robert Watson: > Ack. Thanks for fixing that. Uh, I haven't fixed it, I'm only reporting the breakage. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Aug 18 8:51:38 2002 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 C8AA537B400; Sun, 18 Aug 2002 08:51:36 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3124E43E72; Sun, 18 Aug 2002 08:51:26 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g7IFa0Oo070162; Sun, 18 Aug 2002 11:36:00 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 18 Aug 2002 11:35:59 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Christian Weisgerber Cc: freebsd-alpha@freebsd.org Subject: Re: -CURRENT buildkernel broken after MAC change In-Reply-To: <20020818144047.GA32732@kemoauc.mips.inka.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 18 Aug 2002, Christian Weisgerber wrote: > Robert Watson: > > > Ack. Thanks for fixing that. > > Uh, I haven't fixed it, I'm only reporting the breakage. Well, someone must have committed the fix, because I got a conflict trying to commit the fix. :-) I'll go review the logs and make sure that interpretation of events was correct. Here we go: ---------------------------- revision 1.10 date: 2002/08/18 05:45:10; author: mike; state: Exp; lines: +2 -1 Catch up to rev 1.8 of sys/alpha/osf1/osf1_mount.c. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Aug 20 10:40:33 2002 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 6161437B400 for ; Tue, 20 Aug 2002 10:40:31 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8369D43E4A for ; Tue, 20 Aug 2002 10:40:30 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [80.129.120.47] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.75 #2) id 17hCzV-0003pF-00 for freebsd-alpha@freebsd.org; Tue, 20 Aug 2002 19:40:29 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id ECDCF225 for ; Tue, 20 Aug 2002 19:40:27 +0200 (CEST) Received: from jan-linnb.lan (jan-linnb.lan [192.168.0.25]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 0A5ED61 for ; Tue, 20 Aug 2002 19:40:24 +0200 (CEST) Subject: Mozilla on Alpha From: Jan Lentfer To: freebsd-alpha@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 20 Aug 2002 19:39:12 +0200 Message-Id: <1029865152.4137.1.camel@jan-linnb.lan> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I know Mozilla won't build on FreeBSD-Alpha, but has anyone tried to use the binary versions they offer for OPenVMS and/or Tru64? Any chance to get them running? Thanks in advance, Jan Lentfer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Aug 20 10:44:23 2002 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 227BE37B400 for ; Tue, 20 Aug 2002 10:44:22 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609E143E70 for ; Tue, 20 Aug 2002 10:44:21 -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.9.3/8.9.3) with ESMTP id NAA16980; Tue, 20 Aug 2002 13:44:20 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g7KHho427317; Tue, 20 Aug 2002 13:43:50 -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: <15714.32726.769017.583115@grasshopper.cs.duke.edu> Date: Tue, 20 Aug 2002 13:43:50 -0400 (EDT) To: Jan Lentfer Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Mozilla on Alpha In-Reply-To: <1029865152.4137.1.camel@jan-linnb.lan> References: <1029865152.4137.1.camel@jan-linnb.lan> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jan Lentfer writes: > Hi all, > > I know Mozilla won't build on FreeBSD-Alpha, but has anyone tried to use > the binary versions they offer for OPenVMS and/or Tru64? Any chance to > get them running? OVMS: HA! You can't be serious! Tru64: Unsupported Mach system calls in the threads library prevent it from working. However, one of the main programs I used for testing linux compat 2 years ago when I first got it working was Mozilla. It may still work. Good luck, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Aug 20 17:53:46 2002 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 A7DBB37B400 for ; Tue, 20 Aug 2002 17:53:44 -0700 (PDT) Received: from floundjan.homeip.net (pD95228E8.dip.t-dialin.net [217.82.40.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACC843E72 for ; Tue, 20 Aug 2002 17:53:43 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 26D833D3; Tue, 20 Aug 2002 21:00:28 +0200 (CEST) Received: from jan-linnb.lan (jan-linnb.lan [192.168.0.25]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 385AC61; Tue, 20 Aug 2002 21:00:24 +0200 (CEST) Subject: Re: Mozilla on Alpha From: Jan Lentfer To: Andrew Gallatin Cc: freebsd-alpha@freebsd.org In-Reply-To: <15714.32726.769017.583115@grasshopper.cs.duke.edu> References: <1029865152.4137.1.camel@jan-linnb.lan> <15714.32726.769017.583115@grasshopper.cs.duke.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 20 Aug 2002 20:59:08 +0200 Message-Id: <1029869952.4637.8.camel@jan-linnb.lan> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am Die, 2002-08-20 um 19.43 schrieb Andrew Gallatin: > > Jan Lentfer writes: > > Hi all, > > > > I know Mozilla won't build on FreeBSD-Alpha, but has anyone tried to use > > the binary versions they offer for OPenVMS and/or Tru64? Any chance to > > get them running? > > > OVMS: HA! You can't be serious! Ooops... right, I was mixing up OSF/1 with OVMS, I just sort of remembered the version for Sophos Sweep I have running with starting "O" :-) Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Aug 20 20:27:50 2002 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 07BD937B405 for ; Tue, 20 Aug 2002 20:27:46 -0700 (PDT) Received: from brak.fuzzfactor.com (brak.fuzzfactor.com [208.185.49.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6044543E77 for ; Tue, 20 Aug 2002 20:27:45 -0700 (PDT) (envelope-from rharris@fuzzfactor.com) Received: from localhost (ip68-100-54-168.nv.nv.cox.net [68.100.54.168]) by brak.fuzzfactor.com (Postfix) with ESMTP id 4BA815E64; Tue, 20 Aug 2002 23:26:43 -0400 (EDT) Date: Tue, 20 Aug 2002 23:27:39 -0400 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Last chance, API UP2000 Alpha Server For Sale From: Rob Harris To: freebsd-alpha@FreeBSD.org, alpha@openbsd.org, port-alpha@netbsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The offers I had fell through, so I'll offer it up one more time at a reduced price to get it out of my house. Again, I have a dual processor AlphaProcessor, Inc. UP2000 (akin to a DS20) server system for sale. I personally spec'ed, purchased and used this machine when I worked for a former dot com. When I was laid off, I bought it from them for a potential project which never happened. 6U Rack-mount chassis 600W Power Supply (new) API UP2000 Motherboard Dual 667mhz 21264 Slot B processors, 2Mb cache 1G of RAM Dual Intel 10/100 Ethernet Elsa Synergy III 3.5" Floppy 12x IDE CDROM drive 27G (18Gx1, 9Gx1) LVD SCSI drives (more/different drives can be negotiated in.) Plenty of internal cooling fans. (I can provide pix of system if interested.) It has run Tru64, Linux, NetBSD, and FreeBSD all flawlessly in a production environment for various tasks. (We used it for doing client-server prototyping.) Was over $10k when purchased less than 2 years ago. I would like $2000 + shipping, completely negotiable. If you live on the east coast north between MA and NC, I can hand deliver it to you. Please reply if interested. Thanks. I promise I won't spam this list anymore. :) -=[ Rob ]=- ___________________________________________________________________ Rob Harris -=- Technological Pragmatist -=- rharris@fuzzfactor.com "There's nothing more dangerous than a resourceful idiot." -Dilbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Aug 21 22:51:30 2002 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 BF6D137B400; Wed, 21 Aug 2002 22:51:27 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8ECA43E6A; Wed, 21 Aug 2002 22:51:26 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g7M5pOmU006550; Thu, 22 Aug 2002 07:51:25 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g7M5pOfR006549; Thu, 22 Aug 2002 07:51:24 +0200 (CEST) Date: Thu, 22 Aug 2002 07:51:24 +0200 From: Wilko Bulte To: freebsd-alpha@freebsd.org Cc: obrien@freebsd.org, ru@freebsd.org Subject: buglet in -stable gcc? Message-ID: <20020822075124.B6468@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 /usr/src/sys/kern/uipc_syscalls.c cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 /usr/src/sys/kern/uipc_usrreq.c {standard input}: Assembler messages: {standard input}:2121: Error: opcode `minsw4' not supported for target ev56 *** Error code 1 Stop in /usr/obj/usr/src/sys/DS10. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. You have new mail in /var/mail/root ds10#uname -a FreeBSD ds10.wbnet 4.6-snap FreeBSD 4.6-snap #1: Tue Aug 20 07:52:05 CEST 2002 root@ds10.wbnet:/usr/obj/usr/src/sys/DS10 alpha ds10# ds10#cat /etc/make.conf CPUTYPE=ev6 A buildworld with EV6 works fine. Removing the CPUTYPE line from make.conf also works fine. -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Aug 22 3:55:39 2002 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 DE00237B401; Thu, 22 Aug 2002 03:55:36 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD2F43E6A; Thu, 22 Aug 2002 03:55:35 -0700 (PDT) (envelope-from ticso@cicely9.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.5/8.12.5) with ESMTP id g7MAtUYR082029 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 22 Aug 2002 12:55:32 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (cicely9.cicely.de [IPv6:3ffe:400:8d0:301:210:5aff:fe30:1c1a]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g7MAtVFJ098979 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 22 Aug 2002 12:55:31 +0200 (CEST)?g (envelope-from ticso@cicely9.cicely.de) Received: from cicely9.cicely.de (localhost [127.0.0.1]) by cicely9.cicely.de (8.12.5/8.12.5) with ESMTP id g7MAt8XN016107; Thu, 22 Aug 2002 12:55:08 +0200 (CEST) (envelope-from ticso@cicely9.cicely.de) Received: (from ticso@localhost) by cicely9.cicely.de (8.12.5/8.12.5/Submit) id g7MAt7Ok016106; Thu, 22 Aug 2002 12:55:07 +0200 (CEST) Date: Thu, 22 Aug 2002 12:55:07 +0200 From: Bernd Walter To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG, obrien@FreeBSD.ORG, ru@FreeBSD.ORG Subject: Re: buglet in -stable gcc? Message-ID: <20020822105506.GD93644@cicely9.cicely.de> Reply-To: ticso@cicely.de References: <20020822075124.B6468@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020822075124.B6468@freebie.xs4all.nl> X-Operating-System: FreeBSD cicely9.cicely.de 5.0-CURRENT alpha User-Agent: Mutt/1.5.1i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Aug 22, 2002 at 07:51:24AM +0200, Wilko Bulte wrote: > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL > -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > /usr/src/sys/kern/uipc_syscalls.c > cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL > -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > /usr/src/sys/kern/uipc_usrreq.c > {standard input}: Assembler messages: > {standard input}:2121: Error: opcode `minsw4' not supported for target ev56 > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/DS10. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > You have new mail in /var/mail/root That's because of -mev56 in bsd.kern.mk which instructs the assembler part gcc to handle ev56 instructions. I still vote to raise the option in bsd.kern.mk up to ev6. But I havn't heard of other opinions yet and I don't own anything higher than ev56. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Aug 22 17:10:12 2002 Delivered-To: freebsd-alpha@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCD9437B400 for ; Thu, 22 Aug 2002 17:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E55D43E6A for ; Thu, 22 Aug 2002 17:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N0A4JU016151 for ; Thu, 22 Aug 2002 17:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N0A3gm016148; Thu, 22 Aug 2002 17:10:03 -0700 (PDT) Date: Thu, 22 Aug 2002 17:10:03 -0700 (PDT) Message-Id: <200208230010.g7N0A3gm016148@freefall.freebsd.org> To: freebsd-alpha@FreeBSD.org Cc: From: Andrew Gallatin Subject: Re: alpha/41642: dhclient gives unaligned access on Alpha - causes kernel panic Reply-To: Andrew Gallatin Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR alpha/41642; it has been noted by GNATS. From: Andrew Gallatin To: "Rob B" Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: alpha/41642: dhclient gives unaligned access on Alpha - causes kernel panic Date: Thu, 22 Aug 2002 20:07:18 -0400 (EDT) Rob B writes: > > Do 'nm -n /kernel' and look for the area near 0xfffffc0000610940 > > > > aylee# nm -n /kernel | more > > fffffc00006108a0 T swi_null > fffffc00006108c0 T swi_generic > fffffc0000610900 t swi_net > fffffc0000610980 T do_sir > fffffc0000610ac0 T setdelayed > fffffc0000610b00 T setsofttty > fffffc0000610b40 T setsoftnet > OK, this agees with my guess -- the arpintr netisr is not initialized. Peter fixed this in -current. Can you please try the appended patch and see if it solves the problem? Thanks, Drew Index: netinet/if_ether.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/if_ether.c,v retrieving revision 1.64.2.19 diff -u -r1.64.2.19 if_ether.c --- netinet/if_ether.c 18 Jun 2002 00:15:31 -0000 1.64.2.19 +++ netinet/if_ether.c 23 Aug 2002 00:00:26 -0000 @@ -102,7 +102,7 @@ static LIST_HEAD(, llinfo_arp) llinfo_arp; struct ifqueue arpintrq = {0, 0, 0, 50}; -static int arp_inuse, arp_allocated; +static int arp_inuse, arp_allocated, arpinit_done; static int arp_maxtries = 5; static int useloopback = 1; /* use loopback interface for local traffic */ @@ -167,13 +167,10 @@ register struct sockaddr *gate = rt->rt_gateway; register struct llinfo_arp *la = (struct llinfo_arp *)rt->rt_llinfo; static struct sockaddr_dl null_sdl = {sizeof(null_sdl), AF_LINK}; - static int arpinit_done; if (!arpinit_done) { arpinit_done = 1; - LIST_INIT(&llinfo_arp); timeout(arptimer, (caddr_t)0, hz); - register_netisr(NETISR_ARP, arpintr); } if (rt->rt_flags & RTF_GATEWAY) return; @@ -912,3 +909,12 @@ ifa->ifa_rtrequest = arp_rtrequest; ifa->ifa_flags |= RTF_CLONING; } + +static void +arp_init(void) +{ + LIST_INIT(&llinfo_arp); + register_netisr(NETISR_ARP, arpintr); +} + +SYSINIT(arp, SI_SUB_PROTO_DOMAIN, SI_ORDER_ANY, arp_init, 0); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Aug 23 11: 8:56 2002 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 507D237B400; Fri, 23 Aug 2002 11:08:53 -0700 (PDT) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4304043E86; Fri, 23 Aug 2002 11:08:52 -0700 (PDT) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.5/8.12.2) with ESMTP id g7NI8omU011722; Fri, 23 Aug 2002 20:08:50 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.5/8.12.5/Submit) id g7NI8nCA011721; Fri, 23 Aug 2002 20:08:49 +0200 (CEST) Date: Fri, 23 Aug 2002 20:08:49 +0200 From: Wilko Bulte To: ticso@cicely.de Cc: freebsd-alpha@FreeBSD.ORG, obrien@FreeBSD.ORG, ru@FreeBSD.ORG Subject: Re: buglet in -stable gcc? Message-ID: <20020823200849.C11670@freebie.xs4all.nl> References: <20020822075124.B6468@freebie.xs4all.nl> <20020822105506.GD93644@cicely9.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020822105506.GD93644@cicely9.cicely.de>; from ticso@cicely9.cicely.de on Thu, Aug 22, 2002 at 12:55:07PM +0200 X-OS: FreeBSD 4.6-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Aug 22, 2002 at 12:55:07PM +0200, Bernd Walter wrote: > On Thu, Aug 22, 2002 at 07:51:24AM +0200, Wilko Bulte wrote: > > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL > > -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > > /usr/src/sys/kern/uipc_syscalls.c > > cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs > > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > > -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys > > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL > > -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > > /usr/src/sys/kern/uipc_usrreq.c > > {standard input}: Assembler messages: > > {standard input}:2121: Error: opcode `minsw4' not supported for target ev56 > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/DS10. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > You have new mail in /var/mail/root > > That's because of -mev56 in bsd.kern.mk which instructs the assembler > part gcc to handle ev56 instructions. > > I still vote to raise the option in bsd.kern.mk up to ev6. > But I havn't heard of other opinions yet and I don't own anything higher > than ev56. I own ev6, as do a couple of other committers. So this could be tested by multiple people. -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Aug 23 19:22:10 2002 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 E402237B400; Fri, 23 Aug 2002 19:22:06 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48FB43E65; Fri, 23 Aug 2002 19:22:06 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 86AF82A88D; Fri, 23 Aug 2002 19:22:06 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Wilko Bulte Cc: ticso@cicely.de, freebsd-alpha@FreeBSD.ORG, obrien@FreeBSD.ORG, ru@FreeBSD.ORG Subject: Re: buglet in -stable gcc? In-Reply-To: <20020823200849.C11670@freebie.xs4all.nl> Date: Fri, 23 Aug 2002 19:22:06 -0700 From: Peter Wemm Message-Id: <20020824022206.86AF82A88D@canning.wemm.org> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Wilko Bulte wrote: > On Thu, Aug 22, 2002 at 12:55:07PM +0200, Bernd Walter wrote: > > On Thu, Aug 22, 2002 at 07:51:24AM +0200, Wilko Bulte wrote: > > > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL > > > -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > > > /usr/src/sys/kern/uipc_syscalls.c > > > cc -c -O -pipe -mcpu=ev6 -Wall -Wredundant-decls -Wnested-externs > > > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > > > -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys > > > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL > > > -include opt_global.h -elf -mno-fp-regs -Wa,-mev56 > > > /usr/src/sys/kern/uipc_usrreq.c > > > {standard input}: Assembler messages: > > > {standard input}:2121: Error: opcode `minsw4' not supported for target ev 56 > > > *** Error code 1 > > > > > > Stop in /usr/obj/usr/src/sys/DS10. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > *** Error code 1 > > > > > > Stop in /usr/src. > > > You have new mail in /var/mail/root > > > > That's because of -mev56 in bsd.kern.mk which instructs the assembler > > part gcc to handle ev56 instructions. > > > > I still vote to raise the option in bsd.kern.mk up to ev6. > > But I havn't heard of other opinions yet and I don't own anything higher > > than ev56. > > I own ev6, as do a couple of other committers. So this could be tested > by multiple people. I have a pca56 machine (21164PC) that also has the minsw4 instruction and has the same problem here. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Aug 24 11: 7:47 2002 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 1B9EA37B400 for ; Sat, 24 Aug 2002 11:07:45 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C8EF43E65 for ; Sat, 24 Aug 2002 11:07:44 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [217.225.200.211] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.75 #2) id 17ifK2-0006vD-00 for freebsd-alpha@freebsd.org; Sat, 24 Aug 2002 20:07:43 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id F2A5F29D for ; Sat, 24 Aug 2002 20:07:41 +0200 (CEST) Received: from jan-linnb.lan (jan-linnb.lan [192.168.0.25]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id E8DA8126 for ; Sat, 24 Aug 2002 20:07:37 +0200 (CEST) Subject: Mozilla might build using Compaq C++ Compiler From: Jan Lentfer To: freebsd-alpha@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 24 Aug 2002 20:06:09 +0200 Message-Id: <1030212369.23559.16.camel@jan-linnb.lan> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, I gave Joe Marcus Clarke an account on my PWS so he could work on building Mozilla for alpha. Until now it didn't work. Joe came up with the suggestion that it might work using the native Compaq C++ compiler (according to an article he read on mozilla.org). I don't have it on my system, could somemone give me instructions on how to install the C++ Compiler from the Linux RPMs or could someone even do a port of the C++ Compiler? Many thanks in advance, Jan Lentfer -- Jan Lentfer System Administrator Molecular Cell Biology / AG Holstein, Darmstadt University of Technology, Schnittspahnstr. 10, 64287 Darmstadt, Germany Tel: +49 6151 16 5563 / Tel private: +49 6151 788415 / mobile: +49 163 4712037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Aug 24 11:11:42 2002 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 A73C737B400 for ; Sat, 24 Aug 2002 11:11:39 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285D643E42 for ; Sat, 24 Aug 2002 11:11:39 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [217.225.200.211] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.75 #2) id 17ifNq-0007P0-00 for freebsd-alpha@freebsd.org; Sat, 24 Aug 2002 20:11:38 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id D223B29D; Sat, 24 Aug 2002 20:11:37 +0200 (CEST) Received: from jan-linnb.lan (jan-linnb.lan [192.168.0.25]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id DC4AE126; Sat, 24 Aug 2002 20:11:33 +0200 (CEST) Subject: Re: Mozilla might build using Compaq C++ Compiler From: Jan Lentfer To: Jan Lentfer Cc: freebsd-alpha@freebsd.org In-Reply-To: <1030212369.23559.16.camel@jan-linnb.lan> References: <1030212369.23559.16.camel@jan-linnb.lan> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 24 Aug 2002 20:10:05 +0200 Message-Id: <1030212605.23558.21.camel@jan-linnb.lan> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am Sam, 2002-08-24 um 20.06 schrieb Jan Lentfer: > Hi all, > > I gave Joe Marcus Clarke an account on my PWS so he could work on > building Mozilla for alpha. Until now it didn't work. Joe came up with > the suggestion that it might work using the native Compaq C++ compiler > (according to an article he read on mozilla.org). I don't have it on my > system, could somemone give me instructions on how to install the C++ > Compiler from the Linux RPMs or could someone even do a port of the C++ > Compiler? This is the article Joe referred to: http://www.mozilla.org/unix/tru64.html You can get in contact with Joe at marcus@marcuscom.com. Any help would be greatly appreciated. Jan -- Jan Lentfer System Administrator Molecular Cell Biology / AG Holstein, Darmstadt University of Technology, Schnittspahnstr. 10, 64287 Darmstadt, Germany Tel: +49 6151 16 5563 / Tel private: +49 6151 788415 / mobile: +49 163 4712037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Aug 24 16: 5:59 2002 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 5C5D237B400 for ; Sat, 24 Aug 2002 16:05:58 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DBA743E42 for ; Sat, 24 Aug 2002 16:05:57 -0700 (PDT) (envelope-from Jan.Lentfer@web.de) Received: from [217.225.200.211] (helo=floundjan.homeip.net) by smtp.web.de with esmtp (WEB.DE(Exim) 4.75 #2) id 17ijye-0006iq-00 for freebsd-alpha@freebsd.org; Sun, 25 Aug 2002 01:05:56 +0200 Received: from localhost (localhost.lan [127.0.0.1]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id 8CADE29C for ; Sun, 25 Aug 2002 01:05:54 +0200 (CEST) Received: from jan-linnb.lan (jan-linnb.lan [192.168.0.25]) by floundjan.homeip.net (Postfix on FreeBSD 4.5) with ESMTP id BB60D1D1 for ; Sun, 25 Aug 2002 01:05:50 +0200 (CEST) Subject: Compaq cxx help From: Jan Lentfer To: freebsd-alpha@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 25 Aug 2002 01:04:20 +0200 Message-Id: <1030230261.23559.41.camel@jan-linnb.lan> Mime-Version: 1.0 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I think I have the compaq cxx almost up and running. The only problem seems to be the comp.config which is empty. The scripts create-comp-config.sh and probe_linux.sh don't work properly. Any ideas on how to setup comp.config for cxx? many thanks in advance, Jan Lentfer -- Jan Lentfer System Administrator Molecular Cell Biology / AG Holstein, Darmstadt University of Technology, Schnittspahnstr. 10, 64287 Darmstadt, Germany Tel: +49 6151 16 5563 / Tel private: +49 6151 788415 / mobile: +49 163 4712037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message