From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:05:50 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08D3E106566B for ; Thu, 23 Aug 2012 21:05:50 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id C0DC58FC12 for ; Thu, 23 Aug 2012 21:05:49 +0000 (UTC) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id EFEB0472BE3 for ; Thu, 23 Aug 2012 23:05:44 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 7D7EF3865B4 for ; Thu, 23 Aug 2012 23:05:45 +0200 (CEST) (envelope-from lconrad@Go2France.com) Date: Thu, 23 Aug 2012 23:05:38 +0200 Message-Id: <201208232305.AA88736394@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Len Conrad " X-Sender: To: X-Mailer: Subject: py-sqlalchemy install fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lconrad@Go2France.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 21:05:50 -0000 fbsd 9.0 py 2.7.3 cd /usr/ports/databases/py-sqlalchemy make ends with: creating build/bdist.freebsd-9.0-RELEASE-i386/egg/EGG-INFO copying lib/SQLAlchemy.egg-info/PKG-INFO -> build/bdist.freebsd-9.0-RELEASE-i386/egg/EGG-INFO copying lib/SQLAlchemy.egg-info/SOURCES.txt -> build/bdist.freebsd-9.0-RELEASE-i386/egg/EGG-INFO copying lib/SQLAlchemy.egg-info/dependency_links.txt -> build/bdist.freebsd-9.0-RELEASE-i386/egg/EGG-INFO copying lib/SQLAlchemy.egg-info/not-zip-safe -> build/bdist.freebsd-9.0-RELEASE-i386/egg/EGG-INFO copying lib/SQLAlchemy.egg-info/top_level.txt -> build/bdist.freebsd-9.0-RELEASE-i386/egg/EGG-INFO creating dist creating 'dist/SQLAlchemy-0.7.8-py2.7.egg' and adding 'build/bdist.freebsd-9.0-RELEASE-i386/egg' to it removing 'build/bdist.freebsd-9.0-RELEASE-i386/egg' (and everything under it) *************************************************************************** WARNING: The C extension could not be compiled, speedups are not enabled. Plain-Python build succeeded. *************************************************************************** make install ... building '_mysql' extension cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC -Dversion_info=(1,2,3,'final',0) -D__version__=1.2.3 -I/usr/local/include/mysql -I/usr/local/include/python2.7 -c _mysql.c -o temp.freebsd-9.0-RELEASE-i386-2.7/_mysql.o -pipe -fno-strict-aliasing -g -DMY_PTHREAD_FASTMUTEX=1 In file included from pymemcompat.h:10, from _mysql.c:29: /usr/local/include/python2.7/Python.h:166:17: error: pth.h: No such file or directory In file included from _mysql.c:36: /usr/local/include/mysql/my_config.h:422:1: warning: "HAVE_WCSCOLL" redefined In file included from /usr/local/include/python2.7/Python.h:8, from pymemcompat.h:10, from _mysql.c:29: /usr/local/include/python2.7/pyconfig.h:890:1: warning: this is the location of the previous definition error: command 'cc' failed with exit status 1 *** Error code 1 Stop in /usr/ports/databases/py-MySQLdb. *** Error code 1 Stop in /usr/ports/databases/py-MySQLdb. *** Error code 1 Stop in /usr/ports/databases/py-sqlalchemy. *** Error code 1 Stop in /usr/ports/databases/py-sqlalchemy. thanks Len