Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
SunOS build failures for the last 2 days
- X-seq: zsh-workers 21647
- From: Vin Shelton <ethersoft@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: SunOS build failures for the last 2 days
- Date: Wed, 17 Aug 2005 11:08:41 -0400
- 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=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: acs@xxxxxxxxxxxxxxxxxxxx
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=64 -DHAVE_CONFIG_H
-fast -xarch=v8plusa -xchip=ultra2i -xcache=16/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=/u/sheltonv/software/SunOS-5.8/zsh-2005-08-17'
'--datadir=/u/sheltonv/software/SunOS-5.8/share' '--enable-zsh-mem'
'--enable-etcdir=/u/sheltonv/software/SunOS-5.8/etc'
'--enable-dynamic' '--with-tcsetpgrp' '--disable-nls'
'--disable-locale' 'CC=cc' 'CFLAGS=-fast -xarch=v8plusa -xchip=ultra2i
-xcache=16/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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author