Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177730 - cpdvd needs transcode with dvdread enabled
Summary: cpdvd needs transcode with dvdread enabled
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-08 22:20 UTC by Werner M. Mayer
Modified: 2007-05-09 05:38 UTC (History)
1 user (show)

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 Werner M. Mayer 2007-05-08 22:20:47 UTC
+++ This bug was initially created as a clone of Bug #86966 +++

Reopening/cloning the bug, due to the bug existing again even though it should 
have been fixed in 2005, when Bug #86966 was closed.


Short sample output of my emerge --info:
 Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.21.1 i6 86)
 =================================================================
 System uname: 2.6.21.1 i686 Pentium III (Coppermine)
 Gentoo Base System release 1.12.9
 Timestamp of tree: Tue, 01 May 2007 18:50:01 +0000
 ccache version 2.3 [enabled]
 dev-lang/python:     2.4.3-r4
 dev-python/pycrypto: 2.0.1-r5
 dev-util/ccache:     2.3
 sys-apps/sandbox:    1.2.17
 sys-devel/autoconf:  2.13, 2.61
 sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
 sys-devel/binutils:  2.16.1-r3
 sys-devel/gcc-config: 1.3.13-r3
 sys-devel/libtool:   1.5.22
 virtual/os-headers:  2.6.17-r1
 ACCEPT_KEYWORDS="x86"
 AUTOCLEAN="yes"
 CBUILD="i686-pc-linux-gnu"
 CFLAGS="-march=pentium3 -O3 -pipe"
 CHOST="i686-pc-linux-gnu"


Source portage tree from german mirror site seems to have missed update measures 
of bug #86966 or bug slipped into the current portage tree, fetched end of 
April / beginning of May 2007.

emerge -va transcode cpdvd

emerge fails while trying to compile cpdvd and aborts.
Message points to failure, because transcode was not compiled with "dvdread" 
USE-flag. 

Should be included into transcode-ebuild.

Reproducible: Always

Steps to Reproduce:
1. emerge transcode without the dvdread USE-flag
2. emerge cpdvd
3. notate error message, that cpdvd won't compile, complaining about missing
   "dvdread"-Use-flag in transcode.


Steps to workaround:
1. cd /var/tmp/portage/media-video/transcode-1.0.2-r3
2. rm  ./.compiled ./.tested ./.packaged
3. USE="dvdread" emerge -va --newuse transcode cpdvd

Result: cpdvd compiles cleanly
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-09 05:38:44 UTC
Recompile transcode w/ USE=dvdread; that's intended and not any bug.