Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B1002200C7C for ; Mon, 5 Jun 2017 10:34:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AFFF9160BD4; Mon, 5 Jun 2017 08:34:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0452C160BBF for ; Mon, 5 Jun 2017 10:34:42 +0200 (CEST) Received: (qmail 33746 invoked by uid 500); 5 Jun 2017 08:34:40 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 33730 invoked by uid 99); 5 Jun 2017 08:34:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2017 08:34:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id DF346C0096 for ; Mon, 5 Jun 2017 08:34:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.173 X-Spam-Level: ** X-Spam-Status: No, score=2.173 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id dgAH-7EZe-gr for ; Mon, 5 Jun 2017 08:34:36 +0000 (UTC) Received: from zmcc-5-mx.zmailcloud.com (zmcc-5-mx.zmailcloud.com [52.201.171.122]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id BDF245F297 for ; Mon, 5 Jun 2017 08:34:35 +0000 (UTC) Received: from zmcc-5-mta-1.zmailcloud.com (127.37.197.104.bc.googleusercontent.com [104.197.37.127]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by zmcc-5-mx.zmailcloud.com (Postfix) with ESMTPS id 11EEC40524 for ; Mon, 5 Jun 2017 03:35:44 -0500 (CDT) Received: from zmcc-5-mta-1.zmailcloud.com (localhost [127.0.0.1]) by zmcc-5-mta-1.zmailcloud.com (Postfix) with ESMTPS id 9E86AC0576 for ; Mon, 5 Jun 2017 03:34:34 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by zmcc-5-mta-1.zmailcloud.com (Postfix) with ESMTP id 91C97C056A for ; Mon, 5 Jun 2017 03:34:34 -0500 (CDT) X-Virus-Scanned: amavisd-new at zmcc-5-mta-1.zmailcloud.com Received: from zmcc-5-mta-1.zmailcloud.com ([127.0.0.1]) by localhost (zmcc-5-mta-1.zmailcloud.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id cxtYG7KLT1Dn for ; Mon, 5 Jun 2017 03:34:34 -0500 (CDT) Received: from macbook-pro.home (unknown [83.202.2.198]) by zmcc-5-mta-1.zmailcloud.com (Postfix) with ESMTPSA id 4B335C03F5 for ; Mon, 5 Jun 2017 03:34:34 -0500 (CDT) Subject: Re: [VOTE] Apache DS 2.0.0-M24 release To: dev@directory.apache.org References: <803c1c36-0c6b-bc4c-c455-4e88e3f1ce89@stefan-seelmann.de> From: =?UTF-8?Q?Emmanuel_L=c3=a9charny?= Message-ID: Date: Mon, 5 Jun 2017 10:34:33 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <803c1c36-0c6b-bc4c-c455-4e88e3f1ce89@stefan-seelmann.de> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: quoted-printable archived-at: Mon, 05 Jun 2017 08:34:43 -0000 Le 04/06/2017 =C3=A0 15:28, Stefan Seelmann a =C3=A9crit : > On 06/03/2017 09:31 PM, Emmanuel Lecharny wrote: > >> - Distribution packages and sources : >> https://dist.apache.org/repos/dist/dev/directory/apacheds/2.0.0-M24/ > I don't see Windows (exe) and Linux (deb, rpm) "installers". But I'm ok > with skipping them :) I just generated them. It was just that Sierra (and el-capitan before) moved some of the tools needed to build packages in another directory (from /usr/bin to /usr/local/bin). I though it was enough to create a symlink, but Mac OSX now forbid you to do that (and if you think being root on the machine allows you to do that, f... you). The solution : launch the installers with an extra property : mvn clean install -Pdebian -Dinstallers.dpkg=3D I have updated the doco to explain how it works... --=20 Emmanuel Lecharny Symas.com directory.apache.org