Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13015 - zangband 2.7.2 ebuild, et al
Summary: zangband 2.7.2 ebuild, et al
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-01 08:30 UTC by B. K. Oxley (binkley)
Modified: 2003-03-16 11:34 UTC (History)
2 users (show)

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


Attachments
modified zangband-2.7.2.ebuild (zangband-2.7.2.ebuild,1.05 KB, text/plain)
2003-01-16 05:31 UTC, Nicolas Kaiser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description B. K. Oxley (binkley) 2003-01-01 08:30:39 UTC
The zangband-2.7.1.ebuild works for zangband 2.7.2 when simply copied over as  
zangband-2.7.2.ebuild.  The resulting install complained about not being able 
to access the news.txt file.  Am investigating.
Comment 1 B. K. Oxley (binkley) 2003-01-01 09:33:43 UTC
The problem with zangband 2.7.2 is that $game_datadir changes in configure.in 
between the sources for 2.7.1 and 2.7.2, the net effect of which is that 
DEFAULT_PATH is hosed.  Instead of being /usr/share/games/zangband/lib/ it is 
${prefix}/share/games/zangband/lib/ -- ${prefix} is never expanded to /usr as 
it should be. 
Comment 2 Nicolas Kaiser 2003-01-16 05:31:29 UTC
Created attachment 7366 [details]
modified zangband-2.7.2.ebuild

I experienced the same error. I simplified src_compile() using econf, now it
appears to be working for me. I tested on x86 and ppc.
Comment 3 Nicolas Kaiser 2003-01-16 12:39:02 UTC
Ah, but I did the same mistake you described for angband-3.0.2.ebuild:
Replace this

local myconf="--with-setgid=games"
use X || myconf="--without-x"

with

local myconf="--with-setgid=games"
use X || myconf="${myconf} --without-x"
Comment 4 B. K. Oxley (binkley) 2003-02-02 12:06:44 UTC
While I'm at it... the ToME ebuild works as it just by changing version # to 2.1.1 as well as the 
Angband ebuild chaning version # to 3.0.3. 
Comment 5 José Alberto Suárez López 2003-03-16 11:34:30 UTC
now masked in portage