Changes between Initial Version and Version 1 of Ticket #90, comment 10


Ignore:
Timestamp:
May 14, 2020, 10:23:19 PM (4 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #90, comment 10

    initial v1  
    1 Doing what I suggested above fixes both issues but I'm now getting problems rebuilding Python. Seems that our sqlite3 package has changed since we built the Python RPM last time and we no more provide sqlite3.lib or such and the Python EMX compiler setup script can't find `sqlite3_dll.a`. I need to fix more bits in Python it seems.
     1Doing what I suggested above fixes both issues but I'm now getting problems rebuilding Python. Seems that our sqlite3 package has changed since we built the Python RPM last time and we no more provide sqlite3.lib or such and the Python EMX compiler setup script can't find `sqlite3_dll.a`. Without the sqlite3 module in Python, yum can't function (at all).
     2
     3I need to fix more bits in Python it seems.