On Tue, Aug 06, 2024 at 09:45:25AM +0200, Bruno Haible wrote:
> Hi,
>
> During my many experiments with "make dist" and "make distcheck", I noticed
> that './configure' produces an error message:
>
> $ ./configure
> ...
> checking for ELF binary format... yes
> checking for the common suffixes of
On Fri, Aug 16, 2024 at 04:15:27PM +0200, Bruno Haible wrote:
> Gavin Smith wrote:
> > Also, if I delete build-aux/ar-lib nothing appears to regenerate it.
>
> Yes, I made the same experience. 'ar-lib' needs to be imported explicitly.
>
> > Perhaps it is not needed.
>
> It is needed for building
Gavin Smith wrote:
> Also, if I delete build-aux/ar-lib nothing appears to regenerate it.
Yes, I made the same experience. 'ar-lib' needs to be imported explicitly.
> Perhaps it is not needed.
It is needed for building with the MSVC compiler. Cf.
https://git.savannah.gnu.org/gitweb/?p=gettext.gi
On Wed, Aug 14, 2024 at 07:24:43PM +0200, Bruno Haible wrote:
> Gavin Smith wrote:
> > I'm not sure applying a patch such as this is the best way to upgrade
> > these files. If these files came from Automake then it would make sense
> > to update them from the Automake release with an installed ve
Gavin Smith wrote:
> I'm not sure applying a patch such as this is the best way to upgrade
> these files. If these files came from Automake then it would make sense
> to update them from the Automake release with an installed version of
> Automake by running "automake" or similar (it's probably do
On Wed, Aug 14, 2024 at 02:15:14AM +0200, Bruno Haible wrote:
> Gavin Smith wrote:
> > > The first part serves the purpose of updating the same files also
> > > in the build-aux/ directory, so that you don't risk distributing
> > > outdated files for 6 years any more :) ...
> > ... I'm not sure wh
Gavin Smith wrote:
> > The first part serves the purpose of updating the same files also
> > in the build-aux/ directory, so that you don't risk distributing
> > outdated files for 6 years any more :) ...
> ... I'm not sure which files you are saying were 6 years out of date.
When comparing the c
On Mon, Aug 12, 2024 at 12:29:10PM +0200, Bruno Haible wrote:
> Yes, it fails in my CI as well:
>
> aclocal -I gnulib/m4 && autoconf && autoheader && automake
> (cd tp/Texinfo/XS && libtoolize && aclocal -I gnulib/m4 && autoconf &&
> autoheader && automake)
> libtoolize: putting auxiliary f
On Sat, Aug 10, 2024 at 06:03:01PM +0200, Patrice Dumas wrote:
> Hello,
>
> The './autogen.sh' step in opencsw fails:
> https://buildfarm.opencsw.org/buildbot/waterfall?category=texinfo
>
> It fails since commit
> https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=d695e0fbef88a285884ccd1f16
Patrice Dumas wrote:
> The './autogen.sh' step in opencsw fails:
> https://buildfarm.opencsw.org/buildbot/waterfall?category=texinfo
>
> It fails since commit
> https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=d695e0fbef88a285884ccd1f1661d13b75013a39
Yes, it fails in my CI as well:
acl
Hello,
The './autogen.sh' step in opencsw fails:
https://buildfarm.opencsw.org/buildbot/waterfall?category=texinfo
It fails since commit
https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=d695e0fbef88a285884ccd1f1661d13b75013a39
I think that it is because options like --install are missing
Gavin Smith wrote:
> The "autogen.sh" script at the root of the
> Texinfo repository runs autoreconf under tp/Texinfo/XS. Now it runs
> autopoint:
>
> $ autoreconf --force --verbose --install
> autoreconf: export WARNINGS=
> autoreconf: Entering directory '.'
> autoreconf: running: autopoint --fo
On Tue, Aug 06, 2024 at 10:20:28PM +0100, Gavin Smith wrote:
> On Tue, Aug 06, 2024 at 09:45:25AM +0200, Bruno Haible wrote:
> > The fix to the problem is
> > 1) To apply the attached patch. Both the main configure.ac and
> > tp/Texinfo/XS/configure.ac use the same po/ directory. Since the
Gavin Smith wrote:
> Line 145 is newly added:
> > +# serial number (from gnulib) to an older serial number (from gettext).
>
> The comment is being interpreted as some kind of serial number line.
Oh, what a bad luck. Yeah, the pattern is '# serial '.[1]
Bruno
[1] https://www.gnu.org/software/au
On Tue, Aug 06, 2024 at 09:45:25AM +0200, Bruno Haible wrote:
> The fix to the problem is
> 1) To apply the attached patch. Both the main configure.ac and
> tp/Texinfo/XS/configure.ac use the same po/ directory. Since the version
> of the gettext.m4 and related files must be in sync wit
Hi,
During my many experiments with "make dist" and "make distcheck", I noticed
that './configure' produces an error message:
$ ./configure
...
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path...
lib,lib,lib64
../../../../tp/Texinfo
16 matches
Mail list logo