Opened 4 years ago

Closed 4 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 4 years ago.
Broken '%os2_boot_drive' macro

Download all attachments as: .zip

Change History (4)

Changed 4 years ago by rousseau

Broken '%os2_boot_drive' macro

comment:1 Changed 4 years ago by 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.

comment:2 in reply to:  1 Changed 4 years ago by rousseau

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 Changed 4 years ago by Silvan Scherrer

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.