Need help disabling (re-)configure step

Scot Hetzel swhetzel at gmail.com
Wed Dec 30 10:13:41 UTC 2009


On Wed, Dec 30, 2009 at 2:53 AM, Ronald F. Guilmette
<rfg at 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


More information about the freebsd-ports mailing list