bug-gnulib archive search

Search String: Display: Description: Sort:

Results:

References: [ VMS: 278 ]

Total 278 documents matching your query.

61. OpenVMS todo list: (score: 2)
Author: HIDDEN
Date: Mon, 3 Jul 2017 18:22:32 -0500
Hello, This is some of the things that I still need to do to get gnulib to the point of compiling on OpenVMS. * Config.h OpenVMS needs __UNIX_PUTC macro defined for putc_unlocked and friends to be vi
/archive/html/bug-gnulib/2017-07/msg00021.html (8,477 bytes)

62. [patch] No ptry support for VMS for now. (score: 33)
Author: HIDDEN
Date: Mon, 3 Jul 2017 15:21:30 -0500
Hello, This patch gets the forkpty.c, grantpt.c, and openpty.c modules building on OpenVMS. I will need to figure out later how to actually implement these for OpenVMS pseudo terminals. Regards, -Joh
/archive/html/bug-gnulib/2017-07/msg00016.html (5,111 bytes)

63. Re: OpenVMS getdtablesize.c (score: 2)
Author: HIDDEN
Date: Wed, 28 Jun 2017 22:56:13 +0200
There are two possibilities: (a) change the configure test so that is duplicates fd 0 to 1, 2, 3, ..., getdtablesize() and see if that fails. (b) special-case OpenVMS. I'm not in favour of (a) becaus
/archive/html/bug-gnulib/2017-06/msg00090.html (6,139 bytes)

64. Re: csharpexec.c causes intmax_t from config.h to be redefined. (score: 3)
Author: HIDDEN
Date: Tue, 27 Jun 2017 08:12:09 -0500
The csharpexec.c module includes config.h and then includes some header files that redefine intmax_t. After it does that, it #includes "classpath.c" which then includes config.h again. This causes th
/archive/html/bug-gnulib/2017-06/msg00087.html (6,369 bytes)

65. Re: csharpexec.c causes intmax_t from config.h to be redefined. (score: 3)
Author: HIDDEN
Date: Mon, 19 Jun 2017 17:09:23 +0200
This is only a warning, and you can ignore it. Better compilers produce a diagnostic only for redefinitions with a _different_ expansion. But anyway, it's easy to make sure config.h is only included
/archive/html/bug-gnulib/2017-06/msg00079.html (6,438 bytes)

66. Re: VMS has struct sched_param in pthread.h (score: 36)
Author: HIDDEN
Date: Mon, 19 Jun 2017 16:59:42 +0200
Thanks. Applied with tiny changes: I write "OpenVMS", not "VMS", as discussed in the other thread. Also, no need to use conditionals based on __CRTL_VER or HAVE_PTHREAD_H, since you said that only Op
/archive/html/bug-gnulib/2017-06/msg00078.html (8,116 bytes)

67. csharpexec.c causes intmax_t from config.h to be redefined. (score: 3)
Author: HIDDEN
Date: Mon, 19 Jun 2017 08:33:07 -0500
On VMS, the config.h file is generated to "#define intmax_t long long". The csharpexec.c module includes config.h and then includes some header files that redefine intmax_t. After it does that, it #i
/archive/html/bug-gnulib/2017-06/msg00077.html (5,365 bytes)

68. Re: VMS has struct sched_param in pthread.h (score: 34)
Author: HIDDEN
Date: Mon, 19 Jun 2017 08:17:45 -0500
VMS does not currently provide a sched.h and has that definition in pthread.h instead. Please try the attached patch. Thank you, I will try to get to that this weekend. The configure script is now d
/archive/html/bug-gnulib/2017-06/msg00076.html (6,543 bytes)

69. Re: VMS identification (score: 38)
Author: HIDDEN
Date: Sat, 17 Jun 2017 10:27:50 +0200
Hi John, Thanks for the details. We'll rely on that. OK. In gnulib we should talk about "OpenVMS". Just like we are talking about Solaris, after it was renamed from SunOS by "the marketing people" of
/archive/html/bug-gnulib/2017-06/msg00074.html (6,091 bytes)

70. Re: VMS has struct sched_param in pthread.h (score: 49)
Author: HIDDEN
Date: Fri, 16 Jun 2017 21:47:24 -0500
VMS does not currently provide a sched.h and has that definition in pthread.h instead. Please try the attached patch. Thank you, I will try to get to that this weekend. Please also tell us identific
/archive/html/bug-gnulib/2017-06/msg00073.html (8,829 bytes)

