Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44600 - secpanel-0.4.3 emerge fails.
Summary: secpanel-0.4.3 emerge fails.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tavis Ormandy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-13 13:44 UTC by Edward Broyles
Modified: 2004-03-15 03:19 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 Edward Broyles 2004-03-13 13:44:18 UTC
The ebuild does the download (confirmed - the file is in /usr/portage/distfiles it's checksum is correct. I even deleted that file, downloaded it from the site checksumed it and moved it to /usr/portage/distfles. The ebuild still tries to download from the site, say's it can not download secpanel-0.43.tar.gz and then aborts the build.

>>> Downloading http://www.pingx.net/secpanel/secpanel-0.43.tar.gz
--15:51:46--  http://www.pingx.net/secpanel/secpanel-0.43.tar.gz
           => `/usr/portage/distfiles/secpanel-0.43.tar.gz'
Resolving www.pingx.net... 212.227.119.73
Connecting to www.pingx.net[212.227.119.73]:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.pingx.net/secpanel/secpanel-0.4.3.tar.gz [following]
--15:51:46--  http://www.pingx.net/secpanel/secpanel-0.4.3.tar.gz
           => `/usr/portage/distfiles/secpanel-0.4.3.tar.gz'
Connecting to www.pingx.net[212.227.119.73]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 52,742 [application/x-tar]

100%[====================================>] 52,742        90.36K/s

15:51:47 (90.00 KB/s) - `/usr/portage/distfiles/secpanel-0.4.3.tar.gz' saved [52742/52742]

!!! Couldn't download secpanel-0.43.tar.gz. Aborting.

Reproducible: Always
Steps to Reproduce:
1. emerge secpanel
2.
3.

Actual Results:  
emerge aborts

Expected Results:  
isntalled secpanel-4.3

***FOUND THE ANSWER***, the ebuild is trying to work with a file named
secpanel-0.43.tar.gz, but the file being downloaded is named
secpanel-0.4.3.tar.gz. Renaming this file to secpanel-0.43.tar.gz allows the
ebuild to finish.
Comment 1 Tavis Ormandy (RETIRED) gentoo-dev 2004-03-15 03:19:29 UTC
wget is renaming the file! 

Fixed, Thanks :)