Jump to content
30960 posts in this topic

Recommended Posts

I may propose that Python 3.11.2 is not suited to our build system. I am using Python 3.9.6 provided by Xcode and probably having some Apple's patches.

Although strange that you can build with gcc and new python.

Opencore is another story because of it uses XCODE5 toolset.

  • Like 1
18 hours ago, Slice said:

I may propose that Python 3.11.2 is not suited to our build system. I am using Python 3.9.6 provided by Xcode and probably having some Apple's patches.

Although strange that you can build with gcc and new python.

Opencore is another story because of it uses XCODE5 toolset.

 

Hi @Slice

@Cyberdevs get the same error on Monterey and Xcode 14.2.  I have no problem with Catalina/Python 3.11.2. Maybe the issue is Monterey ?

Latest build : Clover_r5152 5f9ab55 17-06-2023.pkg > OK 

Edited by Matgen84

Yes, the problem is in Xcode14.2. It not recognise option '-Wno-deprecated-non-prototype' .

You may exclude it from tools-def.txt.

I may create new toolset XCODE14 which will include this option while XCODE8 reverted to old definition. But it requires numerous changes.

It is better to use gcc.

 

14 hours ago, Slice said:

Yes, the problem is in Xcode14.2. It not recognise option '-Wno-deprecated-non-prototype' .

You may exclude it from tools-def.txt.

I may create new toolset XCODE14 which will include this option while XCODE8 reverted to old definition. But it requires numerous changes.

It is better to use gcc.

 

 

Yes, the problem is in XCODE 14.2. It's what I think. However, few week ago, I build Clover_r5152 5f9ab55 17-06-2023.pkg > OK !


I do not have the necessary knowledge to create the toolset XCODE14 and the other changes for XCODE 14.2. If you have sometime to do it, it wil be glad. 
XCODE 14.3 build well Clover ? But Monterey don't support XCODE 14.3. Thanks.

Edited by Matgen84
1 hour ago, Matgen84 said:

 

Yes, the problem is in XCODE 14.2. It's what I think. However, few week ago, I build Clover_r5152 5f9ab55 17-06-2023.pkg > OK !


I do not have the necessary knowledge to create the toolset XCODE14 and the other changes for XCODE 14.2. If you have sometime to do it, it wil be glad. 
XCODE 14.3 build well Clover ? But Monterey don't support XCODE 14.3. Thanks.

In ventura I have successfully compiled But with Sonoma I can't do it, it says 7000. It might be because Sonoma is still in beta or not.

  • Like 1
36 minutes ago, naiclub said:

In ventura I have successfully compiled But with Sonoma I can't do it, it says 7000. It might be because Sonoma is still in beta or not.

 

Which version are you using for Ventura and Sonoma ? The minimum system required for XCODE 15 will be macOS 13.4. Maybe you have 7000 errors because XCODE version is not fully compatible with Sonoma.
At this time, I think that only  XCODE 15 Beta exists.

Edited by Matgen84
22 minutes ago, Matgen84 said:

 

คุณใช้เวอร์ชันใดสำหรับ Ventura และ Sonoma ระบบขั้นต่ำที่จำเป็นสำหรับ XCODE 15 คือ macOS 13.4 บางทีคุณอาจมีข้อผิดพลาด 7000 เนื่องจากเวอร์ชัน XCODE ไม่สามารถทำงานร่วมกับ Sonoma ได้อย่างสมบูรณ์
ในขณะนี้ ฉันคิดว่ามีเพียง XCODE 15 Beta เท่านั้นที่มีอยู่

I took a screenshot to look better. It's hard to explain for me.
Sonoma uses the latest version of Xcode.

Spoiler

1643120012_2566-08-0418_36_19.thumb.png.b300cae8d60eb59d7b758c82ae86dcc9.png

 

Edited by naiclub
do wrong
50 minutes ago, naiclub said:

I took a screenshot to look better. It's hard to explain for me.
Sonoma uses the latest version of Xcode.

  Reveal hidden contents

1643120012_2566-08-0418_36_19.thumb.png.b300cae8d60eb59d7b758c82ae86dcc9.png

 

 

Apple Developer forum: "Xcode 14.3.1 will not work with Sonoma. You will need to use the Xcode 15 beta, which can be downloaded from the Apple developer account." 😊

6 minutes ago, Matgen84 said:

 

Apple Developer forum: "Xcode 14.3.1 will not work with Sonoma. You will need to use the Xcode 15 beta, which can be downloaded from the Apple developer account." 😊

Xcode 14.3.1 is not compatible with Sonoma sir as i mentioned above I'm using the latest version, it means 1.5.X or higher sir
Note: may misunderstand

Hi @Slice

I solve Issue with XCODE 14.2. 

 

The goal: get Xcode 14.3 working on Monterey. I had to do some extra steps. 

 

  • Uninstall XCODE 14.2 and its Command lines tools
  • Download and Install XCODE 14.3 from Apple Developer Account
  • Edit the XCode 14.3 Info.plist and just change the minimum system version to 12.5.
  • Install the new Command Lines Tools
  • Using Terminal Xcode-select the new XCODE (optional ?)
  • Icon of the app show up incompatible symbol but it's not true.

Now, I can build latest Clover commit without any problems. 

Edited by Matgen84
  • Like 1
18 minutes ago, naiclub said:

Xcode 14.3.1 is not compatible with Sonoma sir as i mentioned above I'm using the latest version, it means 1.5.X or higher sir
Note: may misunderstand


You've misunderstood, it doesn't matter: 

in your posts, you don't mention that you use XCODE 15 Beta and the screenshot shows XCODE 14.3.1

