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 asmodai
Recipients akuchling, asmodai, mark.dickinson, r.david.murray, rpetrov, skrah
Date 2010-04-27.11:04:21
SpamBayes Score 6.9455427e-06
Marked as misclassified No
Message-id <1272366262.94.0.354317270566.issue7384@psf.upfronthosting.co.za>
In-reply-to
Content
Stefan, I was emailing with Rong-En Fan, a FreeBSD committer, about this issue and he asked:

"Basically, this is caused by

  a) our readline.so is linked against ncurses.so (via -ltermcap which is the same lib)
  b) wide-character enabled ncurses, ncursesw.so, is also loaded in the same process

To solve that, we need to have a separate termcap.so, do I understand the issue correctly?"

He also mentioned that "[a]nother more aggressive way is to make only ncursesw installed into the system which requires a recompilation of all ports that use ncurses (ncurses and ncursesw are source compatible, but in most cases they are binary compatible as long as application don't assume size of ncurses structures)."

Which I fully support, it's something that I did on DragonFly BSD a long time ago already (for all I can remember).

Your opinion?
History
Date User Action Args
2010-04-27 11:04:23asmodaisetrecipients: + asmodai, akuchling, mark.dickinson, rpetrov, r.david.murray, skrah
2010-04-27 11:04:22asmodaisetmessageid: <1272366262.94.0.354317270566.issue7384@psf.upfronthosting.co.za>
2010-04-27 11:04:21asmodailinkissue7384 messages
2010-04-27 11:04:21asmodaicreate