Andres ZeroCross Posted August 13, 2019 Share Posted August 13, 2019 18 minutes ago, Badruzeus said: With multiple Disks on a single mach; how if you try first unmounting another ESP but leaving one for Clover target installation only before running Clover package? sudo diskutil umount /dev/diskXsY There is no another ESP be mounted here. All ESP is unmounted. 1 Link to comment Share on other sites More sharing options...
LockDown Posted August 14, 2019 Share Posted August 14, 2019 @vector sigma Im still getting an error. on building pkg. (xcode 10.1) Building CloverUpdater application... ** BUILD FAILED ** The following build commands failed: Ld /Users/ella/src/edk2/Clover/CloverPackage/CloverUpdater/build/CloverUpdater.app/Contents/MacOS/CloverUpdater normal x86_64 (1 failure) make[1]: *** [CloverUpdater] Error 65 make: *** [pkg] Error 2 Link to comment Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 (edited) 1 hour ago, ellaosx said: @vector sigma Im still getting an error. on building pkg. (xcode 10.1) Try this: cd ~/src/edk2 rm -rf Build make -C BaseTools/Source/C clean make -C BaseTools/Source/C ./edksetup.sh cd Clover ./ebuild.sh -fr ./makepkg Edited August 14, 2019 by Badruzeus Link to comment Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 6 hours ago, Andres ZeroCross said: There is no another ESP be mounted here. All ESP is unmounted. Yes, try mounting the ESP as Clover target installation (unmounting others) before running *.pkg, not sure it helps though. Link to comment Share on other sites More sharing options...
LockDown Posted August 14, 2019 Share Posted August 14, 2019 (edited) @Badruzeus ./edksetup.sh gave me this: iMac:edk2 ella$ ./edksetup.sh Loading previous configuration from /Users/ella/src/edk2/Conf/BuildEnv.sh WORKSPACE: /Users/ella/src/edk2 EDK_TOOLS_PATH: /Users/ella/src/edk2/BaseTools CONF_PATH: /Users/ella/src/edk2/Conf ./edksetup.sh: line 149: return: can only `return' from a function or sourced script Edited August 14, 2019 by ellaosx Link to comment Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 1 minute ago, ellaosx said: @Badruzeus ./edksetup.sh gave me this: ./edksetup.sh: line 149: return: can only `return' from a function or sourced script That's not error, but warning. Just ignore it. I got it too (from Clover's source, but AUDK's edksetup.sh didn't.. not sure why). Anyway, if you got those build error after r5047 commit, then first.. cd ~/src/edk2/Clover/CloverPackage/package rm -rf po cd ~/src/edk2 svn co svn://svn.code.sf.net/p/cloverefiboot/code/ Clover cd Clover ./ebuild.sh -fr ./makepkg 1 Link to comment Share on other sites More sharing options...
LockDown Posted August 14, 2019 Share Posted August 14, 2019 1 hour ago, Badruzeus said: That's not error, but warning. Just ignore it. I got it too (from Clover's source, but AUDK's edksetup.sh didn't.. not sure why). Anyway, if you got those build error after r5047 commit, then first.. cd ~/src/edk2/Clover/CloverPackage/package rm -rf po cd ~/src/edk2 svn co svn://svn.code.sf.net/p/cloverefiboot/code/ Clover cd Clover ./ebuild.sh -fr ./makepkg @Badruzeus I figured where my fault was. replaced my: svn co https://svn.code.sf.net/p/cloverefiboot/code/ Clover to yours: svn co svn://svn.code.sf.net/p/cloverefiboot/code/ Clover fixed it. Thanks! 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted August 14, 2019 Share Posted August 14, 2019 10 hours ago, Andres ZeroCross said: Sorry for late reply I think you install Clover in ESP/UEFI: so Clover_Install_log.txt must in EFI folder (Catalina drive). Do you try to install r5045 with MacOS Mojave physical Unplugged? Do you have the same issue installing Clover on your Mojave HDD? Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 (edited) 3 hours ago, Badruzeus said: Yes, try mounting the ESP as Clover target installation (unmounting others) before running *.pkg, not sure it helps though. It will not help,, after fail install then ESP of my Catalina disk is mounted. i repeat process of installation but not help 49 minutes ago, Matgen84 said: I think you install Clover in ESP/UEFI: so Clover_Install_log.txt must in EFI folder (Catalina drive). Do you try to install r5045 with MacOS Mojave physical Unplugged? Do you have the same issue installing Clover on your Mojave HDD? Yes, i installed it in EFI of my catalina disk (UEFI Mode). With / without Mojave disk attached should be no problem, because i have installed r5033 before in Catalina and success. I just don't understand why it fail now??? Edited August 14, 2019 by Andres ZeroCross 1 Link to comment Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 40 minutes ago, ellaosx said: @Badruzeus I figured where my fault was. replaced my: svn co https://svn.code.sf.net/p/cloverefiboot/code/ Clover to yours: svn co svn://svn.code.sf.net/p/cloverefiboot/code/ Clover fixed it. Thanks! Uhmmb, that's weird.. should be no diff. between https or svn when building (both work on my case); except some required files are not fetched on your local repo once ./makepkg executed.. Is your network behind Pr0xy? Try with VPN if using https then. Link to comment Share on other sites More sharing options...
Slice Posted August 14, 2019 Share Posted August 14, 2019 1 hour ago, Badruzeus said: Uhmmb, that's weird.. should be no diff. between https or svn when building (both work on my case); except some required files are not fetched on your local repo once ./makepkg executed.. Is your network behind Pr0xy? Try with VPN if using https then. I think the real reason is just new revision. 2 Link to comment Share on other sites More sharing options...
arsradu Posted August 14, 2019 Share Posted August 14, 2019 (edited) 6 hours ago, ellaosx said: @Badruzeus ./edksetup.sh gave me this: iMac:edk2 ella$ ./edksetup.sh Loading previous configuration from /Users/ella/src/edk2/Conf/BuildEnv.sh WORKSPACE: /Users/ella/src/edk2 EDK_TOOLS_PATH: /Users/ella/src/edk2/BaseTools CONF_PATH: /Users/ella/src/edk2/Conf ./edksetup.sh: line 149: return: can only `return' from a function or sourced script Try to call edksetup.sh like this: . edksetup.sh This might also help, for more info: https://patches.linaro.org/patch/79255/ Edited August 14, 2019 by arsradu 2 Link to comment Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 5 hours ago, Andres ZeroCross said: It will not help,, after fail install then ESP of my Catalina disk is mounted. i repeat process of installation but not help Hi, this can be of help: at the end of the installation, where probably the error show up. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 Just now, vector sigma said: Hi, this can be of help: at the end of the installation, where probably the error show up. I have upload screenshot above Link to comment Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 17 minutes ago, Andres ZeroCross said: I have upload screenshot above Ok thanks. Looks like "Directory not empty" coming from rmdir command. 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 2 hours ago, vector sigma said: Ok thanks. Looks like "Directory not empty" coming from rmdir command. So, what should i do? 1 Link to comment Share on other sites More sharing options...
Badruzeus Posted August 14, 2019 Share Posted August 14, 2019 (edited) Seems no issue here, install succeeded (Log attached below). r5049 built with Xcode 10,1 under 10.13.6 (17G8030). Installed on macOS Catalina 10.15 Beta (SIP: Disabled, CsrActiveConfig=0x3E7, GateKeeper: Disabled) I also tried with 3 mounted EFI partitions when installing Clover on 10.13.6 & 10.15 Beta: /Volumes/ESP (Internal, physical): SATA HDD /Volumes/EFI (External, physical): USB FlashDisk /Volumes/EFI 1 (External, virtual): VMDK Disk Installer package properly found my Internal EFI: /Volumes/ESP @vector sigma So, rmdir "Directory not empty" is related to System permissions or Clover? Clover_v2.5k_r5049.pkg Installer Log 14-Aug-2019.zip Edited August 14, 2019 by Badruzeus Link to comment Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 (edited) 2 hours ago, Andres ZeroCross said: So, what should i do? Actually I'm not sure, but can you try without instaling the Clover prefpane and Clover Theme Manager? 10 minutes ago, Badruzeus said: So, rmdir "Directory not empty" is related to System permissions or Clover? Edited August 14, 2019 by vector sigma Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 34 minutes ago, vector sigma said: Actually I'm not sure, but can you try without instaling the Clover prefpane and Clover Theme Manager? Trying, but still same result Link to comment Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 (edited) 9 minutes ago, Andres ZeroCross said: Trying, but still same result Having a better look, it says that cannot relink boo1h2. Only advices I can gives are: 1) manually delete /usr/standalone/i386/boo1h2 2) repair the file system (Disk Utility) 3) check out a new fresh Clover Edited August 14, 2019 by vector sigma Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 5 minutes ago, vector sigma said: Having a better look, it says that cannot relink boo1h2. Only advices I can gives are: 1) manually delete /usr/standalone/i386/boo1h2 2) check out a new fresh Clover Trying, but show error log abou boot1h. I will delete this file too. Will report soon Link to comment Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 Just now, Andres ZeroCross said: Trying, but show error log abou boot1h. I will delete this file too. Will report soon You aren't the first with this kind of error: https://forums.virtualbox.org/viewtopic.php?f=8&t=94123 "boot1h2" Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 14, 2019 Share Posted August 14, 2019 1 minute ago, vector sigma said: You aren't the first with this kind of error: https://forums.virtualbox.org/viewtopic.php?f=8&t=94123 Boot1f32 now,, LoL. Did i need to remove them all??? 1 Link to comment Share on other sites More sharing options...
vector sigma Posted August 14, 2019 Share Posted August 14, 2019 Just now, Andres ZeroCross said: Boot1f32 now,, LoL. Did i need to remove them all??? try, but looks like you have a damaged filesystem Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted August 14, 2019 Share Posted August 14, 2019 (edited) Before deleting everything I'd run fsck first, lol. Seems to me that your filesystem is not loving you so much right now Edit: why the $%# do I get new posts with a decade delay?! Edited August 14, 2019 by ricoc90 Link to comment Share on other sites More sharing options...
Recommended Posts