Jump to content

Build_Clover.command, another Script to build standard Clover (or customized)


Micky1979
2,126 posts in this topic

Recommended Posts

5 minutes ago, vector sigma said:

Did you installed something like brew, macports etc.? Anyway try to delete /Users/kgp/src/tools/download/cctools-895.tar.gz and retry, not sure will change.

 

Yes I use brew and macports..  deemed necessary for what I do.. 

 

I removed /Users/kgp/src/tools/download/cctools-895.tar.gz, but as soon I execute (5), this file will be downloaded again and the script crashes with the same error.  

Link to comment
Share on other sites

Just now, KGP-iMacPro said:

Yes I use brew and macports..  deemed necessary for what I do.. 

I don't have your errors... and I'm pretty sure this is the problem. I don't think they just rebuild everything "up and runnings" for 10.14 since mojave is out since a few days. Can you just remove all the contents of '/opt' for macports  (no idea for brew) anyway unistall them? You can reinstall them later or configure them to use another location.

Also what's the output in terminal of 

echo $PATH

?

Link to comment
Share on other sites

11 minutes ago, vector sigma said:

I don't have your errors... and I'm pretty sure this is the problem. I don't think they just rebuild everything "up and runnings" for 10.14 since mojave is out since a few days. Can you just remove all the contents of '/opt' for macports  (no idea for brew) anyway unistall them? You can reinstall them later or configure them to use another location.

Also what's the output in terminal of 


echo $PATH

?

 

406584839_Screenshot2018-06-15at14_27_23.png.dec9f7cbe4644865c44b0eeb10566081.png

 

 

Directly in /opt I just have X11. Then there are many ports of macports in /opt/local/bin.. But I don't know exactly which once and I don't want to destroy anything else vital. The same states for brew.. 

 

What you ask for rather would require a clean install... but I have no spare SSD left. 

 

Edited by KGP-iMacPro
Link to comment
Share on other sites

uninstall macports:

sudo port -fp uninstall installed

and then

sudo rm -rf \
        /opt/local \
        /Applications/DarwinPorts \
        /Applications/MacPorts \
        /Library/LaunchDaemons/org.macports.* \
        /Library/Receipts/DarwinPorts*.pkg \
        /Library/Receipts/MacPorts*.pkg \
        /Library/StartupItems/DarwinPortsStartup \
        /Library/Tcl/darwinports1.0 \
        /Library/Tcl/macports1.0 \
        ~/.macports

and paste this in terminal for Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

 

Edited by vector sigma
Link to comment
Share on other sites

8 minutes ago, vector sigma said:

uninstall macports:


sudo port -fp uninstall installed

 

and paste this in terminal for Homebrew


ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

 

 

Thanks, man.. but both commands do not work with Mojave.. OSX mismatch in case of MacPorts and illegal variable name with ruby command. 

 

Should have removed both before updating to Mojave.. 

Link to comment
Share on other sites

3 minutes ago, KGP-iMacPro said:

 

Thanks, man.. but both commands do not work with Mojave.. OSX mismatch in case of MacPorts and illegal variable name with ruby command. 

 

Should have removed both before updating to Mojave.. 

Try this: Build_Clover_mojave_Xcode10.command.zip, it just export a vanilla PATH variable at the beginning of the scrip (i.e. /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin), so what is in your enviroment is ignored... and also macports... just for the session of the script.

Edited by vector sigma
Link to comment
Share on other sites

11 minutes ago, vector sigma said:

Try this: Build_Clover_mojave_Xcode10.command.zip, it just export a vanilla PATH variable at the beginning of the scrip (i.e. /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin).

 

Rocks!

 

Now: 

 

1134383209_Screenshot2018-06-15at15_09_25.png.dce21d2659fdd7f57c5828c4e82fa7b7.png

 

I use Xcode 10 Beta.. Error makes no sense.. 

Edited by KGP-iMacPro
  • Like 1
Link to comment
Share on other sites

