Re: CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-13 Thread O. Hartmann
On Tue, 2013-03-12 at 17:16 -0500, Bryan Drewery wrote:
 On 3/10/2013 6:44 AM, O. Hartmann wrote:
  On
  FreeBSD 10.0-CURRENT #0 r248128: Sun Mar 10 10:41:10 CET 2013
  I receive the error message below when trying to update installed port
  openldap24-sasl-client:
  
  ===  Cleaning for openldap-sasl-client-2.4.33_1
  === Waiting on fetch  checksum for net/openldap24-sasl-client ===
  
  ===  openldap-sasl-client-2.4.33_1 conflicts with installed
  package(s): 
openldap-sasl-client-2.4.33_1
/usr/local
net/openldap24-sasl-client
  
They install files into the same place.
You may want to stop build with Ctrl + C.
  
  
  This looks weird tome, since how can /usr/local/ be a port?
  
  My update tool is ports-mgmt/portmaster.
  
  Regards,
  
  Oliver
  
 
 I have just committed a fix to the ports tree for this.
 
 

Hello.

Well, I just updated the port's tree a few minutes ago and can not see
any changes by now. The port's tree is at

Revision: 314034

for me.

Regards,

Oliver




signature.asc
Description: This is a digitally signed message part


Re: CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-13 Thread Bryan Drewery
On 3/13/2013 2:55 AM, O. Hartmann wrote:
 On Tue, 2013-03-12 at 17:16 -0500, Bryan Drewery wrote:
 I have just committed a fix to the ports tree for this.


 
 Hello.
 
 Well, I just updated the port's tree a few minutes ago and can not see
 any changes by now. The port's tree is at
 
 Revision: 314034
 
 for me.
 
 Regards,
 
 Oliver
 
 

The change was to Mk/bsd.port.mk in r314004

-- 
Regards,
Bryan Drewery
bdrewery@freenode/EFNet



signature.asc
Description: OpenPGP digital signature


Re: CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-13 Thread O. Hartmann
On Wed, 2013-03-13 at 04:49 -0500, Bryan Drewery wrote:
 On 3/13/2013 2:55 AM, O. Hartmann wrote:
  On Tue, 2013-03-12 at 17:16 -0500, Bryan Drewery wrote:
  I have just committed a fix to the ports tree for this.
 
 
  
  Hello.
  
  Well, I just updated the port's tree a few minutes ago and can not see
  any changes by now. The port's tree is at
  
  Revision: 314034
  
  for me.
  
  Regards,
  
  Oliver
  
  
 
 The change was to Mk/bsd.port.mk in r314004
 

Well, even with clearing the build and the directory and getting it from
scratch, on FreeBSD 10-CURRENT I have still the same error.

make rmconfig

doesn't change anything, also.




signature.asc
Description: This is a digitally signed message part


Re: CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-13 Thread Bryan Drewery
On 3/13/2013 7:21 AM, O. Hartmann wrote:
 On Wed, 2013-03-13 at 04:49 -0500, Bryan Drewery wrote:
 On 3/13/2013 2:55 AM, O. Hartmann wrote:
 On Tue, 2013-03-12 at 17:16 -0500, Bryan Drewery wrote:
 I have just committed a fix to the ports tree for this.



 Hello.

 Well, I just updated the port's tree a few minutes ago and can not see
 any changes by now. The port's tree is at

 Revision: 314034

 for me.

 Regards,

 Oliver



 The change was to Mk/bsd.port.mk in r314004

 
 Well, even with clearing the build and the directory and getting it from
 scratch, on FreeBSD 10-CURRENT I have still the same error.
 
 make rmconfig
 
 doesn't change anything, also.
 

It's not a problem with net/openldap24-sasl-client specifically. It's a
/usr/ports/Mk problem.

Run: portsnap fetch extract Mk

This will update your Mk files to the latest.

-- 
Regards,
Bryan Drewery
bdrewery@freenode/EFNet



signature.asc
Description: OpenPGP digital signature


Re: CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-13 Thread O. Hartmann
On Wed, 2013-03-13 at 07:26 -0500, Bryan Drewery wrote:
 On 3/13/2013 7:21 AM, O. Hartmann wrote:
  On Wed, 2013-03-13 at 04:49 -0500, Bryan Drewery wrote:
  On 3/13/2013 2:55 AM, O. Hartmann wrote:
  On Tue, 2013-03-12 at 17:16 -0500, Bryan Drewery wrote:
  I have just committed a fix to the ports tree for this.
 
 
 
  Hello.
 
  Well, I just updated the port's tree a few minutes ago and can not see
  any changes by now. The port's tree is at
 
  Revision: 314034
 
  for me.
 
  Regards,
 
  Oliver
 
 
 
  The change was to Mk/bsd.port.mk in r314004
 
  
  Well, even with clearing the build and the directory and getting it from
  scratch, on FreeBSD 10-CURRENT I have still the same error.
  
  make rmconfig
  
  doesn't change anything, also.
  
 
 It's not a problem with net/openldap24-sasl-client specifically. It's a
 /usr/ports/Mk problem.
 
 Run: portsnap fetch extract Mk
 
 This will update your Mk files to the latest.
 

