Re: Postgresql + Python

2012-12-01 Thread Chris Rees
On 27 November 2012 13:24, Ruslan Mahmatkhanov  wrote:
> Rafael EspĂ­ndola wrote on 27.11.2012 16:29:
>
>> Well, if I'm not mistaken had tested "CONFIGURE_ARGS = - with-python'',
>> but had no success, but I could be mistaken. Anyway I did what I told you
>> earlier and it worked perfectly, and this I care ehheheh, I was afflicted
>> with it.
>>
>> I come once again thank the interest in helping, it is important for the
>> FreeBSD project. I'm Brazilian, sorry for my English, or maybe I should say
>> sorry for the English Google :)
>
>
> Just checked the build in my test environment (FreeBSD 9.0 i386, python
> 3.2.3, PYTHON_DEFAULT_VERSION=python3.2 in /etc/make.conf) and the build is
> indeed failed, but this way:
>
> cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
> -fPIC -DPIC -I. -I/usr/local/include/python3.2mu -I../../../src/include
> -I/usr/local/include -I/usr/local/include  -c -o plpython.o plpython.c
> plpython.c: In function 'PLy_procedure_call':
> plpython.c:1170: warning: passing argument 1 of 'PyEval_EvalCode' from
> incompatible pointer type
> plpython.c:1187: warning: null format string
> plpython.c: In function 'PLy_procedure_get':
> plpython.c:1321: warning: implicit declaration of function 'PyCObject_Check'
> plpython.c:1324: warning: implicit declaration of function
> 'PyCObject_AsVoidPtr'
> plpython.c:1324: warning: assignment makes pointer from integer without a
> cast
> plpython.c: In function 'PLy_procedure_create':
> plpython.c:1553: warning: implicit declaration of function
> 'PyCObject_FromVoidPtr'
> plpython.c:1553: warning: assignment makes pointer from integer without a
> cast
> plpython.c: In function 'PLy_spi_prepare':
> plpython.c:2925: warning: null format string
> plpython.c: In function 'PLy_spi_execute_plan':
> plpython.c:3076: warning: null format string
> plpython.c: In function 'PLy_spi_execute_query':
> plpython.c:3122: warning: null format string
> cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
> -fPIC -DPIC -shared -o plpython3.so plpython.o -L../../../src/port
> -L/usr/local/lib  -L/usr/local/lib -Wl,--as-needed
> -Wl,-R'/usr/local/lib/python3.2/config' -L/usr/local/lib/python3.2/config
> -lpython3.2 -lutil -lm
> /usr/bin/ld: --just-symbols may not be used on DSO:
> /usr/local/lib/python3.2/config
> gmake: *** [plpython3.so] Error 1
> *** Error code 2
>
> It worked before, and I'm not sure how to fix this one. Python2 build works
> as expected. Any ideas? (Mostly asking Palle and pgsql@)
>

This seems that we need to build more of PostgreSQL before trying to
build -plpython.

I'll see which values need to be added to ${BUILD_DIRS} to make it compile!

Chris
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: Postgresql + Python

