Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68516 - ivtv_0.2.0 missing unzip as dependency - results in bad firmware
Summary: ivtv_0.2.0 missing unzip as dependency - results in bad firmware
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Brian Jackson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 02:10 UTC by Keith Jordan
Modified: 2004-10-26 13:35 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 Keith Jordan 2004-10-22 02:10:06 UTC
Installing IVTV requires an unzip of a firmware file.
If the unzip command is not found on the system, the build reports the error but still tries to build build the firmware resulting in a corrupt ivtv-fw-enc.bin and ivtv-fw-dec.bin
unzip needs to be a dependency in the ebuild.

Reproducible: Always
Steps to Reproduce:
1. emerge --unmerge unzip
2. ACCEPT_KEYWORDS="~x86" emerge ivtv
3. md5sum /lib/modules/ivtv-fw-enc.bin
4. compare result with http://ivtv.writeme.ch/tiki-index.php?page=FirmwareVersions

Actual Results:  
modprobe of ivtv errors out with 'Failed to read firmware'

Expected Results:  
If unzip is not installed (e.g. recent new build), the ebuild should install 
it prior to attempting an extract of the firmware.

Workaround: emerge unzip prior to emerge ivtv
Comment 1 Brian Jackson (RETIRED) gentoo-dev 2004-10-26 13:35:24 UTC
it'll be fixed in cvs shortly