I'm with svn update, so I did this and it seems not to be changed.
Still no further update in the exspected file nor does the port build
properly.

I think I have to wait?

Oliver



signature.asc
Description: This is a digitally signed message part


Re: CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-13 Thread Bryan Drewery
On 3/13/2013 8:55 AM, O. Hartmann wrote:
 On Wed, 2013-03-13 at 07:26 -0500, Bryan Drewery wrote:
 On 3/13/2013 7:21 AM, O. Hartmann wrote:
 On Wed, 2013-03-13 at 04:49 -0500, Bryan Drewery wrote:
 On 3/13/2013 2:55 AM, O. Hartmann wrote:
 On Tue, 2013-03-12 at 17:16 -0500, Bryan Drewery wrote:
 I have just committed a fix to the ports tree for this.
 
 I'm with svn update, so I did this and it seems not to be changed.
 Still no further update in the exspected file nor does the port build
 properly.
 
 I think I have to wait?
 
 Oliver
 

Exactly what error are you getting now? The weird one showing
/usr/local should be fixed.

-- 
Regards,
Bryan Drewery
bdrewery@freenode/EFNet



signature.asc
Description: OpenPGP digital signature


Re: CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-13 Thread O. Hartmann
On Wed, 2013-03-13 at 09:54 -0500, Bryan Drewery wrote:
 On 3/13/2013 8:55 AM, O. Hartmann wrote:
  On Wed, 2013-03-13 at 07:26 -0500, Bryan Drewery wrote:
  On 3/13/2013 7:21 AM, O. Hartmann wrote:
  On Wed, 2013-03-13 at 04:49 -0500, Bryan Drewery wrote:
  On 3/13/2013 2:55 AM, O. Hartmann wrote:
  On Tue, 2013-03-12 at 17:16 -0500, Bryan Drewery wrote:
  I have just committed a fix to the ports tree for this.
  
  I'm with svn update, so I did this and it seems not to be changed.
  Still no further update in the exspected file nor does the port build
  properly.
  
  I think I have to wait?
  
  Oliver
  
 
 Exactly what error are you getting now? The weird one showing
 /usr/local should be fixed.
 


Ups, I'm very sorry.
I confused this PR with another serious PR that concerns build breakage
of net/openldap24-server (which is different).

The problems regarding to this reported problem (what we are talking
about by now) has been gone so far.

regards,
Oliver

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-12 Thread Bryan Drewery
On 3/10/2013 6:44 AM, O. Hartmann wrote:
 On
 FreeBSD 10.0-CURRENT #0 r248128: Sun Mar 10 10:41:10 CET 2013
 I receive the error message below when trying to update installed port
 openldap24-sasl-client:
 
 ===  Cleaning for openldap-sasl-client-2.4.33_1
 === Waiting on fetch  checksum for net/openldap24-sasl-client ===
 
 ===  openldap-sasl-client-2.4.33_1 conflicts with installed
 package(s): 
   openldap-sasl-client-2.4.33_1
   /usr/local
   net/openldap24-sasl-client
 
   They install files into the same place.
   You may want to stop build with Ctrl + C.
 
 
 This looks weird tome, since how can /usr/local/ be a port?
 
 My update tool is ports-mgmt/portmaster.
 
 Regards,
 
 Oliver
 

I have just committed a fix to the ports tree for this.


-- 
Regards,
Bryan Drewery
bdrewery@freenode/EFNet



signature.asc
Description: OpenPGP digital signature


CURRENT (r248128): PKGNG weirdness: openldap-sasl-client-2.4.33_1 conflicts with installed package(s): openldap-sasl-client-2.4.33_1 AND /usr/local AND net/openldap24-sasl-client

2013-03-10 Thread O. Hartmann
On
FreeBSD 10.0-CURRENT #0 r248128: Sun Mar 10 10:41:10 CET 2013
I receive the error message below when trying to update installed port
openldap24-sasl-client:

===  Cleaning for openldap-sasl-client-2.4.33_1
=== Waiting on fetch  checksum for net/openldap24-sasl-client ===

===  openldap-sasl-client-2.4.33_1 conflicts with installed
package(s): 
  openldap-sasl-client-2.4.33_1
  /usr/local
  net/openldap24-sasl-client

  They install files into the same place.
  You may want to stop build with Ctrl + C.


This looks weird tome, since how can /usr/local/ be a port?

My update tool is ports-mgmt/portmaster.

Regards,

Oliver

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org