From owner-freebsd-ports-bugs@freebsd.org Mon Jul 8 19:28:39 2019 Return-Path: Delivered-To: freebsd-ports-bugs@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 C648715E7C23 for ; Mon, 8 Jul 2019 19:28:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5E2E887C20 for ; Mon, 8 Jul 2019 19:28:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1933715E7C22; Mon, 8 Jul 2019 19:28:39 +0000 (UTC) Delivered-To: ports-bugs@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 D27C515E7C21 for ; Mon, 8 Jul 2019 19:28:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6A087C1B for ; Mon, 8 Jul 2019 19:28:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 9DE92E4BE for ; Mon, 8 Jul 2019 19:28:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x68JSbSD098627 for ; Mon, 8 Jul 2019 19:28:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x68JSb5s098626 for ports-bugs@FreeBSD.org; Mon, 8 Jul 2019 19:28:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238959] net-mgmt/collectd5: Build of 5.9.0 fails when CURL_XML option is selected Date: Mon, 08 Jul 2019 19:28:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: chip.cuccio@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2019 19:28:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238959 --- Comment #3 from Chip Cuccio --- (In reply to Krzysztof from comment #1) Spoke a little too soon: Patch fixed the CURL_XML plugin *build* issue(s). But running collectd5 with the bind XML plugin enabled throws an error: "ERROR: dlopen("/usr/local/lib/collectd/bind.so") failed: /usr/local/lib/collectd/bind.so: Undefined symbol "xmlFree". The most common cause for this problem is missing dependencies. Use ldd(1) to check the dependencies of the plugin / shared object." LDD output of plugin bind.so on AMD64: ldd /usr/local/lib/collectd/bind.so /usr/local/lib/collectd/bind.so: libcurl.so.4 =3D> /usr/local/lib/libcurl.so.4 (0x801207000) libgcrypt.so.20 =3D> /usr/local/lib/libgcrypt.so.20 (0x801497000) libc.so.7 =3D> /lib/libc.so.7 (0x800825000) libnghttp2.so.14 =3D> /usr/local/lib/libnghttp2.so.14 (0x8017c0000) libidn2.so.0 =3D> /usr/local/lib/libidn2.so.0 (0x8019e9000) libssh2.so.1 =3D> /usr/local/lib/libssh2.so.1 (0x801c08000) libssl.so.11 =3D> /usr/local/lib/libssl.so.11 (0x801e39000) libcrypto.so.11 =3D> /usr/local/lib/libcrypto.so.11 (0x802200000) libk5crypto.so.3.1 =3D> /usr/local/lib/libk5crypto.so.3.1 (0x8026ea= 000) libcom_err.so.3.0 =3D> /usr/local/lib/libcom_err.so.3.0 (0x80291e00= 0) libz.so.6 =3D> /lib/libz.so.6 (0x802b21000) libkrb5.so.3.3 =3D> /usr/local/lib/libkrb5.so.3.3 (0x802d39000) libgssapi_krb5.so.2.2 =3D> /usr/local/lib/libgssapi_krb5.so.2.2 (0x803028000) libthr.so.3 =3D> /lib/libthr.so.3 (0x803274000) libgpg-error.so.0 =3D> /usr/local/lib/libgpg-error.so.0 (0x80349c00= 0) libunistring.so.2 =3D> /usr/local/lib/libunistring.so.2 (0x8036bc00= 0) libkrb5support.so.0.1 =3D> /usr/local/lib/libkrb5support.so.0.1 (0x803a6e000) libintl.so.8 =3D> /usr/local/lib/libintl.so.8 (0x803c7d000) Make options: collectd5-5.9.0_1 CGI off collectd5-5.9.0_1 CHRONY off collectd5-5.9.0_1 CURL on collectd5-5.9.0_1 CURL_JSON on collectd5-5.9.0_1 CURL_XML on collectd5-5.9.0_1 DBI off collectd5-5.9.0_1 GCRYPT on collectd5-5.9.0_1 IPMI off collectd5-5.9.0_1 JAVA off collectd5-5.9.0_1 JSON on collectd5-5.9.0_1 KAFKA off collectd5-5.9.0_1 LOGGING on collectd5-5.9.0_1 LOGSTASH off collectd5-5.9.0_1 MEMCACHEC off collectd5-5.9.0_1 MODBUS off collectd5-5.9.0_1 MONGODB off collectd5-5.9.0_1 MQTT off collectd5-5.9.0_1 MYSQL off collectd5-5.9.0_1 NOTIFYDESKTOP off collectd5-5.9.0_1 NOTIFYEMAIL off collectd5-5.9.0_1 NUTUPS off collectd5-5.9.0_1 OLSRD off collectd5-5.9.0_1 ONEWIRE off collectd5-5.9.0_1 OPENLDAP off collectd5-5.9.0_1 PERL off collectd5-5.9.0_1 PGSQL off collectd5-5.9.0_1 PINBA off collectd5-5.9.0_1 PING on collectd5-5.9.0_1 PROMETHEUS off collectd5-5.9.0_1 PYTHON off collectd5-5.9.0_1 RABBITMQ off collectd5-5.9.0_1 REDIS off collectd5-5.9.0_1 RIEMANN off collectd5-5.9.0_1 ROUTEROS off collectd5-5.9.0_1 RRDTOOL off collectd5-5.9.0_1 SIGROK off collectd5-5.9.0_1 SNMP off collectd5-5.9.0_1 STATSD off collectd5-5.9.0_1 TOKYOTYRANT off collectd5-5.9.0_1 TSDB off collectd5-5.9.0_1 VARNISH off collectd5-5.9.0_1 VIRT off collectd5-5.9.0_1 XML on collectd5-5.9.0_1 ZOOKEEPER off --=20 You are receiving this mail because: You are the assignee for the bug.=