Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26766 - i8kutils ebuild does not try to satisfy dependencies. Needs Tk but doesn't try to install. After installing still "needs tk"
Summary: i8kutils ebuild does not try to satisfy dependencies. Needs Tk but doesn't tr...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Hanno Böck
URL: http://packages.debian.org/stable/uti...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-16 19:21 UTC by jason wohlgemuth
Modified: 2003-10-16 08:04 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 jason wohlgemuth 2003-08-16 19:21:07 UTC
After doing an emerge i8kutils and then running some of the files, it complains
that it needs Tk. I then have to manually install Tk. After installing Tk, it
still still says it needs Tk: (same error before and after emerging Tk)

can't find package Tk
   while executing
"package require Tk"
   (procedure "make_ui" line 15)
   invoked from within
"make_ui"
   (procedure "main" line 4)
   invoked from within
"main"
   invoked from within
"if {$tcl_interactive == 0} {
   main
   vwait exit
}"
   (file "/usr/bin/i8kmon" line 670)


Reproducible: Always
Steps to Reproduce:
1.emerge i8kutils
2.i8kmon
3.(error saying needs tk)
4.emerge tk
5.i8kmon
6.(error saying it needs tk)
Actual Results:  
This error is produced:

can't find package Tk
   while executing
"package require Tk"
   (procedure "make_ui" line 15)
   invoked from within
"make_ui"
   (procedure "main" line 4)
   invoked from within
"main"
   invoked from within
"if {$tcl_interactive == 0} {
   main
   vwait exit
}"
   (file "/usr/bin/i8kmon" line 670)


Expected Results:  
The i8kutils ebuild should have automatically installed Tk and be configured to
find it once it is installed.

i8kutils-1.17


bash-2.05b# emerge info
Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 Intel(R) Pentium(R) III Mobile CPU      1000MHz
GENTOO_MIRRORS="http://adelie.polymtl.ca/ http://gentoo.mirrors.pair.com/
ftp://gentoo.noved.org/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg kde gnome
libg++ libwww mad mikmod mmx mpeg ncurses nls pdflib png quicktime slang spell
truetype xml2 xmms xv zlib gdbm berkdb readline arts svga tcltk java X sdl gpm
tcpd pam ssl perl python esd imlib oggvorbis gtk qt motif opengl pcmcia"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -fforce-addr
-falign-functions=4 -fprefetch-loop-arrays"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Hanno Böck gentoo-dev 2003-10-11 07:02:08 UTC
I cannot reproduce your bug.
i8kutils depends on tk, so it will be installed when merging i8kutils and
i8kmon runs without problems.
Can you please check if this bug still exists for you?
Comment 2 Hanno Böck gentoo-dev 2003-10-16 08:04:54 UTC
Can't reproduce and reporter doesn't answer, so marking invalid.