From: Denis OSTERLAND <denis.osterland@diehl.com>
To: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Subject: Re: [ptxdist] [PATCH 1/1] m4/coreutil: add gnulib patches for GLibc-2.28
Date: Thu, 23 Aug 2018 05:45:50 +0000 [thread overview]
Message-ID: <1535003149.4464.6.camel@diehl.com> (raw)
In-Reply-To: <20180822173323.11003-2-r.czerwinski@pengutronix.de>
Am Mittwoch, den 22.08.2018, 19:33 +0200 schrieb Rouven Czerwinski:
> From: Rouven Czerwinski <rouven@czerwinskis.de>
>
> This adds the neceassry patches for m4 ad coreutils to compile with glibc-2.28.
> These can be removed when new releases are available.
>
> This version is manually applied for both packages from
> 4af4a4a71827c0bc5e0ec67af23edef4f15cee8e
> in the upstream gnulib repository.
>
> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> ---
> ...adjust-to-glibc-2.28-libio.h-removal.patch | 164 ++++++++++++++++++
> patches/coreutils-8.29/series | 4 +
> ...adjust-to-glibc-2.28-libio.h-removal.patch | 136 +++++++++++++++
> patches/m4-1.4.18/series | 4 +
> 4 files changed, 308 insertions(+)
> create mode 100644 patches/coreutils-8.29/0001-fflush-adjust-to-glibc-2.28-libio.h-removal.patch
> create mode 100644 patches/coreutils-8.29/series
> create mode 100644 patches/m4-1.4.18/0001-fflush-adjust-to-glibc-2.28-libio.h-removal.patch
> create mode 100644 patches/m4-1.4.18/series
>
> diff --git a/patches/coreutils-8.29/0001-fflush-adjust-to-glibc-2.28-libio.h-removal.patch b/patches/coreutils-8.29/0001-fflush-adjust-to-glibc-2.28-libio.h-removal.patch
> new file mode 100644
> index 000000000..651335917
> --- /dev/null
> +++ b/patches/coreutils-8.29/0001-fflush-adjust-to-glibc-2.28-libio.h-removal.patch
> @@ -0,0 +1,164 @@
> +From: Rouven Czerwinski <rouven@czerwinskis.de>
> +Date: Wed, 22 Aug 2018 17:22:23 +0200
> +Subject: [PATCH] fflush: adjust to glibc 2.28 libio.h removal
A comment like "backport of 4af4a4a71827c0bc5e0ec67af23edef4f15cee8e" should be added.
It would be great if you use the original patch message with From and Date
and add a description of your changes.
Your signed-off is missing.
> +
> +---
> + lib/fflush.c | 6 +++---
> + lib/fpending.c | 2 +-
> + lib/freadahead.c | 2 +-
> + lib/freading.c | 2 +-
> diff --git a/patches/m4-1.4.18/0001-fflush-adjust-to-glibc-2.28-libio.h-removal.patch b/patches/m4-1.4.18/0001-fflush-adjust-to-glibc-2.28-libio.h-removal.patch
> new file mode 100644
> index 000000000..0a11b87d6
> --- /dev/null
> +++ b/patches/m4-1.4.18/0001-fflush-adjust-to-glibc-2.28-libio.h-removal.patch
> @@ -0,0 +1,136 @@
> +From: Rouven Czerwinski <rouven@czerwinskis.de>
> +Date: Wed, 22 Aug 2018 16:58:36 +0200
> +Subject: [PATCH] fflush: adjust to glibc 2.28 libio.h removal
same
> +
> +---
> + lib/fflush.c | 6 +++---
> + lib/fpending.c | 2 +-
> + lib/fpurge.c | 2 +-
> + lib/freadahead.c | 2 +-
Regards Denis
Diehl Connectivity Solutions GmbH
Geschäftsführung: Horst Leonberger
Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht
Nürnberg: HRB 32315
___________________________________________________________________________________________________
Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht.
Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt.
The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by
mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited.
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2018-08-23 5:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-22 17:33 [ptxdist] [PATCH 0/1] gnulib fixes for m4 and coreutils for glibc-2.28 Rouven Czerwinski
2018-08-22 17:33 ` [ptxdist] [PATCH 1/1] m4/coreutil: add gnulib patches for GLibc-2.28 Rouven Czerwinski
2018-08-22 21:10 ` Uwe Kleine-König
2018-08-23 5:45 ` Denis OSTERLAND [this message]
2018-08-23 10:09 ` [ptxdist] [PATCH v2] " Rouven Czerwinski
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=1535003149.4464.6.camel@diehl.com \
--to=denis.osterland@diehl.com \
--cc=ptxdist@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox