Source: alltray Version: 0.71b-1.2 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past)
To reproduce: build alltray on a release architecture in unstable (I used amd64). > configure: error: Package requirements (gtk+-2.0 >= 2.2.0 gdk-2.0 gconf-2.0 > gdk-pixbuf-xlib-2.0) were not met: > > No package 'gdk-pixbuf-xlib-2.0' found This is because the deprecated gdk-pixbuf-xlib-2.0 module used to be pulled in as an indirect dependency by GTK 2. However, GTK 2 doesn't actually use that module, and as a result libgtk2.0-dev no longer depends on it, causing alltray to fail to build. In the short term, please build-depend on either libgdk-pixbuf-xlib-2.0-dev | libgdk-pixbuf2.0-dev if you want backports to older Debian to be possible, or libgdk-pixbuf-xlib-2.0-dev if not. That's enough to close this bug. (This might also be a good opportunity to check that all the other packages required at build time are in the Build-Depends.) For the longer term, the upstream maintainers of gdk-pixbuf have deprecated the gdk-pixbuf-xlib-2.0 module[0] and do not intend to maintain it further, so it would be better if alltray can stop using it. Thanks, smcv [0] https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib