Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jul 2019 19:28:37 +0000
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
Message-ID:  <bug-238959-7788-RRTTq2XGdY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238959-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238959-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238959

--- Comment #3 from Chip Cuccio <chip.cuccio@gmail.com> ---
(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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238959-7788-RRTTq2XGdY>