ausfestivus / andrews-configs

Andrew's Configuration Files
0 stars 0 forks source link

MacOS hostbuild problems #63

Closed ausfestivus closed 5 years ago

ausfestivus commented 5 years ago

Ran it on a test machine and it output these problems:

issue 1

You have not agreed to the Xcode license.
Before running the installer again please agree to the license by opening
Xcode.app or running:
    sudo xcodebuild -license

10:12:49 am [emergency] Exit trapped. Exiting.

issue 2

10:31:13 am [  success] Please exit and restart all your shells.
Error: Calling `brew cask cleanup` is disabled! Use `brew cleanup` instead.

10:31:33 am [emergency] Exit trapped. Exiting.

issue 3

When opening a new shell the terminal displays:

Last login: Thu Dec 20 10:09:37 on ttys001
login: /usr/local/bin/bash: No such file or directory

[Process completed]

issue 4

11:26:42 am [   notice] Checking for App Store apps to install...
11:27:20 am [    input] Confirm each package before installing? (y/n) n
./macos-desktop-build.sh: line 128: jq: command not found
(23) Failed writing body

11:53:37 am [emergency] Exit trapped. Exiting.
ausfestivus commented 5 years ago

Issue 1 resolved. I had the installXcode function disabled. The function contains a command to do the EULA acceptance.

ausfestivus commented 5 years ago

Issue 2 resolved. It's not a valid command in current brew versions. Have commented out the command for now.

ausfestivus commented 5 years ago

Issue 3 is resolved now that the brew install has completed cleanly. Issue 4 is resolved now that brew is also installing jq