Closed Bug 192561 Opened 23 years ago Closed 23 years ago

[ps] Printing busted on OpenVMS

Categories

(Core :: Printing: Output, defect)

DEC
OpenVMS
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: colin, Assigned: colin)

Details

Attachments

(1 file)

Printing isn't working on OpenVMS in 1.3. After issuing a print for what should be a one-page printout, two files are created in my scratch area: MOZ_P00021A_1402576 and MOZ_T00021A_1402576. The first file appears to be the postscript prolog and the second file contains page one. MOZ_P00021A_1402576 gets sent to the printer but nothing actually prints. It looks like the contents of MOZ_T00021A_1402576 need to be inserted just after the %%EndProlog in MOZ_P00021A_1402576, before its sent to the printer. But this isn't happening.
> Printing isn't working on OpenVMS in 1.3. Use Xprint... :)))))
Summary: Printing busted on OpenVMS → [ps] Printing busted on OpenVMS
The recent changes in this code actually meant I was able to remove some of the VMS hackery. The VMS change in this code now is that we have to use a temporary file instead of a pipe when printing.
Comment on attachment 114024 [details] [diff] [review] Fix printing bustage I'd like to get this in asap. I'm only changing code inside of VMS ifdefs.
Attachment #114024 - Flags: review?(rods)
Colin Blake wrote: > (From update of attachment 114024 [details] [diff] [review]) > I'd like to get this in asap. I'm only changing code inside of VMS ifdefs. rods is not working on mozilla anymore... ;-((((
Comment on attachment 114024 [details] [diff] [review] Fix printing bustage r=roland.mainz@informatik.med.uni-giessen.de Nit: Please change |#endif| to |#endif /* VMS */| if possible... :)
Attachment #114024 - Flags: review?(rods) → review+
> rods is not working on mozilla anymore... ;-(((( Then someone needs to change the default owner, I guess :-) I've add the /* VMS */ to the #endif directives. Thanks for the r=, now who can I ask for the sr?
Taking...
Assignee: rods → colin
Colin Blake wrote: > Thanks for the r=, now who can I ask for the sr? All superreviewers can do that - choose your victim... (hint: scc seems to have a short request queue: http://bugzilla.mozilla.org/request.cgi?action=queue&requester=&product=&type=all&requestee=scc%40mozilla.org&component=&group=type) :)
Attachment #114024 - Flags: superreview?(scc)
Scott, any chance you could sr this one for me?
Status: NEW → ASSIGNED
Attachment #114024 - Flags: superreview?(scc) → superreview?(dveditz)
Attachment #114024 - Flags: superreview?(dveditz) → superreview?(dveditz)
Comment on attachment 114024 [details] [diff] [review] Fix printing bustage sr=dveditz, adding to the 1.3 approval queue, it'd be nice to have the ports working.
Attachment #114024 - Flags: superreview?(dveditz)
Attachment #114024 - Flags: superreview+
Attachment #114024 - Flags: approval1.3?
Flags: blocking1.3?
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Flags: blocking1.3?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: