bug-indent
[Top][All Lists]
Advanced

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

Re: [Bug-indent] a full patch for the recent issues (bison, tesinfo2man)


From: david ingamells
Subject: Re: [Bug-indent] a full patch for the recent issues (bison, tesinfo2man)
Date: Thu, 16 May 2002 20:37:52 +0200

Gerrit,
Thanks for the remarks. Yes I should have announced the release
on the mailing list. I'll make sure to do so with following releases.

I'll make a proper interim (2.2.8a) release (I've got a free day next 
Monday!) with the reported build problems fixed, and I'll also add the 
regression directory as standard.

I've been trying to puzzle a proper fix for some of the formatting problems 
that have been reported recently, but the whole package is like a house of 
cards: make a fix and something else breaks. I'm also trying to get the 
makefiles to a state where the whole tarball can be regenerated "out of the 
box", but as you have seen with 2.2.8, when I changed existing stuff that was 
originally handed over to me as "maintainer only" it didn't work as it 
should. It's difficult to know all the different setups where it will be 
used, so while it tested OK on my machine it didn't on some of yours!

Anyway we're moving in the right direction thanks to the feedback.

Regards,
David.

On Thursday 16 May 2002 6:15 pm, Gerrit P. Haase wrote:
> Hallo bug-indent,
>
> I found several partial patches on this list the last days, but not one
> of them was complete, one triggers the problem that a recent bison
> version generates another output if asked for the version which triggers
> a bug in gettext.m4.  Another one is the problem that building outside
> the srcdir breaks manpage generation.  I puzzled it all together and
> everyone may now apply this patch wihch addresses both issues at once.
> It should not break builds inside the srcdir and it is also thought just
> as a first aid because (as I stated earlier) it is no good style to
> patch autogenerated files, but since it is the fastest, easiest way
> right now to handle with the released 2.2.8 tarball I did it...
> I would appreciate if it would be possible to test releases before they
> are released.  And since there is no other mailing list (is there one?)
> I would appreciate to see an announcement here if a new version or a
> test release is available.  Anyway, many thanks for the work on this
> great tool;)
>
> Patch (is also attached):
> =========================
> diff -urN -x .obj -x .inst -x .sinst indent-2.2.8-orig/configure
> indent-2.2.8/configure --- indent-2.2.8-orig/configure 2002-03-21
> 21:41:35.000000000 +0100 +++ indent-2.2.8/configure      2002-05-16
> 10:50:22.000000000 +0200 @@ -4855,7 +4855,7 @@
>      else
>              echo "$as_me:4856: checking version of bison" >&5
>  echo $ECHO_N "checking version of bison... $ECHO_C" >&6
> -      ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison
> .* \([0-9]*\.[0-9.]*\).*$/\1/p'` +      ac_prog_version=`$INTLBISON
> --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
> case $ac_prog_version in
>          '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
>          1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
> diff -urN -x .obj -x .inst -x .sinst indent-2.2.8-orig/man/Makefile.am
> indent-2.2.8/man/Makefile.am --- indent-2.2.8-orig/man/Makefile.am  
> 2002-03-21 21:38:39.000000000 +0100 +++ indent-2.2.8/man/Makefile.am       
> 2002-05-16 16:15:19.000000000 +0200 @@ -10,6 +10,6 @@
>
>  MAINTAINERCLEANFILES = @address@hidden Makefile.in texinfo2man
>
> address@hidden@.1: @address@hidden ../doc/@address@hidden texinfo2man  
> Makefile
> -       texinfo2man @address@hidden ../doc/@address@hidden > $@
> address@hidden@.1: $(srcdir)/@address@hidden $(srcdir)/../doc/@address@hidden
> texinfo2man  Makefile +       ./texinfo2man $(srcdir)/@address@hidden
> $(srcdir)/../doc/@address@hidden > $@
>
> diff -urN -x .obj -x .inst -x .sinst indent-2.2.8-orig/man/Makefile.in
> indent-2.2.8/man/Makefile.in --- indent-2.2.8-orig/man/Makefile.in  
> 2002-03-21 21:41:34.000000000 +0100 +++ indent-2.2.8/man/Makefile.in       
> 2002-05-16 16:15:46.000000000 +0200 @@ -377,8 +377,8 @@
>         uninstall-man1
>
>
> address@hidden@.1: @address@hidden ../doc/@address@hidden texinfo2man  
> Makefile
> -       texinfo2man @address@hidden ../doc/@address@hidden > $@
> address@hidden@.1: $(srcdir)/@address@hidden $(srcdir)/../doc/@address@hidden
> texinfo2man  Makefile +       ./texinfo2man $(srcdir)/@address@hidden
> $(srcdir)/../doc/@address@hidden > $@ # Tell versions [3.59,3.63) of GNU
> make to not export all variables. # Otherwise a system limit (for SysV at
> least) may be exceeded.
>  .NOEXPORT:
>
>
>
> Gerrit

-- 
David Ingamells
address@hidden
+31 (013) 5093388     (home)
+31 615010947 (mobile)



reply via email to

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