From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121118 invoked by alias); 23 Jul 2017 18:17:02 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 121096 invoked by uid 89); 23 Jul 2017 18:17:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=prep X-HELO: limerock04.mail.cornell.edu Received: from limerock04.mail.cornell.edu (HELO limerock04.mail.cornell.edu) (128.84.13.244) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 23 Jul 2017 18:17:00 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock04.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id v6NIGwPu000652 for ; Sun, 23 Jul 2017 14:16:58 -0400 Received: from [192.168.0.4] (mta-68-175-129-7.twcny.rr.com [68.175.129.7] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id v6NIGuNN011083 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sun, 23 Jul 2017 14:16:57 -0400 To: cygwin-apps From: Ken Brown Subject: Building python*-docutils Message-ID: <3da6f201-b106-e4d4-33c8-e2dba8a5fd68@cornell.edu> Date: Sun, 23 Jul 2017 18:17:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00062.txt.bz2 Yaakov, I tried to reproduce the build of python*-docutils, and the build fails as follows: $ cygport python-docutils.cygport prep compile >>> Preparing python-docutils-0.13.1-2.noarch >>> Unpacking source docutils-0.13.1.tar.gz >>> Preparing working source directory >>> Compiling python-docutils-0.13.1-2.noarch usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_wheel' *** ERROR: setup.py bdist_wheel failed Is there a patch that was inadvertently omitted from the source package? Or is there some unusual build dependency for this package? I've successfully built several other python packages that inherit python-wheel, so I don't think there's anything wrong with my build environment. Thanks. Ken