I wrote:
> This patch should fix it. Based on
> https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=bf9412ab2e5878f2b64c8ba5d496d7a26ac4d374
>
>
> 2024-06-11 Bruno Haible
>
> parse-datetime: Add support for VPATH builds with OpenBSD 'make'.
> * modules/parse-datetime
Google severally provide lists of symbols exported by libc, libm, libdl,
and related NDK libraries by older Android releases, at this URL, which
might be a welcome resource for Gnulib developers:
https://android.googlesource.com/platform/development/+/refs/heads/marshmallow-release/ndk/platform
Eric Blake wrote:
> - https://austingroupbugs.net/view.php?id=1635
I added a couple of comments there, to explain the problem.
It is irritating to see that the Austin Group in defect 1007 apparently
acted like "we don't understand the rationale of the defect and we
don't think that GNU does worthy
Hi Paul,
On 6/11/24 3:15 PM, Paul Eggert wrote:
> Yes, and Jim's point seems good so I tried to resurrect that by
> installing the attached patch to use GNU-style mktemp -t without
> creating junk directories on NetBSD. Please give it a try.
Works on my NetBSD 10.0 VM, thanks.
Also, I was able t
On 6/8/24 03:19, Collin Funk wrote:
The change was then reverted since Jim preferred the directory name
created with -t.
Yes, and Jim's point seems good so I tried to resurrect that by
installing the attached patch to use GNU-style mktemp -t without
creating junk directories on NetBSD. Please
Building a gnulib testdir on OpenBSD 7.5 with 'make' (as opposed to
GNU make), there is this build failure:
: ../../gllib/parse-datetime.y && test ':' = ':' || { sed -e
's|".*/parse-datetime\.y"|"parse-datetime.y"|' -e
's|"parse-datetime\.tab\.c"|"parse-datetime.c"|' < parse-datetime.tab.c
* build-aux/mktempd (mktempd): Don't use -t when invoking mktemp since
some implementations expect an argument while others do not.
---
ChangeLog | 6 ++
build-aux/mktempd | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index a8d28c4765..da88
Collin Funk wrote:
> The build-aux/mktempd script uses -t in this way too. Should it be
> fixed there?
>
>build-aux/mktempd:94: d=`env -u TMPDIR mktemp -d -t -p "$destdir"
> "$template" 2>/dev/null` \
Yes, please!
Bruno
On 6/8/24 4:44 AM, Bruno Haible wrote:
> The cause appears to be that for GNU mktemp, the -t option does not take an
> argument [1]; likewise for OpenBSD mktemp [2] and Solaris mktemp [3].
>
> Whereas for FreeBSD and NetBSD mktemp, the -t option takes an argument [4][5].
>
> Since POSIX does not
On 11/06/2024 19:54, Bruno Haible wrote:
I'm debugging a unit test that consists of a dozen of shell statement groups,
each with a 'returns_ 1 ...' invocation. The log file shows an error message,
but no indication from which of the statement groups the error came. So,
naturally, I add a 'set -x'
I'm debugging a unit test that consists of a dozen of shell statement groups,
each with a 'returns_ 1 ...' invocation. The log file shows an error message,
but no indication from which of the statement groups the error came. So,
naturally, I add a 'set -x' command near the beginning of the test fil
* top/maint.mk (_gl_tight_scope): Sort $(SOURCES), to remove
duplicates and thereby avoid unnecessary work. Found when testing
this on GNU diffutils.
---
ChangeLog| 7 +++
top/maint.mk | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3d3410
On Mon, Jun 10, 2024 at 11:35:11AM GMT, Collin Funk wrote:
> Eric Blake writes:
>
> > wants to change requirements for isatty() and friends to be required
> > to set errno on failure (right now, there is no obvious way to tell,
> > using only the standard, if a failure even happened); but the Aus
13 matches
Mail list logo