pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49976: x11/gtk3 needs to have its dependency on devel/atk explicitly marked as >= 2.15.1
>Number: 49976
>Category: pkg
>Synopsis: x11/gtk3 needs to have its dependency on devel/atk explicitly marked as >= 2.15.1
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jun 16 09:10:00 +0000 2015
>Originator: David H. Gutteridge
>Release: Current
>Organization:
>Environment:
n/a
>Description:
I just tried building x11/gtk3 after its update to 3.16.3 two days
ago, and encountered the following failure:
configure: error: Package requirements (glib-2.0 >= 2.43.4 atk >= 2.15.1 pango >= 1.36.7 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0) were not met:
Requested 'atk >= 2.15.1' but version of Atk is 2.14.0
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
*** Error code 1
Stop.
make[1]: stopped in /home/disciple/pkgsrc/x11/gtk3
*** Error code 1
>How-To-Repeat:
Trying compiling x11/gtk3 on a machine with a devel/atk package built
and installed prior to June 10th.
>Fix:
In x11/gtk3's make file
BUILDLINK_API_DEPENDS.atk+= atk>=2.12.0
should now be
BUILDLINK_API_DEPENDS.atk+= atk>=2.15.1
Home |
Main Index |
Thread Index |
Old Index