From owner-freebsd-alpha Fri Nov 3 10:27:32 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id C186D37B4E5; Fri, 3 Nov 2000 10:27:25 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id F1D3C5730B; Fri, 3 Nov 2000 12:27:25 -0600 (CST) Date: Fri, 3 Nov 2000 12:27:25 -0600 From: "Michael C . Wu" To: Steve Price , phj@cn.freebsd.org Cc: alpha@freebsd.org, ports@freebsd.org Subject: Re: Alpha package build errors Message-ID: <20001103122725.C2768@peorth.iteration.net> Reply-To: "Michael C . Wu" References: <20001102212133.F19243@bonsai.knology.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001102212133.F19243@bonsai.knology.net>; from steve@freebsd.org on Thu, Nov 02, 2000 at 09:21:33PM -0600 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 02, 2000 at 09:21:33PM -0600, Steve Price scribbled: | I don't think Satoshi has an Alpha build cluster yet, so I | started a package build a couple of days ago just in case. I | know there isn't much time before the freeze but if anyone | sees something they can fix and want to send me a patch I'd | be happy to get it in. | | Here's the URL showing the build errors in a format similar | to the ones on bento. | | http://bsd.planetwe.com/~steve/alpha/4-latest/ The chinese/chinput ports is building using -O2, I think this can be fixed trivially by this patch. However, I have not tested this due to my alpha box being broken. Would someone please test? You can either change files/patch-ab to my attached file or simply remove patch-ab and add patch-ac -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.chinput" diff -crN work/chinput/src/Imakefile chinput/src/Imakefile *** work/chinput/src/Imakefile Thu Sep 7 04:53:50 2000 --- chinput/src/Imakefile Fri Nov 3 12:21:48 2000 *************** *** 37,43 **** #CCOPTIONS=-g -Wall -Wcast-qual -Wstrict-prototypes #CCOPTIONS=-g -Wall -Wstrict-prototypes #CCOPTIONS=-g -Wall -Wmissing-prototypes ! CCOPTIONS=-g -Wall all:: $(PROGRAMS) --- 37,43 ---- #CCOPTIONS=-g -Wall -Wcast-qual -Wstrict-prototypes #CCOPTIONS=-g -Wall -Wstrict-prototypes #CCOPTIONS=-g -Wall -Wmissing-prototypes ! #CCOPTIONS=-g -Wall all:: $(PROGRAMS) diff -crN work/chinput/tool/Makefile chinput/tool/Makefile *** work/chinput/tool/Makefile Thu Sep 7 05:02:55 2000 --- chinput/tool/Makefile Fri Nov 3 12:22:28 2000 *************** *** 3,9 **** LIBDIR = $(TOPDIR)/share/chinput MANDIR = $(TOPDIR)/usr/man/man1 ! CFLAGS = -O2 -W $(OPTS) -I. LD = gcc $(CFLAGS) RM = rm -f INSTALL = install --- 3,9 ---- LIBDIR = $(TOPDIR)/share/chinput MANDIR = $(TOPDIR)/usr/man/man1 ! CFLAGS = -O -W $(OPTS) -I. LD = gcc $(CFLAGS) RM = rm -f INSTALL = install --Q68bSM7Ycu6FN28Q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message