All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Arnaud Janvier <aja@survision.fr>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] binutils: Fix documentation build error with Texinfo 5
Date: Fri, 22 Aug 2014 23:30:41 -0400	[thread overview]
Message-ID: <20140823033040.GA23523@edge> (raw)
In-Reply-To: <53F6E737.4080208@survision.fr>

What branch is it for? There's no longer binutils-2.20.1 in latest meta-arago. 
If it's for Dora, I can probably apply it there. If it's for AMSDK 7.0, it 
should be applied to Dylan, but I'm not sure there will be a point release to 
pick it up...


On Fri, Aug 22, 2014 at 08:46:15AM +0200, Arnaud Janvier wrote:
> 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
> 
> 
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-08-23  3:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-22  6:46 [PATCH] binutils: Fix documentation build error with Texinfo 5 Arnaud Janvier
2014-08-23  3:30 ` Denys Dmytriyenko [this message]
2014-08-26 13:57   ` Arnaud Janvier
2014-08-26 14:44     ` Cooper Jr., Franklin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140823033040.GA23523@edge \
    --to=denys@ti.com \
    --cc=aja@survision.fr \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.