Changes between Initial Version and Version 1 of Ticket #63266, comment 6


Ignore:
Timestamp:
Aug 1, 2021, 11:19:43 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63266, comment 6

    initial v1  
    1 OK,
    2 considering that there may have been an issue in configuration in my development installation, I did the following.
    3 1. removed the entire ports tree by rm -rf /opt
    4 uninstalled command line tools for XCode
    5 uninstalled XCode itself.
     1OK,\\
     2considering that there may have been an issue in configuration in my development installation, I did the following.\\
     31. removed the entire ports tree by rm -rf /opt\\
     4uninstalled command line tools for XCode\\
     5uninstalled XCode itself.\\
    66did a search for all configuration files for XCode in /Library, /SYstem, /Users/<my folder>/Library and did rm-rf <relevant files here>
    77
    8 then I restarted my machine and logged in.
    9 Then I installed a fresh XCode environment using the XCode package as downloaded from the apple store for Catalina
    10 Then I installed Command Line tools for Xcode using the terminal install method.
    11 then I downloaded a fresh copy of macports 2.7.1 from macports and installed it by running the package installer
    12 Once installed, I opened a new terminal and ran sudo port selfupdate
    13 once that completed, I also ran sudo port upgrade outdated
    14 then I proceeded to install boost, boost-build and boost-jam using sudo port install boost boost-build boost-jam and pressed Y to install any computed dependencies.
     8then I restarted my machine and logged in.\\
     9Then I installed a fresh XCode environment using the XCode package as downloaded from the apple store for Catalina\\
     10Then I installed Command Line tools for Xcode using the terminal install method.\\
     11then I downloaded a fresh copy of macports 2.7.1 from macports and installed it by running the package installer\\
     12Once installed, I opened a new terminal and ran `sudo port selfupdate`\\
     13once that completed, I also ran `sudo port upgrade outdated`\\
     14then I proceeded to install boost, boost-build and boost-jam using `sudo port install boost boost-build boost-jam` and pressed Y to install any computed dependencies.
    1515
    1616then to check, I did an LS in /opt/local/libexec/boost/1.76/include/boost/multiprecision/cpp_int.hpp and the results are thus:
    1717
     18{{{
    1819EvilDead:~ proudhawk$ ls -al /opt/local/libexec/boost/1.76/include/boost/multiprecision/cpp_int.hpp
    1920-rw-r--r--  1 root  admin  102309 Jun 15 10:40 /opt/local/libexec/boost/1.76/include/boost/multiprecision/cpp_int.hpp
    2021EvilDead:~ proudhawk$
    21 
     22}}}
    2223
    2324so, it currently does exist. However, mkvtoolnix, transcode, DVDRip and quite a few other apps that depend on this library say that it doesn't exist with the very same error as detailed in my first report.
     
    2930btw, here is a copy of my path in terminal:
    3031
    31 ***
     32{{{
    3233EvilDead:~ proudhawk$ cat .profile
    3334
     
    3839export PATH=/opt/local/bin:/opt/local/sbin:$PATH
    3940EvilDead:~ proudhawk$
    40 ***
     41}}}
    4142
    4243so, is there any place else I should be looking??
     44
    4345Replying to [comment:5 ryandesign]:
    4446> In the archive boost176-1.76.0_2+no_single+no_static+python39.darwin_19.x86_64.tbz2 available from our packages server, the file opt/local/libexec/boost/1.76/include/boost/multiprecision/cpp_int.hpp does exist, so at least we know the bug is not that the file is missing.