From owner-freebsd-ports@FreeBSD.ORG Tue Jan 20 18:14:00 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 6B17116A4CE for ; Tue, 20 Jan 2004 18:14:00 -0800 (PST) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB6C943D55 for ; Tue, 20 Jan 2004 18:13:56 -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))i0L2DsqG011746; Tue, 20 Jan 2004 18:13:54 -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 i0L2Drqw087918; Tue, 20 Jan 2004 18:13:53 -0800 (PST) (envelope-from sean@mcneil.com) From: Sean McNeil To: "Timur I. Bakeyev" In-Reply-To: <20040121013531.GA42492@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> <1074642018.49179.7.camel@server.mcneil.com> <20040121013531.GA42492@com.bat.ru> Content-Type: text/plain Message-Id: <1074651233.87892.5.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 20 Jan 2004 18:13:53 -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: Wed, 21 Jan 2004 02:14:00 -0000 Timur, Thank you! I appreciate your diagnosis. I'm unfamiliar with the mechanism used for dependencies, so I had no idea how to fix it. Sincerely, Sean On Tue, 2004-01-20 at 17:35, Timur I. Bakeyev wrote: > Hi Sean! > > Sorry, I missed trailing .0 in the lib dependency in the gnomevfs-extras :( > > The way, how samba-libsmbclient installs it's library is a bit evil, basically, > it installs library without the suffix and then symlink it to the libsmbclient.0. > Normally, it should be reverse... > > But in any case - the easiest way to solve your issue at the moment would be to > run: > > ln -s /usr/local/lib/libsmbclient.so /usr/local/lib/libsmbclient.so.0 > > That should satisfy library dependency for gnomevfs-extras. > > WBR, > Timur. > > On Tue, Jan 20, 2004 at 03:40:18PM -0800, Sean McNeil wrote: > > 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 -- Sean