Jump to content
30960 posts in this topic

Recommended Posts

3 hours ago, Slice said:

I think we should rename Clover-r5XXX.zip to something more understandable like  Clover-r5XXX.pkg.zip.

I just don't know if it will influence on Update process.

Hi Slice, you firstly update the folder with the package and the md5 as "Clover_r5105.zip" and later I fixed the release by uploading just the pkg (Clover_r5105.pkg).

Apparently you did the same for r5106 while you never did this for all old releases...why?

5104.png.13370b913cf2122fce73cbd2a5049aeb.png

 

VS

 

5106.png.7708258065bb59fbab63068f6db93406.png

 

You should upload just Clover_r5106.pkg

Edited by vector sigma

Hi guys,

 

Should the Clover app update work from within the Clover App itself...? Cause it kinda didn't for me... It showed 5106 as available. I clicked Download (or Get or whatever button it was), it showed a progress bar underneath...but...nothing else. No pkg on the Desktop or anywhere else. No installer pop-up... It's like it never did anything. :))

 

I downloaded Clover.app_v1.16_r5106.pkg.zip manually, which also made the button to "Install 5106" appear. It was always "Install 5105" before that...

 

Maybe it's just me though. I'm not too familiar with the newer releases of the Clover app. One thing I noticed though, the installation itself is super fast.

 

I don't have CloverUpdater anymore. So...I don't know if updating from that section works now.

41 minutes ago, arsradu said:

Should the Clover app update work from within the Clover App itself...? Cause it kinda didn't for me... It showed 5106 as available. I clicked Download (or Get or whatever button it was), it showed a progress bar underneath...but...nothing else. No pkg on the Desktop or anywhere else. No installer pop-up... It's like it never did anything. :))

Clover.app download and replace CloverV2 directory inside itself, then the "Install Clover rXXXX" button should have the new downloaded revision ready to be installed. Isn't?

 

update.thumb.png.fc5caf65a8c454e6c4cea26cda33c473.png

Edited by vector sigma
1 minute ago, arsradu said:

Hi Vector,

 

From your screenshots, it should work...but it kinda doesn't.

 

Maybe I'm missing something, so I took a screen capture instead.

 

 

Anderstood. I think is a permissions problem. Suppose the application is in /Applications please run:

sudo chmod -R 777 /Applications/Clover.app/Contents/SharedSupport

I think the installation with the pkg gives "non writable" permissions to this directory. Please tell me if that solve as I think the issue, later I'll make the installation with the package doing this. 

15 minutes ago, vector sigma said:

Anderstood. I think is a permissions problem. Suppose the application is in /Applications please run:


sudo chmod -R 777 /Applications/Clover.app/Contents/SharedSupport

I think the installation with the pkg gives "non writable" permissions to this directory. Please tell me if that solve as I think the issue, later I'll make the installation with the package doing this. 

 

Yes, the app is in Applications and yes, setting God-like permissions fixes the issue. :)

  • Like 1
15 hours ago, vector sigma said:

Commited, thanks!

 

hi vector,

here is permission issue.

i'm used buildme

Spoiler

buildme, Clover v2.5k r5106 (SHA: 35e2eec3c)

TOOLCHAIN: XCODE8 (override example: './buildme XCODE8')

 

 1) build Clover

 2) build Clover with HFSPlus

 3) make pkg

 4) make app

 5) make iso

 6) build all

 7) test build (no autogen, no boot files)

 8) status

 9) update Clover

10) update Clover (reset changes)

11) show diff

12) open drivers directory

13) clean BaseTools

14) quit

Please enter your choice: 3

[BUILD PKG]

[CHECK XCODE]

rm: sym/Clover.app/Contents/_CodeSignature/CodeResources: Permission denied

rm: sym/Clover.app/Contents/_CodeSignature: Permission denied

rm: sym/Clover.app/Contents/MacOS/Clover: Permission denied

rm: sym/Clover.app/Contents/MacOS/boot1-install: Permission denied

rm: sym/Clover.app/Contents/MacOS/CloverLogOut: Permission denied

rm: sym/Clover.app/Contents/MacOS/CloverDaemonNew: Permission denied

rm: sym/Clover.app/Contents/MacOS/daemonInstaller: Permission denied

