Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89859 - Bastille depends on perl-tk but that package not in dependencies
Summary: Bastille depends on perl-tk but that package not in dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bryan Stine (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 13:09 UTC by Dewey Sasser
Modified: 2005-04-22 11:24 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 Dewey Sasser 2005-04-20 13:09:33 UTC
I emerge "bastille".  When I run it it says "WARNING: /usr/bin/perl cannot find Perl module Tk." and exits.  The gentoo-portage docs specify that bastille requires perl-tk (http://www.gentoo-portage.com/app-admin/bastille/dep).  After manually emerging perl-tk bastille runs and prompts for license.  It fails to run in X windows mode (my X configuration may be at fault for this one) but runs in text mode with the "-c" flag.

Reproducible: Always
Steps to Reproduce:
emerge bastille
run "bastille" at root prompt. See error
emerge perl-tk
run "bastille" at root prompt.  See license agreement.
Comment 1 Bryan Stine (RETIRED) gentoo-dev 2005-04-22 11:24:37 UTC
This is noted in the postinst. Please read that...

 * When not using the Tk interface you will need to start use the -c flag when calling bastille from command line. example bastille -c --os GE1.4

Furthermore, perl-tk is in DEPEND, controlled conditionally by USE=X. I thought I fixed the frontend at some point, but I'll look at it again for the upcoming release to try and have it detect Tk support automagically. Thanks.