Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bobmaster

Pages: [1]
1
Newbie Help (Start Here) / who to kill your self
« on: September 27, 2005, 05:10:33 am »
I got stuck can someone please tell me what the command is for killing you self. I remember reading it somewhere I just can\'t find it.

edit: never mind I found it.

2
Linux Specific Issues /
« on: September 04, 2005, 01:19:40 am »
No, I\'m not in a windows partition. and here is the error.

ben@ubuntu:~$ sh /home/ben/Desktop/PlaneShift_CBV0.3.011.linux.x86-2.run
Creating directory ps.cb.03.011.linux.x86-2
Verifying archive integrity... All good.
Uncompressing Planeshift Crystal Blue Version 3.011 relase 2.....Extraction failed.
Terminated

3
Linux Specific Issues / installer failed to extract
« on: September 01, 2005, 10:10:34 pm »
I download the install for planeshift, and it says fails to extract. This is the install I\'m using.
PlaneShift_CBV0.3.011.linux.x86-2.run

I\'m running ubuntu hoary hedgehog

4
Linux Specific Issues / at last
« on: September 01, 2005, 02:42:52 am »
I got it to work thank you for your help.

5
Linux Specific Issues / diagnose
« on: August 31, 2005, 11:34:20 pm »
How do I diagnose it? I tryed going on irc.freenode.net #planeshift-build but it said it was forbidden. Oh, here\'s the art script.
#!/bin/bash

# This script backs up your Planeshift \"art\" directory
# Only works if you have previously run save_art.sh

BACK_DIR=\".psart\"
SAVE_DIR=\"binaries/planeshift/art\"

echo \"Copying art directory to backup location\"

rm -rf \"$BACK_DIR\"
mv \"$SAVE_DIR\" \"$BACK_DIR\"

6
Linux Specific Issues / not a directory
« on: August 31, 2005, 03:49:04 pm »
Now it gives this error message.

ben@ubuntu:~/easy_planeshift$ /home/ben/easy_planeshift/build
The following steps will be performed (in order):

- Backup art directory
- Perform CVS update
- Clean out binary objects
- Check dependencies
- Compile all software packages
- Restore art data from backup

Will begin in 5 seconds...

Performing step scripts/save_art.sh...
Copying art directory to backup location
mv: cannot stat `binaries/planeshift/art\': No such file or directory
scripts/save_art.sh failed, exiting

7
Linux Specific Issues / error
« on: August 31, 2005, 08:09:32 am »
I was getting this error message.

ben@ubuntu:~$ /home/ben/easy_planeshift/build
The following steps will be performed (in order):

- Backup art directory
- Perform CVS update
- Clean out binary objects
- Check dependencies
- Compile all software packages
- Restore art data from backup

Will begin in 5 seconds...

Performing step scripts/save_art.sh...
/home/ben/easy_planeshift/build: line 174: scripts/save_art.sh: No such file or directory
scripts/save_art.sh failed, exiting

8
Linux Specific Issues / script failed
« on: August 30, 2005, 11:49:04 pm »
I run ./build and it went smothly but it stoped. Here is what happend

The following steps will be performed (in order):

- Backup art directory
- Perform CVS update
- Clean out binary objects
- Check dependencies
- Compile all software packages
- Restore art data from backup

Will begin in 5 seconds...

Performing step scripts/save_art.sh...

Performing step scripts/cvs_update.sh...

Performing step scripts/make_clean.sh...

Performing step scripts/check_deps.sh...

Performing step scripts/compile_all.sh...

Performing step scripts/restore_art.sh...

Then it stops.

I changed the script here is what I changed.

# Perform the magick
for step in `echo \"$BuildSteps\" | xargs`; do
   echo \"Performing step $step...\"
   $step

to this

# Perform the magick
for step in `echo \"$BuildSteps\" | xargs`; do
  echo \"Performing step $step...\"

Befor I was getting an error message on that line of text.
 

edit: I\'m using ubuntu version hoary hedghog.

9
When I was trying to install planeshift it said this.
 
ben@ubuntu:~$ sh /home/ben/PlaneShift_CBV0.3.011.linux.x86-2.run
Creating directory ps.cb.03.011.linux.x86-2
Verifying archive integrity... All good.
Uncompressing Planeshift Crystal Blue Version 3.011 relase 2.....Extraction failed.
Terminated


Pages: [1]