From steve@energistic.com  Sun Jun 25 17:20:08 2006
Return-Path: <steve@energistic.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F22CF16A408
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jun 2006 17:20:07 +0000 (UTC)
	(envelope-from steve@energistic.com)
Received: from energistic.com (mail.energistic.com [216.54.148.60])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 70FE443D64
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jun 2006 17:20:03 +0000 (GMT)
	(envelope-from steve@energistic.com)
Received: from energistic.com (steve@localhost.energistic.com [127.0.0.1])
	by energistic.com (8.13.6/8.13.6) with ESMTP id k5PHJuCm017675;
	Sun, 25 Jun 2006 13:19:56 -0400 (EDT)
	(envelope-from steve@energistic.com)
Received: (from steve@localhost)
	by energistic.com (8.13.6/8.13.6/Submit) id k5PHJunx016162;
	Sun, 25 Jun 2006 13:19:56 -0400 (EDT)
	(envelope-from steve)
Message-Id: <20060625171956.GA20474@energistic.com>
Date: Sun, 25 Jun 2006 13:19:56 -0400
From: Steve Ames <steve@energistic.com>
To: S Roberts <stacey@vickiandstacey.com>
Cc: FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <200606251515.k5PFFrDt021097@localhost.vickiandstacey.com>
Subject: Re: portupgrade -R pwlib-1.10.0_1,1 fails with openldap-client-2.3.24 conflict with
References: <200606251515.k5PFFrDt021097@localhost.vickiandstacey.com>

