Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11962 - Unreal (1) won't emerge due to file count error in ebuild
Summary: Unreal (1) won't emerge due to file count error in ebuild
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 09:27 UTC by Dead Schorsch
Modified: 2005-08-30 03:32 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dead Schorsch 2002-12-11 09:27:29 UTC
The Unreal ebuild count's the files in the Portage Sandbox after installing
unreal (as Unreal Tournament Mod). The number of files found is different to the
one expected, although Unreal works afterwards. I disabled the count validation
and installation succeeded.

Lines 77-79
    
#check to make sure it all went good
#NUM_FOUND=`find ${D} | wc -l`
#[ ${NUM_FOUND} != 644 ]    &&  die "Install failed ... only found ${NUM_FOUND} :("
Comment 1 SpanKY gentoo-dev 2002-12-11 13:22:08 UTC
you're going to have to tell me how many files it *did* find if you want me to fix this ;) 
 
644 was how many it found on my machine ... 
Comment 2 SpanKY gentoo-dev 2002-12-18 14:12:52 UTC
re-open if you ever feel like informing me of how many files *were* found :p
Comment 3 Dead Schorsch 2002-12-18 16:32:26 UTC
Jesus, you're a plague :)

Installation complete.
Would you like to launch the game now? [Y/n] 
!!! ERROR: app-games/unreal-226 failed.
!!! Function src_install, Line 30, Exitcode 0
!!! Install failed ... only found     629 :(
Comment 5 Dead Schorsch 2005-08-30 03:32:17 UTC
Closing.