Changes between Initial Version and Version 1 of Ticket #68409, comment 19


Ignore:
Timestamp:
Oct 12, 2023, 9:13:26 PM (11 months ago)
Author:
jrabinow
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68409, comment 19

    initial v1  
    55Moving on.
    66
    7 ```
     7{{{
    88$ port provides /opt/local/share/cmake-3.24/Modules/FindIconv.cmake
    99/opt/local/share/cmake-3.24/Modules/FindIconv.cmake is provided by: cmake
     
    2222ls: cannot access '/opt/local/share/cmake': No such file or directory
    2323[Exit 2]
    24 ```
     24}}}
    2525
    2626So indeed, this is an errant symlink issue. Where did it come from? Here, the creation date gives us a hint:
    2727`Dec 14  2022`
    2828
    29 ```
     29{{{
    3030$ git log --oneline --pretty=reference devel/cmake
    313185f77b08dcc (cmake: take co-ownership, to assist @michaelld, 2023-10-07)
     
    3939b12c4a40155 (cmake: when bootstrapping disable new Python variants, 2022-11-26)
    4040d9e3218c0d5 (cmake{,-devel}: fix build before 10.10, 2022-11-26)
    41 ```
     41}}}
    4242
    4343I update my ports once a week max, and usually once every 2 days or so. The symlink was created a day after [4580bcd8cdb](https://github.com/macports/macports-ports/commit/4580bcd8cdb) so maybe it's related?