From owner-freebsd-ports@FreeBSD.ORG Fri Jan 29 08:07:30 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D01B01065670 for ; Fri, 29 Jan 2010 08:07:30 +0000 (UTC) (envelope-from danny@mail.hebrew.edu) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 72E368FC1C for ; Fri, 29 Jan 2010 08:07:30 +0000 (UTC) Received: by fxm27 with SMTP id 27so21084fxm.3 for ; Fri, 29 Jan 2010 00:07:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.87.55.31 with SMTP id h31mr1316723fgk.32.1264750821826; Thu, 28 Jan 2010 23:40:21 -0800 (PST) Date: Fri, 29 Jan 2010 09:40:21 +0200 Message-ID: <7882063a1001282340n3eb93499w6df733cfadad3f0e@mail.gmail.com> From: Danny Braniss To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Hye-Shik Chang Subject: python2.6 packages make install fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danny@cs.huji.ac.il List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 08:07:30 -0000 when installing to a file system that does not support 'flags' setup.py (actually shutil.copystat()) fails, the problem is reported in http://bugs.python.org/issue7512 and the patch works would be nice if it gets fixed. danny