Re: Need help with the installation of psycopg2 module in a python virtual env - Mailing list psycopg

From Vamsi Krishna Reddy -T (vamsredd - TATA CONSULTANCY SERVICES LIMITED at Cisco)
Subject Re: Need help with the installation of psycopg2 module in a python virtual env
Date
Msg-id F9E9BF1AB618014BAB5BFAF67628966001986744@xmb-rcd-x11.cisco.com
Whole thread Raw
In response to Re: Need help with the installation of psycopg2 module in a python virtual env  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List psycopg
Hi Daniele

Thanks a lot for your support.

Yes, the problem is with gcc wrapper . I have added "" around $@ in gcc wrapper script.
I am able to build 32 bit version psycopg2 module.

Thanks & Regards
Vamsi Krishna





Think before you print.
This email may contain confidential and privileged material for the sole use of the intended recipient. Any review,
use,distribution  
or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the
recipient), 
please contact the sender by reply email and delete all copies of this message.
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/index.html


-----Original Message-----
From: Daniele Varrazzo [mailto:daniele.varrazzo@gmail.com]
Sent: Sunday, April 19, 2015 5:01 AM
To: Vamsi Krishna Reddy -T (vamsredd - TATA CONSULTANCY SERVICES LIMITED at Cisco)
Cc: psycopg@postgresql.org; Virag Jain (virajain)
Subject: Re: [psycopg] Need help with the installation of psycopg2 module in a python virtual env

On Sun, Apr 19, 2015 at 9:56 AM, Daniele Varrazzo <daniele.varrazzo@gmail.com> wrote:

> It seems that your "gcc" command is a wrapper calling into "gcc.orig".
> I suspect there's a bug in that wrapper messing up with the quotes.

Further evidence here:

http://diswww.mit.edu/menelaus.mit.edu/kerberos/32575

There's also a hint about how to fix the problem: if arguments are forwarded using $* in the wrapper, they should be
forwardedwith  
"$@"
(with the quotes) instead.

-- Daniele

Attachment

psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: Need help with the installation of psycopg2 module in a python virtual env
Next
From:
Date:
Subject: Possible reasons for copy_from to never terminate?