| Summary: | games-fps/soldieroffortune-1.06a emerge fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andrew Jalics <ajalics> |
| Component: | Current packages | Assignee: | Gentoo TreeCleaner Project <treecleaner> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | esigra, games, jstein, pacho, patrizio.bassi, sam |
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Andrew Jalics
2006-11-17 18:09:38 UTC
In the ebuild, try changing:
loki_patch patch.dat ${Ddir} >& /dev/null || die "patching"
To:
export _POSIX2_VERSION=199209
loki_patch patch.dat "${Ddir}" || die "patching"
This is from http://icculus.org/lgfaq/#chasingmyowntail
I'm guessing this is fixed... I added Paul's fix... please reopen i still have it
* Copying files... this may take a while...
*
* ERROR: games-fps/soldieroffortune-1.06a failed.
* Call stack:
* ebuild.sh, line 1695: Called dyn_install
* ebuild.sh, line 1132: Called qa_call 'src_install'
* ebuild.sh, line 44: Called src_install
* soldieroffortune-1.06a.ebuild, line 66: Called die
* The specific snippet of code:
* loki_patch patch.dat ${Ddir} >& /dev/null || die "patching"
* The die message:
* patching
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/mnt/Dati/Gentoo/tmp/portage/games-fps/soldieroffortune-1.06a/temp/build.log'.
OK, REOPEN... is that patch necessary or we can handle the failure? Patrizio, can you , please , change ebuild line
loki_patch patch.dat ${Ddir} >& /dev/null || die "patching"
into
loki_patch patch.dat ${Ddir} || die "patching"
and paste the output from emerging?
* Copying files... this may take a while...
Computing MD5 sums for new uninstaller, this may take a while...
pre-patch.sh: line 7: /var/tmp/portage/games-fps/soldieroffortune-1.06a/image///opt/soldieroffortune/uninstall.sh: No such file or directory
chmod: impossibile accedere a `/var/tmp/portage/games-fps/soldieroffortune-1.06a/image///opt/soldieroffortune/uninstall': No such file or directory
pre-patch.sh: line 10: bin/Linux/amd64/convert: No such file or directory
default.c:303: @@@SerialSource: Incorrect allocation
ERROR: Failed patch delta on /var/tmp/portage/games-fps/soldieroffortune-1.06a/image///opt/soldieroffortune/README
*
* ERROR: games-fps/soldieroffortune-1.06a failed.
* Call stack:
* ebuild.sh, line 1696: Called dyn_install
* ebuild.sh, line 1133: Called qa_call 'src_install'
* ebuild.sh, line 44: Called src_install
* soldieroffortune-1.06a.ebuild, line 66: Called die
* The specific snippet of code:
* loki_patch patch.dat ${Ddir} || die "patching"
* The die message:
* patching
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/games-fps/soldieroffortune-1.06a/temp/build.log'.
*
italian "impossibile accedere" means "access denied"
seems amd64 issue.
any idea about this? i cannot install my favourite game :( 3 months, no news :( ping it's impossibile to have any version of sof merged, so if this will not be fixed ebuild should be removed. Is this still failing to install? It seems that this package is no longer maintained by games and broken since at least 14 years. I suggest to treeclean this unmaintained game from the year 2000. Is this any better with https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1d18bc688c10c0ecc6ad3c9f49140e51b555fa? |