From owner-freebsd-i386@FreeBSD.ORG Mon Jun 26 17:38:37 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D972E16A558 for ; Mon, 26 Jun 2006 17:38:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2BA44204 for ; Mon, 26 Jun 2006 17:10:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5QHAPK8070266 for ; Mon, 26 Jun 2006 17:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5QHAPl5070265; Mon, 26 Jun 2006 17:10:25 GMT (envelope-from gnats) Resent-Date: Mon, 26 Jun 2006 17:10:25 GMT Resent-Message-Id: <200606261710.k5QHAPl5070265@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, rachid achellal Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F407416A400 for ; Mon, 26 Jun 2006 17:08:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DB74626E for ; Mon, 26 Jun 2006 16:11:01 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5QGB0Wu068072 for ; Mon, 26 Jun 2006 16:11:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k5QGAxU2068071; Mon, 26 Jun 2006 16:10:59 GMT (envelope-from nobody) Message-Id: <200606261610.k5QGAxU2068071@www.freebsd.org> Date: Mon, 26 Jun 2006 16:10:59 GMT From: rachid achellal To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/99496: Segmentation fault python bij building from ports X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 17:38:37 -0000 >Number: 99496 >Category: i386 >Synopsis: Segmentation fault python bij building from ports >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 17:10:24 GMT 2006 >Closed-Date: >Last-Modified: >Originator: rachid achellal >Release: 6.1 >Organization: IN bvba - IN nederland >Environment: FreeBSD cpanel-01.smsgedicht.nl 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 13:44:34 CEST 2006 root@cpanel-01.smsgedicht.nl:/usr/obj/usr/src/sys/bas i386 >Description: When i run portupgrade -aO and want's to upgrade python to version python-2.4.2. Then i get the follow error: /usr/ports/lang/python/work/Python-2.4.3/Modules/nismodule.c: In function `nis_cat': /usr/ports/lang/python/work/Python-2.4.3/Modules/nismodule.c:165: warning: assignment from incompatible pointer type cc -shared -pthread -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 build/temp.freebsd-6.1-STABLE-i386-2.4/nismodule.o -L/usr/local/lib -o build/lib.freebsd-6.1-STABLE-i386-2.4/nis.so building '_curses' extension cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -fPIC -fno-strict-aliasing -I. -I/usr/ports/lang/python/work/Python-2.4.3/./Include -I/usr/local/include -I/usr/ports/lang/python/work/Python-2.4.3/Include -I/usr/ports/lang/python/work/Python-2.4.3 -c /usr/ports/lang/python/work/Python-2.4.3/Modules/_cursesmodule.c -o build/temp.freebsd-6.1-STABLE-i386-2.4/_cursesmodule.o cc -shared -pthread -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 build/temp.freebsd-6.1-STABLE-i386-2.4/_cursesmodule.o -L/usr/local/lib -lncursesw -o build/lib.freebsd-6.1-STABLE-i386-2.4/_curses.so Segmentation fault (core dumped) *** Error code 139 Stop in /usr/ports/lang/python/work/Python-2.4.3. *** Error code 1 Stop in /usr/ports/lang/python. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade75066.20 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! lang/python (python-2.4.2) (new compiler error) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: