maintainer-feedback requested: [Bug 247868] x11-toolkits/gtk30: wrong atk version?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 9 11:16:10 UTC 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 247868: x11-toolkits/gtk30: wrong atk version?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247868



--- Description ---
I don't know where the problem is, I'm trying to build games/veloren and it
fails:

Caused by:
  process didn't exit successfully:
`/usr/ports/games/veloren/work/target/release/build/gtk-sys-ce5fecb6dcc1a8c4/bu
ild-script-build`
(exit code: 1)
--- stderr
`"pkg-config" "--libs" "--cflags" "gtk+-3.0" "gtk+-3.0 >= 3.4"` did not exit
successfully: exit code: 1
--- stdout


--- stderr
Package dependency requirement 'atk >= 2.33.3' could not be satisfied.
Package 'atk' has version '2.28.1', required version is '>= 2.33.3'
Package dependency requirement 'atk >= 2.33.3' could not be satisfied.
Package 'atk' has version '2.28.1', required version is '>= 2.33.3'

pkg info | grep atk
at-spi2-atk-2.34.2	       Assisted Technology Provider module for GTK+
atk-2.28.1		       GNOME accessibility toolkit (ATK)


maybe dep in gnome.mk needs to be changed:
atk_LIB_DEPENDS=	libatk-1.0.so:accessibility/atk

libatk-1.0.so.0.22810.1 (atk 2.28) vs libatk-1.0.so.0.23609.1 (atk 2.36)


More information about the freebsd-gnome mailing list