Bug 183377 - security/sssd: Fix conflicting dependencies
Summary: security/sssd: Fix conflicting dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-28 00:30 UTC by lukas.slebodnik
Modified: 2013-10-28 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (554 bytes, patch)
2013-10-28 00:30 UTC, lukas.slebodnik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lukas.slebodnik 2013-10-28 00:30:00 UTC
There are conflicting dependencies in sssd port.

https://qat.redports.org/~wg@FreeBSD.org/20131026230201-23531-213906/sssd-1.9.5.log

pkg_add openldap-sasl-client-2.4.36.txz
Installing openldap-sasl-client-2.4.36...pkg: openldap-sasl-client-2.4.36 conflicts with openldap-client-2.4.36 (installs files into the same place).  Problematic file: /usr/local/bin/ldapadd

Failed to install the following 1 package(s): openldap-sasl-client-2.4.36.txz
error in dependency openldap-sasl-client-2.4.36.txz, exiting

Fix: Patch attached with submission follows:
Comment 1 Xin LI freebsd_committer freebsd_triage 2013-10-28 03:26:27 UTC
Class Changed
From-To: maintainer-update->change-request

Not maintainer PR. 


Comment 2 Xin LI freebsd_committer freebsd_triage 2013-10-28 03:26:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

Over to maintainer.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-10-28 10:02:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-28 10:02:05 UTC
Author: wg
Date: Mon Oct 28 10:01:58 2013
New Revision: 331841
URL: http://svnweb.freebsd.org/changeset/ports/331841

Log:
  security/sssd: fix ldap client dependency
  
  - Fix ldap client dependency
  
  PR:		ports/183377
  Submitted by:	Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)

Modified:
  head/security/sssd/Makefile

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Mon Oct 28 09:58:14 2013	(r331840)
+++ head/security/sssd/Makefile	Mon Oct 28 10:01:58 2013	(r331841)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
 		libnss3.so:${PORTSDIR}/security/nss \
 		libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \
 		libkrb5.so:${PORTSDIR}/security/krb5 \
-		libldap.so:${PORTSDIR}/net/openldap24-sasl-client \
+		libldap.so:${PORTSDIR}/net/openldap24-client \
 		libinotify.so:${PORTSDIR}/devel/libinotify
 BUILD_DEPENDS=	xmlcatalog:${PORTSDIR}/textproc/libxml2 \
 		docbook-xsl>=1:${PORTSDIR}/textproc/docbook-xsl \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"