2012-12-01 Thread Chris Rees
On 1 December 2012 12:57, Chris Rees  wrote:
> On 27 November 2012 13:24, Ruslan Mahmatkhanov  wrote:
>> Rafael EspĂ­ndola wrote on 27.11.2012 16:29:
>>
>>> Well, if I'm not mistaken had tested "CONFIGURE_ARGS = - with-python'',
>>> but had no success, but I could be mistaken. Anyway I did what I told you
>>> earlier and it worked perfectly, and this I care ehheheh, I was afflicted
>>> with it.
>>>
>>> I come once again thank the interest in helping, it is important for the
>>> FreeBSD project. I'm Brazilian, sorry for my English, or maybe I should say
>>> sorry for the English Google :)
>>
>>
>> Just checked the build in my test environment (FreeBSD 9.0 i386, python
>> 3.2.3, PYTHON_DEFAULT_VERSION=python3.2 in /etc/make.conf) and the build is
>> indeed failed, but this way:
>>
>> cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith
>> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
>> -fPIC -DPIC -I. -I/usr/local/include/python3.2mu -I../../../src/include
>> -I/usr/local/include -I/usr/local/include  -c -o plpython.o plpython.c
>> plpython.c: In function 'PLy_procedure_call':
>> plpython.c:1170: warning: passing argument 1 of 'PyEval_EvalCode' from
>> incompatible pointer type
>> plpython.c:1187: warning: null format string
>> plpython.c: In function 'PLy_procedure_get':
>> plpython.c:1321: warning: implicit declaration of function 'PyCObject_Check'
>> plpython.c:1324: warning: implicit declaration of function
>> 'PyCObject_AsVoidPtr'
>> plpython.c:1324: warning: assignment makes pointer from integer without a
>> cast
>> plpython.c: In function 'PLy_procedure_create':
>> plpython.c:1553: warning: implicit declaration of function
>> 'PyCObject_FromVoidPtr'
>> plpython.c:1553: warning: assignment makes pointer from integer without a
>> cast
>> plpython.c: In function 'PLy_spi_prepare':
>> plpython.c:2925: warning: null format string
>> plpython.c: In function 'PLy_spi_execute_plan':
>> plpython.c:3076: warning: null format string
>> plpython.c: In function 'PLy_spi_execute_query':
>> plpython.c:3122: warning: null format string
>> cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith
>> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
>> -fPIC -DPIC -shared -o plpython3.so plpython.o -L../../../src/port
>> -L/usr/local/lib  -L/usr/local/lib -Wl,--as-needed
>> -Wl,-R'/usr/local/lib/python3.2/config' -L/usr/local/lib/python3.2/config
>> -lpython3.2 -lutil -lm
>> /usr/bin/ld: --just-symbols may not be used on DSO:
>> /usr/local/lib/python3.2/config
>> gmake: *** [plpython3.so] Error 1
>> *** Error code 2
>>
>> It worked before, and I'm not sure how to fix this one. Python2 build works
>> as expected. Any ideas? (Mostly asking Palle and pgsql@)
>>
>
> This seems that we need to build more of PostgreSQL before trying to
> build -plpython.
>
> I'll see which values need to be added to ${BUILD_DIRS} to make it compile!

Try this:

http://www.bayofrum.net/~crees/patches/plpython-build.diff

Chris
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174036: converters/py-unidecode: update to 0.04.10

2012-12-01 Thread edwin
Synopsis: converters/py-unidecode: update to 0.04.10

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Sat Dec 1 20:31:56 UTC 2012
Responsible-Changed-Why: 
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=174036
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174036: converters/py-unidecode: update to 0.04.10

2012-12-01 Thread edwin
Synopsis: converters/py-unidecode: update to 0.04.10

