[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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247868

            Bug ID: 247868
           Summary: x11-toolkits/gtk30: wrong atk version?
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: mikael at FreeBSD.org
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list