Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82536 - FTBFS: games-action/dungeon-3.2.3
Summary: FTBFS: games-action/dungeon-3.2.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-19 00:21 UTC by Jason Bucata
Modified: 2005-03-03 20:21 UTC (History)
0 users

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


Attachments
Fixed ebuild error. Changed from emake -> make fixed problem. (dungeon-3.2.3.ebuild,1.11 KB, text/plain)
2005-02-19 04:18 UTC, Anthony Thompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Bucata 2005-02-19 00:21:35 UTC
The game "dungeon" fails to build from source.

"emerge dungeon" yields this error:

f2c -A -C -Nn802 -NL400  rooms.f
Compiler error line 740 of objects.f: start_formatting:  couldn't open the intermediate file

I/O error on pass1_file
make: *** [objects.c] Error 3

Attempting "strace -f -o dungeon.log emerge dungeon" as root yielded either that error at a different file and line, or segmentation faults.  Without strace, the emerge always fails at the same place.

Based on what I can get from the strace logs on this heisenbug, it looks like it's failing because an open of a file named p1_file fails with ENOENT.  This is in spite of the fact that a subsequent unlink succeeds.
Comment 1 Anthony Thompson 2005-02-19 04:18:41 UTC
Created attachment 51581 [details]
Fixed ebuild error. Changed from emake -> make fixed problem.
Comment 2 Jason Bucata 2005-02-19 09:11:19 UTC
Tried it by editing the dungeon-3.2.3.ebuild directly, that got it to emerge correctly.  Thank you.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2005-03-03 20:21:24 UTC
Bah.  Fixed it to build in parallel.  f2c seems to step on itself.  Thanks for the bug report.