bug#33287: [PATCH] sync: add missing brackets in sync_arg()

2018-11-06 Thread Paul Eggert
On 11/6/18 3:33 PM, Bernhard Voelker wrote: Should we add a NEWS entry and a test - see attached? Thanks, good point, and I installed that.

bug#33287: [PATCH] sync: add missing brackets in sync_arg()

2018-11-06 Thread Bernhard Voelker
On 11/6/18 7:35 PM, Paul Eggert wrote: > Thanks, I installed that and am closing the bug report. That was a real bug, i.e., not only a resource leak, wasn't it? If the calling user has -r+w permissions on the file, then sync previously exited with 1 without actually syncing: $ install -m 0200

bug#33281: head does not consume input after '-c' is satisfied

2018-11-06 Thread Paul Eggert
On 11/5/18 1:17 PM, Philip Rowlands wrote: To achieve consistency in the other direction, head could ignore the optimization to reduce the number of bytes read, and always read 8192 bytes, knowing that some would be discarded. Let's not do that. It's less efficient and less useful than what

bug#18168: Bug in "sort -V" ?

2018-11-06 Thread Assaf Gordon
tags 18168 notabug close 18168 stop (triaging old bugs) Hello, It seems your message was lost and not replied to in 4 years. Sorry about that. On 2014-08-01 3:38 a.m., Schleusener, Jens wrote: I am not sure if it's a bug or not but for my application cases the "sort" command with use of the

bug#33287: [PATCH] sync: add missing brackets in sync_arg()

2018-11-06 Thread Paul Eggert
Thanks, I installed that and am closing the bug report.

bug#15023: Coreutils on IRIX

2018-11-06 Thread Paul Eggert
What was left of SGI stopped supporting IRIX in December 2013, so we can close IRIX-related bugs without much fuss.

bug#23645: GNU coreutils 8.25 make check report

2018-11-06 Thread Assaf Gordon
close 23645 stop On 2018-10-28 12:00 a.m., Assaf Gordon wrote: (triaging old bugs) Hello, On 2016-05-29 12:22 a.m., Donald A. MacDonald wrote: Just build coreutils on a MacBook Pro running OS X 10.11.5 (El Capitan) Are you still experiencing these failures (perhaps with more recent

bug#15023: Coreutils on IRIX

2018-11-06 Thread Assaf Gordon
tags 15023 moreinfo close 15023 stop (triaging old bugs) On 2013-08-09 2:26 p.m., Paul Eggert wrote: One other thing. Under what conditions do include ? [...] and so I'd like to know which symbols protect the inclusion of (here it includes _SYS_TIME_H and the others). With no replies or

bug#12741: any cross-compile fails due to new make-prime-list

2018-11-06 Thread Assaf Gordon
tags 12741 fixed close 12741 stop (triaging old bugs) On 2012-10-26 11:27 a.m., Jim Meyering wrote: That would be fine with me. We were precomputing the "wheel.h" table of primes before, too. If we go the route of distributing the generated file, then we might as well resort to using Perl and

bug#12453: failed test suite on 64-bit debian squeeze

2018-11-06 Thread Assaf Gordon
tags 12453 moreinfo close 12453 stop On 2012-09-16 2:38 p.m., Jim Meyering wrote: Thank you for reporting that. At first glance, that failing assertion seems due to a bug in your system's version of valgrind. I don't immediately see a clean way to work around it. Sure, the dirty way would be

bug#33289: tail -f error within docker container

2018-11-06 Thread Assaf Gordon
tags 33289 notabug close 33289 stop Hello, On 2018-11-06 2:05 a.m., Jörgen Christiansson wrote: I get this message when doing tail -f on a regular file within a docker container. tail: unrecognized file system type 0x794c7630 for ‘/var/opt/system/log/snmpexport.trc0’. please report this to

bug#33288: Bug report - tail: unrecognized file system type

2018-11-06 Thread Assaf Gordon
tags 33288 notabug close 33288 stop Hello, On 2018-11-06 6:26 a.m., Adam Solymos wrote: I have encountered an issue in tail command when running it in a Debian based Linux distro (Linux f596ea7f8fe0 4.9.93-linuxkit-aufs #1 SMP Wed Jun 6 16:55:56 UTC 2018 x86_64 GNU/Linux) in a Docker

bug#33288: Bug report - tail: unrecognized file system type

2018-11-06 Thread Adam Solymos
Hi, I have encountered an issue in tail command when running it in a Debian based Linux distro (Linux f596ea7f8fe0 4.9.93-linuxkit-aufs #1 SMP Wed Jun 6 16:55:56 UTC 2018 x86_64 GNU/Linux) in a Docker container on a Windows 10 host OS. Error message: tail: unrecognized file system type

bug#33289: tail -f error within docker container

2018-11-06 Thread Jörgen Christiansson
Hi! I get this message when doing tail -f on a regular file within a docker container. tail: unrecognized file system type 0x794c7630 for ‘/var/opt/system/log/snmpexport.trc0’. please report this to bug-coreutils@gnu.org. reverting to polling >docker version Client version: 1.4.1-dev

bug#33287: [PATCH] sync: add missing brackets in sync_arg()

2018-11-06 Thread Kamil Dudka
Detected by Coverity Analysis: Error: RESOURCE_LEAK (CWE-772): coreutils-8.30/src/sync.c:112: open_fn: Returning handle opened by "open". coreutils-8.30/src/sync.c:112: var_assign: Assigning: "fd" = handle returned from "open(file, 2049)". coreutils-8.30/src/sync.c:115: leaked_handle: Handle