is this a problem with my setup or is this a bug in the port? Can anyone
test it out and provide some assistance?
On Tue, Nov 7, 2017 at 3:50 AM, blubee blubeeme wrote:
> I just did another test in a clean jail with no python installed. I went
> into the /deve/py3-gobject3/ directory and ran mak
I just did another test in a clean jail with no python installed. I went
into the /deve/py3-gobject3/ directory and ran make
libtool: install: /usr/bin/install -c .libs/libxcb-render-util.a
/usr/ports/x11/xcb-util-renderutil/work/stage/usr/local/lib/libxcb-render-util.a
libtool: install: strip --s
I am porting an ibus library that needs
Python >= 3.2
the Python 3 GObject bindings
IBus >= 1.4.1 (note that its GObject-Introspection bindings must be enabled)
I've done this to my makefile:
PORTNAME= ibus-cangjie
PORTVERSION=2.4
DISTVERSIONPREFIX= v
CATEGORIES=
Le 06/11/2017 à 19:53, blubee blubeeme a écrit :
> When trying to build a port and including py3-gobject3 either through:
> USE_GNOME= py3gobject3
> or
> RUN_DEPENDS= py3-gobject3:devel/py3-gobject3
>
> the build will fail because py3-gobject3 needs cairo but cairo cannot build
> with python > 2.7
When trying to build a port and including py3-gobject3 either through:
USE_GNOME= py3gobject3
or
RUN_DEPENDS= py3-gobject3:devel/py3-gobject3
the build will fail because py3-gobject3 needs cairo but cairo cannot build
with python > 2.7
Is this a bug in the port or am I doing something wrong?