State-Changed-From-To: open->feedback
State-Changed-By: edwin
State-Changed-When: Sat Dec 1 20:31:58 UTC 2012
State-Changed-Why: 
Awaiting maintainers feedback (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=174036
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174036: converters/py-unidecode: update to 0.04.10

2012-12-01 Thread Edwin Groothuis
The following reply was made to PR ports/174036; it has been noted by GNATS.

From: Edwin Groothuis 
To: doug...@douglasthrift.net
Cc: bug-follo...@freebsd.org
Subject: Re: ports/174036: converters/py-unidecode: update to 0.04.10
Date: Sat, 1 Dec 2012 20:31:57 UT

 Maintainer of converters/py-unidecode,
 
 Please note that PR ports/174036 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174036
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 ed...@freebsd.org
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174041: databases/py-swift: update to 1.7.5 and add databases/py-swiftclient

2012-12-01 Thread edwin
Synopsis: databases/py-swift: update to 1.7.5 and add databases/py-swiftclient

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Sat Dec 1 20:44:51 UTC 2012
Responsible-Changed-Why: 
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=174041
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174041: databases/py-swift: update to 1.7.5 and add databases/py-swiftclient

2012-12-01 Thread edwin
Synopsis: databases/py-swift: update to 1.7.5 and add databases/py-swiftclient

State-Changed-From-To: open->feedback
State-Changed-By: edwin
State-Changed-When: Sat Dec 1 20:44:53 UTC 2012
State-Changed-Why: 
Awaiting maintainers feedback (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=174041
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174041: databases/py-swift: update to 1.7.5 and add databases/py-swiftclient

2012-12-01 Thread Edwin Groothuis
The following reply was made to PR ports/174041; it has been noted by GNATS.

From: Edwin Groothuis 
To: gs...@gslin.org
Cc: bug-follo...@freebsd.org
Subject: Re: ports/174041: databases/py-swift: update to 1.7.5 and add 
databases/py-swiftclient
Date: Sat, 1 Dec 2012 20:44:52 UT

 Maintainer of databases/py-swift,
 
 Please note that PR ports/174041 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174041
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 ed...@freebsd.org
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174036: converters/py-unidecode: update to 0.04.10

2012-12-01 Thread Douglas Thrift
The following reply was made to PR ports/174036; it has been noted by GNATS.

From: Douglas Thrift 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/174036: converters/py-unidecode: update to 0.04.10
Date: Sat, 01 Dec 2012 13:12:56 -0800

 I approve.
 -- 
 Douglas William Thrift
 
 
 
 On 12/1/2012 12:31 PM, Edwin Groothuis wrote:
 > Maintainer of converters/py-unidecode,
 > 
 > Please note that PR ports/174036 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174036
 > 
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174036: converters/py-unidecode: update to 0.04.10

2012-12-01 Thread rm
Synopsis: converters/py-unidecode: update to 0.04.10

Responsible-Changed-From-To: freebsd-python->rm
Responsible-Changed-By: rm
Responsible-Changed-When: Sun Dec 2 05:33:08 UTC 2012
Responsible-Changed-Why: 
I will take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=174036
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174041: databases/py-swift: update to 1.7.5 and add databases/py-swiftclient

2012-12-01 Thread Gea-Suan Lin
The following reply was made to PR ports/174041; it has been noted by GNATS.

From: Gea-Suan Lin 
To: bug-follo...@freebsd.org
Cc: gs...@gslin.org
Subject: Re: ports/174041: databases/py-swift: update to 1.7.5 and add
 databases/py-swiftclient
Date: Sun, 2 Dec 2012 14:38:01 +0800

 Thanks, please commit it.
 
 On Sat, Dec 01, 2012 at 08:44:52PM +, Edwin Groothuis wrote:
 > Maintainer of databases/py-swift,
 > 
 > Please note that PR ports/174041 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174041
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > ed...@freebsd.org
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.   -- Harry S Truman
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/174041: databases/py-swift: update to 1.7.5 and add databases/py-swiftclient

2012-12-01 Thread linimon
Synopsis: databases/py-swift: update to 1.7.5 and add databases/py-swiftclient

State-Changed-From-To: feedback->open
State-Changed-By: linimon
State-Changed-When: Sun Dec 2 07:00:19 UTC 2012
State-Changed-Why: 
Maintainer approved.

http://www.freebsd.org/cgi/query-pr.cgi?pr=174041
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/173766: [MAINTAINER] devel/py-hgsubversion: update to 1.5

2012-12-01 Thread rm
Synopsis: [MAINTAINER] devel/py-hgsubversion: update to 1.5

State-Changed-From-To: open->feedback
State-Changed-By: rm
State-Changed-When: Sun Dec 2 07:16:38 UTC 2012
State-Changed-Why: 
Hi William. Two stoppers: it appears that this port now installs as
zipped python egg (single file), so it you need or change pkg-plist, or
patch setup.py to install it in unpacked form. Second issue: according
to docs, this port needs or py-subversion or py-subvertpy+svn (this one
is preferable per README), but not both. So the dependencies should be
fixed too. Please review your patch. Thank you.

http://www.freebsd.org/cgi/query-pr.cgi?pr=173766
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"