Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

For the last few days, I've been trying to build perl 5.8.4 on VAX/VMS 6.2 (stop laughing). I just found Simh, a program that can simulator several machine architectures including a VAX 3900. I have VMS and Compaq C installed on it and tried to build perl. I've run into a few problems that I don't remember having when I built 5.8.0 about a year ago on a real VAX.

First, ext/IO/IO.xs attempts to do an ioctl(SIOCATMARK). VMS (at least on 6.2) doesn't support ioctl() but the same functionality can be achieved using a system service call. I wrote a routine to call the system service and plugged it in. If I can determine that it works properly, I'll submit it as a patch.

Second, Time::HiRes failed to build due to lack of support for several functions including gettimeofday(). These routines are not supported on VMS 6.2. The Time::HiRes tests still attempted to run and failed after I reconfigured without including Time::HiRes in the build.

Third, several tests are failing. t/op/pack.t appears to be failing with a floating point overflow. Several BigInt tests also failed although I haven't yet looked into the reasons.

Is anyone else still using perl on VMS 6.2? Does anyone know if the latset versions of perl should still be buildable on this platform?

I'll be resuming testing tomorrow on a real VAX at the office to see if I run into the same issues.

90% of every Perl application is already written.
dragonchild

In reply to Old VMS still supported? by pfaut

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-20 11:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found