5 minutes ago, vector sigma said:

Clover is now compiled, you are just attempting to build the package. now manually replace folders mentioned here, and just use "build existing revision for release (no update, standard build)"

 

That's what I already did before... 

 

Just to check I did it once more...

 

Same error as above... 

 

Xcode version too old..  etc. 

Link to comment
Share on other sites

26 minutes ago, KGP-iMacPro said:

 

That's what I already did before... 

 

Just to check I did it once more...

 

Same error as above... 

 

Xcode version too old..  etc. 

 

Xcode version too old should have been fixed already in Clover sources. I had that error too. It detects Xcode 1 instead of 10. It's because of some old fix for old Xcode.

I think this is the actual commit, if I'm not mistaken: https://sourceforge.net/p/cloverefiboot/code/4538/

 

Shouldn't occur with new sources anymore.

Edited by arsradu
  • Like 2
Link to comment
Share on other sites

6 minutes ago, vector sigma said:

remove /Users/kgp/src/opt/local/bin/gettext

 

1.) Gettext removed

2.) Executing option (5) creates again gettext and everything else in /src/local/bin. The first time the script complained 3 times as there was no JDK installed. In the meanwhile I installed JDK and gettext gets implemented without any errors.

3.) However, same error of the script as above when building package..   

 

 

 

 

Link to comment
Share on other sites

must be another problem, here the pkg is up and running, see my log:

Spoiler

================================================================================
MAKE PKG
                             <--------------------------------------------------

========= Translating Resources ========
/Users/vectorsigma/src/edk2/Clover/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
 (170 entries)

Building CloverUpdater application...
[XCODE]
Building CloverPrefpane preference...
[XCODE]
================= Making all in fdisk440 =================
	[MKDIR] /Users/vectorsigma/src/edk2/Clover/CloverPackage/sym/build/fdisk440
	[CC64] auto.c
	[CC64] cmd.c
	[CC64] disk.c
	[CC64] fdisk.c
	[CC64] getrawpartition.c
	[CC64] mbr.c
	[CC64] misc.c
	[CC64] opendev.c
	[CC64] part.c
	[CC64] user.c
	[LD64] fdisk440_64
	[LIPO] /Users/vectorsigma/src/edk2/Clover/CloverPackage/sym/utils/fdisk440
================= Making all in boot1-install =================
	[XCODE] boot1-install
================= Making all in partutil =================
	[XCODE] partutil
================= Making all in bdmesg =================
	[XCODE] bdmesg
================= Making all in clover-genconfig =================
	[XCODE] clover-genconfig

  -------------------------------
  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
===================== BootLoaders ======================
	[BUILD] AltBoot
	[BUILD] bootNo
	[BUILD] boot0af
	[BUILD] boot0ss
====================== CloverEFI =======================
	[BUILD] cloverEFI.64.sata
	[BUILD] cloverEFI.64.blockio
======================== Themes ========================
	[BUILD] metal
	[BUILD] BGM
	[BUILD] CloverThemeManager
================= drivers64 mandatory ==================
	[BUILD] AppleImageCodec-64
	[BUILD] AppleUITheme-64
	[BUILD] AppleKeyAggregator-64
	[BUILD] FSInject-64
	[BUILD] FirmwareVolume-64
	[BUILD] SMCHelper-64
===================== drivers64 ========================
	[BUILD] GrubISO9660-64
	[BUILD] XhciDxe-64
	[BUILD] GrubEXFAT-64
	[BUILD] GrubNTFS-64
	[BUILD] GrubUDF-64
=============== drivers64 UEFI mandatory ===============
	[BUILD] AppleImageCodec-64.UEFI
	[BUILD] AppleUITheme-64.UEFI
	[BUILD] DataHubDxe-64.UEFI
	[BUILD] AppleKeyAggregator-64.UEFI
	[BUILD] VBoxHfs-64.UEFI
	[BUILD] FSInject-64.UEFI
	[BUILD] FirmwareVolume-64.UEFI
	[BUILD] SMCHelper-64.UEFI
