Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2000 12:27:25 -0600
From:      "Michael C . Wu" <keichii@iteration.net>
To:        Steve Price <steve@freebsd.org>, phj@cn.freebsd.org
Cc:        alpha@freebsd.org, ports@freebsd.org
Subject:   Re: Alpha package build errors
Message-ID:  <20001103122725.C2768@peorth.iteration.net>
In-Reply-To: <20001102212133.F19243@bonsai.knology.net>; from steve@freebsd.org on Thu, Nov 02, 2000 at 09:21:33PM -0600
References:  <20001102212133.F19243@bonsai.knology.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001103122725.C2768>