chris1111 Posted January 15 Share Posted January 15 (edited) 2 hours ago, Matgen84 said: @chris1111 Are you using "official" Buildme script ? Previous from scratch, I've noticed the same : old clover version isn't completely erase from Sym folder (your screenshot). On my side, official buildme and xbuildme failed with same error : Reveal hidden contents Generating BootSectors make: Nothing to be done for `all'. Done! * Clover build process took 9m32s to complete... [BUILD PKG] The log will be created in the CloverPackage folder. ========= Translating Resources ======== /Users/mathieu/src/CloverBootloader/CloverPackage/package/../../../opt/local Updating 'en' strings file for CloverUpdater... done Updating 'en' strings file for Clover Preference Panel... done Updating strings file for Clover Preference Panel... done mkdir ../sym: File exists at bin/po4a/lib/Locale/Po4a/TransTractor.pm line 459. make: *** [pkg] Error 17 [BUILD ISO] ================= Making all in boot1-install ================= [XCODE] boot1-install --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:BA7341D0-41E9-580C-BB0C-5A78F9D8B7A6, name:My Mac } { platform:macOS, name:Any Mac } 2026-01-15 14:42:03.182 xcodebuild[60724:640521] Couldn't create intermediates directory: The file “sym” couldn’t be saved in the folder “CloverPackage”. Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) ** INSTALL FAILED ** The following build commands failed: Compute target dependency graph for package preparation Archiving project boot1-inst with scheme boot1-install (2 failures) make[2]: *** [/Users/mathieu/src/CloverBootloader/CloverPackage/sym/utils/boot1-install] Error 65 make[1]: *** [all-recursive] Error 1 I always use official buildme there is no issue with buildme Edited January 15 by chris1111 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846461 Share on other sites More sharing options...
Matgen84 Posted January 15 Share Posted January 15 6 minutes ago, chris1111 said: I always use official buildme there is no issue with buildme Thanks @chris1111 I investigate why I've got errors here from Sequoia 15.7.3 despite of fresh git clone. Fortunately, I can build. Only make function doesn't work on my machine. 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846463 Share on other sites More sharing options...
Matgen84 Posted January 15 Share Posted January 15 (edited) 1 hour ago, MakAsrock said: Perhaps you have Python is not version 3.13.7 or higher? Then there will be an error. cd /Library/Frameworks/Python.framework/Versions/3.13/bin/ sudo ln -s python3.13 python cd - Python 3.14 is possible. On Sequoia 15.7.3, my current Python version is 3.13.7 😇 Now, I try git clone with new way : git clone https://github.com/CloverHackyColor/CloverBootloader.git Spoiler Build --> OK makeV2 --> not working Make release (default) --> not working like before. Both GCC152 and XCODE16 on Sequoia. Spoiler ========= Translating Resources ======== /usr/local/bin Updating 'en' strings file for CloverUpdater... done Updating 'en' strings file for Clover Preference Panel... done Updating strings file for Clover Preference Panel... done mkdir ../sym: File exists at bin/po4a/lib/Locale/Po4a/TransTractor.pm line 459. make: *** [pkg] Error 17 [BUILD ISO] ================= Making all in boot1-install ================= [XCODE] boot1-install --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:BA7341D0-41E9-580C-BB0C-5A78F9D8B7A6, name:My Mac } { platform:macOS, name:Any Mac } 2026-01-15 17:55:50.660 xcodebuild[82349:1195687] Couldn't create intermediates directory: The file “sym” couldn’t be saved in the folder “CloverPackage”. Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) ** INSTALL FAILED ** The following build commands failed: Compute target dependency graph for package preparation Archiving project boot1-inst with scheme boot1-install (2 failures) make[2]: *** [/Users/mathieu/src/CloverBootloader/CloverPackage/sym/utils/boot1-install] Error 65 make[1]: *** [all-recursive] Error 1 make: *** [utils] Error 2 Option 5 make pkg : failed on Translate ========= Translating Resources ======== /usr/local/bin Updating 'en' strings file for CloverUpdater... done Updating 'en' strings file for Clover Preference Panel... done Updating strings file for Clover Preference Panel... done mkdir ../sym: File exists at bin/po4a/lib/Locale/Po4a/TransTractor.pm line 459. make: *** [pkg] Error 17 Edited January 15 by Matgen84 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846464 Share on other sites More sharing options...
MakAsrock Posted January 15 Share Posted January 15 3 hours ago, Matgen84 said: On Sequoia 15.7.3, my current Python version is 3.13.7 😇 Now, I try git clone with new way : git clone https://github.com/CloverHackyColor/CloverBootloader.git Reveal hidden contents Build --> OK makeV2 --> not working Make release (default) --> not working like before. Both GCC152 and XCODE16 on Sequoia. Hide contents ========= Translating Resources ======== /usr/local/bin Updating 'en' strings file for CloverUpdater... done Updating 'en' strings file for Clover Preference Panel... done Updating strings file for Clover Preference Panel... done mkdir ../sym: File exists at bin/po4a/lib/Locale/Po4a/TransTractor.pm line 459. make: *** [pkg] Error 17 [BUILD ISO] ================= Making all in boot1-install ================= [XCODE] boot1-install --- xcodebuild: WARNING: Using the first of multiple matching destinations: { platform:macOS, arch:x86_64, id:BA7341D0-41E9-580C-BB0C-5A78F9D8B7A6, name:My Mac } { platform:macOS, name:Any Mac } 2026-01-15 17:55:50.660 xcodebuild[82349:1195687] Couldn't create intermediates directory: The file “sym” couldn’t be saved in the folder “CloverPackage”. Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) Couldn't set attribute on intermediates directory: setxattr(/Users/mathieu/src/CloverBootloader/CloverPackage/sym/build/boot1-install, com.apple.xcode.CreatedByBuildSystem, true): Not a directory (20) ** INSTALL FAILED ** The following build commands failed: Compute target dependency graph for package preparation Archiving project boot1-inst with scheme boot1-install (2 failures) make[2]: *** [/Users/mathieu/src/CloverBootloader/CloverPackage/sym/utils/boot1-install] Error 65 make[1]: *** [all-recursive] Error 1 make: *** [utils] Error 2 Option 5 make pkg : failed on Translate ========= Translating Resources ======== /usr/local/bin Updating 'en' strings file for CloverUpdater... done Updating 'en' strings file for Clover Preference Panel... done Updating strings file for Clover Preference Panel... done mkdir ../sym: File exists at bin/po4a/lib/Locale/Po4a/TransTractor.pm line 459. make: *** [pkg] Error 17 Try running ./buildme "" ci | tee build.log and a line-by-line log of the entire process will appear. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846473 Share on other sites More sharing options...
Max.1974 Posted January 15 Share Posted January 15 No issues to compile with Clover Compiler Builder v14 and Anaconda Python 3.9.6 on Ventura / Tahoe 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846475 Share on other sites More sharing options...
LockDown Posted January 16 Share Posted January 16 @Slice Generic All-In-One-2 running in Sequoia, patched with official OCLP 2.4.1. Using Clover. It is running great with one issue though. This happen only when booting in verbose. (Removing -v fixes the problem) If i boot with -v, it shows this and restarts itself: If it boot with -v debug=0x100 keepsyms=1, it is stuck in here: 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846481 Share on other sites More sharing options...
MakAsrock Posted January 16 Share Posted January 16 (edited) 4 hours ago, LockDown said: @Slice Generic All-In-One-2 running in Sequoia, patched with official OCLP 2.4.1. Using Clover. It is running great with one issue though. This happen only when booting in verbose. (Removing -v fixes the problem) If i boot with -v, it shows this and restarts itself: If it boot with -v debug=0x100 keepsyms=1, it is stuck in here: Everything works fine for me in Tahoe with the experimental OCLP 3.0.0 patch installed, and in Venture without any patches. I use Clover Release-5167. Everything works perfectly. I boot in both verbose and normal mode. Try the updated official OpenCore Legacy Patcher. My fork of OCLP 3.0.0 is of no use to you, it does not contain legacy video patches. it does contain only legacy sound and Wi-Fi patches for Tahoe. Edited January 16 by MakAsrock 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846486 Share on other sites More sharing options...
Matgen84 Posted January 16 Share Posted January 16 (edited) 14 hours ago, MakAsrock said: Try running ./buildme "" ci | tee build.log and a line-by-line log of the entire process will appear. @MakAsrock I try it and report now. 😊 build.log Edited January 16 by Matgen84 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846491 Share on other sites More sharing options...
MakAsrock Posted January 16 Share Posted January 16 (edited) 54 minutes ago, Matgen84 said: @MakAsrock I try it and report now. 😊 build.log 67.67 kB · 0 downloads Everything went without errors including [CHECK XCODE], and then there is no log. 🙁 Here is my log: build.log Edited January 16 by MakAsrock 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846492 Share on other sites More sharing options...
LockDown Posted January 16 Share Posted January 16 @MakAsrock Already did. Same issue 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846494 Share on other sites More sharing options...
Matgen84 Posted January 16 Share Posted January 16 @MakAsrock I can't find nbuildme in YBronst/CloverBootloader ? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846496 Share on other sites More sharing options...
MakAsrock Posted January 16 Share Posted January 16 2 minutes ago, Matgen84 said: @MakAsrock I can't find nbuildme in YBronst/CloverBootloader ? No, but it's here. https://github.com/YBronst/CloverBootloader-lock 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846497 Share on other sites More sharing options...
Matgen84 Posted January 16 Share Posted January 16 19 minutes ago, MakAsrock said: No, but it's here. https://github.com/YBronst/CloverBootloader-lock @MakAsrock Works fine. Thank you. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846498 Share on other sites More sharing options...
MakAsrock Posted January 16 Share Posted January 16 (edited) 12 minutes ago, Matgen84 said: @MakAsrock Works fine. Thank you. Can you post the log so I can analyze what the cause is? You're welcome! 🙂 Edited January 16 by MakAsrock 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846499 Share on other sites More sharing options...
MakAsrock Posted January 16 Share Posted January 16 Due to the limited number of pinned repositories, I decided to move custom versions of scripts not included in the master branch into release folders and remove the CloverBootloader-lock repository. Enjoy! 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846501 Share on other sites More sharing options...
Matgen84 Posted January 16 Share Posted January 16 1 hour ago, MakAsrock said: Can you post the log so I can analyze what the cause is? You're welcome! 🙂 @MakAsrock Thanks for makeV2 commit. After some issues with buildme and nbuildme, I try my very old personal script sucessfully: make function (release, V2, etc) works. I don't know why it works. Then I try successfully to makePKG, makeV2, and so on with nbuildme --> perfect. Idem now with buildme. Before: build is OK, make failed Now: build is OK, make is OK I upload my personal clover build log and build.log from nbuildme. Personal_Clover_Build.log build.log 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846507 Share on other sites More sharing options...
MakAsrock Posted January 16 Share Posted January 16 11 minutes ago, Matgen84 said: @MakAsrock Thanks for makeV2 commit. After some issues with buildme and nbuildme, I try my very old personal script sucessfully: make function (release, V2, etc) works. I don't know why it works. Then I try successfully to makePKG, makeV2, and so on with nbuildme --> perfect. Idem now with buildme. Before: build is OK, make failed Now: build is OK, make is OK I upload my personal clover build log and build.log from nbuildme. Personal_Clover_Build.log 210.19 kB · 0 downloads build.log 75.61 kB · 0 downloads Scripting Reliability: Setting LC_ALL=C within a script ensures that standard command-line tools like grep, sort, sed, or awk behave consistently across different systems, regardless of the user's default locale. open "$SYMROOT" It only increases stability. I'm glad everything worked out! 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846508 Share on other sites More sharing options...
Alpha22 Posted January 16 Share Posted January 16 Tested Clover 5167 (05428c637) on a USB stick and found it to boot faster using macOS Thaoe 26.3 beta (25D5101c) 5 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846513 Share on other sites More sharing options...
chris1111 Posted January 16 Share Posted January 16 @MakAsrock Ive not see any options in Original buildme to makeall.sh? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846520 Share on other sites More sharing options...
chris1111 Posted January 16 Share Posted January 16 (edited) Latest Update for Credits Spoiler Edited January 17 by chris1111 3 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846522 Share on other sites More sharing options...
MakAsrock Posted January 17 Share Posted January 17 (edited) 14 hours ago, chris1111 said: @MakAsrock Ive not see any options in Original buildme to makeall.sh? I just added a line to run makeV2 and, at your request, changed it from gcc151 to gcc152 ./ebuild.sh -gcc152 -fr -n 5 -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED ./ebuild.sh -gcc152 -fr -n 5 -D NO_GRUB_DRIVERS_EMBEDDED 13 hours ago, chris1111 said: Latest Update for Credits Reveal hidden contents Thank you very much! I hope that Clover will continue to get better. 🥂🙂 Edited January 17 by MakAsrock 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846531 Share on other sites More sharing options...
Max.1974 Posted January 17 Share Posted January 17 Congrats my friends Developers @MakAsrock and @Hnanoto !!! 😀 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846532 Share on other sites More sharing options...
MakAsrock Posted January 17 Share Posted January 17 1 minute ago, Max.1974 said: Congrats my friends Developers @MakAsrock and @Hnanoto !!! 😀 Thank you my friend! You do a lot of wonderful things too. 😄 3 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846533 Share on other sites More sharing options...
Max.1974 Posted January 17 Share Posted January 17 3 minutes ago, MakAsrock said: Thank you my friend! You do a lot of wonderful things too. 😄 I’m so grateful for this amazing club of developers team! 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846534 Share on other sites More sharing options...
Max.1974 Posted January 17 Share Posted January 17 @Allan My dear friend, I think we have a new developer: our friend, @MakAsrock !! 6 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/1229/#findComment-2846535 Share on other sites More sharing options...
Recommended Posts