Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67308 - zsh's configure script can't see the tty; aborts
Summary: zsh's configure script can't see the tty; aborts
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-12 20:56 UTC by Ed Grimm
Modified: 2005-02-14 00:50 UTC (History)
0 users

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


Attachments
zsh-4.2.1-r1 proposed patch (zsh-4.2.1-r1.diff,416 bytes, patch)
2004-10-12 20:57 UTC, Ed Grimm
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Grimm 2004-10-12 20:56:16 UTC
Trying to update zsh from 4.2.0 to 4.2.1, configure aborts, complaining there's no tty.

Reproducible: Always
Steps to Reproduce:
Comment 1 Ed Grimm 2004-10-12 20:57:33 UTC
Created attachment 41687 [details, diff]
zsh-4.2.1-r1 proposed patch

This is Linux.	We know we have working terminals here; configure doesn't need
to test for them.
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-10-13 15:34:22 UTC
I wonder why it fails (zsh-4.2.1 compiles fine on my machine),
but I added --with-tcsetpgrp to zsh-4.2.1.ebuild as you wasn't
able to compile it without the flag. Thanks for the bug report.

P.S.
You don't need to revision bump when you fix only compile time
problem. See "Versioning and revision bumps" in
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=3&chap=1#doc_chap3
Comment 3 Ed Grimm 2005-02-14 00:50:29 UTC
I just realized I forgot to explicitly note that this now works for me.  Thanks.

Now I have more, and even odder, fun with zsh-4.2.[34].  As I've been having far too much fun lately, I'm thinking I'll get my dev box up next weekend, and see if I can reproduce there before submitting a bug.