Bug 247868 - x11-toolkits/gtk30: wrong atk version?
Summary: x11-toolkits/gtk30: wrong atk version?
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-09 11:16 UTC by Mikael Urankar
Modified: 2020-07-20 15:54 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2020-07-09 11:16:09 UTC
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/build-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)
Comment 1 Jan Beich freebsd_committer freebsd_triage 2020-07-09 14:28:11 UTC
(In reply to Mikael Urankar from comment #0)
> atk-2.28.1                     GNOME accessibility toolkit (ATK)

Did you upgrade after ports r538495? veloren-0.6 built fine[1] with atk-2.28 but after ports r541028 even /quarterly has atk-2.36.

[1] http://beefy6.nyi.freebsd.org/data/latest-per-pkg/veloren/0.6.0/121amd64-default.log
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2020-07-09 15:42:46 UTC
(In reply to Jan Beich from comment #1)
I'm at Revision: 541740, I don't upgrade my packages very often, only when the ports infrastructure tell me to do so which was not the case here.
It's on aarch64 fwiw.