Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200782 - games-strategy/savage-bin-2.00e fails to download
Summary: games-strategy/savage-bin-2.00e fails to download
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Gentoo Games
URL: http://www.newerth.com/smf/index.php/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 20:43 UTC by Aniruddha
Modified: 2008-09-05 15:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch (savage.patch,236 bytes, patch)
2007-11-30 16:08 UTC, René 'Necoro' Neumann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aniruddha 2007-11-29 20:43:38 UTC
games-strategy/savage-bin-2.00e fails to download:

>>> Emerging (1 of 1) games-strategy/savage-bin-2.00e to /
>>> Downloading 'http://www.happypuppy.com/s2games/Savage_with_sep3t.run'
--21:41:55--  http://www.happypuppy.com/s2games/Savage_with_sep3t.run
           => `/usr/portage/distfiles/Savage_with_sep3t.run'
Resolving www.happypuppy.com... 64.89.16.188
Connecting to www.happypuppy.com|64.89.16.188|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:41:55 ERROR 404: Not Found.

!!! Couldn't download 'Savage_with_sep3t.run'. Aborting.


Reproducible: Always
Comment 1 René 'Necoro' Neumann 2007-11-30 16:08:21 UTC
Created attachment 137396 [details, diff]
Ebuild patch

First: This bug is a dup of bug #173352
Second: The files have been renamed -> s/run/old/
Please see attached ebuild patch :)
Comment 2 Aniruddha 2007-12-01 18:48:56 UTC
Thanks for the reply. How do I apply this patch?
Comment 3 Mike Lenzen 2008-03-07 14:44:17 UTC
(In reply to comment #2)
> Thanks for the reply. How do I apply this patch?
> 

This patch worked for me.

1) Create an overlay
    Add {PORTDIR_OVERLAY="/usr/local/portage"} to /etc/make.conf"
2) Copy ebuild
>mkdir -p /usr/local/portage/games-strategy/savage-bin
>cd /usr/local/portage/games-strategy/savage-bin
>cp /usr/portage/games-strategy/savage-bin/savage-bin-2.00e.ebuild .
3) get patch
>wget http://bugs.gentoo.org/attachment.cgi?id=137396
4) rename patch
>mv attachment.cgi?id=137396 savage.patch
5) apply patch
>patch savage savage-bin-2.00e.ebuild < savage.patch
6) manifest
>ebuild savage-bin-2.00e.ebuild manifest
7) emerge
>emerge savage-bin


-- In order to play this game, I had to make it writable.  I found the game files in /opt/savage, and made the files writable with 
>chmod -R g+w /opt/savage

Comment 4 Mike Lenzen 2008-03-07 14:47:41 UTC
Woops, screwed up the patch line above.  Should be:
5) apply patch
>patch savage-bin-2.00e.ebuild < savage.patch



Comment 5 Nils Andresen 2008-04-23 20:25:36 UTC
I encountered the same problem. My Solution:
1) Download  http://www.happypuppy.com/s2games/Savage_with_sep3t.old manually
2) >mv Savage_with_sep3t.old /usr/portage/distfiles/Savage_with_sep3t.run
3) retry emerge...

done.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2008-09-05 15:47:51 UTC
probably fixed by the reworked ebuild from Scarabeus.  Reopen if it's still broken in the same way.