Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols
@ 2015-09-05 15:24 Waldemar Brodkorb
  2015-09-06  9:34 ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Waldemar Brodkorb @ 2015-09-05 15:24 UTC (permalink / raw)
  To: buildroot

Fixes https://bugs.buildroot.org/show_bug.cgi?id=4099

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/uclibc/uClibc-ng.config |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/uclibc/uClibc-ng.config b/package/uclibc/uClibc-ng.config
index 6523585..c17603d 100644
--- a/package/uclibc/uClibc-ng.config
+++ b/package/uclibc/uClibc-ng.config
@@ -24,8 +24,8 @@ UCLIBC_HAS_LIBNSL_STUB=y
 UCLIBC_HAS_CTYPE_CHECKED=y
 UCLIBC_HAS_HEXADECIMAL_FLOATS=y
 UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
-# UCLIBC_HAS_STDIO_GETC_MACRO is not set
-# UCLIBC_HAS_STDIO_PUTC_MACRO is not set
+UCLIBC_HAS_STDIO_GETC_MACRO=y
+UCLIBC_HAS_STDIO_PUTC_MACRO=y
 UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
 UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
 UCLIBC_HAS_PRINTF_M_SPEC=y
-- 
1.7.10.4

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

* [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols
  2015-09-05 15:24 [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols Waldemar Brodkorb
@ 2015-09-06  9:34 ` Peter Korsgaard
  2015-09-06 13:26   ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2015-09-06  9:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

 > Fixes https://bugs.buildroot.org/show_bug.cgi?id=4099
 > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

I slightly tweaked the description to make it clear this is for
uClibc-ng and committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols
  2015-09-06  9:34 ` Peter Korsgaard
@ 2015-09-06 13:26   ` Thomas Petazzoni
  2015-09-06 13:29     ` Waldemar Brodkorb
  2015-09-06 13:34     ` Peter Korsgaard
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2015-09-06 13:26 UTC (permalink / raw)
  To: buildroot

Peter, Waldemar,

On Sun, 06 Sep 2015 11:34:51 +0200, Peter Korsgaard wrote:
> >>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:
> 
>  > Fixes https://bugs.buildroot.org/show_bug.cgi?id=4099
>  > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> 
> I slightly tweaked the description to make it clear this is for
> uClibc-ng and committed, thanks.

This is not only for uClibc-ng, it should also be done in
uClibc-0.9.33.config and uClibc-snapshot.config, as far as I understand.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols
  2015-09-06 13:26   ` Thomas Petazzoni
@ 2015-09-06 13:29     ` Waldemar Brodkorb
  2015-09-06 13:54       ` Thomas Petazzoni
  2015-09-06 13:34     ` Peter Korsgaard
  1 sibling, 1 reply; 7+ messages in thread
From: Waldemar Brodkorb @ 2015-09-06 13:29 UTC (permalink / raw)
  To: buildroot

Hi Thomas,
Thomas Petazzoni wrote,

> Peter, Waldemar,
> 
> On Sun, 06 Sep 2015 11:34:51 +0200, Peter Korsgaard wrote:
> > >>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:
> > 
> >  > Fixes https://bugs.buildroot.org/show_bug.cgi?id=4099
> >  > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> > 
> > I slightly tweaked the description to make it clear this is for
> > uClibc-ng and committed, thanks.
> 
> This is not only for uClibc-ng, it should also be done in
> uClibc-0.9.33.config and uClibc-snapshot.config, as far as I understand.

Yes, would be required.
What about your idea to deprecate uClibc-0.9.33 and snapshot?

best regards
 Waldemar

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

* [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols
  2015-09-06 13:26   ` Thomas Petazzoni
  2015-09-06 13:29     ` Waldemar Brodkorb
@ 2015-09-06 13:34     ` Peter Korsgaard
  2015-09-06 13:53       ` Thomas Petazzoni
  1 sibling, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2015-09-06 13:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Peter, Waldemar,
 > On Sun, 06 Sep 2015 11:34:51 +0200, Peter Korsgaard wrote:
 >> >>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:
 >> 
 >> > Fixes https://bugs.buildroot.org/show_bug.cgi?id=4099
 >> > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
 >> 
 >> I slightly tweaked the description to make it clear this is for
 >> uClibc-ng and committed, thanks.

 > This is not only for uClibc-ng, it should also be done in
 > uClibc-0.9.33.config and uClibc-snapshot.config, as far as I understand.

Possibly, but that was not what the patch did. If this error and
workaround also applies to 0.9.33 / snapshot, then lets please also
adjust it there. Waldemar?

-- 
Venlig hilsen,
Peter Korsgaard 

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

* [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols
  2015-09-06 13:34     ` Peter Korsgaard
@ 2015-09-06 13:53       ` Thomas Petazzoni
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2015-09-06 13:53 UTC (permalink / raw)
  To: buildroot

Peter,

On Sun, 06 Sep 2015 15:34:28 +0200, Peter Korsgaard wrote:

>  >> I slightly tweaked the description to make it clear this is for
>  >> uClibc-ng and committed, thanks.
> 
>  > This is not only for uClibc-ng, it should also be done in
>  > uClibc-0.9.33.config and uClibc-snapshot.config, as far as I understand.
> 
> Possibly, but that was not what the patch did.

Well, that's precisely what I'm saying: you changed the commit log to
"make it clear it's for uclibc-ng", and I'm saying that the issue is
not uClibc-ng specific. It also applies to other uClibc versions.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols
  2015-09-06 13:29     ` Waldemar Brodkorb
@ 2015-09-06 13:54       ` Thomas Petazzoni
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2015-09-06 13:54 UTC (permalink / raw)
  To: buildroot

Waldemar,

On Sun, 6 Sep 2015 15:29:29 +0200, Waldemar Brodkorb wrote:

> Yes, would be required.
> What about your idea to deprecate uClibc-0.9.33 and snapshot?

It's an unrelated decision. For now, they are still supported, so the
fix should also be made for them.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-09-06 13:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-05 15:24 [Buildroot] [PATCH 2/3] uclibc: fix coreutils cut bug, enable needed config symbols Waldemar Brodkorb
2015-09-06  9:34 ` Peter Korsgaard
2015-09-06 13:26   ` Thomas Petazzoni
2015-09-06 13:29     ` Waldemar Brodkorb
2015-09-06 13:54       ` Thomas Petazzoni
2015-09-06 13:34     ` Peter Korsgaard
2015-09-06 13:53       ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox