AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT (was: Re: [Bug-tar] GNU tar 1.19 on HP-UX)

2007-10-21 Thread Bruno Haible
Hi Paul, Paul Eggert wrote on 2007-10-16: > Thanks for verifying this. I have started by installing the following > fix to Autoconf, and will follow up on gnulib shortly. > > 2007-10-16 Paul Eggert <[EMAIL PROTECTED]> > > Check for 64-bit int errors in HP-UX 10.20 preprocessor. It exis

Re: AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT (was: Re: [Bug-tar] GNU tar 1.19 on HP-UX)

2007-10-21 Thread H.Merijn Brand
On Sun, 21 Oct 2007 18:50:57 +0200, Bruno Haible <[EMAIL PROTECTED]> wrote: > Hi Paul, > > Paul Eggert wrote on 2007-10-16: > > Thanks for verifying this. I have started by installing the following > > fix to Autoconf, and will follow up on gnulib shortly. > > > > 2007-10-16 Paul Eggert <[EMA

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-18 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 H.Merijn Brand wrote: > On Thu, 18 Oct 2007 05:50:42 -0600, Eric Blake <[EMAIL PROTECTED]> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> According to H.Merijn Brand on 10/18/2007 1:43 AM: >>> Please convince the GNU world to add

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [Adding automake-patches; other lists can be dropped in replies.] > > According to H.Merijn Brand on 10/18/2007 1:43 AM: > > > > > > Please convince the GNU world to add 'make test' as alias for > > > 'make check'. > > > > It won't work for coreutil

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-18 Thread H.Merijn Brand
On Thu, 18 Oct 2007 05:50:42 -0600, Eric Blake <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to H.Merijn Brand on 10/18/2007 1:43 AM: > > > > Please convince the GNU world to add 'make test' as alias for > > 'make check'. > > It won't work for coreut

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to H.Merijn Brand on 10/18/2007 1:43 AM: > > Please convince the GNU world to add 'make test' as alias for > 'make check'. It won't work for coreutils, where test is the name of a built program. That's why the GNU Coding Standards mandate '

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-18 Thread Bruno Haible
H.Merijn Brand wrote: > cc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../lib -I../src > -DLOCALEDIR=\"/pro/share/locale\" -Ae -O2 +Onolimit +Z -z +DD64 > -I/usr/local/ia64/include -I/usr/include/X11R6 -I/usr/contrib/X11R6/include > -c argcv.c > "../lib/string.h", line 82: error #2018: expected a ")"

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-18 Thread H.Merijn Brand
On Thu, 18 Oct 2007 00:04:14 -0700, Paul Eggert <[EMAIL PROTECTED]> wrote: > "H.Merijn Brand" <[EMAIL PROTECTED]> writes: > > > Can you give me a snapshot? I'll try again. > > Please try . > This is not a copy of tar 1.19; it is a modified version.

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-18 Thread Paul Eggert
"H.Merijn Brand" <[EMAIL PROTECTED]> writes: > Can you give me a snapshot? I'll try again. Please try . This is not a copy of tar 1.19; it is a modified version.

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-16 Thread H.Merijn Brand
On Wed, 17 Oct 2007 08:24:12 +0200, Benoit SIGOURE <[EMAIL PROTECTED]> wrote: > > On Oct 17, 2007, at 7:33 AM, H.Merijn Brand wrote: > > > On Tue, 16 Oct 2007 13:34:49 -0700, Paul Eggert > > <[EMAIL PROTECTED]> wrote: > > > >> "H.Merijn Brand" <[EMAIL PROTECTED]> writes: > >> > >>> cpp: "xx.c"

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-16 Thread Benoit SIGOURE
On Oct 17, 2007, at 7:33 AM, H.Merijn Brand wrote: On Tue, 16 Oct 2007 13:34:49 -0700, Paul Eggert <[EMAIL PROTECTED]> wrote: "H.Merijn Brand" <[EMAIL PROTECTED]> writes: cpp: "xx.c", line 1: warning 2012: Unrepresentable preprocessor number 9223372036854775807LL I installed this patch

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-16 Thread H.Merijn Brand
On Tue, 16 Oct 2007 13:34:49 -0700, Paul Eggert <[EMAIL PROTECTED]> wrote: > "H.Merijn Brand" <[EMAIL PROTECTED]> writes: > > > cpp: "xx.c", line 1: warning 2012: Unrepresentable preprocessor number > > 9223372036854775807LL > > I installed this patch into gnulib to catch the problem there, too

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-16 Thread Paul Eggert
"H.Merijn Brand" <[EMAIL PROTECTED]> writes: > cpp: "xx.c", line 1: warning 2012: Unrepresentable preprocessor number > 9223372036854775807LL I installed this patch into gnulib to catch the problem there, too. 2007-10-16 Paul Eggert <[EMAIL PROTECTED]> Check for 64-bit int errors in

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-16 Thread Paul Eggert
Following up on , "H.Merijn Brand" <[EMAIL PROTECTED]> writes: >>#if 9223372036854775807LL == 0 > ... > cpp: "xx.c", line 1: warning 2012: Unrepresentable preprocessor number > 9223372036854775807LL Thanks for verifying this.

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-13 Thread H.Merijn Brand
On Fri, 12 Oct 2007 17:35:14 -0700, Paul Eggert <[EMAIL PROTECTED]> wrote: > Re : > > Thanks for reporting those problems. The CHAR_BIT bug should have > been fixed by the patch in >

Re: [Bug-tar] GNU tar 1.19 on HP-UX

2007-10-12 Thread Paul Eggert
Re : Thanks for reporting those problems. The CHAR_BIT bug should have been fixed by the patch in . The HP-UX 10.20 PA-RISC-2.0 bug I'm not familiar with. What is