From owner-freebsd-python@FreeBSD.ORG Sat Feb 2 13:34:11 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E2B91BA9; Sat, 2 Feb 2013 13:34:11 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22e.google.com (ia-in-x022e.1e100.net [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 83ACB196; Sat, 2 Feb 2013 13:34:11 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id o25so6414278iad.19 for ; Sat, 02 Feb 2013 05:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=PZO6Osocv9tffEFrIvYAw042Jx2f5maC56CRTb77+18=; b=CL+hYcjRTTvimRxOxhKXoPP8Vvf0aKA8dIubXuqngO4Sj3etjQiWvbwmdBx5Ke/Gww 8vQgs0t9bAo2Ccqf1ARbOnhyW8LvK1Oh5uHRO2sngLD5ZG/fY+1FWsDYB99XYNoWnYZr fw41mCwvbK8+LltRKfYjfMUdFliVjyQmkpjMmZBsBIbG22K0pWwcNe6gWWsgXgkQMjNz O0I8P5AqfR4A2QJ/KvjA1OuhQUVVh1Dm5RpJ9wTtZ+DjljLdqEHrXmzyQuZZNBVwZh08 RtPdeHmGyfnpZKnqUnTkuduLgbcf90YmT3fv2cd+QGEWqnALyWwtOrNu26MmAtagWlMP lzvg== X-Received: by 10.50.13.175 with SMTP id i15mr1310164igc.75.1359812050371; Sat, 02 Feb 2013 05:34:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.16.73 with HTTP; Sat, 2 Feb 2013 05:33:40 -0800 (PST) In-Reply-To: References: From: Chris Rees Date: Sat, 2 Feb 2013 13:33:40 +0000 Message-ID: Subject: Re: [Fwd: python33-3.3.0_2 failed on amd64 9.1-glib] To: Dmitry Sivachenko Content-Type: text/plain; charset=ISO-8859-1 Cc: Li-Wen Hsu , python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 13:34:12 -0000 On 2 February 2013 11:52, Chris Rees wrote: > On 2 February 2013 11:29, Dmitry Sivachenko wrote: >> >> On 02.02.2013, at 15:28, Chris Rees wrote: >> >>> On 1 February 2013 18:51, Dmitry Sivachenko wrote: >>>> Upgrade to 9-STABLE and it will package correctly. >>>> >>>> See http://svnweb.freebsd.org/base?view=revision&revision=243331 >>> >>> That's great, and I understand that ports are only guaranteed to work >>> on -stable etc... but don't you think that broken on latest release is >>> unacceptable? >> >> >> Before the release, I asked re@ to MFC this change to 9.1-RELEASE. >> They decided it is not necessary, so the answer is: it is acceptable. > > Hm, thanks-- I'll bring it up with them. I've fixed the packaging on 9.1-RELEASE in r311428 http://svnweb.freebsd.org/ports/head/lang/python33/files/patch-Modules-_decimal-libmpdec-io.c?view=log Crude, but it works, and I don't see another workaround. Chris