=================== drivers64 UEFI =====================
	[BUILD] HashServiceFix-64
	[BUILD] UsbMouseDxe-64
	[BUILD] OsxAptioFix3Drv-64
	[BUILD] OsxFatBinaryDrv-64
	[BUILD] UsbKbDxe-64
	[BUILD] PartitionDxe-64
	[BUILD] OsxAptioFix2Drv-64
	[BUILD] CsmVideoDxe-64
	[BUILD] VBoxIso9600-64
	[BUILD] AptioInputFix
	[BUILD] OsxLowMemFixDrv-64
	[BUILD] VBoxExt4-64
	[BUILD] Fat-64
	[BUILD] EnglishDxe-64
	[BUILD] EmuVariableUefi-64
	[BUILD] Ps2MouseDxe-64
	[BUILD] VBoxExt2-64
	[BUILD] NvmExpressDxe-64
	[BUILD] AptioMemoryFix
	[BUILD] OsxAptioFixDrv-64
===================== 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
==================== Clover Prefpane ===================
	[BUILD] CloverPrefpane
================= Post =================
	[BUILD] Post

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

 Build info.
 ===========
  Package name: Clover_v2.4k_r4543.pkg
  MD5:          18d59c48d68fbae43e412ebddc938d10
  Version:      v2.4k
  Stage:        v2.4k
  Date/Time:    2018-06-15 15:36:51
  Built by:     vectorsigma
  Copyright     2012-2018

  adding: Clover_v2.4k_r4543.pkg (deflated 1%)
  adding: Clover_v2.4k_r4543.pkg.md5 (stored 0%)
total 47936
drwxr-xr-x   9 vectorsigma  staff       288 Jun 15 15:39 .
drwxr-xr-x  15 vectorsigma  staff       480 Jun 15 15:39 ..
-rw-r--r--@  1 vectorsigma  staff  12107139 Jun 15 15:39 Clover_v2.4k_r4543.pkg
-rw-r--r--   1 vectorsigma  staff        68 Jun 15 15:39 Clover_v2.4k_r4543.pkg.md5
-rw-r--r--   1 vectorsigma  staff  12047011 Jun 15 15:39 Clover_v2.4k_r4543.zip
drwxr-xr-x   3 vectorsigma  staff        96 Jun 15 15:39 Resources
drwxr-xr-x   7 vectorsigma  staff       224 Jun 15 15:39 build
drwxr-xr-x   3 vectorsigma  staff        96 Jun 15 15:39 package
drwxr-xr-x   7 vectorsigma  staff       224 Jun 15 15:39 utils
================================================================================
build started at:
Fri Jun 15 15:36:40 CEST 2018
finished at
Fri Jun 15 15:39:53 CEST 2018

Done!

                             <--------------------------------------------------
Clover was built successfully!
Press any key to continue...

 

what if you run in Terminal:

which gettext

?

19 minutes ago, KGP-iMacPro said:

In the meanwhile I installed JDK and gettext gets implemented without any errors

When building gettext a popup show up about updating Java..... you can just ignore it... is just a an advertise from a sponsor... really no need for it

Edited by vector sigma
Link to comment
Share on other sites

5 minutes ago, vector sigma said:

must be another problem, here the pkg is up and running, see my log:

  Hide contents


================================================================================
MAKE PKG
                             <--------------------------------------------------

========= Translating Resources ========
/Users/vectorsigma/src/edk2/Clover/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
 (170 entries)

Building CloverUpdater application...
[XCODE]
Building CloverPrefpane preference...
[XCODE]
================= Making all in fdisk440 =================
	[MKDIR] /Users/vectorsigma/src/edk2/Clover/CloverPackage/sym/build/fdisk440
	[CC64] auto.c
	[CC64] cmd.c
	[CC64] disk.c
	[CC64] fdisk.c
	[CC64] getrawpartition.c
	[CC64] mbr.c
	[CC64] misc.c
	[CC64] opendev.c
	[CC64] part.c
	[CC64] user.c
	[LD64] fdisk440_64
	[LIPO] /Users/vectorsigma/src/edk2/Clover/CloverPackage/sym/utils/fdisk440
