Install failed to build
Reported by DB | January 30th, 2013 @ 03:24 PM
Failed to build on FreeBSD. Hope all included information helps. Email me with any questions. psycopg@digitalamusement.com
python setup.py build - output (2.4.6):
http://pastie.org/5964080
FreeBSD ports - output (2.4.5):
http://pastie.org/5964150
[root@sigma ~]# uname -a FreeBSD sigma 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
[root@sigma ~]# portmaster -l | grep py ===>>> py27-Babel-0.9.6 ===>>> py27-Jinja2-2.6_1 ===>>> py27-MarkupSafe-0.15 ===>>> py27-MySQLdb-1.2.3_2 ===>>> py27-asn1-0.1.4,1 ===>>> py27-docutils-0.10 ===>>> py27-flup-1.0.2_1 ===>>> py27-pygments-1.5 ===>>> py27-setuptools-0.6c11_3 ===>>> py27-twistedConch-12.1.0 ===>>> py27-twistedCore-12.1.0_1 ===>>> py27-twistedLore-12.1.0 ===>>> py27-twistedMail-12.1.0 ===>>> py27-twistedNames-12.1.0 ===>>> py27-twistedNews-12.1.0 ===>>> py27-twistedPair-12.1.0 ===>>> py27-twistedRunner-12.1.0 ===>>> py27-twistedWeb-12.1.0 ===>>> py27-twistedWords-12.1.0 ===>>> py27-zope.interface-3.8.0 ===>>> python27-2.7.3_6 ===>>> py27-django-1.4.3 ===>>> py27-sphinx-1.1.3_1 ===>>> py27-sqlite3-2.7.3_2 ===>>> py27-twisted-12.1.0 ===>>> py27-virtualenv-1.8.2
Comments and changes to this ticket
-

DB January 30th, 2013 @ 03:26 PM
That last long line has newlines mangled. The command was 'portmaster -l | grep py'.
-

Daniele Varrazzo January 30th, 2013 @ 03:56 PM
- Tag set to freebsd, threads
Google for:
pth/pthread.h warning: "fork" redefinedand you'll see a lot of hits. Seems a problem with pth to me. I also see from your log that pth is your /usr/local, it's not a system package. Try to investigate around it: it doesn't seem a psycopg issue.
-

Daniele Varrazzo April 9th, 2013 @ 08:56 PM
- State changed from new to invalid
Closing as not related to psycopg until further proof.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.