* [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
* Re: [PATCH] binutils: Fix documentation build error with Texinfo 5
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
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-08-23 3:30 UTC (permalink / raw)
To: Arnaud Janvier; +Cc: meta-arago
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] binutils: Fix documentation build error with Texinfo 5
2014-08-23 3:30 ` Denys Dmytriyenko
@ 2014-08-26 13:57 ` Arnaud Janvier
2014-08-26 14:44 ` Cooper Jr., Franklin
0 siblings, 1 reply; 4+ messages in thread
From: Arnaud Janvier @ 2014-08-26 13:57 UTC (permalink / raw)
To: meta-arago
Le 23/08/2014 05:30, Denys Dmytriyenko a écrit :
>
> 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...
You are right, I forgot to mention that: patch was created for the Dylan
branch and will hopefully be taken in a future AMSDK release.
I also verified on Dora branch today and even if binutils 2.20.1 still
exists there, it seems that it is now taken directly from oe-core as
2.23.2 was built. So apparently no reason to apply it there.
Regards,
Arnaud
>
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] binutils: Fix documentation build error with Texinfo 5
2014-08-26 13:57 ` Arnaud Janvier
@ 2014-08-26 14:44 ` Cooper Jr., Franklin
0 siblings, 0 replies; 4+ messages in thread
From: Cooper Jr., Franklin @ 2014-08-26 14:44 UTC (permalink / raw)
To: Arnaud Janvier, meta-arago@arago-project.org
There will not be any dot release for AMSDK 7.0 but let me think about how to handle stuff like this. If it unbreaks builds then I probably need to document these kind of fixes or update the config or provide a new config to pull in patches like these.
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Arnaud Janvier
> Sent: Tuesday, August 26, 2014 8:58 AM
> To: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [PATCH] binutils: Fix documentation build error
> with Texinfo 5
>
> Le 23/08/2014 05:30, Denys Dmytriyenko a écrit :
> >
> > 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...
>
> You are right, I forgot to mention that: patch was created for the Dylan
> branch and will hopefully be taken in a future AMSDK release.
>
> I also verified on Dora branch today and even if binutils 2.20.1 still exists
> there, it seems that it is now taken directly from oe-core as
> 2.23.2 was built. So apparently no reason to apply it there.
>
>
> Regards,
> Arnaud
>
> >
> > 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/binutil
> >> s-texinfo-5.0.patch
> >> b/meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/binutil
> >> s-texinfo-5.0.patch
> >> new file mode 100644
> >> index 0000000..7de8e55
> >> --- /dev/null
> >> +++ b/meta-arago-extras/recipes-devtools/binutils/binutils-2.20.1/bin
> >> +++ utils-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
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [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.