================= Making all in boot1-install =================
	[XCODE] boot1-install
================= Making all in partutil =================
	[XCODE] partutil
================= Making all in bdmesg =================
	[XCODE] bdmesg
================= Making all in clover-genconfig =================
	[XCODE] clover-genconfig

  -------------------------------
  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
===================== BootLoaders ======================
	[BUILD] AltBoot
	[BUILD] bootNo
	[BUILD] boot0af
	[BUILD] boot0ss
====================== CloverEFI =======================
	[BUILD] cloverEFI.64.sata
	[BUILD] cloverEFI.64.blockio
======================== Themes ========================
	[BUILD] metal
	[BUILD] BGM
	[BUILD] CloverThemeManager
================= drivers64 mandatory ==================
	[BUILD] AppleImageCodec-64
	[BUILD] AppleUITheme-64
	[BUILD] AppleKeyAggregator-64
	[BUILD] FSInject-64
	[BUILD] FirmwareVolume-64
	[BUILD] SMCHelper-64
===================== drivers64 ========================
	[BUILD] GrubISO9660-64
	[BUILD] XhciDxe-64
	[BUILD] GrubEXFAT-64
	[BUILD] GrubNTFS-64
	[BUILD] GrubUDF-64
=============== drivers64 UEFI mandatory ===============
	[BUILD] AppleImageCodec-64.UEFI
	[BUILD] AppleUITheme-64.UEFI
	[BUILD] DataHubDxe-64.UEFI
	[BUILD] AppleKeyAggregator-64.UEFI
	[BUILD] VBoxHfs-64.UEFI
	[BUILD] FSInject-64.UEFI
	[BUILD] FirmwareVolume-64.UEFI
	[BUILD] SMCHelper-64.UEFI
=================== drivers64 UEFI =====================
	[BUILD] HashServiceFix-64
	[BUILD] UsbMouseDxe-64
	[BUILD] OsxAptioFix3Drv-64
	[BUILD] OsxFatBinaryDrv-64
	[BUILD] UsbKbDxe-64
	[BUILD] PartitionDxe-64
	[BUILD] OsxAptioFix2Drv-64
	[BUILD] CsmVideoDxe-64
	[BUILD] VBoxIso9600-64
	[BUILD] AptioInputFix
	[BUILD] OsxLowMemFixDrv-64
	[BUILD] VBoxExt4-64
	[BUILD] Fat-64
	[BUILD] EnglishDxe-64
	[BUILD] EmuVariableUefi-64
	[BUILD] Ps2MouseDxe-64
	[BUILD] VBoxExt2-64
	[BUILD] NvmExpressDxe-64
	[BUILD] AptioMemoryFix
	[BUILD] OsxAptioFixDrv-64
===================== 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
==================== Clover Prefpane ===================
	[BUILD] CloverPrefpane
================= Post =================
	[BUILD] Post

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

 Build info.
 ===========
  Package name: Clover_v2.4k_r4543.pkg
  MD5:          18d59c48d68fbae43e412ebddc938d10
  Version:      v2.4k
  Stage:        v2.4k
  Date/Time:    2018-06-15 15:36:51
  Built by:     vectorsigma
  Copyright     2012-2018

  adding: Clover_v2.4k_r4543.pkg (deflated 1%)
  adding: Clover_v2.4k_r4543.pkg.md5 (stored 0%)
