Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53640 - games-roguelike/tome-2.2.7 Unable to prepare any 'display module'!
Summary: games-roguelike/tome-2.2.7 Unable to prepare any 'display module'!
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-11 07:18 UTC by Matthias Foerste
Modified: 2004-09-25 06:07 UTC (History)
0 users

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


Attachments
fixing patch for ebuild (tome-2.2.7-scores-ncurses.patch,3.30 KB, patch)
2004-06-11 08:41 UTC, Matthias Foerste
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Foerste 2004-06-11 07:18:20 UTC
When trying to run tome 2.2.7 in console it would abort with the error message
tome: Unable to prepare any 'display module'!
The reason is that the ebuild doesn't compile tome with curses support.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.50-r8 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.0-test9-love4)
=================================================================
System uname: 2.6.0-test9-love4 i686 AMD Athlon(tm) XP 2200+
Gentoo Base System version 1.4.16
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/sbin/consolelog.sh /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/linux/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aalib acpi alsa avi berkdb crypt cups emacs encode fbcon foomaticdb
freetype gdbm gif gpm gtk gtk2 imlib java jpeg libg++ libwww mad maildir mikmod
motif moznocompose moznoirc moznomail mpeg mule mysql ncurses nls oggvorbis
opengl pam pdflib perl png postgres python quicktime readline sdl spell sse ssl
tcltk tcpd truetype usb wmf x86 xml2 xmms xv zlib"
Comment 1 Matthias Foerste 2004-06-11 08:41:00 UTC
Created attachment 33086 [details, diff]
fixing patch for ebuild

For some wierd reason the curses support in makefile.std isn't enabled.
Attached patch fixes this (and Bug #53636) for me.
Comment 2 Maradine 2004-07-08 10:42:34 UTC
This behavior still seems to occur in 2.2.7-r1.  Perhaps the patch was not applied to the new ebuild?  Game is unplayable in default emerged state.  Increase severity to major?
Comment 3 Matthias Foerste 2004-07-11 17:40:52 UTC
You are right, r1 just adressed http://bugs.gentoo.org/show_bug.cgi?id=53636, which was a different issue with the original ebuild. If you dont want to wait until one of the devs has the time to go into this, you should either be able to play under X or apply the attached patch to the original ebuild and remerge tome.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-09-25 06:07:30 UTC
Added some sed patching that should fix this.  Resync/remerge to get text mode again.