From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58869 invoked by alias); 20 May 2016 14:26:36 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 58847 invoked by uid 89); 20 May 2016 14:26:35 -0000 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 Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 20 May 2016 14:26:25 +0000 Received: by mail-wm0-f44.google.com with SMTP id a17so7892924wme.0 for ; Fri, 20 May 2016 07:26:25 -0700 (PDT) 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) Received: from [172.21.188.188] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id f188sm4877770wma.2.2016.05.20.07.26.21 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 May 2016 07:26:21 -0700 (PDT) From: Marco Atzeri Subject: cygport depends: python3 over detection ? To: "cygwin@cygwin.com" Message-ID: <9d087151-aad6-c4c3-5d46-4f008fc4f422@gmail.com> Date: Fri, 20 May 2016 14:26:00 -0000 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 X-SW-Source: 2016-05/txt/msg00229.txt.bz2 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