Re: error with autogen.sh probably related to gnulib update

2022-01-16 Thread Norbert Preining
On Sun, 16 Jan 2022, Gavin Smith wrote:
> I'm unsure who the "we" is you refer to - git users everywhere?

I guess everyone who uses a VCS, be it git, svn, cvs, p4, hg, ...

Best

Norbert

--
PREINING Norbert  https://www.preining.info
Fujitsu Research +IFMGA Guide +TU Wien+TeX Live
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13



Re: error with autogen.sh probably related to gnulib update

2022-01-16 Thread Gavin Smith
On Sun, Jan 16, 2022 at 05:46:04AM -0800, Per Bothner wrote:
> On 1/16/22 05:13, Gavin Smith wrote:
> > I've tracked those files under tp/Texinfo/XS.  Hope it works now.
> 
> I got a merge conflict because gnulib/lib/malloc/dynarray-skeleton.gl.h
> is now checked into git.  Was that intentional?  Normally we prefer
> not to check in files that are generated automatically.

That was a mistake.  I've untracked it.

I'm unsure who the "we" is you refer to - git users everywhere?



Re: error with autogen.sh probably related to gnulib update

2022-01-16 Thread Per Bothner

On 1/16/22 05:13, Gavin Smith wrote:

I've tracked those files under tp/Texinfo/XS.  Hope it works now.


I got a merge conflict because gnulib/lib/malloc/dynarray-skeleton.gl.h
is now checked into git.  Was that intentional?  Normally we prefer
not to check in files that are generated automatically.
--
--Per Bothner
p...@bothner.com   http://per.bothner.com/



Re: error with autogen.sh probably related to gnulib update

2022-01-16 Thread Gavin Smith
On Sun, Jan 16, 2022 at 02:23:45AM +0100, Patrice Dumas wrote:
> Hello,
> 
> I rerun gnulib-tool --add-import and now it seems ok.  I have the
> following files untracked:
> 
> gnulib/lib/stdalign.in.h
> gnulib/lib/stdio-read.c
> gnulib/lib/stdio-write.c
> gnulib/m4/stdalign.m4
> 

I've tracked those files under tp/Texinfo/XS.  Hope it works now.



Re: error with autogen.sh probably related to gnulib update

2022-01-15 Thread Patrice Dumas
Hello,

I rerun gnulib-tool --add-import and now it seems ok.  I have the
following files untracked:

gnulib/lib/stdalign.in.h
gnulib/lib/stdio-read.c
gnulib/lib/stdio-write.c
gnulib/m4/stdalign.m4


On Sun, Jan 16, 2022 at 01:14:52AM +0100, Patrice Dumas wrote:
> Hello,
> 
> When I run ./autogen.sh, it ends with
> 
> 
> libtoolize: copying file 'gnulib/m4/lt~obsolete.m4'
> autoreconf: configure.ac: not using Intltool
> autoreconf: configure.ac: not using Gtkdoc
> autoreconf: running: aclocal --force -I gnulib/m4
> autoreconf: running: /usr/bin/autoconf --force
> configure:16405: error: possibly undefined macro: gl_STDALIGN_H
>   If this token and others are legitimate, please use m4_pattern_allow.
>   See the Autoconf documentation.
> autoreconf: error: /usr/bin/autoconf failed with exit status: 1
> 
> 
> The issue is in tp/Texinfo/XS/configure where there is indeed that macro
> unexpanded.  I have no good idea on what to do...
> 
> -- 
> Pat
> 



error with autogen.sh probably related to gnulib update

2022-01-15 Thread Patrice Dumas
Hello,

When I run ./autogen.sh, it ends with


libtoolize: copying file 'gnulib/m4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I gnulib/m4
autoreconf: running: /usr/bin/autoconf --force
configure:16405: error: possibly undefined macro: gl_STDALIGN_H
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1


The issue is in tp/Texinfo/XS/configure where there is indeed that macro
unexpanded.  I have no good idea on what to do...

-- 
Pat