X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=fls +sQVaeaeSljfyXE65IbI9RPiL2WLNtx9JjhRrQTDu+Zod7r6gN8rbwpMMit6p73w CNPEGy/POeyYL7G3UDItCjjEoREHtOtZYIXI8n/Xbsp8wDq/iVIfAuomi1Q5INDP UN1atFP9T/LU6LKahSZf7Bh3w0ov+lD8MraejMZg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=hAzVtaOQn Bmb5n6DOjmVKAgnQjw=; b=TNJmbSYlfd13/ACpWEemRTDqXHH2bGFH74SAd2cSh YShinVsn7JbCYbnNvzyLxPVyPoTznhZbqZGWQmrEwJZhokJuT0N6JYF//BzNiH9y ug8MLCR7toultOrbsZnTp3x0ZZfNBA7NhWVtDBDqs0jEkWhmE1IZ+6Ws104vF9GX HY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f44.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=Pqt+GpyA1Fk9W7HO2LyK0SFxZeQgpj7+GurqhFyr3uk=; b=gMG3o46q+a1KztGIYCPYg4B2t1ZD9jEXzthKMhP5cF1LDU49LWoA0RULF7wkRW+jxn d8VxB+zSdF4pqiGLPPqxtk+aVdex6nS7jx5YtCqAEAjT9KZ8EElvw+HALDiEJIq+fsOC k6QyB5x3UkxcSwWdh3kxDzgcbxUckuSHGdxhyDBIzbJgWO4WFbbcywu3V8y4SAuoR1/S ca8umiMajE5Lf94lfZSgAWBOMa6Yz2sJJ4qk/c4uHVwg7uccWmm8Md1y5/Wg1vi49AYC /+khtz6KFMoaxutBclXEdPCrCHaxsdvqTFsW6wXpB2uarGNp9iRXlcqVoNFDMClT81ij EJqw== X-Gm-Message-State: AOPr4FXVQj/Mh6UZZpgbl6dY9nvH0Zx2V+zGGp8miEbqaXSk8AMNXoA51XVwjA9MjVwvDQ== X-Received: by 10.28.238.72 with SMTP id m69mr3912089wmh.4.1463754382430; Fri, 20 May 2016 07:26:22 -0700 (PDT) From: Marco Atzeri Subject: cygport depends: python3 over detection ? To: "cygwin AT cygwin DOT com" Message-ID: <9d087151-aad6-c4c3-5d46-4f008fc4f422@gmail.com> Date: Fri, 20 May 2016 16:26:19 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi Yaakov, I have the impression that cygport is reporting python3 dependency also when just python is enough. On lilypond, I seen only Python 2.7 dependencies or generic ones: $ file usr/share/lilypond/2.19.42/python/* usr/share/lilypond/2.19.42/python/book_base.py: Python script, ASCII text executable usr/share/lilypond/2.19.42/python/book_base.pyc: python 2.7 byte-compiled usr/share/lilypond/2.19.42/python/book_docbook.py: Python script, ASCII text executable usr/share/lilypond/2.19.42/python/book_docbook.pyc: python 2.7 byte-compiled ... usr/share/lilypond/2.19.42/python/musicxml.py: Python script, UTF-8 Unicode text executable usr/share/lilypond/2.19.42/python/musicxml.pyc: python 2.7 byte-compiled usr/share/lilypond/2.19.42/python/rational.py: Python script, ASCII text executable usr/share/lilypond/2.19.42/python/rational.pyc: python 2.7 byte-compiled usr/share/lilypond/2.19.42/python/safeeval.py: Python script, ASCII text executable usr/share/lilypond/2.19.42/python/safeeval.pyc: python 2.7 byte-compiled I don't see anything that specifically requires python3. I uploaded here http://matzeri.altervista.org/works/cygport/ the log of $ cygport --debug lilypond.cygport depends |& tee depends.log and here the packages: http://matzeri.altervista.org/x86_64/lilypond/ (I removed python3 from setup.hint manually) Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple