OpenCV3のインストールのついでに、GAE/Jenkins/Gimp/firefox/Blenderも再ビルドしておこう。
CaskRoomのアプリは、 ~/Applications/ にリンクされる。
なんだけど、 Jenkins は、 /Applications/Jenkins に直でインストールされる。
デーモン化する時に、jennkins.war を毎回探してしまう。(汗)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
$ $ brew cask update $ $ brew cask install blender gimp firefox --force ==> Downloading https://download.blender.org/release/Blender2.75/blender-2.75-OSX_10.6-x86_64.zip ######################################################################## 100.0% ==> Symlinking App 'blender.app' to '~/Applications/blender.app' ==> Symlinking App 'blenderplayer.app' to '~/Applications/blenderplayer.app' 🍺 blender staged at '/opt/homebrew-cask/Caskroom/blender/2.75' (3551 files, 361M) ==> Downloading http://download.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.14.dmg Already downloaded: /Library/Caches/Homebrew/gimp-2.8.14.dmg ==> Symlinking App 'GIMP.app' to '~/Applications/GIMP.app' 🍺 gimp staged at '/opt/homebrew-cask/Caskroom/gimp/2.8.14' (4734 files, 188M) ==> Downloading https://ftp.mozilla.org/pub/firefox/releases/39.0.3/mac/en-US/Firefox%2039.0.3.dmg ######################################################################## 100.0% ==> Symlinking App 'Firefox.app' to '~/Applications/Firefox.app' 🍺 firefox staged at '/opt/homebrew-cask/Caskroom/firefox/39.0.3' (115 files, 170M) $ $ brew cask install java jenkins xquartz googleappengine --force ==> Caveats This Cask makes minor modifications to the JRE to prevent issues with packaged applications, as discussed here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=411361 If your Java application still asks for JRE installation, you might need to reboot or logout/login. Installing this Cask means you have AGREED to the Oracle Binary Code License Agreement for Java SE at http://www.oracle.com/technetwork/java/javase/terms/license/index.html ==> Downloading http://download.oracle.com/otn-pub/java/jdk/8u51-b16/jdk-8u51-macosx-x64.dmg ######################################################################## 100.0% ==> Running installer for java; your password may be necessary. ==> Package installers may write to any location; options such as --appdir are ignored. Password: ==> installer: Package name is JDK 8 Update 51 ==> installer: Upgrading at base path / ==> installer: The upgrade was successful. 🍺 java staged at '/opt/homebrew-cask/Caskroom/java/1.8.0_51-b16' (2 files, 222M) ==> Caveats jenkins requires Java. You can install the latest version with brew cask install java You can change the launch parameters for jenkins using "defaults", as described in https://wiki.jenkins-ci.org/display/JENKINS/Thanks+for+using+OSX+Installer Alternatively, you can directly run jenkins with custom parameters, eg java -jar /Applications/Jenkins/jenkins.war -XX:PermSize=$MIN_PERM_GEN --httpPort=$HTTP_PORT For more options, see https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins ==> Downloading http://mirrors.jenkins-ci.org/osx/jenkins-1.619.pkg ######################################################################## 100.0% ==> Note: running "brew update" may fix sha256 checksum errors Error: sha256 mismatch Expected: 660F85B7D24133B60972127B42308369B65C971CDBA0D9883F99270306901003 Actual: 660f85b7d24133b60972127b42308369b65c971cdba0d9883f99270306901003 File: /Library/Caches/Homebrew/jenkins-1.619.pkg To retry an incomplete download, remove the file above. $ |
あぁ… 何かダウンロードしたファイルが壊れてるらしい。
Jenkinsのインストールは、ちょいちょい問題を起すなぁ。
今日は、しょっちゅう brew udate してる気がする。
言われるまま。
1 2 3 4 5 |
$ $ brew update $ brew cask install jenkins --force $ |
結果は変らず。インストール前にダウンロードで失敗。
あれ? インストール済みの古い Jenkins も動かなくなった。
何だよぉ〜。
続く。