public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] added rt to malloc/Depend [BZ #27132]
@ 2021-02-23  8:16 Paul Zimmermann
  2021-02-23  8:57 ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Zimmermann @ 2021-02-23  8:16 UTC (permalink / raw)
  To: libc-alpha

This avoids a failure when a new glibc version is compiled with an older
system librt. Patch proposed by Florian Weimer.
---
 malloc/Depend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/malloc/Depend b/malloc/Depend
index f5e248047c..ed18c37b80 100644
--- a/malloc/Depend
+++ b/malloc/Depend
@@ -1,3 +1,4 @@
 dlfcn
 nptl
 htl
+rt
-- 
2.17.1


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

* Re: [PATCH] added rt to malloc/Depend [BZ #27132]
  2021-02-23  8:16 [PATCH] added rt to malloc/Depend [BZ #27132] Paul Zimmermann
@ 2021-02-23  8:57 ` Florian Weimer
  2021-02-23  9:11   ` Paul Zimmermann
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Weimer @ 2021-02-23  8:57 UTC (permalink / raw)
  To: Paul Zimmermann; +Cc: libc-alpha

* Paul Zimmermann:

> This avoids a failure when a new glibc version is compiled with an older
> system librt. Patch proposed by Florian Weimer.
> ---
>  malloc/Depend | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/malloc/Depend b/malloc/Depend
> index f5e248047c..ed18c37b80 100644
> --- a/malloc/Depend
> +++ b/malloc/Depend
> @@ -1,3 +1,4 @@
>  dlfcn
>  nptl
>  htl
> +rt

Please commit this.

Thanks,
Florian


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

* Re: [PATCH] added rt to malloc/Depend [BZ #27132]
  2021-02-23  8:57 ` Florian Weimer
@ 2021-02-23  9:11   ` Paul Zimmermann
  2021-02-23  9:41     ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Zimmermann @ 2021-02-23  9:11 UTC (permalink / raw)
  To: Florian Weimer; +Cc: libc-alpha

       Dear Florian,

> > This avoids a failure when a new glibc version is compiled with an older
> > system librt. Patch proposed by Florian Weimer.
> > ---
> >  malloc/Depend | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/malloc/Depend b/malloc/Depend
> > index f5e248047c..ed18c37b80 100644
> > --- a/malloc/Depend
> > +++ b/malloc/Depend
> > @@ -1,3 +1,4 @@
> >  dlfcn
> >  nptl
> >  htl
> > +rt
> 
> Please commit this.

done. Should I also close BZ #27132?

Paul

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

* Re: [PATCH] added rt to malloc/Depend [BZ #27132]
  2021-02-23  9:11   ` Paul Zimmermann
@ 2021-02-23  9:41     ` Florian Weimer
  2021-02-23 10:08       ` Paul Zimmermann
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Weimer @ 2021-02-23  9:41 UTC (permalink / raw)
  To: Paul Zimmermann; +Cc: libc-alpha

* Paul Zimmermann:

> done. Should I also close BZ #27132?

Yes, please.  Are you able to set the target milestone to 2.34?

Thanks,
Florian


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

* Re: [PATCH] added rt to malloc/Depend [BZ #27132]
  2021-02-23  9:41     ` Florian Weimer
@ 2021-02-23 10:08       ` Paul Zimmermann
  2021-02-23 10:15         ` Florian Weimer
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Zimmermann @ 2021-02-23 10:08 UTC (permalink / raw)
  To: Florian Weimer; +Cc: libc-alpha

> > done. Should I also close BZ #27132?
> 
> Yes, please.  Are you able to set the target milestone to 2.34?

done, hopefully I did it right.

Paul

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

* Re: [PATCH] added rt to malloc/Depend [BZ #27132]
  2021-02-23 10:08       ` Paul Zimmermann
@ 2021-02-23 10:15         ` Florian Weimer
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Weimer @ 2021-02-23 10:15 UTC (permalink / raw)
  To: Paul Zimmermann; +Cc: libc-alpha

* Paul Zimmermann:

>> > done. Should I also close BZ #27132?
>> 
>> Yes, please.  Are you able to set the target milestone to 2.34?
>
> done, hopefully I did it right.

Sorry, I had to grant you editbugs privileges first.  You should be able
to edit the Target Milestone field now (the one with the drop-down menu
listing versions).

Thanks,
Florian


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

end of thread, other threads:[~2021-02-23 10:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23  8:16 [PATCH] added rt to malloc/Depend [BZ #27132] Paul Zimmermann
2021-02-23  8:57 ` Florian Weimer
2021-02-23  9:11   ` Paul Zimmermann
2021-02-23  9:41     ` Florian Weimer
2021-02-23 10:08       ` Paul Zimmermann
2021-02-23 10:15         ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).