Bug 53640 - games-roguelike/tome-2.2.7 Unable to prepare any 'display module'!
Bug#: 53640 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: matthias.foerste@freenet.de
Component: Games
URL: 
Summary: games-roguelike/tome-2.2.7 Unable to prepare any 'display module'!
Keywords:  
Status Whiteboard: 
Opened: 2004-06-11 07:18 0000
Description:   Opened: 2004-06-11 07:18 0000
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 From Matthias Foerste 2004-06-11 08:41:00 0000 -------
Created an attachment (id=33086) [details]
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 From Maradine 2004-07-08 10:42:34 0000 -------
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 From Matthias Foerste 2004-07-11 17:40:52 0000 -------
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 From Mr. Bones. 2004-09-25 06:07:30 0000 -------
Added some sed patching that should fix this.  Resync/remerge to get text mode
again.