71. Re: VMS has struct sched_param in pthread.h (score: 36)
Author: HIDDEN
Date: Fri, 16 Jun 2017 19:21:27 +0200
Hello John, Please try the attached patch. Please also tell us identification of your environment: - Is it "VMS"? Or "OpenVMS"? - Which version? You're talking about 7.3 here, 8.2 there, 8.4 then...
/archive/html/bug-gnulib/2017-06/msg00071.html (6,289 bytes)

72. VMS has struct sched_param in pthread.h (score: 35)
Author: HIDDEN
Date: Thu, 15 Jun 2017 18:16:14 -0500
Hello All, The make step on VMS next stopped at glthread/cond.c with: cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC -DEXEEXT=\"\" -I. -I.. -DGNULIB_STRICT_CHECKING=1 -g -c -o glthread/c
/archive/html/bug-gnulib/2017-06/msg00070.html (5,465 bytes)

73. Re: VMS can not include "float+.h" (score: 37)
Author: HIDDEN
Date: Thu, 15 Jun 2017 17:56:24 -0500
If that's the problem, then it shouldn't be much trouble to have a separate script that rewrites the file names and source code to follow the POSIX portable filename rules. We could include that scri
/archive/html/bug-gnulib/2017-06/msg00069.html (7,652 bytes)

74. Re: VMS can not include "float+.h" (score: 35)
Author: HIDDEN
Date: Thu, 15 Jun 2017 12:26:29 -0700
If that's the problem, then it shouldn't be much trouble to have a separate script that rewrites the file names and source code to follow the POSIX portable filename rules. We could include that scri
/archive/html/bug-gnulib/2017-06/msg00068.html (6,315 bytes)

75. Re: VMS can not include "float+.h" (score: 34)
Author: HIDDEN
Date: Thu, 15 Jun 2017 17:41:13 +0200
I said NO. Even if it's only for 1 file, I don't want to go backwards in time by 20 years. Deal with it on your side. I've given you a pointer how such issues were dealt with regarding DOS file names
/archive/html/bug-gnulib/2017-06/msg00067.html (5,351 bytes)

76. Re: VMS can not include "float+.h" (score: 34)
Author: HIDDEN
Date: Thu, 15 Jun 2017 09:05:27 -0500
It should only be include files VMS has issues with. Regards, -John -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
/archive/html/bug-gnulib/2017-06/msg00066.html (5,253 bytes)

77. Re: VMS can not include "float+.h" (score: 35)
Author: HIDDEN
Date: Thu, 15 Jun 2017 11:13:46 +0200
I vehemently disagree. The relevant file name restrictions nowadays are those of Windows (no characters " * / : < > ? \ , file names don't end in '.', file names avoid special names such as "aux", "n
/archive/html/bug-gnulib/2017-06/msg00065.html (6,647 bytes)

78. Re: VMS can not include "float+.h" (score: 34)
Author: HIDDEN
Date: Wed, 14 Jun 2017 21:46:47 -0700
Perhaps Gnulib source files should be renamed to use just the characters in the POSIX Portable Filename Character Set <http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_2
/archive/html/bug-gnulib/2017-06/msg00064.html (5,978 bytes)

79. VMS can not include "float+.h" (score: 35)
Author: HIDDEN
Date: Wed, 14 Jun 2017 19:08:56 -0500
I seem to have coerced configure into running on NFS served files created by on VMS using GNV updated kits. rm -rf ${GNU_MIRRORS}/gnulib/gnulib ./gnulib-tool --create-testdir --with-tests --dir=${GNU
/archive/html/bug-gnulib/2017-06/msg00063.html (6,244 bytes)

80. Re: Is there someway to get make to skip checking if autoconf/automake need running? (score: 4)
Author: HIDDEN
Date: Thu, 15 Jun 2017 00:39:36 +0200
Hi John, The other known ways of getting rid of this check is a) to disable the Makefile rule that rebuilds Makefile, or b) to enable AM_MAINTAINER_MODE in configure.ac [1]. Bruno [1] https://www.gnu
/archive/html/bug-gnulib/2017-06/msg00062.html (5,600 bytes)


This search system is powered by Namazu