total 47936
drwxr-xr-x   9 vectorsigma  staff       288 Jun 15 15:39 .
drwxr-xr-x  15 vectorsigma  staff       480 Jun 15 15:39 ..
-rw-r--r--@  1 vectorsigma  staff  12107139 Jun 15 15:39 Clover_v2.4k_r4543.pkg
-rw-r--r--   1 vectorsigma  staff        68 Jun 15 15:39 Clover_v2.4k_r4543.pkg.md5
-rw-r--r--   1 vectorsigma  staff  12047011 Jun 15 15:39 Clover_v2.4k_r4543.zip
drwxr-xr-x   3 vectorsigma  staff        96 Jun 15 15:39 Resources
drwxr-xr-x   7 vectorsigma  staff       224 Jun 15 15:39 build
drwxr-xr-x   3 vectorsigma  staff        96 Jun 15 15:39 package
drwxr-xr-x   7 vectorsigma  staff       224 Jun 15 15:39 utils
================================================================================
build started at:
Fri Jun 15 15:36:40 CEST 2018
finished at
Fri Jun 15 15:39:53 CEST 2018

Done!

                             <--------------------------------------------------
Clover was built successfully!
Press any key to continue...

 

what if you run in Terminal:


which gettext

?

When building gettext a popup show up about updating Java..... you can just ignore it... is just a an advertise from a sponsor... 

I'm getting the error as @KGP-iMacPro 

Link to comment
Share on other sites

7 minutes ago, vector sigma said:

so the output of 'which gettext' is?

no output, but it does download gettext every time I try to build 

gettext check:
                             <--------------------------------------------------
gettext not found..

Status: gettext-latest.tar.gz not found.

 

Edited by Pavo
Link to comment
Share on other sites

6 minutes ago, vector sigma said:

must be another problem, here the pkg is up and running, see my log:

  Hide contents


================================================================================
MAKE PKG
                             <--------------------------------------------------

========= Translating Resources ========
/Users/vectorsigma/src/edk2/Clover/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
 (170 entries)

Building CloverUpdater application...
[XCODE]
Building CloverPrefpane preference...
[XCODE]
================= Making all in fdisk440 =================
	[MKDIR] /Users/vectorsigma/src/edk2/Clover/CloverPackage/sym/build/fdisk440
	[CC64] auto.c
	[CC64] cmd.c
	[CC64] disk.c
	[CC64] fdisk.c
	[CC64] getrawpartition.c
	[CC64] mbr.c
	[CC64] misc.c
	[CC64] opendev.c
	[CC64] part.c
	[CC64] user.c
	[LD64] fdisk440_64
	[LIPO] /Users/vectorsigma/src/edk2/Clover/CloverPackage/sym/utils/fdisk440
================= Making all in boot1-install =================
	[XCODE] boot1-install
================= Making all in partutil =================
	[XCODE] partutil
================= Making all in bdmesg =================
	[XCODE] bdmesg
================= Making all in clover-genconfig =================
	[XCODE] clover-genconfig

  -------------------------------
  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
===================== BootLoaders ======================
	[BUILD] AltBoot
	[BUILD] bootNo
	[BUILD] boot0af
	[BUILD] boot0ss
====================== CloverEFI =======================
	[BUILD] cloverEFI.64.sata
	[BUILD] cloverEFI.64.blockio
======================== Themes ========================
	[BUILD] metal
	[BUILD] BGM
	[BUILD] CloverThemeManager
================= drivers64 mandatory ==================
	[BUILD] AppleImageCodec-64
	[BUILD] AppleUITheme-64
	[BUILD] AppleKeyAggregator-64
	[BUILD] FSInject-64
	[BUILD] FirmwareVolume-64
	[BUILD] SMCHelper-64
===================== drivers64 ========================
	[BUILD] GrubISO9660-64
	[BUILD] XhciDxe-64
	[BUILD] GrubEXFAT-64
	[BUILD] GrubNTFS-64
	[BUILD] GrubUDF-64
