From owner-freebsd-ports@FreeBSD.ORG Tue Jan 20 15:41:32 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5886A16A4CE for ; Tue, 20 Jan 2004 15:41:32 -0800 (PST) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id C820143D5D for ; Tue, 20 Jan 2004 15:40:28 -0800 (PST) (envelope-from sean@mcneil.com) Received: from server.mcneil.com (cpe-66-27-22-248.socal.rr.com [66.27.22.248] (may be forged))i0KNeJF3010837; Tue, 20 Jan 2004 15:40:19 -0800 (PST) Received: from [66.27.22.248] (mcneil.com [66.27.22.248]) by server.mcneil.com (8.12.10/8.12.10) with ESMTP id i0KNeIqw058606; Tue, 20 Jan 2004 15:40:19 -0800 (PST) (envelope-from sean@mcneil.com) From: Sean McNeil To: "Timur I. Bakeyev" In-Reply-To: <20040120194835.GA36005@com.bat.ru> References: <1074576789.93900.2.camel@server.mcneil.com> <20040120095523.GA36393@com.bat.ru> <1074617642.56537.2.camel@server.mcneil.com> <20040120194835.GA36005@com.bat.ru> Content-Type: text/plain Message-Id: <1074642018.49179.7.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 20 Jan 2004 15:40:18 -0800 Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: server.mcneil.com 1156; Body=2 Fuz1=2 Fuz2=2 cc: freebsd-ports@freebsd.org Subject: Re: samba-devel and samba-libsmbclient conflict X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 23:41:32 -0000 I'm sorry, but either I was unclear or you didn't read my message completely. Let me try to be more exact: 1) I have samba-devel installed. I mentioned I need it and thus have it working. 2) devel/gnomevfs-extras requires smbclient.0. This is not provided by samba-devel (samba-3.0.0_1,1). It is no where to be found in the +CONTENTS. 3) Attempting to install gnomevfs-extras with samba-devel installed will cause net/samba-libsmbclient to be installed. At least, it will attempt to install it. It will fail: ===> samba-libsmbclient-3.0.0 conflicts with installed package(s): samba-3.0.0_1,1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/net/samba-libsmbclient. ===> Returning to build of gnomevfs-extras-0.99.11 Error: shared library "smbclient.0" does not exist *** Error code 1 Stop in /usr/ports/devel/gnomevfs-extras. Please do not tell me this works and how I should install it without first attempting to install it yourself and it works. I know it is not working and I told you why in my first post. Thanks, Sean On Tue, 2004-01-20 at 11:48, Timur I. Bakeyev wrote: > 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" -- Sean