Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10917 - "emerge stuffit" was failed
Summary: "emerge stuffit" was failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jonathan Nall
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 12:15 UTC by HAGIHARA Yoshiaki
Modified: 2003-06-16 07:02 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 HAGIHARA Yoshiaki 2002-11-18 12:15:46 UTC
"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.
Comment 1 SpanKY gentoo-dev 2002-11-23 01:35:52 UTC
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.  
Comment 2 Jonathan Nall 2002-11-26 21:48:48 UTC
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)

Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2003-06-16 07:02:57 UTC
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.