Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34217 - app-text/tetex-2.0.2-r3 clobbers app-text/texi2html (/usr/bin/texi2html)
Summary: app-text/tetex-2.0.2-r3 clobbers app-text/texi2html (/usr/bin/texi2html)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-23 13:55 UTC by Tristan Henderson
Modified: 2003-11-24 02:09 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 Tristan Henderson 2003-11-23 13:55:17 UTC
app-text/tetex installs an old version of texi2html

/# texi2html --help
This is texi2html 1.56k
To convert a Texinfo file to HMTL: /usr/bin/texi2html [options] file
  where options can be:
    -expandinfo    : use @ifinfo sections, not @iftex
    -glossary      : handle a glossary
    -invisible name: use 'name' as an invisible anchor
    -Dname         : define name like with @set
    -I dir         : search also for files in 'dir'
    -menu          : handle menus
    -monolithic    : output only one file including ToC
    -number        : number sections
    -split_chapter : split on main sections
    -split_node    : split on nodes
    -usage         : print usage instructions
    -verbose       : verbose output
To check converted files: /usr/bin/texi2html -check [-verbose] files

/# qpkg -f `which texi2html`
app-text/tetex *
app-text/texi2html *

/# etcat -v app-text/tetex
[ Results for search key : app-text/tetex ]
[ Applications found : 1 ]

*  app-text/tetex :
        [   ] app-text/tetex-1.0.7-r12 (0)
        [   ] app-text/tetex-1.0.7-r13 (0)
        [   ] app-text/tetex-2.0.2 (0)
        [   ] app-text/tetex-2.0.2-r1 (0)
        [ ~ ] app-text/tetex-2.0.2-r2 (0)
        [ ~I] app-text/tetex-2.0.2-r3 (0)

/# etcat -v app-text/texi2html
[ Results for search key : app-text/texi2html ]
[ Applications found : 1 ]

*  app-text/texi2html :
        [  I] app-text/texi2html-1.64 (0)

This messes up ebuilds which depend on a newer texi2html, e.g. dev-lang/prc-tools.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




#/ emerge info
Portage 2.0.49-r15 (default-1.0, gcc-2.95.3, glibc-2.2.5-r9, 2.4.22)
==============================================================
===
System uname: 2.4.22 i686 Transmeta(tm) Crusoe(tm) Processor TM5800
Gentoo Base System version 1.4.3.12
distcc 2.11.2 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=i686 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/dvips/config/ 
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=i686 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache autoaddcvs digest sandbox strict"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.
org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 apm avi crypt cups encode libg++ mmx ncurses quicktime spell xmms xv berkdb esd 
gdbm gif gnome-libs gpm gtk imlib java libwww motif pam python readline sdl ssl tcpd -3dnow aalib 
alsa apache2 -arts bonobo cdr curses dga dvd emacs ethereal evo fbcon foomaticdb -gnome gtk2 
gtkhtml guile imap jpeg -kde lcms ldap -lirc -mikmod -moznoxft mpeg mysql nas -nls odbc oggvorbis 
-opengl oss pcmcia pda pdflib perl pic plotutils png pnp -qt -qtmt samba skey slang smooth snmp 
stroke svga tcltk tetex tiff truetype trusted usb vim-with-x xml xml2 X X509 zlib"
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-11-24 02:09:46 UTC
Thanks for reporting. Fixed in CVS. Both texi2html are versioned now
(e.g.  app-text/texi2html-1.64-r1 installs /usr/bin/texi2html-1.64 and
app-text/tetex-2.0.3-r3 installs /usr/bin/texi2html-1.56k). 
A symlink to newer version will be created automatically, but if it
isn't please make one by hand (I think this is a bug in
alternatives.eclass, so I've just opened a bug #34245 for it).