MidnightBSD Magus

databases/py-psycopg2

High performance Python adapter for PostgreSQL

Flavor Version Run OSVersion Arch License Restricted Status
2.5.3 277 0.6 amd64 lgpl3 0 fail

Events

Machine Type Time Message
defiant info 2014-09-14 18:01:56.177131 Test Started
defiant fail 2014-09-14 18:06:15.84456 make build returned non-zero: 1
defiant fail 2014-09-14 18:06:15.902986 Test complete.

Log

===>  Building for py27-psycopg2-2.5.3
running build
running build_py
creating build
creating build/lib.midnightbsd-0.6-CURRENT-amd64-2.7
creating build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/_json.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/tz.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/psycopg1.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/errorcodes.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/extras.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/extensions.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/pool.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/__init__.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
copying lib/_range.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2
creating build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_psycopg2_dbapi20.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_bugX000.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_lobject.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_module.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_connection.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_notify.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_bug_gc.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_green.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_async.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/dbapi20.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/__init__.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_cursor.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_types_basic.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_extras_dictcursor.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_cancel.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_copy.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/dbapi20_tpc.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/testconfig.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_quote.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_dates.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/testutils.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_transaction.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_with.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
copying tests/test_types_extras.py -> build/lib.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg2/tests
running build_ext
building 'psycopg2._psycopg' extension
creating build/temp.midnightbsd-0.6-CURRENT-amd64-2.7
creating build/temp.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg
cc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -O2 -pipe -fno-strict-aliasing -I/usr/local/include -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.3 (dt dec pq3 ext)" -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DPG_VERSION_HEX=0x090012 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/local/include/python2.7 -I. -I/usr/local/include -I/usr/local/include/postgresql/server -c psycopg/psycopgmodule.c -o build/temp.midnightbsd-0.6-CURRENT-amd64-2.7/psycopg/psycopgmodule.o
In file included from ./psycopg/psycopg.h:33,
                 from psycopg/psycopgmodule.c:27:
./psycopg/config.h:150: error: static declaration of 'round' follows non-static declaration
error: command 'cc' failed with exit status 1
*** [do-build] Error code 1

Stop in /usr/mports/databases/py-psycopg2.