MifJpnAlphaPlus Posted October 7, 2022 Share Posted October 7, 2022 2 hours ago, Matgen84 said: What do you mean by recreate the environment ! I have a personal script to build Clover. Don't use directly Xcode 12.4 % git clone --recurse-submodules https://github.com/CloverHackyColor/CloverBootloader.git % cd CloverBootloader ./buildme <select 7> <select 15> <select 1> % clang --version Apple clang version 14.0.0 (clang-1400.0.29.102) Target: x86_64-apple-darwin21.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin I got results. Because the "clang" of Xcode is different, there was a difference when creating gcc, nasm, etc., which is the environment for creating Clover I think. Therefore, the final Clover package installer is different from past gcc results when viewed with the cmp command. But I was able to boot both Ventura and Monterey with Clover made here. Also, ccpv is also made. "It's strange." What's the difference? I can only think of Python3?・・・(Sorry. I don't think it's very relevant.) Thank you Link to comment Share on other sites More sharing options...
naiclub Posted October 7, 2022 Share Posted October 7, 2022 23 minutes ago, MifJpnAlphaPlus said: % git clone --recurse-submodules https://github.com/CloverHackyColor/CloverBootloader.git % cd CloverBootloader ./buildme <select 7> <select 15> <select 1> % clang --version Apple clang version 14.0.0 (clang-1400.0.29.102) Target: x86_64-apple-darwin21.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin I got results. Because the "clang" of Xcode is different, there was a difference when creating gcc, nasm, etc., which is the environment for creating Clover I think. Therefore, the final Clover package installer is different from past gcc results when viewed with the cmp command. But I was able to boot both Ventura and Monterey with Clover made here. Also, ccpv is also made. "It's strange." What's the difference? I can only think of Python3?・・・(Sorry. I don't think it's very relevant.) Thank you Spoiler patching file 'src/version.c' patching file 'tests/tsprintf.c' - mpfr-4.1.0 configure... - mpfr-4.1.0 make... - mpfr-4.1.0 installed in /Users/baby/CloverBootloader/toolchain - mpc-1.2.1 extracting... - mpc-1.2.1 extracted - mpc-1.2.1 configure... - mpc-1.2.1 make... - mpc-1.2.1 installed in /Users/baby/CloverBootloader/toolchain - isl-0.24 extracting... - isl-0.24 extracted - /Users/baby/CloverBootloader/toolchain/tools/gcc/isl-0.24 - dir - isl-0.24 configure... - isl-0.24 make... - isl-0.24 installed in /Users/baby/CloverBootloader/toolchain - binutils-2.38 extracting... - binutils-2.38 extracted - binutils-2.38 configure... - binutils-2.38 make... Error compiling binutils-2.38 ! Check the log /Users/baby/CloverBootloader/toolchain/tools/logs/binutils.x64.make.log.txt - Ejecting RAM disk "disk9" ejected. baby@iMac CloverBootloader % clang --version Apple clang version 14.0.0 (clang-1400.0.29.102) Target: x86_64-apple-darwin22.1.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin baby@iMac CloverBootloader % Spoiler Last login: Fri Oct 7 22:02:41 on ttys000 baby@iMac ~ % git clone --recurse-submodules https://github.com/CloverHackyColor/CloverBootloader.git Cloning into 'CloverBootloader'... remote: Enumerating objects: 86834, done. remote: Counting objects: 100% (880/880), done. remote: Compressing objects: 100% (434/434), done. remote: Total 86834 (delta 461), reused 836 (delta 432), pack-reused 85954 Receiving objects: 100% (86834/86834), 183.84 MiB | 6.28 MiB/s, done. Resolving deltas: 100% (60235/60235), done. Updating files: 100% (10227/10227), done. Submodule 'OpenCorePkg' (https://github.com/CloverHackyColor/OpenCorePkg.git) registered for path 'OpenCorePkg' Cloning into '/Users/baby/CloverBootloader/OpenCorePkg'... remote: Enumerating objects: 39609, done. remote: Counting objects: 100% (3913/3913), done. remote: Compressing objects: 100% (122/122), done. remote: Total 39609 (delta 3830), reused 3797 (delta 3791), pack-reused 35696 Receiving objects: 100% (39609/39609), 185.25 MiB | 6.41 MiB/s, done. Resolving deltas: 100% (29069/29069), done. Submodule path 'OpenCorePkg': checked out 'ab6ba171dd0fc097e611c1eda4b08b7cf6163644' baby@iMac ~ % % cd CloverBootloader fg: no current job baby@iMac ~ % cd CloverBootloader baby@iMac CloverBootloader % ./buildme Updating OpenCorePkg.... Updating OpenCorePkg.... ------------------------------------------------------------------------------ 🍀 Clover r5149 (SHA: e56b549dc) TOOLCHAIN: GCC53 (override example: './buildme XCODE8') ------------------------------------------------------------------------------ 1) build Clover 9) test Clover 2) update Clover 10) check status 3) build Clover with HFSPlus 11) show diff 4) make pkg 12) open CloverV2/EFI/CLOVER directory 5) make iso 13) update Clover (reset changes) 6) make app 14) clean BaseTools 7) build all 15) Utilities 😎 make Release 16) quit Please enter your choice: 7 doesn't work 1 Link to comment Share on other sites More sharing options...
Slice Posted October 7, 2022 Share Posted October 7, 2022 Fresh Monterey slice@Sergejs-Mac-Pro ~ % clang --version Apple clang version 14.0.0 (clang-1400.0.29.102) Target: x86_64-apple-darwin21.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin slice@Sergejs-Mac-Pro ~ % and buildme - mpfr-4.1.0 configure... - mpfr-4.1.0 make... - mpfr-4.1.0 installed in /Users/slice/src/CloverBootloader/toolchain - mpc-1.2.1 extracting... - mpc-1.2.1 extracted - mpc-1.2.1 configure... - mpc-1.2.1 make... - mpc-1.2.1 installed in /Users/slice/src/CloverBootloader/toolchain - isl-0.24 extracting... - isl-0.24 extracted - /Users/slice/src/CloverBootloader/toolchain/tools/gcc/isl-0.24 - dir - isl-0.24 configure... - isl-0.24 make... - isl-0.24 installed in /Users/slice/src/CloverBootloader/toolchain - binutils-2.38 extracting... - binutils-2.38 extracted - binutils-2.38 configure... - binutils-2.38 make... - binutils-2.38 installed in /Users/slice/src/CloverBootloader/toolchain/cross - gcc-12.1.0 extracting... - gcc-12.1.0 extracted - gcc-12.1.0 configure... - gcc-12.1.0 make... - gcc-12.1.0 installed in /Users/slice/src/CloverBootloader/toolchain/cross * GCC toolchain Build process took 13m7s to complete... I see no error. [CXX] main [CXX] menu [CXX] screen [SLINK] CLOVERX64 [DLINK] CLOVERX64 [OBJCOPY] CLOVERX64 [GENFW] CLOVERX64 FIXME reminder : __cxa_pure_virtual is undefined -> ignored. This is happening since gcc 12.1 for unknown reasons. Generating DUETEFIMAINFVX64 FV ### GUID cross reference file can be found at /Users/slice/src/CloverBootloader/Build/Clover/RELEASE_GCC53/FV/Guid.xref FV Space Information DUETEFIMAINFVX64 [29%Full] 2752512 (0x2a0000) total, 812088 (0xc6438) used, 1940424 (0x1d9bc8) free - Done - Build end time: 20:45:23, Oct.06 2022 Build total time: 00:03:54 -> CloverX64-RELEASE_GCC53-20221005210432-70a37b1.efi 2 Link to comment Share on other sites More sharing options...
axonleo Posted October 7, 2022 Share Posted October 7, 2022 @Slice Hi why there is no search function in the thread so one can search for a word like sabertooth x79 or 3930k cpu ? i find it hard to find anything in the thread or am i missing how to search in a thread ? Then im trying to figure out is there a new way to install ventura with clover and get power management working for sandy bridge 3930k cpu ? Link to comment Share on other sites More sharing options...
Shaneee Posted October 7, 2022 Share Posted October 7, 2022 16 minutes ago, axonleo said: @Slice Hi why there is no search function in the thread so one can search for a word like sabertooth x79 or 3930k cpu ? i find it hard to find anything in the thread or am i missing how to search in a thread ? Then im trying to figure out is there a new way to install ventura with clover and get power management working for sandy bridge 3930k cpu ? There is. When you're viewing the thread you wan to search just change the option in search as shown here, 2 Link to comment Share on other sites More sharing options...
MifJpnAlphaPlus Posted October 7, 2022 Share Posted October 7, 2022 3 hours ago, naiclub said: Reveal hidden contents patching file 'src/version.c' patching file 'tests/tsprintf.c' - mpfr-4.1.0 configure... - mpfr-4.1.0 make... - mpfr-4.1.0 installed in /Users/baby/CloverBootloader/toolchain - mpc-1.2.1 extracting... - mpc-1.2.1 extracted - mpc-1.2.1 configure... - mpc-1.2.1 make... - mpc-1.2.1 installed in /Users/baby/CloverBootloader/toolchain - isl-0.24 extracting... - isl-0.24 extracted - /Users/baby/CloverBootloader/toolchain/tools/gcc/isl-0.24 - dir - isl-0.24 configure... - isl-0.24 make... - isl-0.24 installed in /Users/baby/CloverBootloader/toolchain - binutils-2.38 extracting... - binutils-2.38 extracted - binutils-2.38 configure... - binutils-2.38 make... Error compiling binutils-2.38 ! Check the log /Users/baby/CloverBootloader/toolchain/tools/logs/binutils.x64.make.log.txt - Ejecting RAM disk "disk9" ejected. baby@iMac CloverBootloader % clang --version Apple clang version 14.0.0 (clang-1400.0.29.102) Target: x86_64-apple-darwin22.1.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin baby@iMac CloverBootloader % Reveal hidden contents Last login: Fri Oct 7 22:02:41 on ttys000 baby@iMac ~ % git clone --recurse-submodules https://github.com/CloverHackyColor/CloverBootloader.git Cloning into 'CloverBootloader'... remote: Enumerating objects: 86834, done. remote: Counting objects: 100% (880/880), done. remote: Compressing objects: 100% (434/434), done. remote: Total 86834 (delta 461), reused 836 (delta 432), pack-reused 85954 Receiving objects: 100% (86834/86834), 183.84 MiB | 6.28 MiB/s, done. Resolving deltas: 100% (60235/60235), done. Updating files: 100% (10227/10227), done. Submodule 'OpenCorePkg' (https://github.com/CloverHackyColor/OpenCorePkg.git) registered for path 'OpenCorePkg' Cloning into '/Users/baby/CloverBootloader/OpenCorePkg'... remote: Enumerating objects: 39609, done. remote: Counting objects: 100% (3913/3913), done. remote: Compressing objects: 100% (122/122), done. remote: Total 39609 (delta 3830), reused 3797 (delta 3791), pack-reused 35696 Receiving objects: 100% (39609/39609), 185.25 MiB | 6.41 MiB/s, done. Resolving deltas: 100% (29069/29069), done. Submodule path 'OpenCorePkg': checked out 'ab6ba171dd0fc097e611c1eda4b08b7cf6163644' baby@iMac ~ % % cd CloverBootloader fg: no current job baby@iMac ~ % cd CloverBootloader baby@iMac CloverBootloader % ./buildme Updating OpenCorePkg.... Updating OpenCorePkg.... ------------------------------------------------------------------------------ 🍀 Clover r5149 (SHA: e56b549dc) TOOLCHAIN: GCC53 (override example: './buildme XCODE8') ------------------------------------------------------------------------------ 1) build Clover 9) test Clover 2) update Clover 10) check status 3) build Clover with HFSPlus 11) show diff 4) make pkg 12) open CloverV2/EFI/CLOVER directory 5) make iso 13) update Clover (reset changes) 6) make app 14) clean BaseTools 7) build all 15) Utilities 😎 make Release 16) quit Please enter your choice: 7 doesn't work hello Getting it from the internet doesn't seem to work. When I ran it twice, the environment was created properly. Thank you very much. Link to comment Share on other sites More sharing options...
naiclub Posted October 7, 2022 Share Posted October 7, 2022 1 hour ago, MifJpnAlphaPlus said: hello Getting it from the internet doesn't seem to work. When I ran it twice, the environment was created properly. Thank you very much. d296bfa76.txt good But there are many warnings in the table. 2 Link to comment Share on other sites More sharing options...
Matgen84 Posted October 18, 2022 Share Posted October 18, 2022 (edited) @Slice @LAbyOne I can't build Clover latest commit. Don't modify any local file Spoiler From https://github.com/CloverHackyColor/cloverbootloader e56b549dc..f66297ebe master -> origin/master error: Your local changes to the following files would be overwritten by merge: CloverPackage/package/po/clover.pot Please commit your changes or stash them before you merge. Aborting Updating OpenCorePkg.... error: Your local changes to the following files would be overwritten by merge: CloverPackage/package/po/clover.pot Please commit your changes or stash them before you merge. Aborting Edited October 18, 2022 by Matgen84 Link to comment Share on other sites More sharing options...
LAbyOne Posted October 18, 2022 Share Posted October 18, 2022 1 hour ago, Matgen84 said: @Slice @LAbyOne I can't build Clover latest commit. Don't modify any local file Hide contents From https://github.com/CloverHackyColor/cloverbootloader e56b549dc..f66297ebe master -> origin/master error: Your local changes to the following files would be overwritten by merge: CloverPackage/package/po/clover.pot Please commit your changes or stash them before you merge. Aborting Updating OpenCorePkg.... error: Your local changes to the following files would be overwritten by merge: CloverPackage/package/po/clover.pot Please commit your changes or stash them before you merge. Aborting its an issue i've encountered too, i'm still trying to understand why doesn't merge to solve this goto -> CloverBootloader/CloverPackage/package/po and delete clover.pot run update again. 1 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted October 18, 2022 Share Posted October 18, 2022 1 hour ago, LAbyOne said: its an issue i've encountered too, i'm still trying to understand why doesn't merge to solve this goto -> CloverBootloader/CloverPackage/package/po and delete clover.pot run update again. Thanks. I hope @Slice will solving this issue directly on Github repo. For now, I use your manual method Link to comment Share on other sites More sharing options...
Matgen84 Posted October 18, 2022 Share Posted October 18, 2022 Hi @LAbyOne BuildMe script not detect Python despite its installed on my Catalina system ! If I well understand BuildMe menu Spoiler ------------------------------------------------------------------------------ Python3 seems missing on this machine, it is required to build Clover 🍀 Clover r5149 (SHA: f66297ebe) TOOLCHAIN: GCC53 (override example: './buildme XCODE8') ------------------------------------------------------------------------------ My system Spoiler mathieu@iMac-de-Mathieu bin % /usr/local/bin/python3 --version Python 3.7.7 Link to comment Share on other sites More sharing options...
LAbyOne Posted October 18, 2022 Share Posted October 18, 2022 5 minutes ago, Matgen84 said: Hi @LAbyOne BuildMe script not detect Python despite its installed on my Catalina system ! If I well understand BuildMe menu Reveal hidden contents ------------------------------------------------------------------------------ Python3 seems missing on this machine, it is required to build Clover 🍀 Clover r5149 (SHA: f66297ebe) TOOLCHAIN: GCC53 (override example: './buildme XCODE8') ------------------------------------------------------------------------------ My system Reveal hidden contents mathieu@iMac-de-Mathieu bin % /usr/local/bin/python3 --version Python 3.7.7 strange your installation does not have pip3 installed... well thanks for the heads up I'm going to correct this immediatly Link to comment Share on other sites More sharing options...
Matgen84 Posted October 18, 2022 Share Posted October 18, 2022 25 minutes ago, LAbyOne said: strange your installation does not have pip3 installed... well thanks for the heads up I'm going to correct this immediatly Right, strange ! My installation have Python 3.7.7 installed. But BuildMe don't see it. Is it possible to install pip3 if really missing using your script (menu option for example) ! Sorry for my bad English Link to comment Share on other sites More sharing options...
LAbyOne Posted October 18, 2022 Share Posted October 18, 2022 (edited) 5 hours ago, Matgen84 said: Right, strange ! My installation have Python 3.7.7 installed. But BuildMe don't see it. Is it possible to install pip3 if really missing using your script (menu option for example) ! Sorry for my bad English I can suggest to update your installation https://www.python.org/ftp/python/3.10.7/python-3.10.7-macos11.pkg Edited October 18, 2022 by LAbyOne Link to comment Share on other sites More sharing options...
LockDown Posted October 19, 2022 Share Posted October 19, 2022 Hi @LAbyOne Do we really need to install python-3.10.7-macos11.pkg so that it will linked it in /usr/local/bin? Current buildme look for it in /usr/local/bin, while macOS default is in /usr/bin. 1 Link to comment Share on other sites More sharing options...
LAbyOne Posted October 19, 2022 Share Posted October 19, 2022 (edited) 1 hour ago, LockDown said: Hi @LAbyOne Do we really need to install python-3.10.7-macos11.pkg so that it will linked it in /usr/local/bin? Current buildme look for it in /usr/local/bin, while macOS default is in /usr/bin. Depending on your system. Apple for a long while supported a real old version of python and never updated due to changes in the License. What you have in main bin directory, till big sur, probably also early version of Monterey, is version 2, then you will have to install it by yourself if you need it, because apple dropped it. I suggested Matgen to do so because apparently he's missing relevant components and he definitely should update (reinstall) it. I don't know if you "need" to install it, but Clover for sure need it. buildme look for it in /usr/local/bin because that is the right location for python3. Edited October 19, 2022 by LAbyOne 2 1 Link to comment Share on other sites More sharing options...
LockDown Posted October 19, 2022 Share Posted October 19, 2022 lockdown@iMac ~ % /usr/bin/python3 --version Python 3.8.9 2 Link to comment Share on other sites More sharing options...
PG7 Posted October 19, 2022 Share Posted October 19, 2022 (edited) @Slice @Jief_Machak Hi Team have a problem here with an HP 15-bs028nf intel i3-6006u after the Ventura Beta 2 version the Lapic Kernel has stopped Working where I am now required to use ARGS "cpus=1" is there any hic$ i have another HP where it's working normal Thank you all Clover is undoubtedly a great bootloader and my preferred after years ** translate google Edited October 19, 2022 by PG7 1 Link to comment Share on other sites More sharing options...
Slice Posted October 19, 2022 Share Posted October 19, 2022 I don't think the problem is in Lapic Kernel Patch. Probably you should test TscSyncTimeout patch. 2 Link to comment Share on other sites More sharing options...
Matgen84 Posted October 19, 2022 Share Posted October 19, 2022 (edited) 18 hours ago, LAbyOne said: I can suggest to update your installation https://www.python.org/ftp/python/3.10.7/python-3.10.7-macos11.pkg Why not ! But before commit f66297e, I can build Clover correctly with : mathieu@iMac-de-Mathieu bin % /usr/local/bin/python3 --version Python 3.7.7 9 hours ago, LAbyOne said: I suggested Matgen to do so because apparently he's missing relevant components and he definitely should update (reinstall) it. I don't know if you "need" to install it, but Clover for sure need it. buildme look for it in /usr/local/bin because that is the right location for python3. Some other users have the same warning message about Python missing, using BuildMe. Despite Python 3 installed. Yesterday, I can build Clover after solved clover.pot issue with my old Python 3.7.7. Now i don't understand anything about Python version needed for Clover. Sorry, I'm not an expert: but why there i the line: 50 : export PYTHON_COMMAND=python3 in ebuild.sh and not in build_gcc12.sh Edited October 19, 2022 by Matgen84 Link to comment Share on other sites More sharing options...
Slice Posted October 19, 2022 Share Posted October 19, 2022 21 minutes ago, Matgen84 said: Why not ! But before commit f66297e, I can build Clover correctly with : mathieu@iMac-de-Mathieu bin % /usr/local/bin/python3 --version Python 3.7.7 Some other users have the same warning message about Python missing, using BuildMe. Despite Python 3 installed. Yesterday, I can build Clover after solved clover.pot issue with my old Python 3.7.7. Now i don't understand anything about Python version needed for Clover. Python 3.x will be enough. While I have latest 3.10. I may propose to begin from scratch. 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted October 19, 2022 Share Posted October 19, 2022 37 minutes ago, Slice said: Python 3.x will be enough. While I have latest 3.10. I may propose to begin from scratch. Thanks. I have no warning message when I begin from scratch Link to comment Share on other sites More sharing options...
Slice Posted October 19, 2022 Share Posted October 19, 2022 I see I also need cleanup /opt/local/bin lrwxr-xr-x 1 root wheel 23 18 апр 2020 pydoc -> /opt/local/bin/pydoc3.7 lrwxr-xr-x 1 root wheel 23 3 авг 2021 pydoc3 -> /opt/local/bin/pydoc3.9 lrwxr-xr-x 1 root admin 72 11 ноя 2021 pydoc3.7 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/pydoc3.7 lrwxr-xr-x 1 root wheel 72 11 фев 2022 pydoc3.9 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/pydoc3.9 lrwxr-xr-x 1 root wheel 24 18 апр 2020 python -> /opt/local/bin/python3.7 lrwxr-xr-x 1 root wheel 31 18 апр 2020 python-config -> /opt/local/bin/python3.7-config lrwxr-xr-x 1 root wheel 24 3 авг 2021 python3 -> /opt/local/bin/python3.9 lrwxr-xr-x 1 root wheel 31 3 авг 2021 python3-config -> /opt/local/bin/python3.9-config lrwxr-xr-x 1 root admin 73 11 ноя 2021 python3.7 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 lrwxr-xr-x 1 root admin 80 11 ноя 2021 python3.7-config -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7-config lrwxr-xr-x 1 root admin 74 11 ноя 2021 python3.7m -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7m lrwxr-xr-x 1 root admin 81 11 ноя 2021 python3.7m-config -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7m-config lrwxr-xr-x 1 root wheel 73 11 фев 2022 python3.9 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 lrwxr-xr-x 1 root wheel 76 11 фев 2022 python3.9-32 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9-32 lrwxr-xr-x 1 root wheel 80 11 фев 2022 python3.9-config -> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9-config lrwxr-xr-x 1 root wheel 24 3 авг 2021 python3m -> /opt/local/bin/python3.9 lrwxr-xr-x 1 root wheel 31 3 авг 2021 python3m-config -> /opt/local/bin/python3.9-config /usr/local/bin lrwxr-xr-x 1 root wheel 69 19 окт 20:30 pydoc3 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/pydoc3 lrwxr-xr-x 1 root wheel 72 19 окт 20:30 pydoc3.10 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/pydoc3.10 lrwxr-xr-x 1 root wheel 70 19 окт 20:30 python3 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3 lrwxr-xr-x 1 root wheel 77 19 окт 20:30 python3-config -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3-config lrwxr-xr-x 1 root wheel 78 19 окт 20:30 python3-intel64 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3-intel64 lrwxr-xr-x 1 root wheel 73 19 окт 20:30 python3.10 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 lrwxr-xr-x 1 root wheel 80 19 окт 20:30 python3.10-config -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10-config lrwxr-xr-x 1 root wheel 81 19 окт 20:30 python3.10-intel64 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10-intel64 1 Link to comment Share on other sites More sharing options...
Slice Posted October 19, 2022 Share Posted October 19, 2022 All is good ------------------------------------------------------------------------------ 🍀 Clover r5149 (SHA: f66297ebe) TOOLCHAIN: GCC53 (override example: './buildme XCODE8') ------------------- Installed Python version: Python 3.10.8 ------------------ 2 Link to comment Share on other sites More sharing options...
Matgen84 Posted October 20, 2022 Share Posted October 20, 2022 (edited) 15 hours ago, Slice said: I see I also need cleanup /opt/local/bin lrwxr-xr-x 1 root wheel 23 18 апр 2020 pydoc -> /opt/local/bin/pydoc3.7 lrwxr-xr-x 1 root wheel 23 3 авг 2021 pydoc3 -> /opt/local/bin/pydoc3.9 lrwxr-xr-x 1 root admin 72 11 ноя 2021 pydoc3.7 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/pydoc3.7 lrwxr-xr-x 1 root wheel 72 11 фев 2022 pydoc3.9 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/pydoc3.9 lrwxr-xr-x 1 root wheel 24 18 апр 2020 python -> /opt/local/bin/python3.7 lrwxr-xr-x 1 root wheel 31 18 апр 2020 python-config -> /opt/local/bin/python3.7-config lrwxr-xr-x 1 root wheel 24 3 авг 2021 python3 -> /opt/local/bin/python3.9 lrwxr-xr-x 1 root wheel 31 3 авг 2021 python3-config -> /opt/local/bin/python3.9-config lrwxr-xr-x 1 root admin 73 11 ноя 2021 python3.7 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 lrwxr-xr-x 1 root admin 80 11 ноя 2021 python3.7-config -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7-config lrwxr-xr-x 1 root admin 74 11 ноя 2021 python3.7m -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7m lrwxr-xr-x 1 root admin 81 11 ноя 2021 python3.7m-config -> /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7m-config lrwxr-xr-x 1 root wheel 73 11 фев 2022 python3.9 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 lrwxr-xr-x 1 root wheel 76 11 фев 2022 python3.9-32 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9-32 lrwxr-xr-x 1 root wheel 80 11 фев 2022 python3.9-config -> /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9-config lrwxr-xr-x 1 root wheel 24 3 авг 2021 python3m -> /opt/local/bin/python3.9 lrwxr-xr-x 1 root wheel 31 3 авг 2021 python3m-config -> /opt/local/bin/python3.9-config /usr/local/bin lrwxr-xr-x 1 root wheel 69 19 окт 20:30 pydoc3 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/pydoc3 lrwxr-xr-x 1 root wheel 72 19 окт 20:30 pydoc3.10 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/pydoc3.10 lrwxr-xr-x 1 root wheel 70 19 окт 20:30 python3 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3 lrwxr-xr-x 1 root wheel 77 19 окт 20:30 python3-config -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3-config lrwxr-xr-x 1 root wheel 78 19 окт 20:30 python3-intel64 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3-intel64 lrwxr-xr-x 1 root wheel 73 19 окт 20:30 python3.10 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 lrwxr-xr-x 1 root wheel 80 19 окт 20:30 python3.10-config -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10-config lrwxr-xr-x 1 root wheel 81 19 окт 20:30 python3.10-intel64 -> ../../../Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10-intel64 @Slice I have install Python 3.10.8. How to clean up ? Please /opt/local/bin doesn't exist on my Catalina system. Edited October 20, 2022 by Matgen84 1 Link to comment Share on other sites More sharing options...
Recommended Posts