rm: sym/Clover.app/Contents/MacOS: Permission denied

rm: sym/Clover.app/Contents/Resources/de.lproj/MainMenu.strings: Permission denied

rm: sym/Clover.app/Contents/Resources/de.lproj/Installer.strings: Permission denied

rm: sym/Clover.app/Contents/Resources/de.lproj/Settings.strings: Permission denied

 

  • Sad 1
6 minutes ago, Sherlocks said:

 

hi vector,

here is permission issue.

i'm used buildme

  Reveal hidden contents

buildme, Clover v2.5k r5106 (SHA: 35e2eec3c)

TOOLCHAIN: XCODE8 (override example: './buildme XCODE8')

 

 1) build Clover

 2) build Clover with HFSPlus

 3) make pkg

 4) make app

 5) make iso

 6) build all

 7) test build (no autogen, no boot files)

 8) status

 9) update Clover

10) update Clover (reset changes)

11) show diff

12) open drivers directory

13) clean BaseTools

14) quit

Please enter your choice: 3

[BUILD PKG]

[CHECK XCODE]

rm: sym/Clover.app/Contents/_CodeSignature/CodeResources: Permission denied

rm: sym/Clover.app/Contents/_CodeSignature: Permission denied

rm: sym/Clover.app/Contents/MacOS/Clover: Permission denied

rm: sym/Clover.app/Contents/MacOS/boot1-install: Permission denied

rm: sym/Clover.app/Contents/MacOS/CloverLogOut: Permission denied

rm: sym/Clover.app/Contents/MacOS/CloverDaemonNew: Permission denied

rm: sym/Clover.app/Contents/MacOS/daemonInstaller: Permission denied

rm: sym/Clover.app/Contents/MacOS: Permission denied

rm: sym/Clover.app/Contents/Resources/de.lproj/MainMenu.strings: Permission denied

rm: sym/Clover.app/Contents/Resources/de.lproj/Installer.strings: Permission denied

rm: sym/Clover.app/Contents/Resources/de.lproj/Settings.strings: Permission denied

 

 

No issue here on Mojave 10.14.6/ Xcode 11.3.1: buildme, Clover v2.5k r5106 (SHA: 14cdfe29c)

 

 

BuildMe-21-03-2020

  • Like 1
3 minutes ago, Matgen84 said:

 

No issue here on Mojave 10.14.6/ Xcode 11.3.1: buildme, Clover v2.5k r5106 (SHA: 14cdfe29c)

 

 

BuildMe-21-03-2020

 

i tried to build last committed by jief.

and build pkg. i first see permission deny.

i don't know why suddenly show it.

  • Sad 1
18 minutes ago, Sherlocks said:

 

i tried to build last committed by jief.

and build pkg. i first see permission deny.

i don't know why suddenly show it.

 

Uhm... works fine for me. Tried with Update (Option 9) + Build pkg (Option 3), and also on a fresh environment with Build pkg (Option 3). No problems here. I'm building with ./buildme (without XCODE8) if that makes any difference.

 

Maybe try a clean environment, as well? Or try to make a backup of your current working folder and try to download the sources and build again.

 

However, I'm getting this:

 

================= Making all in boot1-install =================
	[XCODE] boot1-install
================= Making all in partutil =================
	[XCODE] partutil
================= Making all in bdmesg =================
	[XCODE] bdmesg
================= Making all in espfinder =================
	[XCODE] espfinder
sed: package/../../Version.h: No such file or directory
Failed conversion of ``'' using format ``%Y-%m-%d %H:%M:%S''
date: illegal time format
usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... 
            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]

  -------------------------------
  Building Clover Install Package
  -------------------------------

====================== Preinstall ======================
	[BUILD] Pre
===================== Installation =====================
	[BUILD] UEFI.only
================== Target ESP ==========================
	[BUILD] Target.ESP
=================== BiosBoot ===========================
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot0af'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot0ss'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1f32'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1f32alt'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1h'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1h2'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1x'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1xalt'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Description.txt'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Installation.txt'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Installation.txt'
	[BUILD] BiosBoot
===================== Utils ============================
	[BUILD] Utils
===================== EFI folder =======================
	[BUILD] EFIFolder
