Bug 10917 - "emerge stuffit" was failed
|
Bug#:
10917
|
Product: Gentoo Linux
|
Version: 1.4_rc1
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: nall@themountaingoats.net
|
Reported By: hagi@p1d.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: "emerge stuffit" was failed
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2002-11-18 12:15 0000
|
"emerge stuffit" was failed as following.
---
# emerge stuffit
Calculating dependencies ...done!
>>> emerge (1 of 1) app-arch/stuffit-5.2.0.611 to /
>>> Downloading
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/stuffit520.611linux-i386.tgz
--03:08:07--
http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/stuffit520.611linux-i386.tgz
=> `/usr/portage/distfiles/stuffit520.611linux-i386.tgz'
Resolving www.ibiblio.org... done.
Connecting to www.ibiblio.org[152.2.210.81]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
03:08:07 ERROR 404: Not Found.
>>> Downloading stuffit520.611linux-i386.tgz
--03:08:07-- http://stuffit520.611linux-i386.tgz/
=> `/usr/portage/distfiles/index.html'
Resolving stuffit520.611linux-i386.tgz... failed: Host not found.
!!! Couldn't download stuffit520.611linux-i386.tgz. Aborting.
---
I looked at stuffit-5.2.0.611.ebuild, and found a line ; SRC_URI="${MY_P}.tgz".
So, I went to alladdin's site and downloaded stuffit520.611linux-i386.tar.gz
manually.
I think the line begining SRC_URI is not needed like app-sci/setiathome.
root@vapier image # emerge stuffit
Calculating dependencies ...done!
>>> emerge (1 of 1) app-arch/stuffit-5.2.0.611 to /
!!! stuffit520.611linux-i386.tgz not found in /usr/portage/distfiles.
>>> /usr/portage/app-arch/stuffit/stuffit-5.2.0.611.ebuild has fetch restriction turned on.
>>> This probably means that this ebuild's files must be downloaded
>>> manually. See the comments in the ebuild for more information.
changed to:
SRC_URI=""
emerge stuffit (w/o downloading the binary) results in:
maine # emerge stuffit
Calculating dependencies ...done!
>>> emerge (1 of 1) app-arch/stuffit-5.2.0.611 to /
>>> Unpacking source...
*
* Please download stuffit520.611linux-i386 from http://stuffit.com/downloads.html
* (click on the Linux Evaluation Link), and put it in /usr/portage/distfiles
*
* Note that StuffIt requires registration within 15 days,
* but StuffIt Expander is freeware.
*
!!! ERROR: app-arch/stuffit-5.2.0.611 failed.
!!! Function src_unpack, Line -70, Exitcode 0
!!! (no error message)
The last change was no good idea. See bug 22679 - and, btw, you are disabling
the md5sum check by emptying SRC_URI. Please test my new attempt.