Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255139 - Bump games-strategy/freecol to 0.8.1
Summary: Bump games-strategy/freecol to 0.8.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://www.freecol.org/news/freecol-0...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-16 08:00 UTC by David Hallas
Modified: 2009-05-22 21:49 UTC (History)
2 users (show)

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


Attachments
Modified version of freecol-0.7.4-home.patch (freecol-0.8.0-home.patch,427 bytes, patch)
2009-02-01 10:10 UTC, Alexander Stein
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Hallas 2009-01-16 08:00:48 UTC
FreeCol 0.8.0 has been released.

Reproducible: Always
Comment 1 Alexander Stein 2009-02-01 10:08:37 UTC
Renaming the freecol-0.7.4.ebuild to freecol-0.8.0.ebuild works with a modified freecol-0.7.4-home.patch
Comment 2 Alexander Stein 2009-02-01 10:10:11 UTC
Created attachment 180516 [details, diff]
Modified version of freecol-0.7.4-home.patch

Removed he 2nd change form the patch file, as this is fixed by upstream.
Comment 3 alex 2009-03-13 01:29:45 UTC
I have also tested the patche and rename the ebuild.
Works great with the current 0.8.1 version of freecol on x86
Comment 4 Michael Schulz 2009-03-31 21:25:07 UTC
What about the version bump? Are the changed ebuilds anywhere?
Comment 5 Max Klinger 2009-04-09 08:41:50 UTC
(In reply to comment #4)
> What about the version bump? Are the changed ebuilds anywhere?

You don't need to change anything, all you need is to remove the second half of the patch

cd /usr/local/portage/ (or wherever you put your stuff check PORTDIR_OVERLAY )
mkdir games-strategy
mkdir games-strategy/freecol
cd games-strategy/freecol
mkdir files
wget http://bugs.gentoo.org/attachment.cgi?id=180516&action=view files/
cp /usr/portage/games-strategy/freecol/freecol-0.7.4.ebuild freecol-0.8.1.ebuild
ebuild freecol-0.8.1.ebuild digest

The only thing odd is this message in the console when starting freecol

net.sf.freecol.common.FreeColException: Log file "/home/phoenix/.freecol/FreeCol.log" could not be created.
	at net.sf.freecol.common.logging.DefaultHandler.<init>(DefaultHandler.java:70)
	at net.sf.freecol.FreeCol.initLogging(FreeCol.java:380)
	at net.sf.freecol.FreeCol.main(FreeCol.java:173)

This file exists and is readwritable by the user starting freecol. I then tried removing it and it still won't work. 
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2009-04-09 17:40:34 UTC
in portage.  thanks for the bug report and patch