Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2016 22:39:15 -0700
From:      Julian Elischer <julian@freebsd.org>
To:        "ports@FreeBSD.org" <ports@freebsd.org>
Subject:   Re: ports capable of coping with --relocate?
Message-ID:  <c6670c13-56da-ba69-047d-d2e2bad4a278@freebsd.org>
In-Reply-To: <d401004b-e831-4b8f-2e81-940f6f344669@freebsd.org>
References:  <d401004b-e831-4b8f-2e81-940f6f344669@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/10/2016 10:35 PM, Julian Elischer wrote:
>
> for packages I'm using :
>
> * PKG_DBDIR=/$(FOO)/var/db/pkg pkg add --relocate /$(FOO) $(PKGNAME)*
>
> to build up an image in location "$FOO"  that I can tar up and 
> install onto a machine.
>
> however some other ports fail to find that a dependency has been 
> installed..
>
> e.g.
>
> libglib2 is installed in the manner above, but then 
> open-vm-tools-nox11 fails with:
>
> *checking for glib-2.0 >= 2.6.0 (via pkg-config)... no**
> **configure: error: glib >= 2.6.0 is required.**
> *
>
> is there  away to make the vmware port look in $FOO, or do I need to 
> install libglib into the base system before vmware-tools will find it?
>
I just noticed that
    glib-2.46.2                    Some useful routines of C 
programming (current stable version)
IS already on the base system..  how can I get past this?
>
>
> Julian
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c6670c13-56da-ba69-047d-d2e2bad4a278>