Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=462043 --- Comment #3 from Mamoru Tasaka <mtasaka@xxxxxxxxxxxxxxxxxxx> 2008-09-13 21:51:01 EDT --- Well, for -2.fc9 ! src/rcsoccersim.in - About src/rcsoccersim.in: -------------------------------------------------------------- 1 #! /bin/sh 2 3 BASEPATH=@RCSSBASE@ 4 if [ x"$BASEPATH" != x ] ; then 5 if [ x"$LD_LIBRARY_PATH" = x ] ; then 6 LD_LIBRARY_PATH=$BASEPATH/lib 7 else 8 LD_LIBRARY_PATH=$BASEPATH/lib:$LD_LIBRARY_PATH 9 fi 10 export LD_LIBRARY_PATH 11 fi -------------------------------------------------------------- Well, also here 64 bits issue _seems_ to exist, however on i386 @RCSSBASE@ is (nil) and these lines doesn't seem to do anything. Not a blocker, however would you check if these lines are doing what you expect? * log output - I noticed that rcsoccersim prints out some logs to - if rcsoccersim is called on tty, the directory where the program is called - if not on tty, the home directory Would you consider to move the directory where the logs are saved to ~/.rcsoccersim, for example so that we don't miss those logs? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review