Jump to content
30960 posts in this topic

Recommended Posts

I have tried installing another disk. and surprisingly It really works perfectly. There has never been anything as complete as this model 5149 and I think some of the majority of people who have done it have worked and some have not. Mostly due to incorrect configuration of config.plist causing problems, before that I mainly used OC to install ventura. because it fits well But there is also a limitation in itself. Because it can't install the old version at all, it can be installed at mojave to ventura, unlike clover5149. It works very flexible. And, no less important, should use kext. As little as possible, there are only 3 important things. AppleALC.kext Lilu.kext WhateverGreen.kext which is the core Other kext uses appropriately.It should not be overused to prevent problems.

1 hour ago, MifJpnAlphaPlus said:

Thanks for the development as always.

I will report e56b549.

iMac20.2 (i9-10900F, RX-6600XT)

Monterey was able to boot. :)

Ventura was also able to boot. :)

Thank you very much.

 

Thanks Bro 🙂 I don't build this commit for now. Do you try ConfigPlistValidator ? I don't know if it's ready for the new Quirks.

  • Sad 1

Hi @Slice

 

Can't build commit e56b549 (Catalina/ XCode 12.4)

 

Spoiler

[CPP] usbfix
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/usbfix.cpp:151:42: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]
                DBG("EHCI Base=%08hX\n", Base);
                               ~~~~~     ^~~~
                               %08X
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/usbfix.cpp:21:38: note: expanded from macro 'DBG'
#define DBG(...) DebugLog(DEBUG_USB, __VA_ARGS__)
                                     ^~~~~~~~~~~
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/usbfix.cpp:304:45: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]
                MsgLog("ExtendCap=%08hX\n", ExtendCap);
                                  ~~~~~     ^~~~~~~~~
                                  %08X
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/BootLog.h:33:34: note: expanded from macro 'MsgLog'
#define MsgLog(...)  DebugLog(1, __VA_ARGS__)
                                 ^~~~~~~~~~~
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/usbfix.cpp:309:45: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]
                  MsgLog("  Value=%08hX\n", Value);
                                  ~~~~~     ^~~~~
                                  %08X
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/BootLog.h:33:34: note: expanded from macro 'MsgLog'
#define MsgLog(...)  DebugLog(1, __VA_ARGS__)
                                 ^~~~~~~~~~~
3 errors generated.
make: *** [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit/OUTPUT/Platform/usbfix.obj] Error 1


build.py...
 : error 7000: Failed to execute command
    make tbuild [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit]


build.py...
 : error F002: Failed to build module
    /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/refit.inf [X64, XCODE8, RELEASE]

 

Clover_Build.log

1 hour ago, Matgen84 said:

 

Thanks Bro 🙂 I don't build this commit for now. Do you try ConfigPlistValidator ? I don't know if it's ready for the new Quirks.

202516365_2022-10-0722_56_36.thumb.png.d9ce92828f6284f5244800f8d4e2169a.png

Hmmm.
I am saddened that you can't build it better.😨
Here in Monterey, I'm using Xcode 14.0.1 and it's working fine.
(I had to recreate the environment after the last Xcode update.)

1158003069_2022-10-0723_02_31.png.569973591d8cd8d74b2265fd646e1471.png

 

15 minutes ago, MifJpnAlphaPlus said:

 

Hmmm.
I am saddened that you can't build it better.😨
Here in Monterey, I'm using Xcode 14.0.1 and it's working fine.
(I had to recreate the environment after the last Xcode update.

 

 

What do you mean by recreate the environment !

I have a personal script to build Clover. Don't use directly Xcode 12.4

2 hours ago, Matgen84 said:

Hi @Slice

 

Can't build commit e56b549 (Catalina/ XCode 12.4)

 

  Hide contents

[CPP] usbfix
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/usbfix.cpp:151:42: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]
                DBG("EHCI Base=%08hX\n", Base);
                               ~~~~~     ^~~~
                               %08X
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/usbfix.cpp:21:38: note: expanded from macro 'DBG'
#define DBG(...) DebugLog(DEBUG_USB, __VA_ARGS__)
                                     ^~~~~~~~~~~
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/usbfix.cpp:304:45: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]
                MsgLog("ExtendCap=%08hX\n", ExtendCap);
                                  ~~~~~     ^~~~~~~~~
                                  %08X
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/BootLog.h:33:34: note: expanded from macro 'MsgLog'
#define MsgLog(...)  DebugLog(1, __VA_ARGS__)
                                 ^~~~~~~~~~~
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/usbfix.cpp:309:45: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]
                  MsgLog("  Value=%08hX\n", Value);
                                  ~~~~~     ^~~~~
                                  %08X
/Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/Platform/BootLog.h:33:34: note: expanded from macro 'MsgLog'
#define MsgLog(...)  DebugLog(1, __VA_ARGS__)
                                 ^~~~~~~~~~~
3 errors generated.
make: *** [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit/OUTPUT/Platform/usbfix.obj] Error 1


build.py...
 : error 7000: Failed to execute command
    make tbuild [/Users/mathieu/src/Cloverbootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit]


build.py...
 : error F002: Failed to build module
    /Users/mathieu/src/Cloverbootloader/rEFIt_UEFI/refit.inf [X64, XCODE8, RELEASE]

 

Clover_Build.log 87.34 kB · 1 download

 
Spoiler

[CPP] usbfix

/Users/baby/CloverBootloader/rEFIt_UEFI/Platform/usbfix.cpp:151:42: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]

                DBG("EHCI Base=%08hX\n", Base);

                               ~~~~~     ^~~~

                               %08X

/Users/baby/CloverBootloader/rEFIt_UEFI/Platform/usbfix.cpp:21:38: note: expanded from macro 'DBG'

#define DBG(...) DebugLog(DEBUG_USB, __VA_ARGS__)

                                     ^~~~~~~~~~~

/Users/baby/CloverBootloader/rEFIt_UEFI/Platform/usbfix.cpp:304:45: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]

                MsgLog("ExtendCap=%08hX\n", ExtendCap);

                                  ~~~~~     ^~~~~~~~~

                                  %08X

/Users/baby/CloverBootloader/rEFIt_UEFI/Platform/BootLog.h:33:34: note: expanded from macro 'MsgLog'

#define MsgLog(...)  DebugLog(1, __VA_ARGS__)

                                 ^~~~~~~~~~~

/Users/baby/CloverBootloader/rEFIt_UEFI/Platform/usbfix.cpp:309:45: error: format specifies type 'unsigned short' but the argument has type 'UINT32' (aka 'unsigned int') [-Werror,-Wformat]

                  MsgLog("  Value=%08hX\n", Value);

                                  ~~~~~     ^~~~~

                                  %08X

/Users/baby/CloverBootloader/rEFIt_UEFI/Platform/BootLog.h:33:34: note: expanded from macro 'MsgLog'

#define MsgLog(...)  DebugLog(1, __VA_ARGS__)

                                 ^~~~~~~~~~~

3 errors generated.

make: *** [/Users/baby/CloverBootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit/OUTPUT/Platform/usbfix.obj] Error 1

 

 

build.py...

 : error 7000: Failed to execute command

make tbuild [/Users/baby/CloverBootloader/Build/Clover/RELEASE_XCODE8/X64/rEFIt_UEFI/refit]

 

 

build.py...

 : error F002: Failed to build module

/Users/baby/CloverBootloader/rEFIt_UEFI/refit.inf [X64, XCODE8, RELEASE]

 

- Failed -

Build end time: 22:12:31, Oct.07 2022

Build total time: 00:01:24

This is the same Version 14.0.1 (14A400)

Edited by naiclub
  • Sad 2
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>

1031180115_2022-10-081_17_17.thumb.png.1ae999bad158d786a4e5de322ead5e2b.png

<select 15>

<select 1>

459386262_2022-10-081_18_32.thumb.png.dfefbb8b947d6e8e5cbdfe3169dd243b.png

% 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

23 minutes ago, MifJpnAlphaPlus said:

 

% git clone --recurse-submodules https://github.com/CloverHackyColor/CloverBootloader.git
% cd CloverBootloader
./buildme

<select 7>

1031180115_2022-10-081_17_17.thumb.png.1ae999bad158d786a4e5de322ead5e2b.png

<select 15>

<select 1>

459386262_2022-10-081_18_32.thumb.png.dfefbb8b947d6e8e5cbdfe3169dd243b.png

% 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

  • Sad 1

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

 

  • Like 2

@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 ?

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,

 

Screenshot 2022-10-07 at 21.36.09.png

  • Thanks 2
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.

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.

  • Like 2
  • 2 weeks later...

@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 by Matgen84
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.

  • Like 1
  • Thanks 1
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

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

 

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

 

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
 

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 by LAbyOne
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 by LAbyOne
  • Like 2
  • Thanks 1
×
×
  • Create New...