bug-gnulib
[Top][All Lists]
Advanced

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

Re: Gnulib-related problems building Bison from git


From: Akim Demaille
Subject: Re: Gnulib-related problems building Bison from git
Date: Sun, 31 Jul 2022 11:17:21 +0200

Hi Bruno,

> Le 13 juil. 2022 à 08:41, Akim Demaille <akim@lrde.epita.fr> a écrit :
> 
> What do you think about this?  Can I install it?

I pushed it.  Bison does not build successfully without libtextstyle without 
that.

I've installed the following patch in Bison.

Cheers!

commit c70b68c60d821f200bd3640b236437eae7085b76
Author: Akim Demaille <akim.demaille@gmail.com>
Date:   Sun Jul 31 11:05:57 2022 +0200

    gnulib: update
    
    We now build cleanly even if libtextstyle is not available.
    See https://lists.gnu.org/r/bug-bison/2022-07/msg00002.html.

diff --git a/bootstrap.conf b/bootstrap.conf
index 6e9dd1cd..d33e9c8c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -79,7 +79,7 @@ XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\
  --keyword=YY_ \\\
 '
 
-gnulib_tool_option_extras='--symlink --conditional-dependencies 
--makefile-name=gnulib.mk --automake-subdir --po-base=gnulib-po 
--po-domain=bison'
+gnulib_tool_option_extras='--symlink --conditional-dependencies 
--makefile-name=gnulib.mk --automake-subdir --automake-subdir-tests 
--po-base=gnulib-po --po-domain=bison'
 
 bootstrap_post_import_hook()
 {
diff --git a/gnulib b/gnulib
index 1803e3eb..76c7703c 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 1803e3ebe5e956dda2d3483bc16b88f57f66a4df
+Subproject commit 76c7703cb2e9e0e803d1296618d8ab9e86e13d6c




reply via email to

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