Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 08:07:34 -0800
From:      Garrett Cooper <yanefbsd@gmail.com>
To:        Scot Hetzel <swhetzel@gmail.com>
Cc:        "rea-fbsd@codelabs.ru" <rea-fbsd@codelabs.ru>, "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>, "Ronald F. Guilmette" <rfg@tristatelogic.com>
Subject:   Re: Need help disabling (re-)configure step
Message-ID:  <0EDE5FAA-004D-43E7-A816-C7CC28FB632D@gmail.com>
In-Reply-To: <790a9fff0912300213ue31688u63ff118e803eb958@mail.gmail.com>
References:  <3jcA1ljpZsB1WBdNgXUe/MEiwds@SNwcwk2DeGhgeFqjLEiQrEAOiKg> <15694.1262163232@tristatelogic.com> <790a9fff0912300213ue31688u63ff118e803eb958@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 30, 2009, at 2:13 AM, Scot Hetzel <swhetzel@gmail.com> wrote:

> 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

Yeah, that explanation makes sense... I wish I had the port makefile  
in front of me before I sent the first half of my last reply :)...
-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0EDE5FAA-004D-43E7-A816-C7CC28FB632D>