===================== off drivers ======================
find: /Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/drivers: No such file or directory
	[BUILD] off
===================== BootLoaders ======================
	[BUILD] AltBoot
	[BUILD] bootNo
	[BUILD] boot0af
	[BUILD] boot0ss
====================== CloverEFI =======================
find: /Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/Bootloaders: No such file or directory
===================== RC Scripts =======================
	[BUILD] rc.scripts.on.target
	[BUILD] rc.scripts.on.all.volumes
	[BUILD] rc.scripts.core
================= Optional RC Scripts ==================
	[BUILD] disable_sleep_proxy_client
======================== Themes ========================
	[BUILD] Clovy
	[BUILD] BGM
	[BUILD] cesium
	[BUILD] CloverThemeManager
==================== Clover Prefpane ===================
	[BUILD] CloverPrefpane
================= Post =================
	[BUILD] Post

 --------------------------
 Building process complete!
 --------------------------

 Build info.
 ===========
  Package name: Clover_r5106.pkg
  MD5:          6c109ffcf296a40490b7a52d2886ccb2
  Revision:     5106
  Stage:        
  Date/Time:    
  Built by:     jimmy
  Copyright     2012-2020

  adding: Clover_r5106.pkg (deflated 0%)
  adding: Clover_r5106.pkg.md5 (stored 0%)
total 26944
drwxr-xr-x   9 jimmy  staff      288 Mar 21 15:56 .
drwxr-xr-x  13 jimmy  staff      416 Mar 21 15:56 ..
-rw-r--r--@  1 jimmy  staff  6672493 Mar 21 15:56 Clover_r5106.pkg
-rw-r--r--   1 jimmy  staff       62 Mar 21 15:56 Clover_r5106.pkg.md5
-rw-r--r--   1 jimmy  staff  6656120 Mar 21 15:56 Clover_r5106.zip
drwxr-xr-x   3 jimmy  staff       96 Mar 21 15:55 Resources
drwxr-xr-x   6 jimmy  staff      192 Mar 21 15:56 build
drwxr-xr-x   3 jimmy  staff       96 Mar 21 15:56 package
drwxr-xr-x   6 jimmy  staff      192 Mar 21 15:56 utils

Some issues with espfinder and BiosBoot. Could be normal though. But I don't remember seeing them before. And I don't think I've seen them when building the first one (with older but updated sources).

 

Also can't find "off drivers" and CloverEFI

 

But no permission issues.

Edited by arsradu
32 minutes ago, arsradu said:

However, I'm getting this:

 


================= Making all in boot1-install =================
	[XCODE] boot1-install
================= Making all in partutil =================
	[XCODE] partutil
================= Making all in bdmesg =================
	[XCODE] bdmesg
================= Making all in espfinder =================
	[XCODE] espfinder
sed: package/../../Version.h: No such file or directory
Failed conversion of ``'' using format ``%Y-%m-%d %H:%M:%S''
date: illegal time format
usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... 
            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]

  -------------------------------
  Building Clover Install Package
  -------------------------------

====================== Preinstall ======================
	[BUILD] Pre
===================== Installation =====================
	[BUILD] UEFI.only
================== Target ESP ==========================
	[BUILD] Target.ESP
=================== BiosBoot ===========================
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot0af'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot0ss'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1f32'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1f32alt'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1h'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1h2'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1x'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1xalt'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Description.txt'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Installation.txt'
ditto: can't get real path for source '/Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Installation.txt'
	[BUILD] BiosBoot
===================== Utils ============================
	[BUILD] Utils
===================== EFI folder =======================
	[BUILD] EFIFolder
===================== off drivers ======================
find: /Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/drivers: No such file or directory
	[BUILD] off
===================== BootLoaders ======================
	[BUILD] AltBoot
	[BUILD] bootNo
	[BUILD] boot0af
	[BUILD] boot0ss
====================== CloverEFI =======================
find: /Users/jimmy/src/CloverBootloader/CloverPackage/CloverV2/Bootloaders: No such file or directory
===================== RC Scripts =======================
	[BUILD] rc.scripts.on.target
	[BUILD] rc.scripts.on.all.volumes
	[BUILD] rc.scripts.core
