Opened 14 years ago
Closed 14 years ago
#2791 closed enhancement (fixed)
Expect-5.45
Reported by: | Matthew Burgess | Owned by: | Matthew Burgess |
---|---|---|---|
Priority: | normal | Milestone: | 6.8 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New version. No release note as yet. From the ChangeLog in the tarball, I think the no-tk patch can be dropped now as expect no longer requires or even uses tk.
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
I can't reproduce my lib/terminfo issue after some new builds so everything look perfect in chap 5 and 6.
I forgot to add that changing STTY_BIN with no pass has the side effect that the stty symlink could be removed in chap-6.6. That's what Greg was doing with DIY.
comment:4 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
I have compiled 5.45 without patch and that's ok. But with every new release, test suite give worst result. There was 7 errors with 5.43, 11 with 5.44.15 and 17 with 5.45
Then I had the idea to compile like Greg on DIY:
At least, this allow the new tools stty to be used during tests instead of host stty. Result look much better, I had 0 error in the chap5 packages.
But I have one issue. Symlink from /tools/lib/terminfo to ../share/terminfo is somehow broken. I have a real file with no right
ncurse compilation log did not signal anything strange
I have to look at what really happen.