From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P5LOo-0004X0-Ln for garchives@archives.gentoo.org; Mon, 11 Oct 2010 16:38:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04585E0534; Mon, 11 Oct 2010 16:38:26 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id D9FD4E0534 for ; Mon, 11 Oct 2010 16:38:25 +0000 (UTC) Received: by vws4 with SMTP id 4so466482vws.40 for ; Mon, 11 Oct 2010 09:38:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=Ei9zotetgLoQZaLJa1+Ch3A7E5cUs6G3ssdXTIeAEcQ=; b=m7o2Lw3lY2eubjVmarv1saftL7PHyHWmpX8SBNFr2Fjh5ax2Dh8lwOXkqJ91vQcA1D HY+X0nT7tRQgBwmyr7wGxIsBtsZ+Ua+hb/JzHJh18ngzCxM5y3nxe7/BZnP+0PJVb1ZK /ynsjcxXIA32dY8Wqt9gjnhCQ6FT+NVkzU7kg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=kXjt+Gulpe8okDO+M2AC6aRYUISJg5vuDiSqeVgk+41UETeElOzhTRQkkz478zmY9M Tc2nWA6rwmwnvXO6BiCXMtLmt+EHIS4rHaPt3USj0QhE3ahiJcX4JhflvOFKhYisZLOn Pa0oAhqHkS4UdYOQ3/7p2D3TINTsxgv7QT6Dc= Received: by 10.220.167.194 with SMTP id r2mr1951432vcy.247.1286815105458; Mon, 11 Oct 2010 09:38:25 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: jz.penguin@gmail.com Received: by 10.220.176.131 with HTTP; Mon, 11 Oct 2010 09:38:05 -0700 (PDT) From: James Date: Mon, 11 Oct 2010 12:38:05 -0400 X-Google-Sender-Auth: pBSkU5VrgX4dKfbvK0KYB69xTWI Message-ID: Subject: [gentoo-user] anyone use 389ds? To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 59109e72-4c67-45b9-875c-e89153cff68a X-Archives-Hash: ea9bfbc18ae9a237ffed595b6fe43b9e Has anyone here successfully installed 389 Directory Server from the ebuilds in the portage tree? http://bugs.gentoo.org/104554 While trying to install I run into an issue like this: -->8-- [ebuild N ] app-admin/389-console-1.1.6 111 kB [ebuild N ] www-apps/389-dsgw-1.1.5 USE="adminserver -debug" 731 kB [blocks B ] =sys-devel/libtool-2*:1.5 ("=sys-devel/libtool-2*:1.5" is blocking sys-devel/libtool-2.2.10) Total: 48 packages (43 new, 4 in new slots, 1 reinstall), Size of downloads: 101,668 kB Conflict: 1 block (1 unsatisfied) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (sys-devel/libtool-2.2.10, installed) pulled in by >=sys-devel/libtool-2.2.6b required by (dev-libs/apr-1.4.2, ebuild scheduled for merge) >=sys-devel/libtool-2.2.6b required by (net-nds/389-admin-1.1.11_rc1, ebuild scheduled for merge) >=sys-devel/libtool-2.2.6b required by (dev-libs/mozldap-6.0.6-r2, ebuild scheduled for merge) (and 7 more) (sys-devel/libtool-2.2.6b, ebuild scheduled for merge) pulled in by sys-devel/libtool:1.5 required by (net-nds/389-ds-base-1.2.6-r1, ebuild scheduled for merge) >=sys-devel/libtool-2.2.6b required by (net-nds/389-ds-base-1.2.6-r1, ebuild scheduled for merge) --8<-- I'm uncertain which of these packages are actually necessary and if any of the 389ds packages conflict with each other. But it seems that some of the 389ds packages want a certain version of libtool, while other packages want a different version. Any thoughts / ideas would be helpful. -james