bugPingus - Bugs: bug #31285, cann't install Pingus

 
 

bug #31285: cann't install Pingus

Submitter:  Oleg <o01eg>
Submitted:  Sat 09 Oct 2010 12:58:34 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  Installation Problem Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  SVN
Operating System:  Linux Planned Release:  far future
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 14 Jul 2011 05:37:47 PM UTC, comment #5: 

i think this is fixed by the solution in bug 37744

Kevin <colintreebush>
Thu 06 Jan 2011 05:18:30 AM UTC, comment #4: 

you can modify PREFIX line in Makefile and run make install, is good for you ?

# orig
PREFIX  = "/usr/local"
# mod
PREFIX  = "/home/yourhome/apps/pingus"


Gabriel <grota>
Wed 05 Jan 2011 09:21:30 PM UTC, comment #3: 

It's very strange but scons start to work when I create "build" directory and compile pingus.
How can I install game into any directory?

Oleg <o01eg>
Wed 05 Jan 2011 03:55:34 PM UTC, comment #2: 

I don't know why but this work

scons src
scons

result is in build dir

cd build
./pingus --datadir ../data/

and pingus start but don't recognize language and search a cfg-file, follow my solution
./pingus --datadir ../data/ --no-cfg-file -l it

Gabriel <grota>
Thu 04 Nov 2010 03:59:52 AM UTC, comment #1: 

In r4133 `make` and `make install` also don't work because `scons` don't work.
Also cann't change prefix path.
dev-util/scons-2.0.1
$ make
scons
scons: Reading SConscript files ...
Checking for C++ library boost_signals... (cached) yes
Checking for C++ library png... (cached) yes
Checking for sdl-config...(cached) /usr/bin/sdl-config
Checking for SDL_image...(cached) ok
Checking for SDL_mixer...(cached) ok
Check how to call iconv...(cached) use ''
Reports:
  * OpenGL support: enabled
  * Linux USB mouse support: enabled
  * Linux evdev support: ok
  * Wiimote support: disabled
  * XInput support: disabled

Configuration written to config.h and config.py
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: build
scons: `.' is up to date.
scons: done building targets.
$ make install
scons
scons: Reading SConscript files ...
Checking for C++ library boost_signals... (cached) yes
Checking for C++ library png... (cached) yes
Checking for sdl-config...(cached) /usr/bin/sdl-config
Checking for SDL_image...(cached) ok
Checking for SDL_mixer...(cached) ok
Check how to call iconv...(cached) use ''
Reports:
  * OpenGL support: enabled
  * Linux USB mouse support: enabled
  * Linux evdev support: ok
  * Wiimote support: disabled
  * XInput support: disabled

Configuration written to config.h and config.py
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: build
scons: `.' is up to date.
scons: done building targets.
install -d """/usr/local"/bin""
install -D build/pingus """/usr/local"/bin"/pingus.bin"
install: cannot stat `build/pingus': No such file or directory
make: * [install-exec] Error 1
$ ls build
ls: cannot access build: No such file or directory

Oleg <o01eg>
Sat 09 Oct 2010 12:58:34 PM UTC, original submission:  

$ scons
scons: Reading SConscript files ...
Checking for C++ library boost_signals... (cached) yes
Checking for C++ library png... (cached) yes
Checking for sdl-config...(cached) /usr/bin/sdl-config
Checking for SDL_image...(cached) ok
Checking for SDL_mixer...(cached) ok
Check how to call iconv...(cached) use ''
Reports:
  * OpenGL support: enabled
  * Linux USB mouse support: enabled
  * Linux evdev support: ok
  * Wiimote support: disabled
  * XInput support: disabled

Configuration written to config.h and config.py
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: build
scons: `.' is up to date.
scons: done building targets.
$ ./install.sh /mnt/other/games/pingus/
Error: You have to compile pingus first before you can install it.
To compile it, type:

  scons

When I call scons I get it again.
scons-2.0.1

Oleg <o01eg>

 

(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 grumbel (Updated the item)
  • -email is unavailable- added by colintreebush (Posted a comment)
  • -email is unavailable- added by grota (Posted a comment)
  • -email is unavailable- added by o01eg (Submitted the item)
  •  

    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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-08-31 grumbel StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code