From owner-freebsd-office@freebsd.org Fri Mar 2 15:06:16 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 02626F2B193 for ; Fri, 2 Mar 2018 15:06:16 +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 7BA1E85327; Fri, 2 Mar 2018 15:06:15 +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=1520003173; bh=5PNiKftyzWCI+B9i1sHLs0uGtMaasa4qXlJ572K+FBU=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=QfhjuiOqGnbWcBgdOJaLr7t2hcqoDV7twm6iTJtupsGr7bh5Eh6IsQyiGlqf2TF0S YPO+3RRR66vKq6SPk2eiRGcj2OrtC7sQENn+YWjMIK4bi/pv3RzY0PK219GUq1xf0N 1+rh1Ss435WdZgZc3TRHZX+vJTy545sBQT6Aikhw= Subject: Re: [CFT] LibreOffice 6 To: Li-Wen Hsu Cc: freebsd-office@freebsd.org, Greg Veldman , Greg V References: <8f700796-ab02-12df-ee96-af4f5a478959@nethead.se> <7449e737-5d92-ea68-8903-ccc3da42d73f@nethead.se> From: Per olof Ljungmark Message-ID: Date: Fri, 2 Mar 2018 16:06:11 +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-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 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: Fri, 02 Mar 2018 15:06:16 -0000 On 03/02/18 15:45, Li-Wen Hsu wrote: > On Fri, Mar 2, 2018 at 10:22 PM, Per olof Ljungmark > wrote: > > On 03/02/18 14:57, Li-Wen Hsu wrote: > > On Fri, Mar 2, 2018 at 8:10 PM, Per olof Ljungmark > > >> wrote: > > > >     Fantastic. > > > >     Tried precompiled and seems ok, only I could not open a password > >     protected file, is that supposed to work with the packages? Or do I have > >     to compile the port to make that work? > > > > > > Can you show us the details about how to reproduce this? > > > > I just did a quick test, using LO6 open a file, save with password, then > > I can open it with the password correctly.  Sorry that I cannot > > reproduce this issue here. > > Tried to > > Open a unprotected document > File -> Proporties > -> coredump > > Same if I create a new odt, save and choose properties. > > Only msg shownshown is: > > E: const char *lt_string_value(const lt_string_t *): assertion `string > != ((void *)0)' failed > > > I still cannot reproduce on my 11.1-R amd64 machine.  What's your > environment? > > BTW, have you updated all your packages in latest pkg branch? uname -a FreeBSD kreutzman.h.nethead.se 11.1-STABLE FreeBSD 11.1-STABLE #0 r326044: Tue Nov 21 15:32:32 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 LANGUAGE= KONSOLE_PROFILE_NAME=Shell KONSOLE_DBUS_SERVICE=:1.21 GLADE_PIXMAP_PATH=: VENDOR=amd LOGNAME=peo WINDOWPATH=9 SHLVL=2 DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-Kci4IjOqHK,guid=130849430a6c012596890ae45a632b12 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/data/home/peo/bin USER=peo WINDOWID=37748756 MAIL=/var/mail/peo XDG_CONFIG_DIRS=/etc/xdg:/usr/local/etc/xdg XDG_DATA_DIRS=/usr/local/share:/usr/share DISPLAY=:0 PWD=/data/home/peo OSTYPE=FreeBSD GLADE_CATALOG_PATH=: COLORFGBG=15;0 XAUTHORITY=/data/home/peo/.Xauthority SSH_AGENT_PID=96059 HOST=kreutzman.h.nethead.se XDG_CURRENT_DESKTOP=XFCE XDG_MENU_PREFIX=xfce- GLADE_MODULE_PATH=: HOSTTYPE=FreeBSD PAGER=more TERM=xterm PROFILEHOME= BLOCKSIZE=K MACHTYPE=x86_64 SESSION_MANAGER=local/kreutzman.h.nethead.se:/tmp/.ICE-unix/68102 SSH_AUTH_SOCK=/tmp/ssh-S7Z2SyChPtWH/agent.89681 LC_CTYPE=sv_SE.UTF-8 EDITOR=vi KONSOLE_DBUS_SESSION=/Sessions/42 DESKTOP_SESSION=xfce SHELL_SESSION_ID=5a635eda89e343d09c2794fafbe3c49d HOME=/data/home/peo KONSOLE_DBUS_WINDOW=/Windows/1 GROUP=wheel SHELL=/bin/csh I use xfce4 together with a lot of KDE apps, over a thousand ports installed. I use ports from head and they are all fairly recent but I will update everything including the system and then fetch the LO6 sources and build from scratch, try to get this done over the weekend. Best, //per