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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247868

            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@FreeBSD.org
          Reporter: mikael@FreeBSD.org
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@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-ce5fecb6dcc1a8c=
4/build-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)

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



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