Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51907 - New version of gnomeboyadvance (0.4)
Summary: New version of gnomeboyadvance (0.4)
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 89840 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-24 04:50 UTC by Chris Gianelloni (RETIRED)
Modified: 2006-02-15 04:40 UTC (History)
4 users (show)

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


Attachments
gnomeboyadvance-0.2.ebuild (gnomeboyadvance-0.2.ebuild,1.17 KB, text/plain)
2004-05-29 20:46 UTC, Mr. Bones. (RETIRED)
Details
gnomeboyadvance-0.4.ebuild (gnomeboyadvance-0.4.ebuild,1.41 KB, text/plain)
2005-06-11 13:41 UTC, Fernando Serboncini (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Gianelloni (RETIRED) gentoo-dev 2004-05-24 04:50:38 UTC
From: 	Guillaume Desmottes <cass@skynet.be>
To: 	games@gentoo.org
Subject: 	gnomeboyadvance 0.2 released
Date: 	Sun, 23 May 2004 00:03:19 +0200	
Hi!

I have tried to contact msterret@gentoo.org but the mail serveur return 
a error. :\

We have recently released a new version of gnomeboyadvance.
It will be a good thing to update the ebuild.
You can find it on the new web site of the project:
http://developer.berlios.de/projects/gnomeboyadvance/


     Regards

         Guillaume
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-05-29 20:46:46 UTC
Created attachment 32291 [details]
gnomeboyadvance-0.2.ebuild

Here's the ebuild I'm using to test.  Seems to crash when I select About from
the menu.  Maybe I've messed up the install?
Comment 2 Guillaume Desmottes 2004-07-02 15:06:46 UTC
The About crash is a bug of a old version of python-gtk.

By the way, the 0.3 version of gnomeboyadvance has been released.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2004-08-31 04:58:08 UTC
*** Bug 62027 has been marked as a duplicate of this bug. ***
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-09-13 01:43:55 UTC
A working ebuild for 0.4 would make this happen a lot faster.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-04-20 10:55:22 UTC
*** Bug 89840 has been marked as a duplicate of this bug. ***
Comment 6 giepi 2005-04-20 12:34:28 UTC
Any news?
Why there is yet no 0.4 ebuild?
Comment 7 Guillaume Desmottes 2005-04-21 13:29:04 UTC
Because no one have made one.
I'm not a gentoo users so i can't do it. :\
Comment 8 Fernando Serboncini (RETIRED) gentoo-dev 2005-06-11 13:41:58 UTC
Created attachment 61080 [details]
gnomeboyadvance-0.4.ebuild

This is the closer I could get for a gnomeboyadvance ebuild. It does emerge
with everything ok, but it fails when running with a settings error that I'm
stuck with. 
I think it is gconf/schema related but I don't know how to fix it.
Comment 9 Izaac Zavaleta 2005-08-26 20:40:18 UTC
Installation went well, but when trying to run the binary i got this error:

izaac@geminai ~ $ gnomeboyadvance
Traceback (most recent call last):
  File "/usr/games/bin/gnomeboyadvance", line 5, in ?
    gba = GnomeBoyAdvance()
  File "/usr/lib/python2.3/site-packages/gnomeboyadvance/GnomeBoyAdvance.py",
line 54, in __init__
    self.mySettings = Settings.Settings()
  File "/usr/lib/python2.3/site-packages/gnomeboyadvance/Settings.py", line 24,
in __init__
    if not self.__checkBinary(): self.tryFindBinary()
  File "/usr/lib/python2.3/site-packages/gnomeboyadvance/Settings.py", line 32,
in __checkBinary
    return os.access(bin, os.X_OK )
TypeError: access() argument 1 must be string, not None

what could be that?
Comment 10 Izaac Zavaleta 2005-08-26 22:46:35 UTC
yep is gconf/schema related, dunno how to fix it, any ideas?
Comment 11 Guillaume Desmottes 2005-08-27 11:21:37 UTC
Have you still this problem after a gnome restart?
Comment 12 Izaac Zavaleta 2005-08-27 12:42:33 UTC
Yes, it's still there
Comment 13 Izaac Zavaleta 2005-08-27 12:47:15 UTC
I got a report from a friend (MaoP) that if you try to run as root:

# /usr/games/gnomeboyadvance

it runs perfectly.

And voil
Comment 14 Izaac Zavaleta 2005-08-27 12:47:15 UTC
I got a report from a friend (MaoP) that if you try to run as root:

# /usr/games/gnomeboyadvance

it runs perfectly.

And voilà it works!
Comment 15 Izaac Zavaleta 2005-08-27 12:48:48 UTC
Ups! i mean:

# /usr/games/bin/gnomeboyadvance
Comment 16 Chris Gianelloni (RETIRED) gentoo-dev 2005-09-07 12:46:58 UTC
Feel free to REOPEN this once it matures a bit and doesn't have this error...
Comment 17 Izaac Zavaleta 2005-09-09 23:16:51 UTC
well i re-emerge the ebuild and restart gnome and the only problem i got was
with the link in the gnome app menu, modifying the gnomeboyadvance.desktop will
fix that.

Thanks for the tip about restarting gnome, works fine now.
Comment 18 Chris Gianelloni (RETIRED) gentoo-dev 2005-09-19 12:10:35 UTC
So this ebuild is working now?