The problem starts with the protobuf3 package. When this package is installed, the netdata build framework assumes that the new cloud protocol (whatever it is) is to be used. It therefore defines some internal symbol that causes it to attempt to include the mqtt_wss_client.h file. This file is part of the netdata source code - but only when the netdata source code tarball has been created correctly from the netdata git repository - i.e. with something like git clone https://github.com/netdata/netdata.git --depth=100 --recursive. At any rate, the tarball that one downloads using the link specified in slackbuilds.org for netdata does not contain that include file (nor the ancillary source code files) hence the build failure that I reported.
In a nutshell, such as things currently are, under Slackware64 15.0 the latest release of netdata will not build if protobuf3 is already installed. On Sat, Apr 23, 2022 at 8:09 PM Willy Sudiarto Raharjo < [email protected]> wrote: > > Its page at slackbuilds.org says that python2-PyYAML is the only > dependency > > - which is already installed in my systems. nodejs, psycopg2 and > > MySQL-python are listed as optional dependencies. Since you have been > able > > to build it, and unless the build process somehow defaults to > > different options in your system than it does in mine, you must > > have mqtt_wss_client.h.h somewhere in your system. Could you possibly > tell > > what package installs it? It is in none of the packages listed under > > /var/log/packages in mine. > > I checked and there wasn't any file named mqtt_wss_client.h on my vm > > > -- > Willy Sudiarto Raharjo > _______________________________________________ > SlackBuilds-users mailing list > [email protected] > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > >
_______________________________________________ SlackBuilds-users mailing list [email protected] https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - https://slackbuilds.org/faq/
