Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22153 - warn about /dev/pty change in development-sources ebuilds
Summary: warn about /dev/pty change in development-sources ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-03 06:09 UTC by Peter Gantner (a.k.a. nephros)
Modified: 2003-07-11 17:20 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gantner (a.k.a. nephros) 2003-06-03 06:09:26 UTC
I know this is probably a "WONTFIX, if you use dev kernels expect the unexpected", but the 
reports about "Unable to open a suitable terminal device" keep coming up in the forums and 
probably ML and are starting to annoy some.
So I suggest adding something like this:

    echo
    ewarn "Please note that ptyfs support has been removed from devfs"
    ewarn "in the later 2.5.x kernels, and you have to compile it in now,"
    ewarn "or else you will get errors when trying to open a pty."
    ewarn "The option is under filesystems -> Pseudo filesystems -> /dev/pts"
    ewarn "filesystem."
    echo

to the mm-sources and development-sources ebuilds' pkg_postinst().


Reproducible: Always
Steps to Reproduce:
Comment 1 Arun Thomas (RETIRED) gentoo-dev 2003-07-11 17:20:44 UTC
Nope, it's a "FIXED." Thanks for the suggestion. I also added a note about the VT_CONSOLE/"Uncompressing kernel" problem. That one bit me when I tried my first 2.5.x kernel.