From owner-freebsd-ports@freebsd.org Sun Nov 13 13:04:36 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 18EA5C3E978 for ; Sun, 13 Nov 2016 13:04:36 +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 CA2D11D3E for ; Sun, 13 Nov 2016 13:04:35 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id uADCmbNI027206 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 13 Nov 2016 12:48:37 GMT (envelope-from list1@gjunka.com) To: freebsd-ports@freebsd.org From: Grzegorz Junka Subject: LibreOffice fails to start Message-ID: <57a1a6e6-0615-f9c9-fbcb-5c19b149675e@gjunka.com> Date: Sun, 13 Nov 2016 12:48:37 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Sun, 13 Nov 2016 13:04:36 -0000 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