Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Sep 2020 00:27:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248222] net/openldap24-client: Fails to install: pkg-static: openldap-client-2.4.50 conflicts with openldap-sasl-client-2.4.50 (via databases/mysql57-client)
Message-ID:  <bug-248222-7788-VQ9z5qpgvM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248222-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248222-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248222

Mark Linimon <linimon@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(joneum |
                   |@FreeBSD.org),              |
                   |maintainer-feedback?(delphi |
                   |j@FreeBSD.org)              |
           Assignee|ports-bugs@FreeBSD.org      |linimon@FreeBSD.org
                 CC|delphij@FreeBSD.org         |

--- Comment #12 from Mark Linimon <linimon@FreeBSD.org> ---
Here is the actual problem:

  =3D=3D=3D>   mysql57-client-5.7.31 depends on file: /usr/local/bin/cmake =
- not
found
  =3D=3D=3D>   Installing existing package /packages/All/cmake-3.17.3_1.txz
  [pkg.DaveG.ca] Installing cmake-3.17.3_1...
  [pkg.DaveG.ca] `-- Installing curl-7.71.1...
  [pkg.DaveG.ca] |   `-- Installing ca_root_nss-3.54...
  [pkg.DaveG.ca] |   `-- Extracting ca_root_nss-3.54: ........ done
  [pkg.DaveG.ca] |   `-- Installing krb5-1.18.2...
  [pkg.DaveG.ca] |   | `-- Installing openldap-client-2.4.50...
  pkg-static: openldap-client-2.4.50 conflicts with openldap-sasl-client-2.=
4.50
(installs files into the same place).  Problematic file: /usr/local/bin/lda=
padd

So at the very least you are going to have to go delete and reinstall
security/krb5 .

You _may_ find that you have to turn off

  +[ ] LDAP           LDAP protocol support

via 'make config'.  But I don't know anything about that port, to be able to
tell.

Because this is what I see if I turn that option on:

  portsjail% pwd
  /ports/default/security/krb5
  portsjail% make all-depends-list 2> /dev/null | grep openldap
  /home/linimon/ports/default/net/openldap24-client

OTOH I have nothing related to ldap or ssl in my make.conf etc.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248222-7788-VQ9z5qpgvM>