Re: sharutils-4.11 does not compile on Solaris

2011-04-29 Thread Bruce Korb
On 04/26/11 12:48, Bruce Korb wrote: 1. call autopoint 2. call gnulib-tool --import 3. call "AUTOPOINT=true autoreconf ..." Done. Please be kind enough to test the version you can find here: ftp://ftp.gnu.org/gnu/sharutils/sharutils-4.11.1.tar.bz2 Announcement is forthcoming.

Re: sharutils-4.11 does not compile on Solaris

2011-04-26 Thread Bruce Korb
Hi Bruno, Thank you. On 04/19/11 15:16, Bruno Haible wrote: I would say: 0. Install gettext 0.18.1 on the machine on which you build the releases, and write AM_GNU_GETTEXT_VERSION([0.18.1]) in your configure.ac. <> 1. call autopoint 2. call gnulib-tool --import 3. call "AUTOPOINT=true a

Re: sharutils-4.11 does not compile on Solaris

2011-04-19 Thread Bruce Korb
Hi Bruno, On 04/19/11 15:16, Bruno Haible wrote: I would say: *Thank you*. Nice, clear instructions!! 0. Install gettext 0.18.1 on the machine on which you build the releases, and write AM_GNU_GETTEXT_VERSION([0.18.1]) in your configure.ac. That doesn't appear to have been the problem

Re: sharutils-4.11 does not compile on Solaris

2011-04-19 Thread Bruno Haible
Bruce Korb wrote: > What does that page mean that I should do with this bootstrap code: > >      ${glib} --import ${gnulib_libs} | tee import-log.txt >      echo "${extra_dist}" >> lib/Makefile.am >      test -f fdl.texi && mv fdl.texi doc/. >      autoreconf --force --install -Wall || true > > S

Re: sharutils-4.11 does not compile on Solaris

2011-04-19 Thread Bruce Korb
On 04/18/11 23:58, Bruno Haible wrote: Bruce Korb wrote: He ran gnulib-tool in February of 2011 and presumed that the latest and greatest would have been pulled in. The problem is in the sharutils/bootstrap script, which invokes 'autoreconf' after 'gnulib-tool'. This pitfall is now better docu

Re: sharutils-4.11 does not compile on Solaris

2011-04-18 Thread Bruno Haible
Bruce Korb wrote: > He ran gnulib-tool in February > of 2011 and presumed that the latest and greatest would have been pulled in. The problem is in the sharutils/bootstrap script, which invokes 'autoreconf' after 'gnulib-tool'. This pitfall is now better documented than it was in February 2011 (th

Re: sharutils-4.11 does not compile on Solaris

2011-04-18 Thread Bruce Korb
On 04/18/11 16:18, Bruno Haible wrote: The current version of longlong.m4 in gnulib is version 16, and the current version install by gettextize/autopoint 0.18.1 is version 14. The release manager of sharutils ought to use the newest files from gnulib (or from a stable gnulib release [1]) and th

Re: sharutils-4.11 does not compile on Solaris

2011-04-18 Thread Bruno Haible
> > "strtoimax.c", line 71: bit-field size < 0: verify_error_if_negative_size__ > > cc: acomp failed for strtoimax.c > > gmake[6]: *** [strtoimax.o] Error 2 > > > > The operating system is Solaris 9 on sparc. The processor of the > > machine supports sparcv9 instruction set (64-bit), but the comp

Re: sharutils-4.11 does not compile on Solaris

2011-04-18 Thread Eric Blake
[adding gnulib, since sharutils' strtoimax comes from gnulib] On 04/17/2011 03:41 AM, Maciej Bliziński wrote: > Hello bug-gnu-utils, > > I'd like to report a problem with sharutils-4.11 on Solaris. > Compilation with Solaris Studio compiler (a.k.a. Sun Studio, or Sun > Pro compiler) fails as foll