From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26136 invoked by alias); 15 Jun 2016 07:54:07 -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 26123 invoked by uid 89); 15 Jun 2016 07:54:07 -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=stacey, Stacey 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; Wed, 15 Jun 2016 07:53:56 +0000 Received: by mail-wm0-f44.google.com with SMTP id v199so151199875wmv.0 for ; Wed, 15 Jun 2016 00:53:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=nkMIwRoa88qK1LFo1pobBTYPuI39jFNGZiNdNdLjZ/o=; b=eqYF93llj/X8Sraxa08bxY8OJLEHALTGaEA/RtUcXNb4JbDjMuxFXtdcwKEGOmfJuh 5usC8RZ3sGtZEJzS+N2whum99LsYCKhWHswBclthStFs2MVi57mXu+v6E0YhqrePV7cV eEcVbygFDVMCUfU0M5WfD1mSClxst4cNpgs6IuOdjE2VJsobXbrxZMja+preJdmAjKs+ 1Kpl6m3mpcQ1JteR3b0FJmKh/E2z0KVj2HacSJEl0F5/UUOPt371UdCUaTtPriOKKWdS 8jJUvgMneLhCWhx8xEKGb87pHSNSqGSuk2T0wLFmncwbWMXB3RJ264j5gZcooGc+VD+T MZHw== X-Gm-Message-State: ALyK8tLNXDuRjVdrtim7vKALmw2Cz+AUClLoyeJ5BnJfWPpddEijcX8TNj0sh1Tvb7eO5w== X-Received: by 10.28.26.4 with SMTP id a4mr5870035wma.92.1465977233966; Wed, 15 Jun 2016 00:53:53 -0700 (PDT) Received: from [172.21.188.226] ([62.154.173.198]) by smtp.googlemail.com with ESMTPSA id n26sm6368273wmi.3.2016.06.15.00.53.52 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Jun 2016 00:53:53 -0700 (PDT) Subject: Re: [ITP] gcovr: Coverage report generator To: cygwin-apps@cygwin.com References: <66990da2-00dc-1ff1-cbee-9ff2fa9f8957@tiscali.co.uk> From: Marco Atzeri Message-ID: <6502dc7f-56f6-6f46-222b-fc437ca94189@gmail.com> Date: Wed, 15 Jun 2016 07:54:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <66990da2-00dc-1ff1-cbee-9ff2fa9f8957@tiscali.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00066.txt.bz2 On 15/06/2016 08:12, David Stacey wrote: > gcovr is a Python script to generate reports from gcov. Found in Debian > and Ubuntu [1]. > > > # noarch: > BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/noarch/release > wget --no-check-certificate --no-host-directories --force-directories > --cut-dirs=5 \ > ${BASEURL}/gcovr/gcovr-3.2-1-src.tar.xz \ > ${BASEURL}/gcovr/gcovr-3.2-1.tar.xz \ > ${BASEURL}/gcovr/setup.hint > > > Test harness requires 'python-nose' and 'python-coverage' from Ports, > plus 'python-pyutilib' below. All tests pass. These are only requireed > to run the test harness; gcovr will build and run without these. > are you sure that byte compiled is arch indipendent ? $ file usr/lib/python2.7/site-packages/gcovr/* usr/lib/python2.7/site-packages/gcovr/__init__.py: ASCII text usr/lib/python2.7/site-packages/gcovr/__init__.pyc: python 2.7 byte-compiled usr/lib/python2.7/site-packages/gcovr/__init__.pyo: python 2.7 byte-compiled