Summary: | libgig fails to download (QSamper Dependency) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pedro Palhoto <palhoto> |
Component: | [OLD] Library | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | blocker | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Pedro Palhoto
2005-06-23 16:15:30 UTC
More detailed information, during emerge -1d libgig: The file is already fully retrieved; nothing to do. >>> Resuming download... >>> Downloading http://stud.fh-heilbronn.de/~cschoene/projects/libgig/libgig-2.0.0.tar.bz2 --00:48:23-- http://stud.fh-heilbronn.de/%7Ecschoene/projects/libgig/libgig-2.0.0.tar.bz2 => `/usr/portage/distfiles/libgig-2.0.0.tar.bz2' Resolving stud.fh-heilbronn.de... 141.7.1.31 Connecting to stud.fh-heilbronn.de[141.7.1.31]:80... connected. HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable The file is already fully retrieved; nothing to do. !!! Couldn't download libgig-2.0.0.tar.bz2. Aborting. Emerging libgig-2.0.1 (using Portage Overlay): + ECONF_SOURCE=. + '[' -x ./configure ']' + diefunc econf 488 1 'no configure script found' + local funcname=econf lineno=488 exitcode=1 + shift 3 + echo + echo '!!! ERROR: media-libs/libgig-2.0.1 failed.' !!! ERROR: media-libs/libgig-2.0.1 failed. + echo '!!! Function econf, Line 488, Exitcode 1' !!! Function econf, Line 488, Exitcode 1 + echo '!!! no configure script found' !!! no configure script found + echo '!!! If you need support, post the topmost build error, NOT this status message.' !!! If you need support, post the topmost build error, NOT this status message. + echo + exit 1 (In reply to comment #2) > Emerging libgig-2.0.1 (using Portage Overlay): > !!! no configure script found To correct this, I commented out the following line in the libgig-2.0.1 ebuild file I had in Portage Overlay: #S="${WORKDIR}/${PN}" ===//=== This still doesn't correct the actual problem for libgig-2.0.0, the most recent ebuild in the Portage tree. BTW, QSampler 0.1.0 emerged and works without a problem. I will try Overlaying to QSampler 0.1.1 soon. |