Changes between Initial Version and Version 4 of Ticket #60017


Ignore:
Timestamp:
May 28, 2020, 12:46:02 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I can't explain how it worked for Ken. It's a bug in meson. It will affect any project using meson's has_function and clang 8 or later. I've reported it here: https://github.com/mesonbuild/meson/issues/7204

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60017

    • Property Owner set to dbevans
    • Property Cc git@… added; dbevans removed
    • Property Status changed from new to assigned
    • Property Port meson added
  • Ticket #60017 – Description

    initial v4  
    11build fails, but works, if I run
    22
     3{{{
    34port install graphene configure.compiler=macports-clang-7.0
     5}}}
    46
    57after comparing the two main.log files, I noticed that, with clang-7, the configure process finds the function posix_memalign, while clang-9 does not and therefore does not proceed.