Date: Tue, 20 Jan 2004 20:48:35 +0100 From: "Timur I. Bakeyev" <timur@com.bat.ru> To: Sean McNeil <sean@mcneil.com> Cc: freebsd-ports@freebsd.org Subject: Re: samba-devel and samba-libsmbclient conflict Message-ID: <20040120194835.GA36005@com.bat.ru> In-Reply-To: <1074617642.56537.2.camel@server.mcneil.com> References: <1074576789.93900.2.camel@server.mcneil.com> <20040120095523.GA36393@com.bat.ru> <1074617642.56537.2.camel@server.mcneil.com>
next in thread | previous in thread | raw e-mail | index | archive | help
As far as you get samba-devel, you wouldn't need samba-libsmbclient at all. Libsmbclient declared as library dependency in the gnomevfs-extras, so it'll first check for existence of the library and if it is present, wouldn't try to install corresponding port. I can guess(you didn't provide details of your setup) that you have already installed libsmbclient port and fail to install samba-devel at the top of it. In this case portupgrade is the best assistant. Just forcly delete samba-libsmbclient with 'pkg_delete -f', portinstall samba-devel and run pkdb -F to fix dependencies. At this point your gnomevfs-extras will stars to depend from samba-devel instead of libsmbclient. Hope, that helps. WBR, Timur Bakeyev. On Tue, Jan 20, 2004 at 08:54:02AM -0800, Sean McNeil wrote: > What you say might be true, but attempt to install both and you will see > that portupgrade will not let you and that gnomevfs-extras-0.99.11 > requires samba-libsmbclient. > > On Tue, 2004-01-20 at 01:55, Timur I. Bakeyev wrote: > > On Mon, Jan 19, 2004 at 09:33:09PM -0800, Sean McNeil wrote: > > > Hi, > > > > > > I've only seen one place this mentioned - a kde-freebsd list. I cannot > > > install both samba-devel (which I need) and samba-libsmbclient (which I > > > want so nautilus understands smb:///). Is there a solution in the > > > works? > > > > I don't see any explicit requirements of libsmbclient in the nautilis > > port. As for the library itself, samba-devel installs it as well(it's a > > part of the samba-3.0.0 package). So, port is right - you don't need > > samba-libsmbclient when you have samba-devel installed. > > > > WBR, > > Timur. > -- > Sean > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040120194835.GA36005>