Changes between Initial Version and Version 7 of Ticket #54296


Ignore:
Timestamp:
Nov 1, 2017, 3:03:49 AM (7 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54296

    • Property Cc yan12125 MarcusCalhoun-Lopez kencu added
    • Property Type changed from update to defect
    • Property Summary changed from wxWidgets-3.0: update to 3.0.3.1 to wxWidgets-3.0: fix issues after update to 3.0.3.1
  • Ticket #54296 – Description

    initial v7  
    1 This ticket is about update of wxWidgets-3.0 to version 3.0.3.1.
     1This ticket is about ~~update of wxWidgets-3.0 to version 3.0.3.1~~ fixing issues after update of wxWidgets to 3.0.3.1 in  [changeset:"70f32a50ddb64d29d483ade5110fea3cb27f7698/macports-ports" 70f32a5]:  .
    22
    33It's slightly unlikely that wxPython 3.0.3 would be relased, at least not in the very near future. But maybe the old python additions works on top of wxWidgets 3.0.3?
    44
    5 I tried updating the port, but there are a number of issues:
     5I initially tried updating the port, but there were a number of issues:
    66- clang 425 segfaults when compiling, we should carefully check the behaviour on Slow Leopard and across some other platform verion
    77- if we blacklist the compiler just for wxWidgets, p5-wx segfaults in the same way, probably all other dependencies as well
     
    99- perl packages fail quite a number of tests
    1010
    11 I'll post patches once I'm slightly further with the experiments.
     11There were some subsequent attempts to fix various bits and pieces, but most importantly wxPython is still broken and I would like to get this fixed properly.
     12
     13During the process I discovered that llvm-gcc-4.2 actually seems to build wxWidgets 3.0.3.1 correctly which might be the best fix for 10.7 (maybe better than having to resort to a newer compiler?) and there are still issues with p5-wx.
     14
     15It would be nice to make sure that these ports work on 10.5 and later.
     16
     17Meanwhile Vadim (one of the main developers of wxWidgets) also started actively fixing my old bug reports.