You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It had me stumped for awhile. Compiling 'cups-filters' failed, reported missing "gdbus-codegen". At first I thought it had something to do with dbus package.
Finally found that 'gdbus-codegen.py' is missing from package 'glib'. This is caused by a patch applied to glib: 'glib-no_python.patch'. I removed that patch and was able to compile cups-filters.
It had me stumped for awhile. Compiling 'cups-filters' failed, reported missing "gdbus-codegen". At first I thought it had something to do with dbus package.
Finally found that 'gdbus-codegen.py' is missing from package 'glib'. This is caused by a patch applied to glib: 'glib-no_python.patch'. I removed that patch and was able to compile cups-filters.
My commit:
https://github.com/bkauler/sabotage/commit/19306269aa59602b8ce2d53b299d9e198bedd302
The text was updated successfully, but these errors were encountered: