From owner-freebsd-python@FreeBSD.ORG Thu Sep 25 16:50:04 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA45B66F; Thu, 25 Sep 2014 16:50:04 +0000 (UTC) Received: from mail-yk0-x22b.google.com (mail-yk0-x22b.google.com [IPv6:2607:f8b0:4002:c07::22b]) (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 80E04DA5; Thu, 25 Sep 2014 16:50:04 +0000 (UTC) Received: by mail-yk0-f171.google.com with SMTP id 79so3544587ykr.2 for ; Thu, 25 Sep 2014 09:50:02 -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=AfhqRhdwFbbFi8t7MKZ1zGO+jt7pJmsUERXZwGkAZAY=; b=ef7NuZW3AJvuzf1bkV6Q21VCpV/MX4EeszWRRCvMOPw8DjeEUyEY+4lbCoc9YjF2KA mVyc6iKzHA/6V0K26KkuROvQxLobDGAF5WWHtL8uMOKPqvX2tw+RSWf8kwCo/cJXwrEP 18kSl/j+JnHbbhgBdJeROrbUDgzsQNWRpXD/zBajorXVLzLYXo+0cvkAEhpm9i6yDeB6 /4IV4z8XHrNvFY8OtJIqpH3dX9u9lw5bmISigzQZVtB8OHjuNc23dPThYtIRzHA+TzrD TPLmWw5u3KbEPQF5FLlEmOmc0hjyXefsT3nGoIdNPl4yPAqune3Gd/wWEVVnZbtVsTkC le1g== MIME-Version: 1.0 X-Received: by 10.236.0.169 with SMTP id 29mr2724080yhb.150.1411663802438; Thu, 25 Sep 2014 09:50:02 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Thu, 25 Sep 2014 09:50:02 -0700 (PDT) In-Reply-To: <201409240906.s8O96ghZ059220@svn.freebsd.org> References: <201409240906.s8O96ghZ059220@svn.freebsd.org> Date: Thu, 25 Sep 2014 18:50:02 +0200 X-Google-Sender-Auth: d9l5DsgqF4aJdXSE_S9u5oRA3Oo Message-ID: Subject: Re: svn commit: r369166 - head/lang/cython From: Antoine Brodin To: Bartek Rutkowski , Vitaly Magerya Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org 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: Thu, 25 Sep 2014 16:50:04 -0000 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