Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285406 - Stabilize games-roguelike/tome-2.3.5
Summary: Stabilize games-roguelike/tome-2.3.5
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:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2009-09-18 02:08 UTC by Mr. Bones. (RETIRED)
Modified: 2010-01-22 20:15 UTC (History)
2 users (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 Mr. Bones. (RETIRED) gentoo-dev 2009-09-18 02:08:28 UTC
Please mark tome-2.3.5.ebuild stable.
Comment 1 Christophe LEFEBVRE 2009-09-18 19:37:24 UTC
stable on x86 (in a stable chrooted environnment)
Comment 2 Markus Meier gentoo-dev 2009-10-21 12:28:13 UTC
this happens as a user, looks like current stable behaves the same =(

$ /usr/games/bin/tome 
/usr/games/bin/tome: Cannot create directory ~/.tome
$ tail -n 5 tome.log 
close(3)                                = 0
stat64("/root/.tome", 0xff922574)       = -1 EACCES (Permission denied)
mkdir("/root/.tome", 0700)              = -1 EACCES (Permission denied)
write(2, "/usr/games/bin/tome: Cannot creat"..., 53) = 53
exit_group(-1)                       
Comment 3 Christophe LEFEBVRE 2009-10-21 17:55:52 UTC
Strange, I haven't had any problem and I have a ".tome" folder in my home directory.
In src/config.h, there is :

#if defined(SET_UID) && !defined(MACH_O_CARBON) && !defined(NO_HOME_TOME)
#define PRIVATE_USER_PATH "~/.tome"
#endif

I think you are on a multi-user system. What is your system ? What happened with a "mkdir ~/.tome" and "echo ~" ?
Comment 4 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-11-14 12:12:27 UTC
With USE="gtk", tome is failing (if i'm using gtk) with a segfault.
X11 doesn't look working too (segfault).
I can only run it with sdl.

By the way, previous version of tome is also segfaulting...
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2009-11-20 12:56:44 UTC
x86 stable
Comment 6 Brent Baude (RETIRED) gentoo-dev 2010-01-22 20:15:29 UTC
ppc stable, closing