From owner-freebsd-ports@FreeBSD.ORG Mon Sep 22 18:34:30 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C79331065671 for ; Mon, 22 Sep 2008 18:34:30 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 984548FC16 for ; Mon, 22 Sep 2008 18:34:30 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from mail.tcbug.org (mail.tcbug.org [208.42.70.163]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id DA22C7867; Mon, 22 Sep 2008 13:11:35 -0500 (CDT) Received: from [192.168.2.3] (ip68-0-250-119.ri.ri.cox.net [68.0.250.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tcbug.org (Postfix) with ESMTPSA id 58DB24A6A67; Mon, 22 Sep 2008 13:11:35 -0500 (CDT) Message-ID: <48D7DFAB.7030303@FreeBSD.org> Date: Mon, 22 Sep 2008 13:10:51 -0500 From: Josh Paetzel User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: =?ISO-8859-1?Q?J=F3zsef_Kurucz?= References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org Subject: Re: problem with postgresql-plpython X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2008 18:34:30 -0000 József Kurucz wrote: > Hi, > > I try to install the postgresql-plpython from ports ( i use FreeBSD 7 > stable;amd64) but i get the following error message: > > > > configure: error: threaded Python not supported on this platform > ===> Script "configure" failed unexpectedly. > Please report the problem to ports@FreeBSD.org [maintainer] and attach the > "/usr/ports/databases/postgresql-plpython/work/postgresql-8.3.3/config.log" > including the output of the failure of your make command. Also, it might be > a good idea to provide an overview of all packages installed on your system > (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/databases/postgresql-plpython. > > > > My installed packages: > > > [root@coyote /usr/ports/databases]# ls /var/db/pkg/ > apache-2.2.9_5 gmake-3.81_3 > openldap-client-2.4.11 py25-psycopg-1.1.21_1 > autoconf-2.62 help2man-1.36.4_2 > p5-BSD-Resource-1.2901 py25-psycopg2-2.0.7_1 > autoconf-wrapper-20071109 libiconv-1.11_1 > p5-gettext-1.05_2 py25-pysqlite-2.3.5 > automake-1.9.6_3 libmemcache-1.4.0.rc2 > pcre-7.7_1 py25-setuptools-0.6c8 > automake-wrapper-20071109 libtool-1.5.26 > perl-5.8.8_1 python-2.5,2 > bash-3.2.39_1 libxml2-2.6.32 > pkg-config-0.23_1 python25-2.5.2_3 > db41-4.1.25_4 lighttpd-1.4.19_2 > portaudit-0.5.12 screen-4.0.3_5 > expat-2.0.1 lua-5.1.3_3 > postgresql-client-8.3.3 sqlite3-3.5.6 > fam-2.6.10_3 m4-1.4.11,1 > postgresql-server-8.3.3 tcl-8.4.19,1 > gdbm-1.8.3_3 mod_perl2-2.0.4,3 > py25-cheetah-2.0.1 > gettext-0.17_1 mysql-client-5.0.67 > py25-mx-base-2.0.6 > [root@coyote /usr/ports/databases]# > > > > I attached the config.log! > > > > Best Regards > > Josef Like the config.log says, a threaded python isn't supported on FreeBSD. The fix is to deinstall python, run make config in it's ports directory again, deselect the threaded option, run make clean and reinstall it. Thanks, Josh Paetzel