Opened 11 years ago

Closed 11 years ago

#46 closed defect (invalid)

installation script of cups-base-1_4_8.wpi uses wrong LIBPATH

Reported by: Elmar Stellnberger Owned by:
Priority: major Milestone:
Component: other Version:
Severity: Keywords: cups, warpin, wpi
Cc:

Description

cups-base-1_4_8.wpi always tries to search for dlls in the first line of config.sys that contains the word LIBPATH= even if it is a line commented out with rem. I have corrected the issue by adding the following line 2 to the installation script:

1: DO i = 1 TO match.0
2: IF left(strip(match.i),length('LIBPATH='))=='LIBPATH=' THEN DO
3: PARSE UPPER VAR match.i 'LIBPATH=' _lpath
4: IF _lpath <> THEN LEAVE
5: END
6: END

Futhermore I had to crop the optional package dependency with no 99 (error message: invalid package dep. no or similar)

Attachments (2)

cups-base-1_4_8.wis (22.6 KB) - added by Elmar Stellnberger 11 years ago.
working installation script with dep99 cropped
pck99-del.diff (599 bytes) - added by Elmar Stellnberger 11 years ago.
diff for cropped package dependency (invalid)

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by Elmar Stellnberger

Attachment: cups-base-1_4_8.wis added

working installation script with dep99 cropped

Changed 11 years ago by Elmar Stellnberger

Attachment: pck99-del.diff added

diff for cropped package dependency (invalid)

comment:1 Changed 11 years ago by Elmar Stellnberger

you may have to have a look at the optional package dep. no 99 however; it was reported to be invalid; perhaps we can drop it: at me that worked well.

comment:2 Changed 11 years ago by Yuri Dario

Resolution: invalid
Status: newclosed

This report does not apply to this project, sorry.

Move it to ecups project.

Note: See TracTickets for help on using tickets.