bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

1. Re: boot time on Linux (score: 2)
Author: HIDDEN
Date: Wed, 09 Aug 2023 22:59:10 +0200
With the attached patches, the boot time returned by read_utmp() is stable across 'sudo date MMDDhhmm' invocations. On Linux distros, I found these files to be touched after boot: /var/lib/systemd/ra
/archive/html/bug-gnulib/2023-08/msg00069.html (10,273 bytes)

2. Re: boot time on Linux (score: 2)
Author: HIDDEN
Date: Wed, 09 Aug 2023 00:04:45 +0200
Now that I've implemented this method in gnulib's 'readutmp' module and built coreutils with that, I see that it does not work "very well" at all. I have a VM running in VirtualBox, that I booted 6 d
/archive/html/bug-gnulib/2023-08/msg00064.html (9,956 bytes)

3. Re: RFC: add a string-desc module (score: 2)
Author: HIDDEN
Date: Fri, 24 Mar 2023 19:20:19 -0400
I would take caution if not including a NULL. A natural thing to want to do is print a string, and C-based routines usually expect a terminating NULL. Also, if you initialize the struct, then the all
/archive/html/bug-gnulib/2023-03/msg00099.html (8,033 bytes)

4. RFC: add a string-desc module (score: 2)
Author: HIDDEN
Date: Fri, 24 Mar 2023 22:50:17 +0100
In most application areas, it is not a problem if strings cannot contain NUL bytes, and thus the C type 'char *' with its NUL terminator is well usable. In areas where strings with embedded NUL bytes
/archive/html/bug-gnulib/2023-03/msg00097.html (6,521 bytes)

5. Re: gettimeofday.c windows version? (score: 2)
Author: HIDDEN
Date: Sun, 11 Dec 2022 17:20:07 +0100
Hi Eli, Thanks for your answers. Well, it's a trade-off regarding the test efforts. I don't want to spend time, testing things on 5 different Windows VMs. Testing things with 3 different Windows tool
/archive/html/bug-gnulib/2022-12/msg00048.html (6,144 bytes)

6. Re: On time64 and Large File Support (score: 3)
Author: HIDDEN
Date: Fri, 11 Nov 2022 12:12:53 -0800
That's reasonable for systems where accurate timestamps are not important and where time_t width mismatches would just get in the way. However, if this is the expected approach, I suggest having a st
/archive/html/bug-gnulib/2022-11/msg00033.html (5,374 bytes)

7. Re: On time64 and Large File Support (score: 2)
Author: HIDDEN
Date: Fri, 11 Nov 2022 12:38:41 +0100
* Sam James: No, I expect users to run them in time-shifted VMs or containers. Wrong dates are better than no ability to run anything at all. And whoever can recompile to switch to time64 can just re
/archive/html/bug-gnulib/2022-11/msg00031.html (7,144 bytes)

8. recent changes break gawk compilation (score: 2)
Author: HIDDEN
Date: Sat, 15 Oct 2022 22:36:18 +0300
Hi. In trying to keep gawk up to date with gnulib, I find that there are several recent changes that break compilation. I'm using Ubuntu 22.04. In the files dfa.h, localeinfo.h, malloc/dynarray.h, an
/archive/html/bug-gnulib/2022-10/msg00013.html (4,089 bytes)

9. [PATCH v3 4/6] stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ #24970] (score: 4)
Author: HIDDEN
Date: Tue, 29 Dec 2020 16:34:52 -0300
It sync with gnulib version b29d62dfa with the following change: -- diff --git a/stdlib/canonicalize.c b/stdlib/canonicalize.c index 04fe95253f..c8f085b779 100644 -- a/stdlib/canonicalize.c +++ b/std
/archive/html/bug-gnulib/2020-12/msg00278.html (28,179 bytes)

10. [PATCH v2 4/6] stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ #24970] (score: 4)
Author: HIDDEN
Date: Mon, 28 Dec 2020 10:59:42 -0300
It sync with gnulib version bbaba6ce5 with the following difference require fix a glibc build: -- stdlib/canonicalize.c +++ lib/canonicalize-lgpl.c @@ -52,7 +52,6 @@ -# define FUNC_REALPATH_WORKS 1 (
/archive/html/bug-gnulib/2020-12/msg00258.html (28,144 bytes)