================= Optional RC Scripts ==================
	[BUILD] disable_sleep_proxy_client
======================== Themes ========================
	[BUILD] Clovy
	[BUILD] BGM
	[BUILD] cesium
	[BUILD] CloverThemeManager
==================== Clover Prefpane ===================
	[BUILD] CloverPrefpane
================= Post =================
	[BUILD] Post

 --------------------------
 Building process complete!
 --------------------------

 Build info.
 ===========
  Package name: Clover_r5106.pkg
  MD5:          6c109ffcf296a40490b7a52d2886ccb2
  Revision:     5106
  Stage:        
  Date/Time:    
  Built by:     jimmy
  Copyright     2012-2020

  adding: Clover_r5106.pkg (deflated 0%)
  adding: Clover_r5106.pkg.md5 (stored 0%)
total 26944
drwxr-xr-x   9 jimmy  staff      288 Mar 21 15:56 .
drwxr-xr-x  13 jimmy  staff      416 Mar 21 15:56 ..
-rw-r--r--@  1 jimmy  staff  6672493 Mar 21 15:56 Clover_r5106.pkg
-rw-r--r--   1 jimmy  staff       62 Mar 21 15:56 Clover_r5106.pkg.md5
-rw-r--r--   1 jimmy  staff  6656120 Mar 21 15:56 Clover_r5106.zip
drwxr-xr-x   3 jimmy  staff       96 Mar 21 15:55 Resources
drwxr-xr-x   6 jimmy  staff      192 Mar 21 15:56 build
drwxr-xr-x   3 jimmy  staff       96 Mar 21 15:56 package
drwxr-xr-x   6 jimmy  staff      192 Mar 21 15:56 utils

Some issues with espfinder and BiosBoot. Could be normal though. But I don't remember seeing them before. And I don't think I've seen them when building the first one (with older but updated sources).

 

Also can't find "off drivers" and CloverEFI

 

@arsradu

 

No issues at all here with espfinder, boot, permissions, off drivers.

 

Spoiler

Building CloverPrefpane preference...
[XCODE]
================= Making all in boot1-install =================
    [XCODE] boot1-install
================= Making all in partutil =================
    [XCODE] partutil
================= Making all in bdmesg =================
    [XCODE] bdmesg
================= Making all in espfinder =================
    [XCODE] espfinder

  -------------------------------
  Building Clover Install Package
  -------------------------------

====================== Preinstall ======================
    [BUILD] Pre
===================== Installation =====================
    [BUILD] UEFI.only
================== Target ESP ==========================
    [BUILD] Target.ESP
=================== BiosBoot ===========================
    [BUILD] BiosBoot
===================== Utils ============================
    [BUILD] Utils
===================== EFI folder =======================
    [BUILD] EFIFolder
===================== off drivers ======================
    [BUILD] off
===================== BootLoaders ======================
    [BUILD] AltBoot
    [BUILD] bootNo
    [BUILD] boot0af
    [BUILD] boot0ss
====================== CloverEFI =======================
    [BUILD] cloverEFI.64.sata
    [BUILD] cloverEFI.64.blockio
================= drivers64 mandatory ==================
    [BUILD] AudioDxe
    [BUILD] FSInject
    [BUILD] SMCHelper
    [BUILD] XhciDxe
===================== drivers64 ========================
=============== drivers64 FileSystem ===================
    [BUILD] ApfsDriverLoader
    [BUILD] GrubEXFAT
    [BUILD] GrubISO9660
    [BUILD] GrubNTFS
    [BUILD] GrubUDF
=============== drivers64 FileVault2 ===================
    [BUILD] AppleImageCodec
    [BUILD] AppleKeyAggregator
    [BUILD] AppleUITheme
    [BUILD] FirmwareVolume
=============== drivers64 UEFI mandatory ===============
    [BUILD] AudioDxe.UEFI
    [BUILD] DataHubDxe.UEFI
    [BUILD] FSInject.UEFI
    [BUILD] SMCHelper.UEFI
=================== drivers64 UEFI =====================
============= drivers64 UEFI HID ========================
    [BUILD] AptioInputFix.UEFI
    [BUILD] Ps2MouseDxe.UEFI
    [BUILD] UsbKbDxe.UEFI
    [BUILD] UsbMouseDxe.UEFI
============= drivers64 UEFI FileSystem =================
    [BUILD] ApfsDriverLoader.UEFI
    [BUILD] Fat.UEFI
    [BUILD] HFSPlus.UEFI
    [BUILD] VBoxExt2.UEFI
    [BUILD] VBoxExt4.UEFI
    [BUILD] VBoxIso9600.UEFI
============= drivers64 UEFI MemoryFix =================
    [BUILD] AptioMemoryFix.UEFI
    [BUILD] OsxAptioFix3Drv.UEFI
    [BUILD] OsxAptioFixDrv.UEFI
    [BUILD] OsxLowMemFixDrv.UEFI
============= drivers64 UEFI FileVault2 ================
    [BUILD] AppleImageCodec.UEFI
    [BUILD] AppleKeyAggregator.UEFI
    [BUILD] AppleKeyFeeder.UEFI
    [BUILD] AppleUITheme.UEFI
    [BUILD] FirmwareVolume.UEFI
    [BUILD] HashServiceFix.UEFI
============= drivers64 UEFI Other ======================
    [BUILD] CsmVideoDxe.UEFI
    [BUILD] EmuVariableUefi.UEFI
    [BUILD] EnglishDxe.UEFI
    [BUILD] NvmExpressDxe.UEFI
    [BUILD] OsxFatBinaryDrv.UEFI
    [BUILD] PartitionDxe.UEFI
===================== RC Scripts =======================
    [BUILD] rc.scripts.on.target
    [BUILD] rc.scripts.on.all.volumes
    [BUILD] rc.scripts.core
================= Optional RC Scripts ==================
    [BUILD] disable_sleep_proxy_client
======================== Themes ========================
    [BUILD] Catalina
    [BUILD] Imac
    [BUILD] Mojave2
    [BUILD] Clovy
    [BUILD] dev
==================== Clover Prefpane ===================
    [BUILD] CloverPrefpane
================= Post =================
    [BUILD] Post

 --------------------------
 Building process complete!
 --------------------------

 Build info.
 ===========
  Package name: Clover_r5106.pkg
  MD5:          576949e654320d9482c90488d6600f13
  Revision:     5106
  Stage:        
  Date/Time:    2019-12-14 15:34:36
  Built by:     mathieu
  Copyright     2012-2020

  adding: Clover_r5106.pkg (deflated 0%)
  adding: Clover_r5106.pkg.md5 (stored 0%)
total 55928
drwxr-xr-x   9 mathieu  staff       288 Mar 21 14:33 .
drwxr-xr-x  13 mathieu  staff       416 Mar 21 14:33 ..
-rw-r--r--@  1 mathieu  staff  14106819 Mar 21 14:33 Clover_r5106.pkg
-rw-r--r--   1 mathieu  staff        62 Mar 21 14:33 Clover_r5106.pkg.md5
-rw-r--r--   1 mathieu  staff  14065522 Mar 21 14:33 Clover_r5106.zip
drwxr-xr-x   3 mathieu  staff        96 Mar 21 14:32 Resources
drwxr-xr-x   6 mathieu  staff       192 Mar 21 14:33 build
drwxr-xr-x   3 mathieu  staff        96 Mar 21 14:33 package
drwxr-xr-x   6 mathieu  staff       192 Mar 21 14:33 utils

 

11 minutes ago, Matgen84 said:

 

@arsradu

 

No issues at all here with espfinder, boot, permissions, off drivers.

 

Mat, I don't remember having these issues with old sources. So this seems to be only after rebuilding the working folder and building from scratch. Does it still work for you if you're building from 0? Or can you make a backup of your current folder and start over from scratch? Cause I think this only occurs with fresh sources.

  • Like 1
1 minute ago, arsradu said:

 

Mat, I don't remember having these issues with old sources. So this seems to be only after rebuilding the working folder and building from scratch. Does it still work for you if you're building from 0? Or can you make a backup of your current folder and start over from scratch? Cause I think this only occurs with fresh sources.

 

I test and report. 

  • Thanks 1

Hi @arsradu

 

There are some problems to build from scratch (clean src): BiosBoot error and can't build Clover.app

 

Spoiler

