All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binutils: Fix documentation build error with Texinfo 5
@ 2014-08-22  6:46 Arnaud Janvier
  2014-08-23  3:30 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Arnaud Janvier @ 2014-08-22  6:46 UTC (permalink / raw)
  To: meta-arago

Newer versions of Texinfo have problems to build binutils documentation.
This patch fixes the build issue seen on Ubuntu 14.04 distribution.
---
  .../binutils-2.20.1/binutils-texinfo-5.0.patch     | 42 
++++++++++++++++++++++
  .../recipes-devtools/binutils/binutils_2.20.1.bb   |  1 +
  2 files changed, 43 insertions(+)
  create mode 100644 
meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/binutils-texinfo-5.0.patch

diff --git 
a/meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/binutils-texinfo-5.0.patch 
b/meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/binutils-texinfo-5.0.patch
new file mode 100644
index 0000000..7de8e55
--- /dev/null
+++ 
b/meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/binutils-texinfo-5.0.patch
@@ -0,0 +1,42 @@
+diff -Nru binutils-2.20.1.orig/bfd/doc/bfd.texinfo 
binutils-2.20.1/bfd/doc/bfd.texinfo
+--- binutils-2.20.1.orig/bfd/doc/bfd.texinfo	2009-09-02 
09:18:38.000000000 +0200
++++ binutils-2.20.1/bfd/doc/bfd.texinfo	2014-06-05 08:51:35.897319775 +0200
+@@ -323,7 +323,7 @@
+ @printindex cp
+ + @tex
+-% I think something like @colophon should be in texinfo.  In the
++% I think something like @@colophon should be in texinfo.  In the
+ % meantime:
+ \long\def\colophon{\hbox to0pt{}\vfill
+ \centerline{The body of this manual is set in}
+@@ -334,7 +334,7 @@
+ \centerline{{\sl\fontname\tensl\/}}
+ \centerline{are used for emphasis.}\vfill}
+ \page\colophon
+-% Blame: doc@cygnus.com, 28mar91.
++% Blame: doc@@cygnus.com, 28mar91.
+ @end tex
+ + @bye
+diff -Nru binutils-2.20.1.orig/ld/ld.texinfo binutils-2.20.1/ld/ld.texinfo
+--- binutils-2.20.1.orig/ld/ld.texinfo	2014-06-05 09:26:41.049356076 +0200
++++ binutils-2.20.1/ld/ld.texinfo	2014-06-04 18:10:49.305840598 +0200
+@@ -7521,7 +7521,7 @@
+ @printindex cp
+ + @tex
+-% I think something like @colophon should be in texinfo.  In the
++% I think something like @@colophon should be in texinfo.  In the
+ % meantime:
+ \long\def\colophon{\hbox to0pt{}\vfill
+ \centerline{The body of this manual is set in}
+@@ -7532,7 +7532,7 @@
+ \centerline{{\sl\fontname\tensl\/}}
+ \centerline{are used for emphasis.}\vfill}
+ \page\colophon
+-% Blame: doc@cygnus.com, 28mar91.
++% Blame: doc@@cygnus.com, 28mar91.
+ @end tex
+ + @bye
diff --git 
a/meta-arago-extras/recipes-devtools/binutils/binutils_2.20.1.bb 
b/meta-arago-extras/recipes-devtools/binutils/binutils_2.20.1.bb
index d0f889c..dd7e640 100644
--- a/meta-arago-extras/recipes-devtools/binutils/binutils_2.20.1.bb
+++ b/meta-arago-extras/recipes-devtools/binutils/binutils_2.20.1.bb
@@ -34,6 +34,7 @@ SRC_URI = "\
       file://200_elflink_%B_fixes.patch \
       file://201_elflink_improve_noaddneeded_errors.patch \
       file://202_elflink_noaddneeded_vs_weak.patch \
+     file://binutils-texinfo-5.0.patch \
       "
   SRC_URI[md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764"
-- 
1.9.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-26 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22  6:46 [PATCH] binutils: Fix documentation build error with Texinfo 5 Arnaud Janvier
2014-08-23  3:30 ` Denys Dmytriyenko
2014-08-26 13:57   ` Arnaud Janvier
2014-08-26 14:44     ` Cooper Jr., Franklin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.