Collectd and luci-app-statistics packages not installing

Last two snapshot install attempts (latest is r17043), including many package installs, went fine on my ramips ER-X except for below. For avoidance of doubt, I did do an "opkg update" first both times. Anyone else having trouble getting the luci-app-statistics package to install recently?

root@OpenWrt:~# opkg install luci-app-statistics
Unknown package 'luci-app-statistics'.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency collectd for luci-app-statistics
 * pkg_hash_check_unresolved: cannot find dependency collectd-mod-rrdtool for luci-app-statistics
 * pkg_hash_check_unresolved: cannot find dependency collectd-mod-iwinfo for luci-app-statistics
 * pkg_hash_check_unresolved: cannot find dependency collectd-mod-cpu for luci-app-statistics
 * pkg_hash_check_unresolved: cannot find dependency collectd-mod-memory for luci-app-statistics
 * pkg_hash_check_unresolved: cannot find dependency collectd-mod-interface for luci-app-statistics
 * pkg_hash_check_unresolved: cannot find dependency collectd-mod-load for luci-app-statistics
 * pkg_hash_check_unresolved: cannot find dependency collectd-mod-network for luci-app-statistics
 * pkg_hash_fetch_best_installation_candidate: Packages for luci-app-statistics found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package luci-app-statistics.

1 Like

https://buildbot.openwrt.org/master/packages/#/waterfall

opkg update && opkg install lynx && (. /etc/os-release; lynx --dump https://mirror-01.infra.openwrt.org/snapshots/faillogs/${OPENWRT_ARCH}/packages)

Packages buildbot seems to currently fail for many architectures.

The packages buildbot has been restarted, so hopefully the updated packages get built in the next 1-2 days.

See
http://lists.openwrt.org/pipermail/openwrt-devel/2021-June/035634.html

2 Likes

Looks like the underlying reason is changes to MySQL/mariadb that is now throwing errors for collectd regarding the MySQL plugin.
https://downloads.openwrt.org/snapshots/faillogs/arm_cortex-a15_neon-vfpv4/packages/collectd/compile.txt

    mqtt  . . . . . . . . yes
    multimeter  . . . . . no (disabled on command line)
    mysql . . . . . . . . no (mysql_config failed) (dependency error)
    netapp  . . . . . . . no (disabled on command line)
    netlink . . . . . . . yes

I am not at my pc for the next few days, so I can't fix collectd myself :frowning:

The strange part is that there has recently only been cmake/ninja change by @neheb but I don't immediately figure out why that would have broken the compilation.

1 Like

The cmake version update is to blame, not the Ninja stuff. There’s a PR that fixes this.

1 Like

Thank you for the research and debug effort! I'll keep an eye on progress and flash a new install when its time.

Do you mean the RFC meson PR ?

Oh, I guess that you meant the libmariadb PR.

Yeah I merged it. Builds should be fixed soon.

master imagebuilder functional again today (bcm2711) collectd packages rebuilt

COMP 20210620_1648> stg1:20210620-0554 stg2:20210620-0530 #### last~r16970 (AEST) Jun 20 17:35
COMP 20210622_1913> stg1:20210622-0757 stg2:20210622-0726
COMP 20210624_0054> stg1:20210623-0729 stg2:20210622-1511 r17019-fe6b9b0588#notibbuildablemysqlAKAcollectd
COMP 20210624_0430> stg1:20210623-2025 stg2:20210622-1511 r17031-e6b3e77e6e Wed Jun 23 20:14:58 2021
COMP 20210626_1409> stg1:20210625-1652 stg2:20210622-1511
COMP 20210627_1730> stg1:20210627-0915 stg2:20210622-1511
COMP 20210628_0130> stg1:20210627-0915 stg2:20210622-1511 r17054-adddfe5787 Mon Jun 28 01:31:38 AEST 2021
COMP 20210628_1459> stg1:20210628-0225 stg2:20210622-1511 r17062-f727005ae9 
COMP 20210629_0028> stg1:20210628-0718 stg2:20210622-1511 r17064-d31783329b
COMP 20210629_2125> stg1:20210629-0013 stg2:20210622-1511 r17071-e8b5429609
COMP 20210630_1505> stg1:20210629-1949 stg2:20210630-0240 r17073-8bb4437c01 [ok]
1 Like

Success! luci-app-statistics installed fine now. Thank you for restoring this.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.