Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42096 - Add ut2004-demo ping patch from icculus
Summary: Add ut2004-demo ping patch from icculus
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 17:16 UTC by Chris Gianelloni (RETIRED)
Modified: 2004-02-23 22:47 UTC (History)
1 user (show)

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 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-18 17:16:11 UTC
I've already started this and am in the testing phase.  There currently is not a patch for AMD64, but since I have yet to play the game under AMD64, I don't know if it is even an issue.

Anyway, I'm working on it.  I just wanted to get it tracked here so nobody would duplicate my work.
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-20 12:26:10 UTC
This has been solved for x86

There is no AMD64 patch at this time, but one is in the works.  I will update accordingly when it arrives.
Comment 2 adaran 2004-02-21 09:19:08 UTC
Is it just me or is there a mistake in the ebuild? I just tried to install the patch by doing emerge -u ut2004-demo and it didn't work. I checked the ebuild and found

        if [ "${ARCH}" = "amd64" ]; then
                # Ping patch
                exeinto ${dir}/System
                doexe ut2004-bin
        fi

Not sure here, but doesn't that mean that the ping patch is only applied if it an AMD64 system? The patch works fine on my arch (Intel P4 / x86), could this be a typo in the ebuild (I'm referring to http://bugs.gentoo.org/show_bug.cgi?id=42096#c1).

When manually extracting the ping-patch patch and copying the new ut2004-bin into /opt/ut2004-demo/System, everything works fine - the ebuild just doesn't do that for non amd64 systems.
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2004-02-21 13:40:42 UTC
You're exactly right.  Other developers have been playing around with the ebuild and essentially submitted a broken ebuild.  I'm fixing it right now.
Comment 4 Kris Kersey (RETIRED) gentoo-dev 2004-02-23 22:46:58 UTC
Fussed at you for breaking my ARCH then I simi break yours.  Sorry about that.  I just added the AMD64 patch to the -r1 ebuild.  Nothing changed that should affect x86.