Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Jul 2020 11:16:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 247868] x11-toolkits/gtk30: wrong atk version?
Message-ID:  <bug-247868-6497-fT3mluYmbE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247868-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247868-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 247868: x11-toolkits/gtk30: wrong atk version?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247868



--- 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-ce5fecb6dcc1a8c=
4/bu
ild-script-build`
(exit code: 1)
--- stderr
`"pkg-config" "--libs" "--cflags" "gtk+-3.0" "gtk+-3.0 >=3D 3.4"` did not e=
xit
successfully: exit code: 1
--- stdout


--- stderr
Package dependency requirement 'atk >=3D 2.33.3' could not be satisfied.
Package 'atk' has version '2.28.1', required version is '>=3D 2.33.3'
Package dependency requirement 'atk >=3D 2.33.3' could not be satisfied.
Package 'atk' has version '2.28.1', required version is '>=3D 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=3D	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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247868-6497-fT3mluYmbE>