Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96904 (libgig_download) - libgig fails to download (QSamper Dependency)
Summary: libgig fails to download (QSamper Dependency)
Status: RESOLVED WORKSFORME
Alias: libgig_download
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 16:15 UTC by Pedro Palhoto
Modified: 2005-06-23 17:16 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 Pedro Palhoto 2005-06-23 16:15:30 UTC
QSampler needs to be unmasked (in /etc/portage/package.unmask) and ~x86-ified   
(in /etc/portage/package.keywords), along with its dependencies,   
media-libs/libgig and media-libs/liblscp.    
    
 liblscp emerged without a hassle. libgig is the real problem. 
    
 The file is retrieved successfully from   
http://stud.fh-heilbronn.de/~cschoene/projects/libgig/libgig-2.0.0.tar.bz2 .   
Length: 62,603 Bytes.    
    
 But then, without any apparent reason:    
 
[code] 
!!! Couldn't download libgig-2.0.0.tar.bz2. Aborting. 
[/code] 
   
 And therefore, the emerge doesn't even compile.    
    
 I tried removing the file several times, downloaded manually, emerged with   
--oneshot, but no luck.    
  
[Original text from http://forums.gentoo.org/viewtopic-t-351228.html]  

Reproducible: Always
Steps to Reproduce:
1.1 emerge -1 libgig (after unmasking and placing ~x86) 
OR 
1.2 emerge qsampler 
   
Actual Results:  
!!! Couldn't download libgig-2.0.0.tar.bz2. Aborting. 

Expected Results:  
The libgig emerge process should accept the downloaded file and move on to the   
compilation stage of the emerge process.
Comment 1 Pedro Palhoto 2005-06-23 16:47:23 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. 
Comment 2 Pedro Palhoto 2005-06-23 16:50:12 UTC
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 
Comment 3 Pedro Palhoto 2005-06-23 17:16:12 UTC
(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.