From owner-freebsd-python@FreeBSD.ORG Sun Sep 28 06:18:11 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 750CAF0; Sun, 28 Sep 2014 06:18:11 +0000 (UTC) Received: from mail-yk0-x232.google.com (mail-yk0-x232.google.com [IPv6:2607:f8b0:4002:c07::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C53D82A; Sun, 28 Sep 2014 06:18:10 +0000 (UTC) Received: by mail-yk0-f178.google.com with SMTP id 9so204219ykp.37 for ; Sat, 27 Sep 2014 23:18:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=YkC2yECz33YQBtwfiqc9GKz5TDWk807VgolzkLkTS6s=; b=VOUntyDnj2woOYWEanvINRm5dh/XbH+S2Qmyj8ILbtlA1aypEAY79w5jaXjY9bm9FK Mgy8OHkzNu+4I1IdZQzVShR/blHOFrTez5WKj6U1G1pTepO2CFzuyHDNuIImWcLxnQeN 5R4ErkPrvuDXd4vgAj7UQdf54HC2wQ+omCqr6gBmQE6ipqUXHUdii7rBFKOSTaDHefP/ kJCPidLB9Eg1hEqv625lrrh37AgdNlhwz/C8iVSfHOLlp1ExtSQNhocOw7iH2CCUGtEF qbdmJ+hiwkcPlQgvi4kHAbZ2tB4BD6dU0KYsba/Yfz9HvaB1RWXpAvUKTaRr7ctd7f+d Oj5g== MIME-Version: 1.0 X-Received: by 10.236.66.137 with SMTP id h9mr42941650yhd.2.1411885090048; Sat, 27 Sep 2014 23:18:10 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Sat, 27 Sep 2014 23:18:09 -0700 (PDT) In-Reply-To: <54275606.7070905@FreeBSD.org> References: <201409240906.s8O96ghZ059220@svn.freebsd.org> <54275606.7070905@FreeBSD.org> Date: Sun, 28 Sep 2014 08:18:09 +0200 X-Google-Sender-Auth: mi4SHrZgv9BLVjlWKsT9jBIPpoI Message-ID: Subject: Re: svn commit: r369166 - head/lang/cython From: Antoine Brodin To: koobs@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org, Bartek Rutkowski , Vitaly Magerya X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 06:18:11 -0000 On Sun, Sep 28, 2014 at 2:27 AM, Kubilay Kocak wrote: > On 26/09/2014 2:50 AM, Antoine Brodin wrote: >> On Wed, Sep 24, 2014 at 11:06 AM, Bartek Rutkowski wrote: >>> Author: robak >>> Date: Wed Sep 24 09:06:41 2014 >>> New Revision: 369166 >>> URL: http://svnweb.freebsd.org/changeset/ports/369166 >>> QAT: https://qat.redports.org/buildarchive/r369166/ >>> >>> Log: >>> lang/cython: update 0.20.2 -> 0.21 >>> >>> - Convert to USES=python >>> >>> PR: 193643 >>> Submitted by: Viltaly Magerya >>> Approved by: mentors (implicit) >> >> Hi, >> >> It seems that 2 ports are failing to build after this change: >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369213/logs/errors/py27-kivy-1.8.0_1.log >> http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369213/logs/errors/py27-tables-3.0.0_4.log >> >> Cheers, >> >> Antoine >> _______________________________________________ >> freebsd-python@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-python >> To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" >> > > Create an issue report and assign to committer if no response is > received here, thanks! Hi, In such situation, we mark the ports BROKEN, we don't create issue for each individual port. So if nobody wants to fix, I will mark BROKEN and done. Antoine (portmgr hat on)