From owner-freebsd-ports@freebsd.org Mon Nov 14 05:11:25 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48750C3FC12 for ; Mon, 14 Nov 2016 05:11:25 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [185.24.122.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EC93322B for ; Mon, 14 Nov 2016 05:11:24 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from ultrabook.yoonka.com (188.29.164.114.threembb.co.uk [188.29.164.114]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id uAE5BHtj049602 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 14 Nov 2016 05:11:20 GMT (envelope-from list1@gjunka.com) X-Authentication-Warning: msa1.earth.yoonka.com: Host 188.29.164.114.threembb.co.uk [188.29.164.114] claimed to be ultrabook.yoonka.com Subject: Re: LibreOffice fails to start To: Tommy Scheunemann , freebsd-ports@freebsd.org References: <57a1a6e6-0615-f9c9-fbcb-5c19b149675e@gjunka.com> <5828CD4C.9010700@arrishq.net> From: Grzegorz Junka Message-ID: <5ba3ca61-1426-bda0-77d1-5ad5f42288a2@gjunka.com> Date: Mon, 14 Nov 2016 05:11:08 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <5828CD4C.9010700@arrishq.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2016 05:11:25 -0000 Thank you, the workaround worked here as well, though I had to move two files (libvclplug_gtk3lo.so and libvclplug_gtklo.so). Greg On 13/11/2016 20:30, Tommy Scheunemann wrote: > Hi, > > an, even if not really nice and recommended, work-around is to move the > problematic file somewhere or rename it. > That worked here, though my usage might not be the usage of someone else > so it still might cause some pain somewhere. > > Le 13.11.2016 13:48, Grzegorz Junka a écrit: >> After upgrading to 5.2.3 LibreOffice no longer starts. Error shown by >> the libre office launcher: >> >> >> The following application experienced an error and needed to close: >> >> libreoffice --calc >> >> /usr/local/lib/libreoffice/program/libvclplug_gtklo.so: Undefined symbol >> "__cxa_thread_atexit" >> >> >> >> Compiled with poudriere on 10.3. Is this a known issue? Some googling >> suggests that an incorrect version of glibc was used. >> >> >> My options: >> >> >> # This file is auto-generated by 'make config'. >> # Options for libreoffice-5.2.3 >> _OPTIONS_READ=libreoffice-5.2.3 >> _FILE_COMPLETE_OPTIONS_LIST=CUPS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL >> SDK SYSTRAY TEST VERBOSE WEBDAV >> OPTIONS_FILE_SET+=CUPS >> OPTIONS_FILE_UNSET+=GNOME >> OPTIONS_FILE_SET+=GTK2 >> OPTIONS_FILE_UNSET+=GTK3 >> OPTIONS_FILE_UNSET+=JAVA >> OPTIONS_FILE_SET+=KDE4 >> OPTIONS_FILE_UNSET+=MMEDIA >> OPTIONS_FILE_UNSET+=PGSQL >> OPTIONS_FILE_UNSET+=SDK >> OPTIONS_FILE_UNSET+=SYSTRAY >> OPTIONS_FILE_UNSET+=TEST >> OPTIONS_FILE_UNSET+=VERBOSE >> OPTIONS_FILE_UNSET+=WEBDAV >> >> Greg >> >> >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"