Changes between Initial Version and Version 2 of Ticket #66639


Ignore:
Timestamp:
Jan 7, 2023, 2:17:09 PM (16 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66639 – Description

    initial v2  
    1515}}}
    1616
    17 The error is not that `ext/-test-/RUBY_ALIGNOF/Makefile` does not contain a target `all`, but that the Makefile in this directory does not exist at all. According to a comment on an earlier ticket from a few months ago (https://trac.macports.org/ticket/65290#comment:1), the generation of this Makefile overwrites the Makefile in the build root directory, and that seems to be the case on my system as well.
     17The error is not that `ext/-test-/RUBY_ALIGNOF/Makefile` does not contain a target `all`, but that the Makefile in this directory does not exist at all. According to a comment on an earlier ticket from a few months ago (comment:ticket:65290:1), the generation of this Makefile overwrites the Makefile in the build root directory, and that seems to be the case on my system as well.
    1818
    1919I have tried compiling with Clang 14, Clang 15 and GCC 11 – the result is always the same. I also tried using `gmake` instead of `make` and to build with `use_autoreconf yes` in the Portfile (required an additional patch akin to `patch-configure.diff` for `configure.ac`). Nothing helped.