Opened 5 years ago

Closed 5 years ago

#339 closed defect (fixed)

rpm: Is the '%os2_boot_drive' macro broken ?

Reported by: rousseau Owned by:
Priority: minor Milestone:
Component: rpm Version:
Severity: low Keywords: macros
Cc:

Description

See the attached screenshot what I get with: rpm --eval %os2_boot_drive
This is on ArcaOS v5.0.4

Attachments (1)

3ncls1n62hh590nj9ibgbse8gi.png (6.8 KB ) - added by rousseau 5 years ago.
Broken '%os2_boot_drive' macro

Download all attachments as: .zip

Change History (4)

by rousseau, 5 years ago

Broken '%os2_boot_drive' macro

comment:1 by dmik, 5 years ago

Looks like it's an Object REXX vs Classic REXX issue. The latter doesn't understand LF as line separators, only CRLF (the former understands both). When sorting out the respective REXX script between SVN and GIT, CR was lost. We'll fix that and release a new RPM. Thanks for reporting.

in reply to:  1 comment:2 by rousseau, 5 years ago

Replying to dmik:

Looks like it's an Object REXX vs Classic REXX issue. The latter doesn't understand LF as line separators, only CRLF (the former understands both). When sorting out the respective REXX script between SVN and GIT, CR was lost. We'll fix that and release a new RPM. Thanks for reporting.

Welcome ;)

I kinda guessed it was this line-terminator issue but when I was
looking if I could quick-fix it, I noticed compiled-rexx is used.
Guess that was done for 'disable-user-modify' reasons.
Thx, for your reply.

comment:3 by Silvan Scherrer, 5 years ago

Resolution: fixed
Status: newclosed

Please try latest rpm from exp repo. It fixes the issue. If not please reopen the ticket.

Note: See TracTickets for help on using tickets.