bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

81. Is there someway to get make to skip checking if autoconf/automake need running? (score: 4)
Author: HIDDEN
Date: Wed, 14 Jun 2017 07:57:48 -0500
I seem to have found an issue with how timestamps from an NFS served volume are showing up on VMS. I see the correct timestamps on the Linux system, but the wrong timestamps on the VMS system which i
/archive/html/bug-gnulib/2017-06/msg00061.html (5,323 bytes)

82. Re: Failure trying to setup build robot for gnulib on Fedora/22. (score: 3)
Author: HIDDEN
Date: Mon, 12 Jun 2017 08:05:26 -0500
On 6/8/2017 5:28 PM, Paul Eggert wrote: On 06/08/2017 08:40 AM, Bruno Haible wrote: Feel free to submit a patch to doc/build-automation.texi that references DEPENDENCIES ... I gave a shot at patching
/archive/html/bug-gnulib/2017-06/msg00060.html (7,117 bytes)

83. Re: Failure trying to setup build robot for gnulib on Fedora/22. (score: 6)
Author: HIDDEN
Date: Fri, 9 Jun 2017 21:10:42 -0500
Does the VMS client mount over UDP only? If so, that is probably the problem. Recent nfs-utils (as used in Fedora 25) disabled UDP support by default, as the major NFS clients have supported TCP for
/archive/html/bug-gnulib/2017-06/msg00049.html (7,725 bytes)

84. Re: Failure trying to setup build robot for gnulib on Fedora/22. (score: 4)
Author: HIDDEN
Date: Fri, 9 Jun 2017 10:08:51 -0700
Does the VMS client mount over UDP only? If so, that is probably the problem. Recent nfs-utils (as used in Fedora 25) disabled UDP support by default, as the major NFS clients have supported TCP for
/archive/html/bug-gnulib/2017-06/msg00048.html (6,975 bytes)

85. Re: Failure trying to setup build robot for gnulib on Fedora/22. (score: 6)
Author: HIDDEN
Date: Fri, 09 Jun 2017 07:56:52 -0500
I issued the command below and it failed on a Fedora/22 system with a You _do_ realize that Fedora 22 is unsupported upstream, and is probably lacking in security patches that you would otherwise ge
/archive/html/bug-gnulib/2017-06/msg00047.html (8,074 bytes)

86. Failure trying to setup build robot for gnulib on Fedora/22. (score: 2)
Author: HIDDEN
Date: Thu, 8 Jun 2017 08:21:29 -0500
I am trying to set up a build robot to see if the VMS GNV packages is good enough to run to tests on GNULIB. https://www.gnu.org/software/gnulib/manual/gnulib.html#Build-robot-for-gnulib First issue
/archive/html/bug-gnulib/2017-06/msg00040.html (9,672 bytes)

87. Re: getcwd() issues on VMS / canonicalize-lgpl.c (score: 44)
Author: HIDDEN
Date: Wed, 07 Jun 2017 15:33:45 +0200
Hi John, In the relocatable-prog-wrapper situation, like in all other uses of gnulib without the 'getcwd' module, getcwd is not #defined. Therefore, as I understand, it takes 3 arguments. gnulib does
/archive/html/bug-gnulib/2017-06/msg00034.html (7,761 bytes)

88. Re: getcwd() issues on VMS / canonicalize-lgpl.c (score: 39)
Author: HIDDEN
Date: Tue, 6 Jun 2017 18:01:11 -0500
2. The replacement from gnulib causes canonicalize-lgpl.c to fail because the replacement only has 2 parameters, not three. 3. The replacement from gnulib also does not fix all the known ills in VMS
/archive/html/bug-gnulib/2017-06/msg00032.html (6,551 bytes)

