FS#74269 - [sbxkb] FTBFS

Attached to Project: Community Packages
Opened by rvalue (rvalue) - Tuesday, 29 March 2022, 20:08 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 29 March 2023, 12:45 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Fail to build from source because of absence of gdk-pixbuf-xlib.

---
checking for GDKLIB... no
configure: error: Package requirements (gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 gtk+-2.0) were not met:

Package 'gdk-pixbuf-xlib-2.0', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GDKLIB_CFLAGS
and GDKLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
---

Probably because gdk-pixbuf-xlib is originally an indirect dependency, it's deprecated and removed from dependency tree someday.

Additional info:
Version: 0.7.6-5

Suggested change:

-makedepends=('pkgconfig')
+makedepends=('pkgconfig' 'gdk-pixbuf-xlib')

This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 29 March 2023, 12:45 GMT
Reason for closing:  Fixed
Comment by Felix Yan (felixonmars) - Tuesday, 29 March 2022, 23:24 GMT
Actually pkgconfig should be removed from makedepends. It's already in base-devel.

Loading...