From owner-freebsd-office@freebsd.org Sat Mar 3 23:37:59 2018 Return-Path: Delivered-To: freebsd-office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE2E2F4669C for ; Sat, 3 Mar 2018 23:37:59 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 725B47D351; Sat, 3 Mar 2018 23:37:59 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1520120277; bh=MfQNFBGg9rvoFBtbt7o0aGq59DRwlOSETOFmGZCWkcc=; h=Subject:From:To:Cc:References:Date:In-Reply-To; b=Rcma3APpn2rnfXwONyfpPDL4WELFmzykb6Xlke78FmSaE/ViWEvEPxJqM8ka5ZZND ZjVg0sFGXDSz1EGjqec/bUrP+d9GrKW15RrlaNUvlYtdT5hwXB0sIyoyZIguFzBtJo dHPg96Dp/IqYLNK5d5feiXc68WZq1vbDOvmJ8EUg= Subject: Re: [CFT] LibreOffice 6 From: Per olof Ljungmark To: Li-Wen Hsu , freebsd-office@freebsd.org Cc: Greg Veldman , Greg V References: Message-ID: <283100d2-f5ba-efcf-7272-a4f82cd29626@nethead.se> Date: Sun, 4 Mar 2018 00:37:50 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 23:38:00 -0000 On 03/03/18 23:33, Per olof Ljungmark wrote: > Hi, > > On 03/01/18 16:33, Li-Wen Hsu wrote: >> (BCC -ports@ for more audience) >> >> Thanks for two Greg's work in PR 224288, LibreOffice 6 updating is almost >> ready. It's time for having more people to test. >> >> The working area is here: https://github.com/lwhsu/freebsd-ports-libreoffice >> >> Just download or clone it and `cd editors/libreoffice && make install` >> should be fine. >> >> For people worried about compiling time or resource, I have pre-built >> packages available if you trust me (and my machine :-) >> >> https://people.freebsd.org/~lwhsu/libreoffice/ >> >> Please report issues to -office@ or comment on PR 224288. > > I can report that I have successfully built 6.0.2.1 with the Gtk3 option. on > > ports r463406 > FreeBSD 11.1-STABLE #0 r330311 amd64 > > Open password protect file now works > File/proprties works > > What does not work very well is the contrast colors in the UI, for > example, in the password dialogue, I see the cursor but no box and there > are no distinc buttons. The same goes for a few others I tested. > > I had this complain from make install: > ===> Registering installation for libreoffice-6.0.2 > (libreoffice-6.0.2) > /root/freebsd-ports-libreoffice.git/trunk/editors/freebsd-ports-libreoffice.git/trunk/editors/libreoffice/work/stage//usr/local/lib/libreoffice/program/libofficebean.so > - required shared library libjawt.so not found > Installing libreoffice-6.0.2... > > but > > find /usr/local/ -name "*jawt*" > /usr/local/openjdk8/jre/lib/amd64/libjawt.so > /usr/local/openjdk8/lib/amd64/libjawt.so > /usr/local/openjdk8/include/jawt.h > /usr/local/openjdk8/include/freebsd/jawt_md.h > > So not sure what "not found" refers to. > > Will now build with Gtk2 instead to check how that goes. Build with Gtk2 went fine, dialog boxes fine. No libjawt.so warning. Will test further tomorrow. Thanks!