=============== drivers64 UEFI mandatory ===============
	[BUILD] AppleImageCodec-64.UEFI
	[BUILD] AppleUITheme-64.UEFI
	[BUILD] DataHubDxe-64.UEFI
	[BUILD] AppleKeyAggregator-64.UEFI
	[BUILD] VBoxHfs-64.UEFI
	[BUILD] FSInject-64.UEFI
	[BUILD] FirmwareVolume-64.UEFI
	[BUILD] SMCHelper-64.UEFI
=================== drivers64 UEFI =====================
	[BUILD] HashServiceFix-64
	[BUILD] UsbMouseDxe-64
	[BUILD] OsxAptioFix3Drv-64
	[BUILD] OsxFatBinaryDrv-64
	[BUILD] UsbKbDxe-64
	[BUILD] PartitionDxe-64
	[BUILD] OsxAptioFix2Drv-64
	[BUILD] CsmVideoDxe-64
	[BUILD] VBoxIso9600-64
	[BUILD] AptioInputFix
	[BUILD] OsxLowMemFixDrv-64
	[BUILD] VBoxExt4-64
	[BUILD] Fat-64
	[BUILD] EnglishDxe-64
	[BUILD] EmuVariableUefi-64
	[BUILD] Ps2MouseDxe-64
	[BUILD] VBoxExt2-64
	[BUILD] NvmExpressDxe-64
	[BUILD] AptioMemoryFix
	[BUILD] OsxAptioFixDrv-64
===================== 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
==================== Clover Prefpane ===================
	[BUILD] CloverPrefpane
================= Post =================
	[BUILD] Post

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

 Build info.
 ===========
  Package name: Clover_v2.4k_r4543.pkg
  MD5:          18d59c48d68fbae43e412ebddc938d10
  Version:      v2.4k
  Stage:        v2.4k
  Date/Time:    2018-06-15 15:36:51
  Built by:     vectorsigma
  Copyright     2012-2018

  adding: Clover_v2.4k_r4543.pkg (deflated 1%)
  adding: Clover_v2.4k_r4543.pkg.md5 (stored 0%)
total 47936
drwxr-xr-x   9 vectorsigma  staff       288 Jun 15 15:39 .
drwxr-xr-x  15 vectorsigma  staff       480 Jun 15 15:39 ..
-rw-r--r--@  1 vectorsigma  staff  12107139 Jun 15 15:39 Clover_v2.4k_r4543.pkg
-rw-r--r--   1 vectorsigma  staff        68 Jun 15 15:39 Clover_v2.4k_r4543.pkg.md5
-rw-r--r--   1 vectorsigma  staff  12047011 Jun 15 15:39 Clover_v2.4k_r4543.zip
drwxr-xr-x   3 vectorsigma  staff        96 Jun 15 15:39 Resources
drwxr-xr-x   7 vectorsigma  staff       224 Jun 15 15:39 build
drwxr-xr-x   3 vectorsigma  staff        96 Jun 15 15:39 package
drwxr-xr-x   7 vectorsigma  staff       224 Jun 15 15:39 utils
================================================================================
build started at:
Fri Jun 15 15:36:40 CEST 2018
finished at
Fri Jun 15 15:39:53 CEST 2018

Done!

                             <--------------------------------------------------
Clover was built successfully!
Press any key to continue...

 

what if you run in Terminal:


which gettext

?

 

upps.. seems there was one gettext left in /opt/local/bin/ from previous installations, which was the active one... removed it.. started from scratch ...

 

same problem ... same error 

 

now "which getttext" reveals "gettext: Command not found"

 

Again a "path" problem? gettext is in ~/src/opt/local/bin.. just verified.. 

 

I have to leave for two hours... be right back 

 

 

 

 

Link to comment
Share on other sites

1 minute ago, ellaosx said:

Removing opt folder and rerun the script worked for me

Will try this

3 minutes ago, vector sigma said:

locate

hhhm, this is another problem. Is gettext installed in ~/src/opt/local/bin/? if yes try to 'chmode +x  ~/src/opt/local/bin/gettext.

will also try this is removing /opt doesn't work

Link to comment
Share on other sites

×
×
  • Create New...