This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grgoffe@yahoo.com
Recipients brett.cannon, grgoffe@yahoo.com, loewis
Date 2011-01-27.19:58:48
SpamBayes Score 1.8291147e-06
Marked as misclassified No
Message-id <208542.3961.qm@web162012.mail.bf1.yahoo.com>
In-reply-to <1296157103.71.0.206792344838.issue11013@psf.upfronthosting.co.za>
Content
Martin,

I'm looking at the file right now. history.h is a link to readline.h which has 6771 characters in it.

George...

goffe@goffeg bash-4.1 /usr/lsd };-) find . -name 'readline.h' -ls
205381    8 -r--r--r--   1 goffe    nonconf      6771 Nov 23 11:49 ./Linux/include/readline/readline.h
goffe@goffeg bash-4.1 /usr/lsd };-) l /usr/lsd/Linux/include/readline/history.h
lrwxrwxrwx 1 goffe nonconf 10 Nov 23 11:49 /usr/lsd/Linux/include/readline/history.h -> readline.h
goffe@goffeg bash-4.1 /usr/lsd };-) l /usr/lsd/Linux/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 <report@bugs.python.org> wrote:

From: Martin v. Löwis <report@bugs.python.org>
Subject: [issue11013] Build of  2.7 svn fails in readline
To: grgoffe@yahoo.com
Date: Thursday, January 27, 2011, 11:38 AM

Martin v. Löwis <martin@v.loewis.de> 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 up.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue11013>
_______________________________________
Files
File name Uploaded
unnamed grgoffe@yahoo.com, 2011-01-27.19:58:48
History
Date User Action Args
2011-01-27 19:58:49grgoffe@yahoo.comsetrecipients: + grgoffe@yahoo.com, loewis, brett.cannon
2011-01-27 19:58:48grgoffe@yahoo.comlinkissue11013 messages
2011-01-27 19:58:48grgoffe@yahoo.comcreate