Changes between Version 6 and Version 7 of Ticket #63455, comment 14


Ignore:
Timestamp:
Jan 1, 2022, 2:25:01 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63455, comment 14

    v6 v7  
    1818so the purpose of the change was not defeated in general. But the use {{{cctools}}} version of {{{libtool}}} may now need to be extended to more systems.
    1919
    20 What you may (or may not, we wait to see) have found here in this ticket appears to be that on some newer versions of macos (that are not presently using a macports-clang compiler to build mysql)  the {{{/usr/bin/libtool}}} fails when building mysql, but the libtool provided by cctools at {{{${prefix}/bin/libtool}}} does build it.
     20What you may (or may not, we wait to see) have found here in this ticket appears to be that on some newer versions of macos (that are not presently using a macports-clang compiler to build mysql)  {{{/usr/bin/libtool}}} fails when building mysql, but the libtool provided by cctools does build it.
    2121
    22 That new information might mean adding a dep on cctools to such systems in mysql (which would be redundant for systems that build using a macports-clang compiler, but that's fine), and again putting back the fix to stop mysql from forcing the use of  {{{/usr/bin/libtool}}} which is alway wrong to force.
     22That new information might mean now adding a dep on cctools to such systems in mysql (which would be redundant for systems that build using a macports-clang compiler, but that's fine), and again putting back the fix to stop mysql from forcing the use of  {{{/usr/bin/libtool}}} which is alway wrong to force.