Search Discussions
-
Craig, my first cut at 18.0 Anything you would like me to pursue? Itanium RX2600 (same as you, I believe) $ cc/version HP C V7.3-018 on OpenVMS IA64 V8.4 $ show system/noproc OpenVMS V8.4 on node ...
Carl Friedberg
May 12, 2013 at 5:34 pm
May 15, 2013 at 12:13 am -
I do not wish to start a flame war, but I respectfully disagree with your assessment of VMS porting support. I believe there are at least five of us in the Perl VMS community who could step in if ...
Carl Friedberg
Jan 16, 2013 at 9:35 pm
Jan 16, 2013 at 9:35 pm -
I am having issues with my 5.16.2 build. Modules that worked fine on 5.8 and 5.10 are now aborting with this error when returning an undefined value by referencing &PL_sv_undef. I have been "fixing" ...
Thomas Pfau
Jan 8, 2013 at 3:59 pm
Jan 10, 2013 at 12:29 pm -
I finally got 5.16.2 to complete the build process on Integrity today. Apparently DECC$READDIR_DROPDOTNOTYPE enabled causes problems. We have that set at work for something else. I had to define it ...
Thomas Pfau
Dec 31, 2012 at 6:32 pm
Jan 1, 2013 at 11:08 pm -
I wrote a time module that interfaces to the VMS time system services - $BINTIM, $ASCTIM, $GETTIM, and $NUMTIM. I also had a replacement routines for $ASCTIM, $BINTIM and $GETTIM that could be used ...
Thomas Pfau
Dec 24, 2012 at 10:19 pm
Jan 3, 2013 at 1:36 am -
Running Makefile.PL in ext/DynaLoader dsa3:[pfau.freeware.perl-5_16_2]miniperl.exe;1 "-I../../lib" "Makefile.PL" "INST_LIB=[--.lib]" "INST_ARCHLIB=[--.lib]" "PERL_CORE=1" Writing Descrip.MMS for ...
Thomas Pfau
Dec 22, 2012 at 12:41 pm
Dec 22, 2012 at 12:41 pm -
I ran configure.com and selected large integer support but not maximal and not large double. DISK$USERS:[pfau.FREEWARE.perl-5_16_2.vms]vmsish.h;1 copied to ...
Thomas Pfau
Dec 22, 2012 at 5:03 am
Dec 24, 2012 at 7:31 pm -
A Google search for "vms perl" returns www.sidhe.org/*vmsperl*/ and www.* vmsperl*.com/ among the top results. Neither of these has current information about Perl on VMS. The first refers to Perl ...
Thomas Pfau
Dec 21, 2012 at 11:04 pm
Dec 22, 2012 at 5:02 pm -
Bash 4.2.39 is the current release and patch level of the GNU bash project and is now available for OpenVMS. Items of specific interest to the to the VMS Perl community are: Recent versions of Perl ...
John E. Malmberg
Dec 16, 2012 at 4:13 pm
Dec 18, 2012 at 3:38 am -
Before I go through the trouble of writing this, is anyone aware of a perl script that can be run on VMS using the DROPBOX.COM perl API to keep a VMS directory in synchronization? Currently I use NFS ...
John E. Malmberg
Nov 27, 2012 at 12:45 am
Nov 27, 2012 at 12:45 am -
Hi, I'm putting together a new OpenVMS IA64 V8.4 system and want to get things as up to date as possible. I went looking for the current/latest version of Perl and it's far from clear what I should ...
Jeremy Begg
Nov 7, 2012 at 9:56 am
Nov 7, 2012 at 12:19 pm -
John, there most probably is such a mechanism, buried deep in the perl script that transforms a file describing the dynamically loadable PMC (polymorphic container, i.e. Parrot object) into C code ...
Vorländer, Martin
Oct 29, 2012 at 8:05 am
Oct 29, 2012 at 8:05 am -
An irritant of long standing has been the fact that many Perl modules on CPAN use Module::Install in their Makefile.PL's but Module::Install has been non-functional on VMS for some time, making the ...
Craig A. Berry
Oct 26, 2012 at 2:05 pm
Oct 26, 2012 at 2:05 pm -
Craig, Thank you. It wasn't too hard; the C sources are quite portable. The biggest part was a script (perl, of course) that transforms the Makefile generated into an MMK description file (I think ...
Vorländer, Martin
Oct 26, 2012 at 11:04 am
Oct 26, 2012 at 11:57 am -
Hi all! Just a little (pre-)announcement... At this year's YAPC::EU the german VAXman persuaded me into attempting a port of Parrot to VMS. While I'm still fighting my way through the build process, ...
Vorländer, Martin
Oct 23, 2012 at 10:09 am
Oct 25, 2012 at 12:52 pm -
Hi, I'm sure I've missed something, and am about to do serious googling, but does anyone here happen to know how to encourage the print statement not to break lines at 132 chars? I have a ...
Carl Friedberg
Jul 8, 2012 at 7:08 pm
Jul 9, 2012 at 5:22 am -
tl;dr: Not everything passed. I think more failed than for Craig on his system. But it's not much different in its failures from 5.14.0. I don't know how to get the shared library override set up to ...
Nicholas Clark
May 19, 2012 at 8:16 am
May 19, 2012 at 6:18 pm -
I would find it really useful to have ssh access to a VMS system for testing perl. Specifically, I'm keen to be able to be able to test tweaks the build system on all of *nix, VMS and Windows so that ...
Nicholas Clark
May 15, 2012 at 2:24 pm
Jun 3, 2012 at 4:29 pm -
I've been taking a swing at compiling Perl with the HP C++ compiler for OpenVMS.[1] There are a number of wrinkles to iron out, one of which boils down to: $ type try.c #define dNOOP extern int ...
Craig A. Berry
May 4, 2012 at 4:57 pm
May 5, 2012 at 11:24 pm -
Specifically, the code is emulated on "everything else", but intended to do something real and useful on VMS: #ifdef VMS /* VMS wants read instead of fread, because fread doesn't respect */ /* RMS ...
Nicholas Clark
Mar 1, 2012 at 6:30 pm
Mar 5, 2012 at 8:26 pm -
Hi Craig, I have now installed 5-14.1 on 3 AlphaServers, all running VMS 8.3. I've noticed the following when I build many of the VMS extensions from CPAN, for instance, this one from VMS::USER ...
Carl Friedberg
Sep 9, 2011 at 5:42 pm
Sep 10, 2011 at 2:58 pm -
Hi Craig, My first cut on 5.14.1 on VMS (list is very quiet, must be August vacation time) $ multinet show/version Process Software MultiNet V5.3 Rev A-X, AlphaServer DS25, OpenVMS AXP V8.3 $ cc ...
Carl Friedberg
Aug 18, 2011 at 11:46 pm
Aug 19, 2011 at 2:07 am -
I have a vague memory (possibly wrong) that there was a VMS editor that choked (in some fashion) on UTF-8. [And if so, I guess because it assumes that source code is ISO-8859-1, and no C1 control ...
Nicholas Clark
Aug 8, 2011 at 10:25 am
Aug 8, 2011 at 2:19 pm -
Hello VMS Perl Folk, If you or your company uses Perl, please have a look at the message below and see about supporting its continued development. Both Nicholas and Dave are Perl internals wizards of ...
Craig A. Berry
Jun 29, 2011 at 3:34 am
Jun 29, 2011 at 3:34 am -
Hi. I'm trying to build 5.12-3 and everything works smoothly (finally). Except after a while Making DynaLoader (all) Making all in ext/DynaLoader MMK "all" /DESCRIPTION=descrip.mms ...
Andreas Åhman
May 26, 2011 at 9:15 am
May 26, 2011 at 2:05 pm -
The Perl $GETDVI wrapper has been updated and is available at: http://search.cpan.org/~cberry/VMS-Device-0_10/ What the changelog says about this release is: 0.10 Thu May 19 12:00 2011 - Added ...
Craig A. Berry
May 20, 2011 at 11:03 pm
May 20, 2011 at 11:03 pm -
Hi, I've built 5.12-3 on an RX2600 running VMS 8.4, standalone. Here is the result of the test suite: Failed 5 tests out of 1639, 99.69% okay. ../cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t ...
Carl Friedberg
May 7, 2011 at 6:43 am
May 7, 2011 at 6:43 am -
Hi Craig, I don't have time to chase this down. I built librarian out of OCD, not need. It emitted various warnings about ./typemap, and did not pass tests, nor install. I took a quick look at ...
Carl Friedberg
Apr 29, 2011 at 8:34 pm
Apr 29, 2011 at 8:34 pm -
Hello, sorry to be a pain, but here is another case of the spurious linebreak. Environment is OpenVMS IA64 8.3-1H1, Perl 5.12.3 with useperlio defined. I am using Perl with the CGI module to ...
Dr. Martin P.J. Zinser
Apr 20, 2011 at 10:03 pm
Apr 25, 2011 at 7:04 pm -
On our system we have a really useful logical called "UTIL". I added a command to deassign this in the file I submit toe the batch queue. I have two questions 1. Why does this logical cause problems ...
Black, Andrew (Global Products Unit)
Mar 29, 2011 at 8:14 pm
May 6, 2011 at 4:07 am -
Hi Craig & Andrew, I removed Uuseperlio from my @configure, and the tests now complete with only six failures (no hang). Failed 6 tests out of 1639, 99.63% okay. ...
Carl Friedberg
Mar 25, 2011 at 2:06 pm
Apr 2, 2011 at 9:10 pm -
Hi Is it possible to download a prebuilt 5.12 or 5.10 Perl. My first priority is Itanium, but Alpha platform would also be useful. Andrew Think green - keep it on the screen. This e-mail and any ...
Black, Andrew (Global Products Unit)
Mar 22, 2011 at 12:46 pm
Mar 25, 2011 at 10:24 am -
Gmail - Thank you from ...
Resume-thanks
Mar 3, 2011 at 4:44 am
Mar 6, 2011 at 4:42 am -
Hello, I am currently going over a number of modules to check that they install/work with Perl 5.12.2 on OpenVMS Itanium 8.3-1H1. Most of the issues I've encountered have been minor and appropriate ...
Dr. Martin P.J. Zinser
Feb 14, 2011 at 5:24 pm
Feb 17, 2011 at 4:52 am -
Gmail - Thank you from ...
Resume-thanks
Feb 14, 2011 at 5:28 am
Feb 25, 2011 at 5:03 am -
Previously *nix was using a shell script writemain to generate perlmain.c from miniperlmain.c and the list of extensions. However, that functionality is duplicated in lib/ExtUtils/Miniperl.pm, ...
Nicholas Clark
Nov 28, 2010 at 7:38 pm
Nov 29, 2010 at 3:19 am -
I don't have access to a VMS system. I'd like to rearrange some of the build system for core perl, but I don't want to break VMS in the process. Would someone be able to test install 3 Pod related ...
Nicholas Clark
Oct 1, 2010 at 3:37 pm
Jan 24, 2011 at 4:28 am -
Craig, I built perl-5.12.2 on AlphaServer 800 HP C V7.3-009 on OpenVMS Alpha V8.3 Failed 8 tests out of 1636, 99.51% okay. ../cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t ...
Carl Friedberg
Sep 16, 2010 at 2:10 pm
Sep 17, 2010 at 1:43 pm -
Okay, it works out quite good now: Failed 6 tests out of 1631, 99.63% okay. ../cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t ../cpan/CPANPLUS/t/15_CPANPLUS-Shell.t ../cpan/Module-Build/t/tilde.t ...
Vorländer, Martin
Sep 4, 2010 at 5:44 pm
Sep 7, 2010 at 3:10 pm -
I want to move my subscription to this list to another email address. The only address I can find for mailing list maintenance is majordomo@perl.org but it doesn't seem to be a valid address. Does ...
Thomas Pfau
Sep 2, 2010 at 12:58 am
Sep 2, 2010 at 7:31 am -
A few days ago I downloaded the perl-5.12.1.tar.gz tarball from CPAN and built it on my Alphaserver ES40 running OpenVMS V8.3 and DECC V7.3-009. I have attached a file containing selected excerpts ...
Eric Robertson
Sep 1, 2010 at 5:55 pm
Sep 3, 2010 at 11:17 am -
Hi Folks, please test. Several VMS-specific changes are in this release candidate, most of them fixes for things reported right here on vmsperl. Relevent release note sections are visible at: ...
Craig A. Berry
Sep 1, 2010 at 12:24 am
Sep 3, 2010 at 11:35 am -
I am trying to use SWIG to create a module for calling C from Perl (on VMS and on Unix/Linux platforms). To date I have been running the SWIG EXE on linux and copying over the generated files. - Is ...
Andrew Black
Aug 6, 2010 at 3:45 pm
Aug 6, 2010 at 10:29 pm -
I've been hacking around with some code that interfaces to SMG's keyboard routines. The module exposes SMG$READ_STRING, SMG$READ_COMPOSED_LINE and SMG$READ_KEYSTROKE. I also created a ...
Thomas Pfau
Aug 3, 2010 at 10:19 pm
Aug 4, 2010 at 3:30 pm -
Hi I'm a newbie of VMS. I've tried to build perl 5.10.1 on my IA64 Operating System (Version V8.3-1H1) with ODS5 disks. I have MadGoat Make Utility V4.1 and compiler HP C V7.2-001. I gave the ...
Fabio Ciampi
Jul 19, 2010 at 3:50 pm
Aug 26, 2010 at 1:36 pm -
Is the following expected behavior? With normal default protections set: $ say := write sys$output $ say f$env("protection") SYSTEM=RWED, OWNER=RWED, GROUP=RE, WORLD $ perl -e "open(F,' 1.1'); print ...
Mark Berryman
Jul 10, 2010 at 7:05 pm
Aug 28, 2010 at 9:14 pm -
Sometime between Perl 5.8.6 and 5.12.1 a memory leak was introduced into Perl and it appears to be in the glob function. The following should reproduce the problem on any VMS system: @dirs = ...
Mark Berryman
Jun 28, 2010 at 9:32 pm
Jul 2, 2010 at 12:02 am -
I am not usually quick to install new versions of Perl due to the effort involved in reinstalling all of the extensions I use so please let me add my vote of thanks to the maintainers of Perl on VMS ...
Mark Berryman
Jun 24, 2010 at 3:45 pm
Jun 25, 2010 at 6:47 am -
I am attempting to build Perl 5.12.1 on VMS V8.3 systems. I have tried both Alpha and Integrity, and with the build disk being both ODS-5 and ODS-2. In all cases the build aborts once it reaches the ...
Mark Berryman
Jun 22, 2010 at 3:10 pm
Jun 24, 2010 at 6:41 am -
There is a new survey about Perl usage here: http://perl.websurvey.net.au/ VMS does show up as an option when they ask what OS people use Perl on. TPU and EDT do not show up when they ask what you ...
Craig Berry
May 25, 2010 at 6:10 pm
May 25, 2010 at 6:10 pm
Group Overview
| group | vmsperl
|
| categories | perl |
| discussions | 2,559 |
| posts | 10,773 |
| users | 482 |
| website | socialtext.net... |
Top users
Archives
- May 2013 (4)
- January 2013 (18)
- December 2012 (33)
- November 2012 (3)
- October 2012 (6)
- July 2012 (6)
- May 2012 (37)
- March 2012 (13)
- September 2011 (2)
- August 2011 (5)
- June 2011 (1)
- May 2011 (20)
- April 2011 (8)
- March 2011 (16)
- February 2011 (7)
- November 2010 (7)
- October 2010 (8)
- September 2010 (28)
- August 2010 (11)
- July 2010 (9)
- June 2010 (16)
- May 2010 (1)
- April 2010 (16)
- February 2010 (4)
- January 2010 (5)
- December 2009 (3)
- October 2009 (2)
- September 2009 (21)
- August 2009 (14)
- July 2009 (44)
- June 2009 (32)
- May 2009 (37)
- April 2009 (32)
- March 2009 (8)
- February 2009 (40)
- January 2009 (99)
- December 2008 (36)
- November 2008 (28)
- October 2008 (49)
- September 2008 (13)
- August 2008 (9)
- July 2008 (8)
- June 2008 (25)
- May 2008 (19)
- April 2008 (18)
- March 2008 (58)
- February 2008 (39)
- January 2008 (13)
- December 2007 (12)
- November 2007 (83)
- October 2007 (112)
- September 2007 (133)
- August 2007 (67)
- July 2007 (17)
- June 2007 (3)
- April 2007 (16)
- March 2007 (22)
- February 2007 (24)
- January 2007 (3)
- December 2006 (10)
- November 2006 (18)
- October 2006 (37)
- September 2006 (18)
- August 2006 (55)
- July 2006 (24)
- June 2006 (18)
- May 2006 (10)
- April 2006 (31)
- March 2006 (117)
- February 2006 (78)
- January 2006 (105)
- December 2005 (45)
- November 2005 (27)
- October 2005 (102)
- September 2005 (120)
- August 2005 (123)
- July 2005 (112)
- June 2005 (1)
- May 2005 (11)
- April 2005 (13)
- March 2005 (82)
- February 2005 (112)
- January 2005 (98)
- December 2004 (67)
- November 2004 (97)
- October 2004 (50)
- September 2004 (21)
- August 2004 (65)
- July 2004 (56)
- June 2004 (18)
- May 2004 (27)
- April 2004 (58)
- March 2004 (7)
- February 2004 (39)
- January 2004 (51)
- December 2003 (75)
- November 2003 (78)
- October 2003 (45)
- September 2003 (74)
- August 2003 (145)
- July 2003 (98)
- June 2003 (90)
- May 2003 (54)
- April 2003 (132)
- March 2003 (132)
- February 2003 (33)
- January 2003 (80)
- December 2002 (16)
- November 2002 (71)
- October 2002 (54)
- September 2002 (68)
- August 2002 (61)
- July 2002 (46)
- June 2002 (194)
- May 2002 (172)
- April 2002 (198)
- March 2002 (187)
- February 2002 (41)
- January 2002 (65)
- December 2001 (159)
- November 2001 (364)
- October 2001 (208)
- September 2001 (169)
- August 2001 (151)
- July 2001 (119)
- June 2001 (241)
- May 2001 (96)
- April 2001 (149)
- March 2001 (122)
- February 2001 (177)
- January 2001 (131)
- December 2000 (174)
- November 2000 (459)
- October 2000 (159)
- September 2000 (187)
- August 2000 (174)
- July 2000 (179)
- June 2000 (126)
- May 2000 (191)
- April 2000 (160)
- March 2000 (413)
- February 2000 (315)
- January 2000 (92)
- December 1999 (223)
- November 1999 (61)
- October 1999 (148)
- September 1999 (55)
- August 1999 (11)
