Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212709 - app-i18n/canfep is not Unix98 pty compliant
Summary: app-i18n/canfep is not Unix98 pty compliant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-08 13:56 UTC by OKUMURA N. Shin-ya
Modified: 2017-07-23 13:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Unix98 pty patch (canfep-posix.patch,1.68 KB, patch)
2008-03-08 15:14 UTC, OKUMURA N. Shin-ya
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description OKUMURA N. Shin-ya 2008-03-08 13:56:34 UTC
app-i18n/canfep assumes BSD pty and cannot open Unix98 one.


Reproducible: Always

Steps to Reproduce:
chmod a-rw /dev/pty??; /usr/bin/canfep # :-)
Actual Results:  
$ canfep
CANFEP version 1.0 by Nozomu Kobayashi.
ToggleKey=^O
Out of pty's
終了しました

Expected Results:  
running successfully. :-)

I'm writing a patch and will post soon.
Comment 1 OKUMURA N. Shin-ya 2008-03-08 15:14:53 UTC
Created attachment 145561 [details, diff]
Unix98 pty patch

It contains Japanese comments but the original one has more.