Summary: | dev-lang/perl-5.10.1 fails tests (Cannot open /dev/tty for write...) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 280724 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 225957 [details]
Build log
|if (true </dev/tty) >/dev/null 2>&1; then \ | make TEST_ARGS='' TESTFILE=harness _test_tty ; \ | else \ | make TEST_ARGS='' TESTFILE=harness _test_notty ; \ | fi | cd t && LD_LIBRARY_PATH=/var/tmp/portage/dev-lang/perl-5.10.1/work/perl-5.10.1 ./perl harness </dev/tty | Cannot open /dev/tty for write ... What are the permissions of /dev/tty? You can read but not write? Is there anything special to your setup? I am closing it as WORKSFORME. Or can you reproduce it with perl-5.12.1? |