Bug 234604 - dev-perl/perl-tk should be a dependency of app-text/texlive-core
Bug#: 234604 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: tex@gentoo.org Reported By: bugs@whistlin.com
Component: Ebuilds
URL: 
Summary: dev-perl/perl-tk should be a dependency of app-text/texlive-core
Keywords:  
Status Whiteboard: 
Opened: 2008-08-13 09:49 0000
Description:   Opened: 2008-08-13 09:49 0000
app-text/texlive installs /usr/bin/texdoctk, which depends on dev-perl/perl-tk.
 But perl-tk is not mentioned in the ebuild for texlive.

Reproducible: Always




emerge --info
Portage 2.1.4.4 (default/linux/amd64/2008.0/desktop, gcc-4.1.2, glibc-2.6.1-r0,
2.6.25-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.25-gentoo-r7 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor
4600+
Timestamp of tree: Wed, 13 Aug 2008 09:30:01 +0000
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.4.4-r13, 2.5.2-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf
/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c
/etc/udev/rules.d"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans
userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US"
LC_ALL="en_US"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --stats --timeout=180 --exclude=/distfiles
--exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 berkdb bluetooth branding
bzip2 cairo cdr cli cracklib crypt cups dbus dri dv dvd dvdr dvdread eds emboss
encode esd evo fam firefox flac fortran gcj gdbm gif gnome gpm gstreamer gtk
gtk2 hal iconv ipv6 isdnlog jpeg kerberos ldap libnotify mad midi mikmod mmx
mmxext mp3 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp
pam pcre pdf png ppds pppd python qt3support quicktime readline reflection sdl
session spell spl sse sse2 ssl startup-notification svg sysfs tcpd theora
threads tiff truetype type1 unicode usb vorbis x264 xinerama xml xorg xv xvid
zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m
maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug
rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache
filter headers include info log_config logio mem_cache mime mime_magic
negotiation rewrite setenvif speling status unique_id userdir usertrack
vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses
text" USERLAND="GNU" VIDEO_CARDS="radeonhd radeon vesa fbdev mga nv"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LINGUAS,
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY

------- Comment #1 From Benjamin Bannier 2008-10-02 04:56:39 0000 -------
Created an attachment (id=166957) [details]
RDEPEND perl-tk if USE=X

Hi,

attached a rather simplistic attempt to fix this annoying problem. Not sure how
the build exactly works, but this requires perl-tk if we have USE=X. Since
there is also the command line version texdoc this seems intuitively the a
right way to do it. Also, people without X might be caught by other problems
long before.

Sorry if this obviously a wrong approach.


Cheers,

Benjamin

------- Comment #2 From Alexis Ballier 2008-10-02 18:59:02 0000 -------
well... X useflag isn't good for tk stuff, I've added a tk useflag

and since the build system sucks for this, I've had to remove the texdoctk
files in src_install if tk is off.

Fixed in texlive-core-2008 which I plan to unmask soon