buildme, Clover v2.5k r5106 (SHA: 14cdfe29c)

TOOLCHAIN: XCODE8 (override example: './buildme XCODE8')

 

1) build Clover

2) build Clover with HFSPlus

3) make pkg

4) make app

5) make iso

6) build all

7) test build (no autogen, no boot files)

8) status

9) update Clover

10) update Clover (reset changes)

11) show diff

12) open drivers directory

13) clean BaseTools

14) quit

Please enter your choice: 3

[BUILD PKG]

[CHECK XCODE]

 

========= Translating Resources ========

/Users/mathieu/src/Cloverbootloader/toolchain/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

 

Updating 'en' strings file for CloverUpdater... done

Generating de interface... done

Generating es interface... done

Generating fr interface... done

Generating hr interface... done

Generating id interface... done

Generating it interface... done

Generating ja interface... done

Generating ko interface... done

Generating lv interface... done

Generating nl interface... done

Generating pl interface... done

Generating pt-BR interface... done

Generating pt interface... done

Generating ro interface... done

Generating ru interface... done

Generating tr interface... done

Generating uk interface... done

Generating uk_UA interface... done

Generating vi interface... done

Generating zh_CN interface... done

Generating zh_TW interface... done

Building CloverUpdater application...

[XCODE]

Updating 'en' strings file for Clover Preference Panel... done

Generating de interface... done

Generating es interface... done

Generating fr interface... done

Generating hr interface... done

Generating id interface... done

Generating it interface... done

Generating ja interface... done

Generating ko interface... done

Generating lv interface... done

Generating nl interface... done

Generating pl interface... done

Generating pt-BR interface... done

Generating pt interface... done

Generating ro interface... done

Generating ru interface... done

Generating tr interface... done

Generating uk interface... done

Generating uk_UA interface... done

Generating vi interface... done

Generating zh_CN interface... done

Generating zh_TW interface... done

Updating strings file for Clover Preference Panel... done

Check de strings... done

Check en strings... done

Check es strings... done

Check fr strings... done

Check hr strings... done

Check id strings... done

Check it strings... done

Check ja strings... done

Check ko strings... done

Check lv strings... done

Check nl strings... done

Check pl strings... done

Check pt-BR strings... done

Check pt strings... done

Check ro strings... done

Check ru strings... done

Check tr strings... done

Check uk strings... done

Check uk_UA strings... done

Check vi strings... done

Check zh_CN strings... done

Check zh_TW strings... done

Building CloverPrefpane preference...

[XCODE]

================= Making all in boot1-install =================

[XCODE] boot1-install

================= Making all in partutil =================

[XCODE] partutil

================= Making all in bdmesg =================

[XCODE] bdmesg

================= Making all in espfinder =================

[XCODE] espfinder

sed: package/../../Version.h: No such file or directory

Failed conversion of ``'' using format ``%Y-%m-%d %H:%M:%S''

date: illegal time format

usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...

            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]

 

  -------------------------------

  Building Clover Install Package

  -------------------------------

 

====================== Preinstall ======================

[BUILD] Pre

===================== Installation =====================

[BUILD] UEFI.only

================== Target ESP ==========================

[BUILD] Target.ESP

=================== BiosBoot ===========================

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot0af'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot0ss'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1f32'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1f32alt'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1h'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1h2'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1x'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/boot1xalt'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Description.txt'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Installation.txt'

ditto: can't get real path for source '/Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/BootSectors/Installation.txt'

[BUILD] BiosBoot

===================== Utils ============================

[BUILD] Utils

===================== EFI folder =======================

[BUILD] EFIFolder

===================== off drivers ======================

find: /Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/EFI/CLOVER/drivers: No such file or directory

[BUILD] off

===================== BootLoaders ======================

[BUILD] AltBoot

[BUILD] bootNo

[BUILD] boot0af

[BUILD] boot0ss

====================== CloverEFI =======================

find: /Users/mathieu/src/CloverBootloader/CloverPackage/CloverV2/Bootloaders: No such file or directory

===================== RC Scripts =======================

[BUILD] rc.scripts.on.target

[BUILD] rc.scripts.on.all.volumes

[BUILD] rc.scripts.core

================= Optional RC Scripts ==================

