From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 18:06:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B8931065672 for ; Mon, 1 Dec 2008 18:06:39 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id CF3288FC1B for ; Mon, 1 Dec 2008 18:06:38 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id B83B4AFC1C6; Mon, 1 Dec 2008 09:06:37 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org, robert@webtent.com Date: Mon, 1 Dec 2008 19:06:33 +0100 User-Agent: KMail/1.9.7 References: <1228140069.14908.23.camel@columbus.webtent.org> <200812011634.26024.fbsd.questions@rachie.is-a-geek.net> <1228151660.20351.4.camel@columbus.webtent.org> In-Reply-To: <1228151660.20351.4.camel@columbus.webtent.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812011906.35101.fbsd.questions@rachie.is-a-geek.net> Cc: Subject: Re: openldap24-sasl-client conflicts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 18:06:39 -0000 On Monday 01 December 2008 18:14:20 Robert Fitzpatrick wrote: > On Mon, 2008-12-01 at 16:34 +0100, Mel wrote: > > On Monday 01 December 2008 15:48:13 Jerry wrote: > > > >failed packages (-:ignored / *:skipped / !:failed) > > > > ! net/openldap24-client (install error) > > > > * net/nss_ldap > > > > * security/pam_ldap > > > > ^^^^^ portupgrade > > > > > I am assuming that you are attempting to install the port(s) manually. > > > Have you tried using a port management tool like 'portmanager' or > > > 'portupgrade' to handle the task. > > > > It's likely it's caused by portupgrade, but won't be able to tell till > > the output from net/nss_ldap build. > > Thanks for the ideas from everyone. I was doing a portinstall of > nss_ldap and pam_ldap. I went ahead and used the -k option and all in > and working now. I also received the error when installing samba, I'm > sure would for every LDAP dependent port if memory serves. This always > bites me, I have uninstalled/reinstalled ports in the past and fiddled > with things to get it all working, but nowadays I am more > knowledgeable/comfortable using force options with the port utilities. It's not working, it's masking the real error, which is either in portupgrade or /usr/ports/Mk/bsd.ldap.mk. Normally, you get this error, when a port's Makefile specifies it depends on "something", but that "something" isn't installed by the port, which means the "is this dependency installed" check always fails. For me, it works: # ls /var/db/pkg/|grep ldap openldap-sasl-client-2.4.11 openldap-sasl-server-2.4.11_2 # make -C /usr/ports/net/nss_ldap lib-depends ===> nss_ldap-1.257 depends on shared library: ldap-2.4.3 - found -- Mel Problem with today's modular software: they start with the modules and never get to the software part.