11. [PATCH 1/5] stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26241] (score: 4)
Author: HIDDEN
Date: Thu, 24 Dec 2020 12:16:57 -0300
It sync with gnulib version d9c121346 with the following difference require fix a glibc build: -- ../../gnulib/gnulib-lib/lib/canonicalize-lgpl.c +++ stdlib/canonicalize.c @@ -46,7 +46,7 @@ -# define
/archive/html/bug-gnulib/2020-12/msg00205.html (23,432 bytes)

12. Re: continuous integration (score: 2)
Author: HIDDEN
Date: Thu, 26 Mar 2020 10:47:39 +0100
Same here. I really wish we could had more time to put into CI runners. I would like to point out that debugging using a CI like Travis is absolutely tedious and might take a lot of time. Docker-base
/archive/html/bug-gnulib/2020-03/msg00071.html (9,248 bytes)

13. Re: dfa.c no longer usable if no 64-bit support (score: 7)
Author: HIDDEN
Date: Sun, 09 Feb 2020 08:46:33 -0700
Just FYI, gawk's dfa.c is now in sync w/Gnulib's. There are still some problems on Vax/VMS. I suspect it's environmental but will let you know if not. Thanks! Arnold
/archive/html/bug-gnulib/2020-02/msg00048.html (6,808 bytes)

14. Re: dfa.c no longer usable if no 64-bit support (score: 6)
Author: HIDDEN
Date: Thu, 30 Jan 2020 02:46:36 -0700
Paul, Thanks for this. I will work on reducing the differences between what's in Gnulib and what's in gawk. Vax/VMS is dead as a commercial system, true. But it remains alive as a hobbyist system, es
/archive/html/bug-gnulib/2020-01/msg00178.html (6,858 bytes)

15. Re: dfa.c no longer usable if no 64-bit support (score: 5)
Author: HIDDEN
Date: Wed, 29 Jan 2020 11:16:37 -0800
Normally I'd agree, but if Arnold cares about VAX/VMS and if we want Gnulib dfa.c to match Gawk dfa.c, then in this particular case it makes some sense to support 32-bit-only platforms, as it's easy
/archive/html/bug-gnulib/2020-01/msg00175.html (6,590 bytes)

16. Re: dfa.c no longer usable if no 64-bit support (score: 7)
Author: HIDDEN
Date: Wed, 29 Jan 2020 16:34:40 +0100
Hi Arnold, Gnulib now assumes that the C compiler supports 'long long' [1]. VMS on Vax is end-of-life for more than 7 years now [2], and the other CPUs on which VMS is running (alpha, ia64, x86_64)[2
/archive/html/bug-gnulib/2020-01/msg00174.html (4,953 bytes)

17. dfa.c no longer usable if no 64-bit support (score: 4)
Author: HIDDEN
Date: Wed, 29 Jan 2020 07:18:16 -0700
Hi. The gentleman who maintains the gawk port for VMS reports that he can get dfa.c to compile on Vax/VMS, but that he gets failues when trying to use it to compile regular expressions. The Vax/VMS C
/archive/html/bug-gnulib/2020-01/msg00173.html (4,072 bytes)

18. Re: [libvirt] Fwd: libvirtd failing on MacOS in setgroups (score: 2)
Author: HIDDEN
Date: Tue, 15 Oct 2019 17:07:19 +0100
On macOS, as far as I can see, everything works as expected without it. So not sure if it's actually needed? Note that /dev/kvm is for linux and does not exist on macOS. Unless we identify specific d
/archive/html/bug-gnulib/2019-10/msg00043.html (6,194 bytes)

19. accept4 and SOCK_NONBLOCK (score: 2)
Author: HIDDEN
Date: Tue, 20 Aug 2019 16:27:05 +0100
First of all I'm using Linux 5.0.17 & glibc-2.29-15 so as far as I'm aware accept4 exists and fully works and gnulib shouldn't be replacing it at all. I don't understand why it's being replaced. But
/archive/html/bug-gnulib/2019-08/msg00029.html (5,586 bytes)

20. Re: test-rwlock1 failing on latest Fedora Rawhide (score: 2)
Author: HIDDEN
Date: Thu, 24 Jan 2019 08:57:49 +0000
I see two patches that went into gnulib overnight. I have now tried compiling hivex with gnulib at commit 34881aff4043, and that seems to have fixed the problem, thanks all. Rich. -- Richard Jones, V
/archive/html/bug-gnulib/2019-01/msg00147.html (6,489 bytes)


This search system is powered by Namazu