* [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect
[not found] <bug-4099-163@https.bugs.busybox.net/>
@ 2015-04-16 2:16 ` bugzilla at busybox.net
2015-08-06 21:59 ` bugzilla at busybox.net
` (5 subsequent siblings)
6 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-04-16 2:16 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4099
????????? <alek.gricak2009@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |buildroot at uclibc.org
Component|stdio |Outdated package
Platform|PC |All
Version|0.9.32 |2015.02
AssignedTo|unassigned at uclibc.org |unassigned at buildroot.uclibc
| |.org
Product|uClibc |buildroot
Target Milestone|--- |2015.02
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect
[not found] <bug-4099-163@https.bugs.busybox.net/>
2015-04-16 2:16 ` [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect bugzilla at busybox.net
@ 2015-08-06 21:59 ` bugzilla at busybox.net
2015-08-25 14:55 ` bugzilla at busybox.net
` (4 subsequent siblings)
6 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-08-06 21:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4099
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-08-06 21:59:01 UTC ---
I confirm that I am able to reproduce the problem with uClibc, but not with
glibc.
I reported the bug to upstream uClibc, see
http://lists.uclibc.org/pipermail/uclibc/2015-August/049026.html. We'll see if
the uClibc developers have some clue.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect
[not found] <bug-4099-163@https.bugs.busybox.net/>
2015-04-16 2:16 ` [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect bugzilla at busybox.net
2015-08-06 21:59 ` bugzilla at busybox.net
@ 2015-08-25 14:55 ` bugzilla at busybox.net
2015-08-26 12:12 ` bugzilla at busybox.net
` (3 subsequent siblings)
6 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-08-25 14:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4099
--- Comment #2 from wbx at openadk.org 2015-08-25 14:55:27 UTC ---
Hi,
tried on Qemu/arm with coreutils 8.24 and uClibc-ng 1.0.6.
No problem.
best regards
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect
[not found] <bug-4099-163@https.bugs.busybox.net/>
` (2 preceding siblings ...)
2015-08-25 14:55 ` bugzilla at busybox.net
@ 2015-08-26 12:12 ` bugzilla at busybox.net
2015-08-26 12:43 ` bugzilla at busybox.net
` (2 subsequent siblings)
6 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-08-26 12:12 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4099
--- Comment #3 from wbx at openadk.org 2015-08-26 12:12:38 UTC ---
Hi,
okay, found the reason.
It seems following options in uClibc config fixes the problem:
UCLIBC_HAS_STDIO_GETC_MACRO=y
UCLIBC_HAS_STDIO_PUTC_MACRO=y
They are both disabled in the default config in Buildroot.
In OpenADK, which I used to verify the issue, the options are on.
So no difference which uClibc version is in use.
best regards
Waldemar
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect
[not found] <bug-4099-163@https.bugs.busybox.net/>
` (3 preceding siblings ...)
2015-08-26 12:12 ` bugzilla at busybox.net
@ 2015-08-26 12:43 ` bugzilla at busybox.net
2015-09-21 9:30 ` bugzilla at busybox.net
2015-12-08 16:27 ` bugzilla at busybox.net
6 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-08-26 12:43 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4099
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-08-26 12:43:25 UTC ---
(In reply to comment #3)
> Hi,
>
> okay, found the reason.
> It seems following options in uClibc config fixes the problem:
> UCLIBC_HAS_STDIO_GETC_MACRO=y
> UCLIBC_HAS_STDIO_PUTC_MACRO=y
>
> They are both disabled in the default config in Buildroot.
> In OpenADK, which I used to verify the issue, the options are on.
>
> So no difference which uClibc version is in use.
Thanks for the investigation. In other words, you suggest to enable these
options in Buildroot as well? The help text of these options says "Most people
will answer Y."
(It still seems to be a bug in gnulib to assume that uClibc is always built
with those options enabled...)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect
[not found] <bug-4099-163@https.bugs.busybox.net/>
` (4 preceding siblings ...)
2015-08-26 12:43 ` bugzilla at busybox.net
@ 2015-09-21 9:30 ` bugzilla at busybox.net
2015-12-08 16:27 ` bugzilla at busybox.net
6 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-09-21 9:30 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4099
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-09-21 09:30:55 UTC ---
Fixed by commits 26ae113d1186951c4969000f5de2ec67e7f1ba3e and
e07cc92491080289188b3618d687b06bb9aa6041. Thanks Waldemar!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect
[not found] <bug-4099-163@https.bugs.busybox.net/>
` (5 preceding siblings ...)
2015-09-21 9:30 ` bugzilla at busybox.net
@ 2015-12-08 16:27 ` bugzilla at busybox.net
6 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2015-12-08 16:27 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=4099
--- Comment #6 from P?draig Brady <P@draigBrady.com> ---
A couple of points.
This gnulib code is quite the layering violation,
which results in issues like these.
It's always worth reporting GNU coreutils bugs to
bug-coreutils at gnu.org
The change to uClibc config is a fine workaround,
especially since it will generally speedup operations,
though the actual fix is probably the following in gnulib:
http://lists.gnu.org/archive/html/bug-gnulib/2015-12/msg00003.html
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-12-08 16:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-4099-163@https.bugs.busybox.net/>
2015-04-16 2:16 ` [Buildroot] [Bug 4099] cut utility from GNU coreutils works incorrect bugzilla at busybox.net
2015-08-06 21:59 ` bugzilla at busybox.net
2015-08-25 14:55 ` bugzilla at busybox.net
2015-08-26 12:12 ` bugzilla at busybox.net
2015-08-26 12:43 ` bugzilla at busybox.net
2015-09-21 9:30 ` bugzilla at busybox.net
2015-12-08 16:27 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox