From owner-freebsd-python@FreeBSD.ORG Tue Jan 1 11:14:10 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 538926CB for ; Tue, 1 Jan 2013 11:14:10 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) by mx1.freebsd.org (Postfix) with ESMTP id B8F6C8FC0C for ; Tue, 1 Jan 2013 11:14:09 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id ep20so4848327lab.32 for ; Tue, 01 Jan 2013 03:14:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=qerD0BuQrO51yRh7EMSZEAeJgb6LvSudusqVZPGPgtQ=; b=LXO3dZTup2I5V0+gH0nG95E/rpUZTkdWb7xnI7KzVu2G6sEdr12D8PCGD4DG30uz6F 1My9ICLHwMBIRG3s1XoMqp4eNQ2XRhnAFflzULghaRmarnk3Jw4dNSSl0ktPptqZwYmP 5uX+3t3Y6PWQGMDVErjMlw0Mtzte56vFCcDgMw5tRQ5GwvWTO6BPY/4o98R7idCHubFr bTHydoEnoUKLxwtFV4dlAdKIh7NL6fuX9uXi1NFs/VxVJ+R89c0TrHTckyv75Tns5+eZ /rggRa+7+W5L3OA1Qy6xn+3eP/jyI8KEpyPpQecYJ6UMUxbbS9WpWL59pR35uLEZB7/z oYBQ== X-Received: by 10.152.104.226 with SMTP id gh2mr41504607lab.24.1357038848096; Tue, 01 Jan 2013 03:14:08 -0800 (PST) Received: from [10.0.1.23] ([37.204.170.119]) by mx.google.com with ESMTPS id lr20sm16307593lab.17.2013.01.01.03.14.04 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Jan 2013 03:14:05 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: lang/python33 _dbm.so and _decimal.so fail to build on 9.1-amd64 ? From: Dmitry Sivachenko In-Reply-To: <20130101110153.GB8239@home.opsec.eu> Date: Tue, 1 Jan 2013 15:14:02 +0400 Content-Transfer-Encoding: 7bit Message-Id: <35FE8076-27D0-430C-83B9-D6F47162D84D@gmail.com> References: <20130101110153.GB8239@home.opsec.eu> To: Kurt Jaeger X-Mailer: Apple Mail (2.1499) Cc: python@FreeBSD.org 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: Tue, 01 Jan 2013 11:14:10 -0000 On 01.01.2013, at 15:01, Kurt Jaeger wrote: > Hi! > > When building lang/python33, at the end, the following message appears: > > Failed to build these modules: > _dbm _decimal > > Is someone working on fixes ? This is already fixed. Get fresh RELENG_9 FreeBSD and rebuild the world.