In short, I think that XCode 15 Beta is still unreliable. We'll have to wait for the final version, perhaps.

10 minutes ago, Matgen84 said:


คุณเข้าใจผิดแล้ว ไม่เป็นไร: 

ในโพสต์ของคุณ คุณไม่ได้ระบุว่าคุณใช้ XCODE 15 Beta และภาพหน้าจอแสดง XCODE 14.3.1

ในระยะสั้น ฉันคิดว่า XCode 15 Beta ยังไม่น่าเชื่อถือ เราอาจจะต้องรอเวอร์ชั่นสุดท้าย

I tried to compile with OS Sonoma, no success as usual sir.

It is saved with text.

make: [/Users/baby/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored)

- Creating new RAM disk

Initialized /dev/rdisk7 as a 300 MB case-insensitive HFS Plus volume
-  gettext-0.21.1 extract...
-  gettext-0.21.1 configure...
-  gettext-0.21.1 make...
Error compiling gettext-0.21.1 ! Check the log /Users/baby/CloverBootloader/toolchain/tools/logs/gettext.make.log.txt

- Ejecting RAM disk
"disk7" ejected.
baby@iMac CloverBootloader % 

Spoiler

1048847201_2566-08-0419_41_23.thumb.png.d88a5545129b2736f326b9e3bffeffa2.png

โคลเวอร์ build.txt

6 minutes ago, naiclub said:

I tried to compile with OS Sonoma, no success as usual sir.

It is saved with text.

make: [/Users/baby/CloverBootloader/Build/Clover/RELEASE_GCC131/FV/Ffs/FC5C7020-1A48-4198-9BE2-EAD5ABC8CF2FBdsDxe/BdsDxeOffset.raw] Error 1 (ignored)

- Creating new RAM disk

Initialized /dev/rdisk7 as a 300 MB case-insensitive HFS Plus volume
-  gettext-0.21.1 extract...
-  gettext-0.21.1 configure...
-  gettext-0.21.1 make...
Error compiling gettext-0.21.1 ! Check the log /Users/baby/CloverBootloader/toolchain/tools/logs/gettext.make.log.txt

- Ejecting RAM disk
"disk7" ejected.
baby@iMac CloverBootloader % 

  Reveal hidden contents

1048847201_2566-08-0419_41_23.thumb.png.d88a5545129b2736f326b9e3bffeffa2.png

โคลเวอร์ build.txt

 

Wait and see XCODE 15 final release or use GCC to compile from the embedded script called Buidme (Cloverbootloader/Buildme)

1 hour ago, Matgen84 said:

 

Wait and see XCODE 15 final release or use GCC to compile from the embedded script called Buidme (Cloverbootloader/Buildme)

I have tried doing as you suggested. It doesn't work, sir.clover Buil.txt

Version 15.0 beta 5 (15A5209g)

Command_Line_Tools_for_Xcode_15_beta_5.dmg

Edited by naiclub
27 minutes ago, naiclub said:

I have tried doing as you suggested. It doesn't work, sir.clover Buil.txt

Version 15.0 beta 5 (15A5209g)

Command_Line_Tools_for_Xcode_15_beta_5.dmg

 

The Clover compilation seems to have succeeded, but then there's an error with gettext. So it's impossible to make the PKG.
I didn't install Sonoma to be able to reproduce the failure. And that's beyond my skills. Check with Slice.

35 minutes ago, Matgen84 said:

 

The Clover compilation seems to have succeeded, but then there's an error with gettext. So it's impossible to make the PKG.
I didn't install Sonoma to be able to reproduce the failure. And that's beyond my skills. Check with Slice.

Clover build1.txt

Repeat the action with ventura, works as good as usual, sir.build.txt

 

Edited by naiclub
do wrong
35 minutes ago, naiclub said:

 

Just type: baby@iMac CloverBootloader % ./buildme 

And the script use automatically the new Toolchain=GCC131

 

3 hours ago, Matgen84 said:

 

Just type: baby@iMac CloverBootloader % ./buildme 

And the script use automatically the new Toolchain=GCC131

 

I've tried all formats to no effect.

That is, only the ventura, sir.

Spoiler

2021449516_2566-08-0501_43_11.thumb.png.17bf984bb9b8cfbf9560ac62bc1afd67.png

In Monterey, it was successfully built.

Edited by naiclub
works

I used to be like you before too

Boot up to the OS selection screen, black screen with stuck dashes, not flashing.

I solved the problem by implementing Kexts. All backups come back, note, only Kexts. Other files are not included.

1 hour ago, Matgen84 said:

Hi @Slice

 

This morning: I can't boot Clover, just underscore and black screen. (Z390, Sonoma Beta 4, SMBIOS 20,1, Clover_r5154 ee2b479). No GUI, no prebootlog.

I used to be like you before too

Boot up to the OS selection screen, black screen with stuck dashes, not flashing.

I solved the problem by implementing Kexts. All backups come back, note, only Kexts. Other files are not included.

7 minutes ago, naiclub said:

I used to be like you before too

Boot up to the OS selection screen, black screen with stuck dashes, not flashing.

I solved the problem by implementing Kexts. All backups come back, note, only Kexts. Other files are not included.

I used to be like you before too

Boot up to the OS selection screen, black screen with stuck dashes, not flashing.

I solved the problem by implementing Kexts. All backups come back, note, only Kexts. Other files are not included.

 

In my case, there is black screen  before the OS selection from Clover GUI 

10 minutes ago, Matgen84 said:

 

In my case, there is black screen  before the OS selection from Clover GUI 

yes same symptoms

I'm referring to the Kexts file in the EFI backed up put it back

Edited by naiclub
  • Sad 1
×
×
  • Create New...