bugGlobulation 2 - Bugs: bug #21642, scons INSTALLDIR problem

 
 

bug #21642: scons INSTALLDIR problem

Submitter:  None
Submitted:  Sun 25 Nov 2007 10:57:42 AM UTC
   
 
Severity:  3 - Normal Status:  Works For Me
Assigned to:  None Open/Closed:  Open
Release:  None Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 08 Apr 2008 05:15:15 AM UTC, comment #1: 

I just tried the exact same thing you did, and it worked perfectly for me. Perhaps there has been a change in scons since beta1 that fixes this. Can you please report back whether this is fixed in beta3 when it is released? Thank you.

Kieran <k776>
Group administrator
Sun 25 Nov 2007 10:57:42 AM UTC, original submission:  

I used 'scons INSTALLDIR="/home/myhome/usr/"' to install the game in my home directory, but when i do a 'strace glob2' i see these errors (terrain1.png is only an example, it's the same for all gfx):


open("/home/myhome/.glob2/data/gfx/terrain1.png", O_RDONLY) = -1 ENOENT (No such file or directory)
open("./data/gfx/terrain1.png", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/myhome/usr/share/glob2/data/gfx/terrain1.png", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/myhome/usr//data/gfx/terrain1.png", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/home/usr/src/glob2-0.9.1/data/gfx/terrain1.png", O_RDONLY) = 14

The gfx is in real installed in '/home/myhome/usr/glob2/data/gfx'.

I use the glob2-0.9.1 downloaded the 20/11/2007, on a debian/lenny system , scons version is 'v0.97.0d20070918.r2446, 2007/09/18 11:41:57'

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by k776 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-04-08 k776 StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code