bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] SunCC & gtar 1.22 inttypes.in.h


From: Eric Blake
Subject: Re: [Bug-tar] SunCC & gtar 1.22 inttypes.in.h
Date: Tue, 15 Dec 2009 06:09:47 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to john heasley on 12/14/2009 5:11 PM:
> SunCC doesnt return 0 for _LP64; this change seems to fix it.
> 
> --- lib/inttypes.in.h.orig      2008-12-28 13:44:04.000000000 +0000
> +++ lib/inttypes.in.h
> @@ -168,7 +168,7 @@
>  #  endif
>  # endif
>  # ifdef INT64_MAX
> -#  if (@APPLE_UNIVERSAL_BUILD@ ? _LP64 : @INT64_MAX_EQ_LONG_MAX@)
> +#  if (@APPLE_UNIVERSAL_BUILD@ ? defined(_LP64) : @INT64_MAX_EQ_LONG_MAX@)

This is the correct fix.  However, it was already applied to gnulib a
while ago (Feb 27, 2009).  Which version of tar are you trying to build?
tar 1.22 was released in March, but it obviously didn't use the latest and
greatest gnulib snapshot at the time.  That means we should probably
consider a newer release of tar.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAksnipsACgkQ84KuGfSFAYBPsgCfbQAUvm+9QWrte4E/eSaywnro
nxkAoIqk2Q0bioUNzC+zOURDtvsa6p5y
=9O37
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]