* [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171
@ 2018-06-05 17:18 jon
2018-06-05 18:05 ` Alexander Dahl
0 siblings, 1 reply; 8+ messages in thread
From: jon @ 2018-06-05 17:18 UTC (permalink / raw)
To: ptxdist; +Cc: Jon Ringle
From: Jon Ringle <jringle@gridpoint.com>
Signed-off-by: Jon Ringle <jringle@gridpoint.com>
---
rules/libelf.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/libelf.make b/rules/libelf.make
index 4846563..74177c6 100644
--- a/rules/libelf.make
+++ b/rules/libelf.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBELF) += libelf
#
# Paths and names
#
-LIBELF_VERSION := 0.170
-LIBELF_MD5 := 03599aee98c9b726c7a732a2dd0245d5
+LIBELF_VERSION := 0.171
+LIBELF_MD5 := 3926422984f02a2e5f7242d22ab6e1fa
LIBELF := elfutils-$(LIBELF_VERSION)
LIBELF_SUFFIX := tar.bz2
LIBELF_URL := https://sourceware.org/elfutils/ftp/$(LIBELF_VERSION)/$(LIBELF).$(LIBELF_SUFFIX)
--
1.9.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171
2018-06-05 17:18 [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171 jon
@ 2018-06-05 18:05 ` Alexander Dahl
2018-06-05 18:20 ` Jon Ringle
0 siblings, 1 reply; 8+ messages in thread
From: Alexander Dahl @ 2018-06-05 18:05 UTC (permalink / raw)
To: jon; +Cc: Jon Ringle, ptxdist
[-- Attachment #1.1: Type: text/plain, Size: 530 bytes --]
Hello Jon,
On Tue, Jun 05, 2018 at 01:18:06PM -0400, jon@ringle.org wrote:
> rules/libelf.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
There's a patch in patches/elfutils-0.170 you didn't cover. ;-)
Greets
Alex
--
/"\ ASCII RIBBON | »With the first link, the chain is forged. The first
\ / CAMPAIGN | speech censured, the first thought forbidden, the
X AGAINST | first freedom denied, chains us all irrevocably.«
/ \ HTML MAIL | (Jean-Luc Picard, quoting Judge Aaron Satie)
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171
2018-06-05 18:05 ` Alexander Dahl
@ 2018-06-05 18:20 ` Jon Ringle
2018-06-05 19:04 ` Alexander Dahl
0 siblings, 1 reply; 8+ messages in thread
From: Jon Ringle @ 2018-06-05 18:20 UTC (permalink / raw)
To: Jon Ringle, ptxdist, Jon Ringle
[-- Attachment #1.1: Type: text/plain, Size: 431 bytes --]
On Tue, Jun 5, 2018 at 2:05 PM, Alexander Dahl <post@lespocky.de> wrote:
> Hello Jon,
>
> On Tue, Jun 05, 2018 at 01:18:06PM -0400, jon@ringle.org wrote:
> > rules/libelf.make | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
>
> There's a patch in patches/elfutils-0.170 you didn't cover. ;-)
>
Hi Alex.
The bump to 0.171 fixed the errors I was getting when building 0.170, so I
think the patch is not needed
-Jon
[-- Attachment #1.2: Type: text/html, Size: 892 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171
2018-06-05 18:20 ` Jon Ringle
@ 2018-06-05 19:04 ` Alexander Dahl
2018-06-05 19:34 ` Jon Ringle
0 siblings, 1 reply; 8+ messages in thread
From: Alexander Dahl @ 2018-06-05 19:04 UTC (permalink / raw)
To: ptxdist; +Cc: Clemens Gruber, Jon Ringle
[-- Attachment #1.1: Type: text/plain, Size: 720 bytes --]
Hei hei,
On Tue, Jun 05, 2018 at 02:20:37PM -0400, Jon Ringle wrote:
> The bump to 0.171 fixed the errors I was getting when building 0.170, so I
> think the patch is not needed
I already saw your v2 also removing the patch.
The reason Clemens introduced the patch was compilation failed with
GCC >= 8. Did you test that? (I can't, don't have a bleeding edge
system at hand.) Maybe Clemens can elaborate?
Greets
Alex
--
/"\ ASCII RIBBON | »With the first link, the chain is forged. The first
\ / CAMPAIGN | speech censured, the first thought forbidden, the
X AGAINST | first freedom denied, chains us all irrevocably.«
/ \ HTML MAIL | (Jean-Luc Picard, quoting Judge Aaron Satie)
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171
2018-06-05 19:04 ` Alexander Dahl
@ 2018-06-05 19:34 ` Jon Ringle
2018-06-05 19:36 ` Jon Ringle
0 siblings, 1 reply; 8+ messages in thread
From: Jon Ringle @ 2018-06-05 19:34 UTC (permalink / raw)
To: ptxdist, Jon Ringle, Jon Ringle, Clemens Gruber
[-- Attachment #1.1: Type: text/plain, Size: 649 bytes --]
On Tue, Jun 5, 2018 at 3:04 PM, Alexander Dahl <post@lespocky.de> wrote:
> Hei hei,
>
> On Tue, Jun 05, 2018 at 02:20:37PM -0400, Jon Ringle wrote:
> > The bump to 0.171 fixed the errors I was getting when building 0.170, so
> I
> > think the patch is not needed
>
> I already saw your v2 also removing the patch.
>
> The reason Clemens introduced the patch was compilation failed with
> GCC >= 8. Did you test that? (I can't, don't have a bleeding edge
> system at hand.) Maybe Clemens can elaborate?
>
>
I was getting errors when building 0.170 with gcc-7.3.1 and the errors went
away when I bumped to 0.171. I don't have gcc-8 to test with
-Jon
[-- Attachment #1.2: Type: text/html, Size: 1117 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171
2018-06-05 19:34 ` Jon Ringle
@ 2018-06-05 19:36 ` Jon Ringle
2018-06-06 6:31 ` Michael Olbrich
0 siblings, 1 reply; 8+ messages in thread
From: Jon Ringle @ 2018-06-05 19:36 UTC (permalink / raw)
To: ptxdist, Jon Ringle, Jon Ringle, Clemens Gruber
[-- Attachment #1.1: Type: text/plain, Size: 834 bytes --]
On Tue, Jun 5, 2018 at 3:34 PM, Jon Ringle <jon@ringle.org> wrote:
>
>
> On Tue, Jun 5, 2018 at 3:04 PM, Alexander Dahl <post@lespocky.de> wrote:
>
>> Hei hei,
>>
>> On Tue, Jun 05, 2018 at 02:20:37PM -0400, Jon Ringle wrote:
>> > The bump to 0.171 fixed the errors I was getting when building 0.170,
>> so I
>> > think the patch is not needed
>>
>> I already saw your v2 also removing the patch.
>>
>> The reason Clemens introduced the patch was compilation failed with
>> GCC >= 8. Did you test that? (I can't, don't have a bleeding edge
>> system at hand.) Maybe Clemens can elaborate?
>>
>>
> I was getting errors when building 0.170 with gcc-7.3.1 and the errors
> went away when I bumped to 0.171. I don't have gcc-8 to test with
>
> The 0.171 was only just released in June 1st, so maybe Clemens can test
building with 0.171?
[-- Attachment #1.2: Type: text/html, Size: 1680 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171
2018-06-05 19:36 ` Jon Ringle
@ 2018-06-06 6:31 ` Michael Olbrich
2018-06-06 10:03 ` Clemens Gruber
0 siblings, 1 reply; 8+ messages in thread
From: Michael Olbrich @ 2018-06-06 6:31 UTC (permalink / raw)
To: ptxdist
On Tue, Jun 05, 2018 at 03:36:25PM -0400, Jon Ringle wrote:
> On Tue, Jun 5, 2018 at 3:34 PM, Jon Ringle <jon@ringle.org> wrote:
> > On Tue, Jun 5, 2018 at 3:04 PM, Alexander Dahl <post@lespocky.de> wrote:
> >> On Tue, Jun 05, 2018 at 02:20:37PM -0400, Jon Ringle wrote:
> >> > The bump to 0.171 fixed the errors I was getting when building 0.170,
> >> so I
> >> > think the patch is not needed
> >>
> >> I already saw your v2 also removing the patch.
> >>
> >> The reason Clemens introduced the patch was compilation failed with
> >> GCC >= 8. Did you test that? (I can't, don't have a bleeding edge
> >> system at hand.) Maybe Clemens can elaborate?
> >>
> >>
> > I was getting errors when building 0.170 with gcc-7.3.1 and the errors
> > went away when I bumped to 0.171. I don't have gcc-8 to test with
> >
> > The 0.171 was only just released in June 1st, so maybe Clemens can test
> building with 0.171?
I've built host-libelf with gcc 8.1. 0.170 needs the patch and 0.171 builds
without the patch. Just removing the Patch is ok.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171
2018-06-06 6:31 ` Michael Olbrich
@ 2018-06-06 10:03 ` Clemens Gruber
0 siblings, 0 replies; 8+ messages in thread
From: Clemens Gruber @ 2018-06-06 10:03 UTC (permalink / raw)
To: ptxdist
On Wed, Jun 06, 2018 at 08:31:36AM +0200, Michael Olbrich wrote:
> On Tue, Jun 05, 2018 at 03:36:25PM -0400, Jon Ringle wrote:
> > On Tue, Jun 5, 2018 at 3:34 PM, Jon Ringle <jon@ringle.org> wrote:
> > > On Tue, Jun 5, 2018 at 3:04 PM, Alexander Dahl <post@lespocky.de> wrote:
> > >> On Tue, Jun 05, 2018 at 02:20:37PM -0400, Jon Ringle wrote:
> > >> > The bump to 0.171 fixed the errors I was getting when building 0.170,
> > >> so I
> > >> > think the patch is not needed
> > >>
> > >> I already saw your v2 also removing the patch.
> > >>
> > >> The reason Clemens introduced the patch was compilation failed with
> > >> GCC >= 8. Did you test that? (I can't, don't have a bleeding edge
> > >> system at hand.) Maybe Clemens can elaborate?
> > >>
> > >>
> > > I was getting errors when building 0.170 with gcc-7.3.1 and the errors
> > > went away when I bumped to 0.171. I don't have gcc-8 to test with
> > >
> > > The 0.171 was only just released in June 1st, so maybe Clemens can test
> > building with 0.171?
>
> I've built host-libelf with gcc 8.1. 0.170 needs the patch and 0.171 builds
> without the patch. Just removing the Patch is ok.
Same here, libelf build succeeded without the patch.
Clemens
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-06-06 10:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-05 17:18 [ptxdist] [PATCH] libelf: version bump 0.170 -> 0.171 jon
2018-06-05 18:05 ` Alexander Dahl
2018-06-05 18:20 ` Jon Ringle
2018-06-05 19:04 ` Alexander Dahl
2018-06-05 19:34 ` Jon Ringle
2018-06-05 19:36 ` Jon Ringle
2018-06-06 6:31 ` Michael Olbrich
2018-06-06 10:03 ` Clemens Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox