From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115732 invoked by alias); 17 Jan 2020 06:34:00 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 115718 invoked by uid 89); 17 Jan 2020 06:33:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Jan 2020 06:33:49 +0000 Received: from [10.9.9.204] (helo=mailfront22.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1isLCT-0001mY-1k; Fri, 17 Jan 2020 07:33:45 +0100 Received: by mailfront22.runbox with esmtpsa [Authenticated alias (524175)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1isLC4-0007iB-7z; Fri, 17 Jan 2020 07:33:20 +0100 Subject: Re: kawa-3.1.1 released To: Duncan Mak , kawa mailing list References: From: Per Bothner Message-ID: Date: Fri, 17 Jan 2020 06:34:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00009.txt On 1/16/20 7:32 PM, Duncan Mak wrote: > Ahh, I just checked, I can look into updating the PR to fix the follow > issue this weekend: > > As a follow up, I can make a patch later on to fix this: > > $ kawa --browse-manual=javafx > kawa: --browse-manual=javafx failed: > /usr/local/Cellar/kawa/3.1.1/libexec/doc/kawa-manual.epub does not > exist I'm not sure whether you mean this is a bug in kawa 3.1.1 (as released) or in how Homebrew installs it? There are multiple ways one could "install" Kawa. One specific way that I intend to support is that you could just unzip kawa-VERSION.zip into a location, optionally and then set up a bunch of symlinks. For example: cd /usr/local/Cellar unzip kawa-VERSION.zip # Optionally: mkdir -p kawa && mv kawa-VERSION to kawa/VERSION cd /path-to-homebew-bin/ && ln -s /usr/local/Cellar/kawa-VERSION/bin/kawa kawa -- --Per Bothner per@bothner.com http://per.bothner.com/