[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Geoge R. Goffe
u, 1/27/11, Martin v. Löwis wrote: From: Martin v. Löwis Subject: [issue11013] Build of 2.7 svn fails in readline To: grgo...@yahoo.com Date: Thursday, January 27, 2011, 12:29 PM Martin v. Löwis added the comment: > I traced back to where that readline installation came from... It&#

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Geoge R. Goffe
hat you know that ain't so." Wil Rogers --- On Thu, 1/27/11, Martin v. Löwis wrote: From: Martin v. Löwis Subject: [issue11013] Build of 2.7 svn fails in readline To: grgo...@yahoo.com Date: Thursday, January 27, 2011, 12:29 PM Martin v. Löwis added the comment: > I trac

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Martin v . Löwis
Martin v. Löwis added the comment: > I traced back to where that readline installation came from... It's > the latest version from ftp.gnu.org + patches. Did you mean to imply that you have now fixed your installation, or that you consider it correct? -- __

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Geoge R. Goffe
On Thu, 1/27/11, Martin v. Löwis wrote: From: Martin v. Löwis Subject: [issue11013] Build of 2.7 svn fails in readline To: grgo...@yahoo.com Date: Thursday, January 27, 2011, 12:12 PM Martin v. Löwis added the comment: > I'm looking at the file right now. history.h is a link to read

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Martin v . Löwis
Martin v. Löwis added the comment: > I'm looking at the file right now. history.h is a link to readline.h Ah, that's wrong. It must be a separate file, entirely different from readline.h. -- ___ Python tracker __

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Geoge R. Goffe
x/include/readline/readline.h -r--r--r-- 1 goffe nonconf 6771 Nov 23 11:49 /usr/lsd/Linux/include/readline/readline.h "It's not what you know that hurts you, It's what you know that ain't so." Wil Rogers --- On Thu, 1/27/11, Martin v. Löwis wrote: From: Martin v. Löw

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Martin v . Löwis
Martin v. Löwis added the comment: What is /usr/lsd/Linux? This seems broken. Please take a look at /usr/lsd/Linux/include/readline/history.h - it appears to be an empty file. Make sure you have a working copy of the readline header files installed, and make sure the build process picks them

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Brett Cannon
Brett Cannon added the comment: Martin actually asked for the file and deserves the thanks. -- ___ Python tracker ___ ___ Python-bugs

[issue11013] Build of 2.7 svn fails in readline

2011-01-27 Thread Geoge R. Goffe
Geoge R. Goffe added the comment: Brett, Here's the file you requested. Thanks for your help. George... -- status: pending -> open Added file: http://bugs.python.org/file20552/readline.i.gz ___ Python tracker _

[issue11013] Build of 2.7 svn fails in readline

2011-01-26 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue11013] Build of 2.7 svn fails in readline

2011-01-26 Thread Brett Cannon
Changes by Brett Cannon : Removed file: http://bugs.python.org/file20526/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue11013] Build of 2.7 svn fails in readline

2011-01-26 Thread Martin v . Löwis
Martin v. Löwis added the comment: Please run gcc -pthread -fPIC -fno-strict-aliasing -g -O2 -g -O0 -Wall -Wstrict-prototypes -I/usr/lsd/Linux/include -I. -IInclude -I./Include -I/usr/local/include -I/usr/local/google/tools/python/release27-maint/Include -I/usr/local/google/tools/python/rele

[issue11013] Build of 2.7 svn fails in readline

2011-01-25 Thread Geoge R. Goffe
"It's not what you know that hurts you, It's what you know that ain't so." Wil Rogers From: Brett Cannon To: grgo...@yahoo.com Sent: Tue, January 25, 2011 6:14:56 PM Subject: [issue11013] Build of 2.7 svn fails in readline Brett Cannon add

[issue11013] Build of 2.7 svn fails in readline

2011-01-25 Thread Brett Cannon
Brett Cannon added the comment: Did you try a `make distclean` before compiling? -- nosy: +brett.cannon title: Build of CVS version 2.7 fails in readline -> Build of 2.7 svn fails in readline ___ Python tracker