Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136772 - dev-tex/latex-beamer blocks dev-tex/latex-beamer, and depends on it
Summary: dev-tex/latex-beamer blocks dev-tex/latex-beamer, and depends on it
Status: VERIFIED DUPLICATE of bug 79606
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 06:13 UTC by Iovka Boneva
Modified: 2006-06-14 07: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 Iovka Boneva 2006-06-14 06:13:50 UTC
It seams to me like a bug. Beamer blocks tetex, but beamer neads tetex!

etc # emerge -p dev-tex/latex-beamer

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] dev-tex/xcolor (is blocking app-text/tetex-3.0_p1-r3)
[blocks B     ] dev-tex/pgf (is blocking app-text/tetex-3.0_p1-r3)
[blocks B     ] dev-tex/latex-beamer (is blocking app-text/tetex-3.0_p1-r3)
[blocks B     ] >=app-text/tetex-3.0 (is blocking dev-tex/pgf-1.01)
[blocks B     ] >=app-text/tetex-3.0 (is blocking dev-tex/xkeyval-2.4-r1)
[blocks B     ] >=app-text/tetex-3.0 (is blocking dev-tex/latex-beamer-3.06-r1)
[ebuild  N    ] app-text/tetex-3.0_p1-r3  USE="X lesstif -Xaw3d -doc -motif -neXt -tcltk" 
[ebuild  N    ] dev-tex/xcolor-2.00-r1  
[ebuild  N    ] dev-tex/xkeyval-2.4-r1  
[ebuild  N    ] dev-tex/pgf-1.01  
[ebuild  N    ] dev-tex/latex-beamer-3.06-r1  USE="emacs" 

-------------------------------------------------------

etc # emerge --info
Portage 2.1_pre7-r5 (default-linux/x86/2006.0, gcc-3.3.5, glibc-2.3.5-r3, 2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 AMD Sempron(tm) Processor 2800+
Gentoo Base System version 1.12.0_pre10
dev-lang/python:     2.3.5, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/gcc-config: 1.3.12-r4
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://213.186.33.38/gentoo-distfiles/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
LANG="fr_FR"
LC_ALL="fr_FR"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw2d aac acpi alsa apache2 apm arts avi bitmap-fonts bzlib cli crypt cups divx4linux dlopen dri dvd dvdr eds emacs emboss encode esd fbcon flac foomaticdb fortran ftp gdbm gif gpm gstreamer gtk gtk2 imap imlib ipv6 isdnlog jabber java jpeg lesstif libg++ libwww mad mikmod mp3 mpeg mpg123 ncurses nls nptl nptlonly ogg oggvorbis openal opengl oss pam pcre pdflib perl png ppds pppd python quicktime readline reflection samba scanner sdl session speex spell spl ssl sumo tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb userlocale videos vorbis xemacs xml xmms xorg xosd xv xvid zlib elibc_glibc kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-14 06:18:38 UTC
emerge -C \>=app-text/tetex-3.0; emerge latex-beamer

*** This bug has been marked as a duplicate of 79606 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-14 06:22:19 UTC
Er, the above instructions are not complete...

echo ">=app-text/tetex-3.0" >> /etc/portage/package.mask
emerge -C \>=app-text/tetex-3.0; emerge latex-beamer

And, just wondering - why are you installing latex-beamer if you have tetex-3.0 installed? It's already included there (see Bug 94815).

Anyway, closing. No bug here, the block is intended.
Comment 3 Iovka Boneva 2006-06-14 07:24:43 UTC
Thank you !

> And, just wondering - why are you installing latex-beamer if you have tetex-3.0
> installed?

Installing beamer separately gives a clean installation, with complete documentation.(In reply to comment #2)