>Number:         99459
>Category:       ports
>Synopsis:       Re: ports/99452: portupgrade -R pwlib-1.10.0_1,1 fails with openldap-client-2.3.24 conflict with
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 25 17:20:14 GMT 2006
>Closed-Date:    Sun Jun 25 18:58:03 GMT 2006
>Last-Modified:  Sun Jun 25 18:58:03 GMT 2006
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 See /usr/ports/UPDATING:
 
 20060616:
   AFFECTS: users of net/openldap22{,-sasl}-client
   AUTHOR: linimon@FreeBSD.org
 
   OpenLDAP version 2.3 is now the default. To upgrade all ports do
     portupgrade -rfo net/openldap23-client openldap-client
   (or a similar command for the SASL variant). If you do not want to
   upgrade, add the line `WANT_OPENLDAP_VER?=22' to /etc/make.conf.
 
 This isn't an issue with devel/pwlib as the port doesn't specify which
 version of openldap to use (so the default version is used). On June
 16th the default version changed from 2.2 to 2.3.
 
 -Steve
 
 On Sun, Jun 25, 2006 at 04:15:53PM +0100, S Roberts wrote:
 > 
 > >Submitter-Id:	current-users
 > >Originator:	S Roberts
 > >Organization:	
 > >Confidential:	no 
 > >Synopsis:	portupgrade -R pwlib-1.10.0_1,1 fails with openldap-client-2.3.24 conflict with
 > openldap-client-2.2.30
 > >Severity:	serious
 > >Priority:	high
 > >Category:	ports
 > >Class:		sw-bug
 > >Release:	FreeBSD 6.1-STABLE i386
 > >Environment:
 > System: FreeBSD chimera.vickiandstacey.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May 28 11:47:03 BST 2006 sroberts@chimera.vickiandstacey.com:/usr/obj/usr/src/sys/STEEL i386
 > 
 > 
 > >Description:
 > After fresh cvsup of ports tree, attempts to portupgrade pwlib to latest version in ports fails
 > as follows:
 > 
 >   Entering subdirectory doc
 >   Making all in /usr/ports/net/openldap23-client/work/openldap-2.3.24/doc
 >     Entering subdirectory man
 >     Making all in /usr/ports/net/openldap23-client/work/openldap-2.3.24/doc/man
 >       Entering subdirectory man1
 >       PAGES=`cd .; echo *.1`;  for page in $PAGES; do  sed -e "s%LDVERSION%2.3.24%"  -e
 >       's%ETCDIR%/usr/local/etc/openldap%'  -e 's%LOCALSTATEDIR%/usr/local/var%'  -e
 >       's%SYSCONFDIR%/usr/local/etc/openldap%'  -e 's%DATADIR%/usr/local/share/openldap%'  -e
 >       's%SBINDIR%/usr/local/sbin%'  -e 's%BINDIR%/usr/local/bin%'  -e
 >       's%LIBDIR%/usr/local/lib%'  -e 's%LIBEXECDIR%/usr/local/libexec%'  -e
 >       's%RELEASEDATE%2006/05/30%'  ./$page > $page.tmp;  done
 > 
 > 	Entering subdirectory man3
 > 	PAGES=`cd .; echo *.3`;  for page in $PAGES; do  sed -e "s%LDVERSION%2.3.24%"  -e
 > 	's%ETCDIR%/usr/local/etc/openldap%'  -e 's%LOCALSTATEDIR%/usr/local/var%'  -e
 > 	's%SYSCONFDIR%/usr/local/etc/openldap%'  -e 's%DATADIR%/usr/local/share/openldap%'  -e
 > 	's%SBINDIR%/usr/local/sbin%'  -e 's%BINDIR%/usr/local/bin%'  -e
 > 	's%LIBDIR%/usr/local/lib%'  -e 's%LIBEXECDIR%/usr/local/libexec%'  -e
 > 	's%RELEASEDATE%2006/05/30%'  ./$page > $page.tmp;  done
 > 
 > 	  Entering subdirectory man5
 > 	  PAGES=`cd .; echo *.5`;  for page in $PAGES; do  sed -e "s%LDVERSION%2.3.24%"  -e
 > 	  's%ETCDIR%/usr/local/etc/openldap%'  -e 's%LOCALSTATEDIR%/usr/local/var%'  -e
 > 	  's%SYSCONFDIR%/usr/local/etc/openldap%'  -e 's%DATADIR%/usr/local/share/openldap%'
 > 	  -e 's%SBINDIR%/usr/local/sbin%'  -e 's%BINDIR%/usr/local/bin%'  -e
 > 	  's%LIBDIR%/usr/local/lib%'  -e 's%LIBEXECDIR%/usr/local/libexec%'  -e
 > 	  's%RELEASEDATE%2006/05/30%'  ./$page > $page.tmp;  done
 > 
 > 	    Entering subdirectory man8
 > 	    PAGES=`cd .; echo *.8`;  for page in $PAGES; do  sed -e "s%LDVERSION%2.3.24%"  -e
 > 	    's%ETCDIR%/usr/local/etc/openldap%'  -e 's%LOCALSTATEDIR%/usr/local/var%'  -e
 > 	    's%SYSCONFDIR%/usr/local/etc/openldap%'  -e 's%DATADIR%/usr/local/share/openldap%'
 > 	    -e 's%SBINDIR%/usr/local/sbin%'  -e 's%BINDIR%/usr/local/bin%'  -e
 > 	    's%LIBDIR%/usr/local/lib%'  -e 's%LIBEXECDIR%/usr/local/libexec%'  -e
 > 	    's%RELEASEDATE%2006/05/30%'  ./$page > $page.tmp;  done
 > 
 > 
 > 
 > 	    ===>  Installing for openldap-client-2.3.24
 > 
 > 	    ===>  openldap-client-2.3.24 conflicts with installed package(s):
 > 		  openldap-client-2.2.30
 > 
 > 			They install files into the same place.
 > 			      Please remove them first with pkg_delete(1).
 > 			      *** Error code 1
 > 
 > 			      Stop in /usr/ports/net/openldap23-client.
 > 			      *** Error code 1
 > 
 > 			      Stop in /usr/ports/devel/pwlib.
 > 			      ** Command failed [exit code 1]: /usr/bin/script -qa
 > 			      /tmp/portupgrade86498.0 make
 > 			      ** Fix the problem and try again.
 > 			      ** Listing the failed packages (*:skipped / !:failed)
 > 				      ! devel/pwlib (pwlib-1.10.0_1,1)        (unknown build
 > 				      error)
 > 				      --->  Packages processed: 0 done, 0 ignored, 0 skipped
 > 				      and 1 failed
 > 				      #
 > >How-To-Repeat:
 > Cvsup ports tree
 > Attempt to portupgrade pwlib
 > 
 > >Fix:
 > Don't know
 > 
 > 
 > 	
 > 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Jun 25 18:56:47 UTC 2006 
State-Changed-Why:  
Misfiled followup to ports/99452; content migrated. 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Jun 25 18:56:47 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=99459 
>Unformatted:
