Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 04:13:28 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        "Ronald F. Guilmette" <rfg@tristatelogic.com>
Cc:        rea-fbsd@codelabs.ru, freebsd-ports@freebsd.org
Subject:   Re: Need help disabling (re-)configure step
Message-ID:  <790a9fff0912300213ue31688u63ff118e803eb958@mail.gmail.com>
In-Reply-To: <15694.1262163232@tristatelogic.com>
References:  <3jcA1ljpZsB1WBdNgXUe/MEiwds@SNwcwk2DeGhgeFqjLEiQrEAOiKg> <15694.1262163232@tristatelogic.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 30, 2009 at 2:53 AM, Ronald F. Guilmette
<rfg@tristatelogic.com> wrote:
> So now... I FINALLY (whew!) got avahi-app built and installed... albeit
> one which does not use that DBus thingy.  OK swell.  So now I go on to
> build gthumb and I get the crap below.  Have you got any sage suggestions
> for how I should get past _this_ new problem?
>
> If you do, I'd be much obliged.  Thanks.
:
> ===>    Verifying install for gnomevfs-2.0 in /usr/ports/devel/gnome-vfs
> ===>   gnome-vfs-2.24.2 depends on executable: gmake - found
> ===>   gnome-vfs-2.24.2 depends on package: libtool>=2.2 - found
> ===>   gnome-vfs-2.24.2 depends on file: /usr/local/bin/intltool-extract - found
> ===>   gnome-vfs-2.24.2 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found
> ===>   gnome-vfs-2.24.2 depends on executable: pkg-config - found
> ===>   gnome-vfs-2.24.2 depends on shared library: hal.1 - found
> ===>   gnome-vfs-2.24.2 depends on shared library: smbclient.0 - found
> ===>   gnome-vfs-2.24.2 depends on shared library: avahi-client - not found
> ===>    Verifying install for avahi-client in /usr/ports/net/avahi-app
> ===>   Returning to build of gnome-vfs-2.24.2
> Error: shared library "avahi-client" does not exist
> *** Error code 1
The reason that libavahi-client doesn't exists is due to you had build
avahi-app without D-Bus support:

    Building libavahi-core              yes
    Building avahi-daemon:              yes
    Building avahi-dnsconfd:            yes
    Building libavahi-client:           no   (You need avahi-daemon and D-Bus!)

To get the devel/gnome-vfs to build without the libavahi-client do the
following:

cd /usr/ports/devel/gnome-vfs
make config

Uncheck "Enable Bonjour/Rendezvous support", and then do a 'make install'.

You should now be able to deinstall the avahi-app, as the only thing
that depended on it was gn

Scot



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