Changes between Initial Version and Version 1 of Ticket #56495, comment 12


Ignore:
Timestamp:
Jun 27, 2018, 9:26:34 PM (6 years ago)
Author:
Ionic (Mihai Moldovan)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56495, comment 12

    initial v1  
    22> The build failures occurred on the buildbot, which was building gstreamer1-gst-plugins-base universal as a dependency of wine. You can see in the [https://packages.macports.org/gstreamer1-gst-plugins-base/gstreamer1-gst-plugins-base packages directory] that binaries didn't get produced with the universal variant for darwin 13 and 14.
    33
    4 Yes, that makes perfect sense, but I wasn't talking about Darwin 13 and 14. The buildbot infrastructure did produce `+universal` builds for Darwin 15, 16 and 17 and I don't understand how that would have worked in the first place. I suspect that Cocoa support was determined as unavailable by configure (since we [incorrectly] don't use `--enable-cocoa` as the default configure option and configure defaults to a enable-if-available-otherwise-disable autodetection if a parameter is not explicitly provided), which lead to the problematic code being skipped.
     4Yes, that makes perfect sense, but I wasn't talking about Darwin 13 and 14. The buildbot infrastructure did produce `+universal` builds for Darwin 15, 16 and 17 and I don't understand how that would have worked in the first place. I suspect that Cocoa support was determined as unavailable by configure (since we [incorrectly] don't use `--enable-cocoa` as the default configure option and configure defaults to an enable-if-available-otherwise-disable autodetection if a parameter is not explicitly provided), which lead to the problematic code being skipped.
    55
    66We were already explicitly disabling Cocoa support for platforms < Darwin 13, so that explains why we have `+universal` builds for such older systems.