openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.93k stars 3.44k forks source link

modemmanager: contains erroneous value: '/bin/gdbus-codegen' #24095

Closed trippleflux closed 3 months ago

trippleflux commented 3 months ago

Maintainer: Nicholas Smith Environment: x86_64

Description:

Compilation now failed because of recent glib2 changes :

../../../../build_dir/target-x86_64_glibc_custom/modemmanager-0~1.22.0/libmm-glib/generated/meson.build:153:24: ERROR: Dependency 'gio-2.0' tool variable 'gdbus_codegen' contains erroneous value: '/bin/gdbus-codegen'

This is a distributor issue -- please report it to your gio-2.0 provider.

Reverting glib2 changes make it compiles again.

trippleflux commented 3 months ago

As mentioned by @Ansuel, missing the following changes, sorry.