> > Fix is up on trac ticket 1958. The issue is that ANSI codes end up in > > the output string; I wrote a very quick and dirty patch to strip them > > out, but it's still curious to me how they get there on our three > > machines and nowhere else. Maybe a configuration issue? An issue with > > readline? > > I'll suggest that this is more of a work-around than a fix. The > question remains, as you say, regarding the presence of these pesky > escape sequences... >
Very true. > This sequence of releases (2.10.1.xxx) is the first where this > problem has been seen, right? > No, it's the first one with that particular doctest in place. I just tried it on my 2.10 tree, and it creates the exact same bug. Since we're mentioning it, there's a known issue with the readline build on certain platforms, which you can spot by looking at your install.log at the section where readline gets installed. I don't know why these would be related, and Michael Abshoff is suspicious -- which probably means I'm wrong :) -- but if I were motivated to look, I'd probably start there. This is trac ticket #1259. It's easy to get the build problems to go away, but I'm not sure if it's the "right" way to do so -- if you untar the readline package, go into src/support, and look at shobj-conf. If you edit line 145 to say: darwin[89]*) and line 174 to start with darwin[789]*) then it builds with no errors. However, if you look at what you're doing, you're basically just telling the builder to use the same options for 10.5 (which is what I assume Darwin9 is?) as it uses on Darwin 8. I have absolutely no idea whether or not that's a wise idea. Once one does this, you could try rebuilding all of Sage with the new readline package, and seeing if you get the same troubles. -cc --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---