Changes between Initial Version and Version 1 of Ticket #340, comment 2


Ignore:
Timestamp:
Nov 18, 2019, 9:19:00 PM (4 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #340, comment 2

    initial v1  
    11The reason behind this failure is this change to `cube`: http://trac.netlabs.org/cube/changeset/5. It broke the "magic" hack by Yuri Dario which would replace the drive letter in `c:\config.sys` with the drive letter of `\OS2` in PATH (normally the OS/2 boot drive letter). I guess Yuri did this hack specifically to overcome the issue you are now facing.
    22
    3 Lewis, Silvan says that this change was made on behalf of your request. Can you please clarfy the exact situation where this Yuri's hack prevented `cube` from working on your side? This is needed for a proper workaround.
     3Lewis, Silvan says that this change was made on behalf of your request. Can you please clarfy what was the exact situation where this Yuri's hack prevented `cube` from working on your side? This is needed for a proper workaround.
    44
    5 Back then we thought that eliminating this hack would be fine because we changed c:\config.sys with a macro but didn't account for secondary macro expansion (which is surely necessary in this case).
     5Back then we thought that eliminating this hack would be fine because we replaced `c:\config.sys` usages with a macro in `.spec`s but didn't account for secondary macro expansion (which is surely necessary in this case).
    66
    77And now I want to modify `cube` once again in order to still avoid secondary expansion but also fix the problem you had when you asked us to fix `cube` in the first place.