From owner-freebsd-ports@freebsd.org Sun Nov 13 20:37:21 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 9B2D1C40254 for ; Sun, 13 Nov 2016 20:37:21 +0000 (UTC) (envelope-from net@arrishq.net) Received: from mail1.arrishq.net (eatmyshorts.phobos.ws [178.63.103.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65C0E1A3C for ; Sun, 13 Nov 2016 20:37:20 +0000 (UTC) (envelope-from net@arrishq.net) Received: from mail.arrishq.net (mail.arrishq.net [127.0.0.1]) (Authenticated sender: local) by mail1.arrishq.net (qmail) with ESMTPSA id 8B8AA9FB ; Sun, 13 Nov 2016 21:30:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arrishq.net; s=default; t=1479069009; bh=8kL+3o1UsMLLK+sLjOqaqEZTMaO8NVThptOknpcO9nY=; h=Subject:To:References:From:Date:In-Reply-To; b=MGNhTyfWeR9MFVbQr1OcKOp7Lv97ZUSJnTuYzXap1o6J6NZlZXGuNQmyRB9hFFbt7 31y6ttNZ0G7RZZXOnxnemOzMHMQVDQ2/CVS73wg6SXfBlhJcRAqZh0pvvVpxI+c1gi gyu7rAFt7LCBq02T5SpgdfWIXgQLWWamug3JtvkY= Subject: Re: LibreOffice fails to start To: Grzegorz Junka , freebsd-ports@freebsd.org References: <57a1a6e6-0615-f9c9-fbcb-5c19b149675e@gjunka.com> From: Tommy Scheunemann Message-ID: <5828CD4C.9010700@arrishq.net> Date: Sun, 13 Nov 2016 21:30:04 +0100 MIME-Version: 1.0 In-Reply-To: <57a1a6e6-0615-f9c9-fbcb-5c19b149675e@gjunka.com> Content-Type: text/plain; charset=ISO-8859-1 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: Sun, 13 Nov 2016 20:37:21 -0000 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"