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)
Change History (4)
by , 5 years ago
Attachment: | 3ncls1n62hh590nj9ibgbse8gi.png added |
---|
follow-up: 2 comment:1 by , 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.
comment:2 by , 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 , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please try latest rpm from exp repo. It fixes the issue. If not please reopen the ticket.
Broken '%os2_boot_drive' macro