[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: On time64 and Large File Support
From: |
Nick Bowler |
Subject: |
Re: On time64 and Large File Support |
Date: |
Tue, 15 Nov 2022 12:49:41 -0500 |
[dropping non-autoconf lists from Cc]
On 2022-11-13, Zack Weinberg <zack@owlfolio.org> wrote:
> I have not pushed this, and have only tested it lightly on a current Linux.
> It needs testing on weird old systems, particularly old AIX, HP-UX, MinGW.
I'd be happy to give it a go on my weird old systems ...
>
> I don't think a 2.72 release tomorrow is realistic anymore. The soonest
> after that I will be able to do one is next weekend, but that should give
> people time to experiment with this.
... but I'm unable to build current git master at all:
% ./bootstrap
[ok, no errors]
% ./configure
[...]
checking for Perl >=5.10.0 with Time::HiRes::stat... /usr/bin/perl
[...]
[ok, no errors]
% make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
'/srv/home/nbowler/misc/autoconf/build-aux/missing' aclocal-1.16 -I m4
configure.ac:28: warning: AC_INIT: not a literal: bug-autoconf@gnu.org
cd . && /bin/sh /srv/home/nbowler/misc/autoconf/build-aux/missing
automake-1.16 --gnu
configure.ac:28: warning: AC_INIT: not a literal: bug-autoconf@gnu.org
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh
'/srv/home/nbowler/misc/autoconf/build-aux/missing' autoconf
configure.ac:28: warning: AC_INIT: not a literal: bug-autoconf@gnu.org
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
./configure: 6: cannot create .: Is a directory
./configure: 6: cannot create .: Is a directory
[...]
checking for Perl >=5.10.0 with Time::HiRes::stat... configure:
error: no acceptable perl could be found in $PATH.
Perl 5.10.0 or later is required, with Time::HiRes::stat.
make: *** [Makefile:969: config.status] Error 1
Am I missing a step here? I normally build from releases.
It looks like the bootstrap procedure has changed compared to 2.71,
which builds OK
for me from git (using autoreconf instead of the bootstrap script).
Cheers,
Nick