From owner-freebsd-ports@freebsd.org Fri Aug 26 07:34: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 31F1AA93792 for ; Fri, 26 Aug 2016 07:34:36 +0000 (UTC) (envelope-from raul@b2n.org) Received: from mail1.isdefe.es (mail1.isdefe.es [194.15.213.239]) by mx1.freebsd.org (Postfix) with ESMTP id E881BCD1 for ; Fri, 26 Aug 2016 07:34:35 +0000 (UTC) (envelope-from raul@b2n.org) Received: from turing.b2n.org (unknown [172.24.1.14]) by mail1.isdefe.es (Postfix) with ESMTP id E4AA72BAA71; Fri, 26 Aug 2016 09:34:32 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.b2n.org (Postfix) with ESMTPS id B701035E208; Fri, 26 Aug 2016 09:34:32 +0200 (CEST) Received: from 194.15.213.7 ([194.15.213.7]) by turing.b2n.org (Horde Framework) with HTTPS; Fri, 26 Aug 2016 09:34:32 +0200 Date: Fri, 26 Aug 2016 09:34:32 +0200 Message-ID: <20160826093432.Horde.Kf0b3J0tGtOaC2SdRoBbd4Z@turing.b2n.org> From: Raul To: Lars Engels Cc: freebsd-ports@freebsd.org Subject: Re: problem with net-mgmt/icinga2 upgrading from 2.4.10 to 2.5.1 (r420729) References: <1d0d6326-213d-228a-38d1-e546ea53543a@b2n.org> <20160825194924.GJ92256@e-new.0x20.net> <20160825223606.Horde.sQgWIWtWlZL2Jdq4WO-4RiX@turing.b2n.org> <20160826071753.GK92256@e-new.0x20.net> In-Reply-To: <20160826071753.GK92256@e-new.0x20.net> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 07:34:36 -0000 Lars Engels escribió: >> still with 'libcli-1.9.6_1' installed >> removing ssl from USES let it run again > Please delete devel/libcli as a workaround. Ok so, without libcli and with ssl: [....] Performing sanity check of icinga2 configuration: /usr/local/lib/icinga2/libcli.so: Undefined symbol "_ZN6icinga14ConfigCompiler15CollectIncludesERNSt3__16vectorIPNS_10ExpressionENS1_9allocatorIS4_EEEERKNS_6StringESB_SB_" [....] with libcli and ssl: [....] Performing sanity check of icinga2 configuration: /usr/local/lib/icinga2/libremote.so: Undefined symbol "_ZTVN6icinga18GetScopeExpressionE" [....] with libcli and without ssl it works