From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 8 00:20:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AAC316A4B3 for ; Wed, 8 Oct 2003 00:20:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDE943FE5 for ; Wed, 8 Oct 2003 00:20:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h987KFFY070548 for ; Wed, 8 Oct 2003 00:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h987KF1k070547; Wed, 8 Oct 2003 00:20:15 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 8 Oct 2003 00:20:15 -0700 (PDT) Resent-Message-Id: <200310080720.h987KF1k070547@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce M Simpson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB6E16A513 for ; Wed, 8 Oct 2003 00:13:03 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1637443FE0 for ; Wed, 8 Oct 2003 00:13:00 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B068C65439 for ; Wed, 8 Oct 2003 08:12:58 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 50192-01-3 for ; Wed, 8 Oct 2003 08:12:58 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 103726538E for ; Wed, 8 Oct 2003 08:12:58 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 666EC38; Wed, 8 Oct 2003 08:12:44 +0100 (BST) Message-Id: <20031008071244.666EC38@saboteur.dek.spc.org> Date: Wed, 8 Oct 2003 08:12:44 +0100 (BST) From: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57731: lang/python port build failure on RELENG_5_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce M Simpson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 07:20:23 -0000 >Number: 57731 >Category: ports >Synopsis: lang/python port build failure on RELENG_5_1 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 08 00:20:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD kimchi.dek.spc.org 5.1-RELEASE-p8 FreeBSD 5.1-RELEASE-p8 #12: Mon Oct 6 02:43:18 BST 2003 bms@kimchi.dek.spc.org:/usr/src/sys/i386/compile/KIMCHI i386 kimchi:/usr/ports/lang/python % ident Makefile Makefile: $FreeBSD: ports/lang/python/Makefile,v 1.108 2003/10/04 05:17:10 perky Exp $ >Description: The python port fails to build. It errors out during a link step. Output below. ranlib libpython2.3.a c++ -lc_r -Wl,--export-dynamic -o python Modules/python.o libpython2.3.a -lutil -lm libpython2.3.a(posixmodule.o): In function `posix_tmpnam': posixmodule.o(.text+0x39e1): warning: tmpnam() possibly used unsafely; consider using mkstemp() libpython2.3.a(posixmodule.o): In function `posix_tempnam': posixmodule.o(.text+0x3930): warning: tempnam() possibly used unsafely; consider using mkstemp() case $MAKEFLAGS in *-s*) CC='cc' LDSHARED='cc -shared -lc_r' OPT='-DNDEBUG -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000' ./python -E ./setup.py -q build;; *) CC='cc' LDSHARED='cc -shared -lc_r' OPT='-DNDEBUG -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000' ./python -E ./setup.py build;; esac Could not find platform independent libraries Consider setting $PYTHONHOME to [:] 'import site' failed; use -v for traceback Traceback (most recent call last): File "./setup.py", line 6, in ? import sys, os, getopt, imp, re ImportError: No module named os *** Error code 1 Stop in /usr/ports/lang/python/work/Python-2.3.2. *** Error code 1 Stop in /usr/ports/lang/python. Exit 1 >How-To-Repeat: Attempt to build python on RELENG_5_1. >Fix: >Release-Note: >Audit-Trail: >Unformatted: