Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128996 - vcdimager does not install vcdxrip, vcdx...
Summary: vcdimager does not install vcdxrip, vcdx...
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-05 23:30 UTC by Dirk
Modified: 2006-04-06 04:12 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 Dirk 2006-04-05 23:30:05 UTC
Hello,

emerging vcdimager doen not install any of the helper application (e.g. vcdxrip).

Do I miss something here?

dirk
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-06 03:42:58 UTC
Reopen with emerge --info output.
Comment 2 Dirk 2006-04-06 03:54:09 UTC
Portage 2.1_pre7-r4 (default-linux/ppc/ppc32/2006.0/G4, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r1 ppc)
=================================================================
System uname: 2.6.16-gentoo-r1 ppc 7450, altivec supported
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.3.5, 2.4.2-r1
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r4
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=7400 -maltivec -mabi=altivec -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=7400 -maltivec -mabi=altivec -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ http://mirror.switch.ch/mirror/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/ ftp://ftp.solnet.ch/mirror/Gentoo http://gentoo.mirror.solnet.ch http://mir.zyrianes.net/gentoo/ ftp://mir.zyrianes.net/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc X alsa altivec apache2 apm arts berkdb bitmap-fonts bonobo bzip2 cdr cli crypt ctype cups dba dri dvd eds emboss encode esd expat fam fastbuild ffmpeg foomaticdb force-cgi-redirect fortran ftp gd gdbm gif gpm gstreamer gtk gtk2 gtkhtml imap imlib ipv6 isdnlog jpeg libg++ libwww mad maildir matroska memlimit mikmod motif mozilla mp3 mpeg mpeg2 mysql ncurses nls nptl ogg opengl pam pam-mysql pcre pdflib perl png posix pppd python quicktime readline ruby sasl sdl session simplexml soap sockets spell spl ssl tcpd tokenizer truetype truetype-fonts type1-fonts udev unicode utf8 vhosts vorbis xml xmms xsl xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_vga video_cards_fbdev video_cards_nv"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-04-06 03:56:13 UTC
# equery f vcdimager | grep bin
/usr/bin
/usr/bin/cdxa2mpeg
/usr/bin/vcd-info
/usr/bin/vcdimager
/usr/bin/vcdxbuild
/usr/bin/vcdxgen
/usr/bin/vcdxminfo
/usr/bin/vcdxrip

# emerge -pv vcdimager

Calculating dependencies... done!
[ebuild   R   ] media-video/vcdimager-0.7.23  USE="-minimal xml2" 0 kB 

Post emerge -pv vcdimager output.
Comment 4 Dirk 2006-04-06 04:03:03 UTC
here is the output on my system :

# equery f vcdimager | grep bin

/usr/bin
/usr/bin/cdxa2mpeg
/usr/bin/vcd-info
/usr/bin/vcdimager

# emerge -pv vcdimager
Calculating dependencies... done!
[ebuild   R   ] media-video/vcdimager-0.7.23  USE="-minimal -xml2" 0 kB

Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-04-06 04:05:29 UTC
(In reply to comment #4)
> # emerge -pv vcdimager
> Calculating dependencies... done!
> [ebuild   R   ] media-video/vcdimager-0.7.23  USE="-minimal -xml2" 0 kB

So, you clearly won't get them with USE="-xml2". 

Comment 6 Dirk 2006-04-06 04:08:59 UTC
thanks. 

I did not expect xml2 to have this effect!

Dirk
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-04-06 04:12:11 UTC
(In reply to comment #6)
> thanks. 
> 
> I did not expect xml2 to have this effect!

Well, considering that those frontends are xml-based... :=) Closing.