From owner-freebsd-arm@FreeBSD.ORG Tue Nov 8 11:35:22 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7E1D106564A for ; Tue, 8 Nov 2011 11:35:22 +0000 (UTC) (envelope-from mrossi@swin.edu.au) Received: from outbound.icp-osb-irony-out9.iinet.net.au (outbound.icp-osb-irony-out9.iinet.net.au [203.59.1.110]) by mx1.freebsd.org (Postfix) with ESMTP id 7534D8FC0C for ; Tue, 8 Nov 2011 11:35:22 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjACADANuU58qjZb/2dsb2JhbAAMN5pakl9pFDQCWQgBAbcPiQSJLQSUIYVQjDI X-IronPort-AV: E=Sophos;i="4.69,476,1315152000"; d="scan'208";a="45948009" Received: from unknown (HELO [192.168.15.65]) ([124.170.54.91]) by outbound.icp-osb-irony-out9.iinet.net.au with ESMTP/TLS/DHE-RSA-CAMELLIA256-SHA; 08 Nov 2011 19:07:29 +0800 Message-ID: <4EB90D88.30508@swin.edu.au> Date: Tue, 08 Nov 2011 22:07:52 +1100 From: Mattia Rossi Organization: Swinburne University of Technology User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Waf segfaults on ARM X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mrossi@swin.edu.au List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 11:35:23 -0000 Well, the title says it. Waf, (code.google.com/p/waf) segfaults on ARM when it get's into the main routine and tries to import Scripting. I don't even know where the Scripting import comes from, as it's not available if I execute python on the command line Python version used: 2.7.2_2 Python itself seems to work fine otherwise. Waf is used by samba and tdb and who knows what else. Can anyone confirm the bug? Mat