From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1350 invoked from network); 17 Aug 2005 15:09:04 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 17 Aug 2005 15:09:04 -0000 Received: (qmail 74009 invoked from network); 17 Aug 2005 15:08:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Aug 2005 15:08:53 -0000 Received: (qmail 7264 invoked by alias); 17 Aug 2005 15:08:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21647 Received: (qmail 7254 invoked from network); 17 Aug 2005 15:08:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 17 Aug 2005 15:08:48 -0000 Received: (qmail 73766 invoked from network); 17 Aug 2005 15:08:48 -0000 Received: from wproxy.gmail.com (64.233.184.195) by a.mx.sunsite.dk with SMTP; 17 Aug 2005 15:08:44 -0000 Received: by wproxy.gmail.com with SMTP id i20so168071wra for ; Wed, 17 Aug 2005 08:08:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CVpLZ5HoxBhm6pFXEFpNVxb8ktj6yk+hhu1gpiMKO/T93rH092crLA6V96Rh4Im7ODnGUNEMuyYumyvi1SxIubjdJvpWH3AmZveR2oOB0pk+gkUWL4A9OJ08JppDPiC5GO6U0acMsu7eh/WPzAoXDdbBIAdCqDslKeR64Iu7IOI= Received: by 10.54.120.15 with SMTP id s15mr496048wrc; Wed, 17 Aug 2005 08:08:31 -0700 (PDT) Received: by 10.54.51.51 with HTTP; Wed, 17 Aug 2005 08:08:41 -0700 (PDT) Message-ID: <20a80721050817080831aad306@mail.gmail.com> Date: Wed, 17 Aug 2005 11:08:41 -0400 From: Vin Shelton Reply-To: acs@alumni.princeton.edu To: zsh-workers@sunsite.dk Subject: SunOS build failures for the last 2 days Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.4 Greetings, For the last 2 days, my nightly builds from CVS on SunOS-5.5 and 5.8 have failed like this: make[2]: Entering directory `/u/sheltonv/software/SunOS-5.8/build/zsh-2005-08-17/Src' cc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -DHAVE_CONFIG_H -fast -xarch=3Dv8plusa -xchip=3Dultra2i -xcache=3D16/32/1:512/64/1 -o builtin.o /u/sheltonv/software/SunOS-5.8/src/zsh-2005-08-17/Src/builtin.c "./utils.epro", line 14: syntax error before or at: c "./utils.epro", line 14: warning: undefined or missing type for: c "/u/sheltonv/software/SunOS-5.8/src/zsh-2005-08-17/Src/builtin.c", line 3914: cannot recover from previous errors cc: acomp failed for /u/sheltonv/software/SunOS-5.8/src/zsh-2005-08-17/Src/builtin.c If you look at line 14 in utils.epro, here's what you see: extern mod_import_function wchar_t*wcs_nicechar _((wint_t c)); Here are the configure options I'm using: "'--prefix=3D/u/sheltonv/software/SunOS-5.8/zsh-2005-08-17' '--datadir=3D/u/sheltonv/software/SunOS-5.8/share' '--enable-zsh-mem' '--enable-etcdir=3D/u/sheltonv/software/SunOS-5.8/etc' '--enable-dynamic' '--with-tcsetpgrp' '--disable-nls' '--disable-locale' 'CC=3Dcc' 'CFLAGS=3D-fast -xarch=3Dv8plusa -xchip=3Dultr= a2i -xcache=3D16/32/1:512/64/1'" Up until a couple of days ago, these builds worked. Let me know if there's more information you need to diagnose these build failures. Thanks, Vin