89. Re: getcwd() issues on VMS / canonicalize-lgpl.c (score: 37)
Author: HIDDEN
Date: Tue, 06 Jun 2017 18:01:58 +0200
Hi, But when IN_RELOCWRAPPER is defined (i.e. when this code is used through the 'relocatable-prog-wrapper' module) we '#undef getcwd', so in this case the lines /* We want the directory in Unix synt
/archive/html/bug-gnulib/2017-06/msg00030.html (5,481 bytes)

90. getcwd() issues on VMS / canonicalize-lgpl.c (score: 45)
Author: HIDDEN
Date: Tue, 6 Jun 2017 08:43:24 -0500
Summary: 1. The VMS CRTL getcwd() will not pass configure tests and will be marked for replacement from gnulib. 2. The replacement from gnulib causes canonicalize-lgpl.c to fail because the replaceme
/archive/html/bug-gnulib/2017-06/msg00029.html (7,291 bytes)

91. [PATCH 01/13] walloc: new module (score: 2)
Author: HIDDEN
Date: Sun, 4 Jun 2017 23:45:51 -0700
* lib/walloc.c, lib/walloc.h, modules/walloc: * modules/walloc-tests, tests/test-walloc.c: New files. -- ChangeLog | 4 ++ lib/walloc.c | 105 ++++++++++++++++++++++++++++++++ lib/walloc.h | 169 ++++++
/archive/html/bug-gnulib/2017-06/msg00017.html (18,828 bytes)

92. Re: Fix for lib/same-inode.h for VMS (score: 36)
Author: HIDDEN
Date: Sun, 4 Jun 2017 22:22:09 -0700
I do not know if the pragma for the assert would be valid for anything other than __DECC compiler Ah, I see. Still, I'm leery of pragmas, as I have the sneaking suspicion that they can hurt even when
/archive/html/bug-gnulib/2017-06/msg00008.html (6,359 bytes)

93. Re: Fix for lib/same-inode.h for VMS (score: 38)
Author: HIDDEN
Date: Sun, 4 Jun 2017 22:04:36 -0500
Thanks for the heads-up. I see that 8.2 came out in 2005; I guess news travels slowly from the VMS world to the Gnulib world. The Sourceforge GNV project has a backlog of things to get into shape for
/archive/html/bug-gnulib/2017-06/msg00007.html (7,407 bytes)

94. Re: Fix for lib/same-inode.h for VMS (score: 35)
Author: HIDDEN
Date: Sun, 4 Jun 2017 14:32:11 -0700
Thanks for the heads-up. I see that 8.2 came out in 2005; I guess news travels slowly from the VMS world to the Gnulib world. Instead of a pragma for checking, how about if we define _USE_STD_STAT al
/archive/html/bug-gnulib/2017-06/msg00006.html (5,577 bytes)

95. Fix for lib/same-inode.h for VMS (score: 38)
Author: HIDDEN
Date: Fri, 2 Jun 2017 22:47:02 -0500
VMS 8.2 and later provide a 64 bit ino_t type when _USE_STD_STAT is defined on the command line. This patch makes the fallback to the old VMS behavior for only VMS 8.1 and earlier. This patch also ad
/archive/html/bug-gnulib/2017-06/msg00005.html (5,113 bytes)

96. Re: automated CI testing (score: 9)
Author: HIDDEN
Date: Thu, 18 May 2017 11:26:04 +0200
Assaf, that.is.so.cool ! Really, your work is a great help to any project striving for portability (VM setup and 'suggested command line'). You mean letting projects use the VMs as a CI service ? Tha
/archive/html/bug-gnulib/2017-05/msg00148.html (8,284 bytes)

97. Re: automated CI testing (score: 7)
Author: HIDDEN
Date: Wed, 17 May 2017 19:43:50 +0000
Hello, [...] Therefore what is more valuable for gnulib (IMO) is automated testing on 20 different platforms. Of course everybody wishes to have a CI for 20 different platform :-) For real VMs with o
/archive/html/bug-gnulib/2017-05/msg00142.html (7,813 bytes)

98. Re: automated CI testing (score: 5)
Author: HIDDEN
Date: Wed, 17 May 2017 21:20:33 +0200
Of course everybody wishes to have a CI for 20 different platform :-) But you have to start at some point, picking the low hanging fruits. And that is Gitlab CI based on Docker. You can build, test a
/archive/html/bug-gnulib/2017-05/msg00140.html (7,340 bytes)

99. relocate: avoid memory leaks (score: 2)
Author: HIDDEN
Date: Tue, 16 May 2017 21:01:16 +0200
Although relocate() in practice does not produce memory leaks (in the sense of _repeated_ loss of memory blocks), it is sufficiently often reported by analysis tools (valgrind, coverity) that I'm now
/archive/html/bug-gnulib/2017-05/msg00127.html (10,167 bytes)

100. MSVC and fpending (score: 3)
Author: HIDDEN
Date: Tue, 13 Dec 2016 02:58:29 +0100
Hi Jim, On Windows with MSVC, the 'fpending' module does not pass its test, because config.h defines In order to get this right, the expression should be ((struct { unsigned char *_ptr; unsigned char
/archive/html/bug-gnulib/2016-12/msg00035.html (12,912 bytes)


This search system is powered by Namazu