[BUILD] disable_sleep_proxy_client

======================== Themes ========================

[BUILD] Clovy

[BUILD] BGM

[BUILD] cesium

[BUILD] CloverThemeManager

==================== Clover Prefpane ===================

[BUILD] CloverPrefpane

================= Post =================

[BUILD] Post

 

--------------------------

Building process complete!

--------------------------

 

Build info.

===========

  Package name: Clover_r5106.pkg

  MD5:          26e5d3aed87fa2d889f3b18cb349e685

  Revision:     5106

  Stage:        

  Date/Time:    

  Built by:     mathieu

  Copyright     2012-2020

 

  adding: Clover_r5106.pkg (deflated 0%)

  adding: Clover_r5106.pkg.md5 (stored 0%)

total 26848

drwxr-xr-x   9 mathieu  staff      288 Mar 21 16:27 .

drwxr-xr-x  14 mathieu  staff      448 Mar 21 16:27 ..

-rw-r--r--@  1 mathieu  staff  6649396 Mar 21 16:27 Clover_r5106.pkg

-rw-r--r--   1 mathieu  staff       62 Mar 21 16:27 Clover_r5106.pkg.md5

-rw-r--r--   1 mathieu  staff  6632809 Mar 21 16:27 Clover_r5106.zip

drwxr-xr-x   3 mathieu  staff       96 Mar 21 16:26 Resources

drwxr-xr-x   6 mathieu  staff      192 Mar 21 16:26 build

drwxr-xr-x   3 mathieu  staff       96 Mar 21 16:27 package

drwxr-xr-x   6 mathieu  staff      192 Mar 21 16:26 utils

 

------------------------------------------------------------------------

buildme, Clover v2.5k r5106 (SHA: 14cdfe29c)

TOOLCHAIN: XCODE8 (override example: './buildme XCODE8')

 

1) build Clover

2) build Clover with HFSPlus

3) make pkg

4) make app

5) make iso

6) build all

7) test build (no autogen, no boot files)

8) status

9) update Clover

10) update Clover (reset changes)

11) show diff

12) open drivers directory

13) clean BaseTools

14) quit

Please enter your choice: 4

 

please, build Clover first!

 

  • Like 1
Just now, Matgen84 said:

Hi @arsradu

 

There are some problems to build from scratch (clean src): BiosBoot error and can't build Clover.app

 

Yeeep... so looks like with clean sources there are indeed some issues. Thank you very much for the test! :) 

  • Like 1
1 hour ago, arsradu said:

 

Yeeep... so looks like with clean sources there are indeed some issues. Thank you very much for the test! :) 

 

Another clean src: same issues for r5106 commit a2c16247 + espfinder error :cry:

Edited by Matgen84

Hi @arsradu

 

I can build latest r5106 commit ceb6ffb from scratch (clean src)  with BuildMe:

  • option 1) build clover
  • option 3) make pkg
  • option 4) make app

All works fine, no errors :)

9 minutes ago, Matgen84 said:

Hi @arsradu

 

I can build latest r5106 commit ceb6ffb from scratch (clean src)  with BuildMe:

  •  option 1) build clover
  • option 3) make pkg
  • option 4) make app

All works fine, no errors :)

Hi Mat!

 

For some reason, it still occurs in my case...

 

  • Sad 1
50 minutes ago, arsradu said:

Hi Mat!

 

For some reason, it still occurs in my case...

 

 

Hi @arsradu

 

This morning, I notice that cloning is more faster than yesterday. Maybe a GitHub server problem, I don't know.

 

Saturday, I forgot to build Clover before make pkg: so no nasm installed :hysterical: Covid-19 effect!

1 hour ago, arsradu said:

For some reason, it still occurs in my case...

Did you erase completely you src folder and start from scratch?

If no, you should, so that the toolchain will be rebuilt (it was updated to a later version in latest commits).

5 minutes ago, Pene said:

Did you erase completely you src folder and start from scratch?

If no, you should, so that the toolchain will be rebuilt (it was updated to a later version in latest commits).

Hi Pene!

 

Yeah, that's how I always do it when I wanna build on a clean environment. Can't get any cleaner than that! :)))

 

However, it still occurs.

  • Like 1
×
×
  • Create New...