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 - malverian

Pages: [1] 2 3 4
1
Linux Specific Issues /
« on: December 12, 2005, 11:21:58 am »
Version 1.2 of the scripts has been released. See top of thread for information on using.

2
Linux Specific Issues /
« on: December 12, 2005, 11:00:20 am »
Andrew,

I\'ve been _really_ busy these days. I\'m glad you guys have found a way to make good use of my scripts :)

I saw that you made a few changes. The work you\'ve done is great, very good idea on pulling the updater configuration files from the server. I\'ve gone back and fixed some style issues with your code -- mostly indentation (:-P), updated the README to document the new changes, etc, and will be making a new tarball.

I\'d say it probably makes most sense to have the tarball and configuration files hosted from Laanx, especially if the scripts are being officially supported by you guys. However, let\'s try to keep our repositories and package versions in sync. I will send you my most recent tarball when I see you next. Alternatively I may post it on my Easy Planeshift thread.

You can add planeshift [_at_] rabidgeek [_dot_] com to the support list if you wish (I\'m already listed as the contact in the README). Note though that I will potentially be less responsive then you would be. I suggest we recommend they first post to the forums for help before emailing anyone.

Hope to catch you in IRC!

3
Linux Specific Issues /
« on: December 06, 2005, 01:07:21 pm »

4
Linux Specific Issues /
« on: December 06, 2005, 01:06:42 pm »
Bump

5
Linux Specific Issues /
« on: September 01, 2005, 09:14:42 am »
Directly from the buildlist.cfg I used to create the packages:

cal3d (2005-08-23 12:00:00)
crystalspace (2005-08-21 18:00:00)
cel (2005-08-21 18:00:00)
planeshift (2005-08-23 12:00:00)

6
Linux Specific Issues /
« on: August 31, 2005, 04:38:43 pm »
Quote
Originally posted by bobmaster

How do I diagnose it?



As it says in the README file, when inside of the \"easy_planeshift\" directory.. you type \"./build -diagnose\" and hit enter.

It appears that you are using an old version of the scripts, please view the first post in this thread (by me) and follow the instructions CAREFULLY for updating your version of the scripts.

After you do this, running \"./build -version\" should show your build script version as \"1.0\"

After you ensure that you are using the new version of the scripts, try building again (as described in the README) and let me know if that fixed your problem.

7
Linux Specific Issues / Gentoo packages for 0.3.011 available
« on: August 31, 2005, 04:23:42 pm »
Today I commited packages to Gentoo portage for 0.3.011. This version (as of writing) works with the default Laanx server. It is marked unstable on ppc, x86 and amd64. Test and let me know if you have success.

# emerge --sync
# emerge planeshift

and then as (not root):

$ planeshift-updater -auto
$ planeshift

If you encounter problems, please submit a bug to http://bugs.gentoo.org (NOT to the Planeshift developers)

8
Linux Specific Issues /
« on: August 31, 2005, 03:42:32 pm »
Quote
Originally posted by bobmaster

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



Can you show me the output of \"./build -diagnose\" ?
Also, if possible, paste the contents of of \"scripts/save_art.sh\". If possible, get on IRC at irc.freenode.net #planeshift-build and I can help you figure out this problem in realtime.

9
Linux Specific Issues /
« on: August 31, 2005, 07:22:49 am »
This is not a good solution.. If you\'re not going to keep the original binaries, then you should emerge -C planeshift and use build scripts or Platyna\'s linux installer.

The new version of Planeshift is available in portage, please see this thread: http://www.planeshift3d.com/wbboard/thread.php?threadid=18931&boardid=41&styleid=4

10
Linux Specific Issues /
« on: August 31, 2005, 07:19:20 am »
Quote
Originally posted by bobmaster
I was getting this error message.

ben@ubuntu:~$ /home/ben/easy_planeshift/build

[...]

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


As mentioned in the README file, the build script must be run from inside of the easy_planeshift directory. Please try the following:

cd /home/ben/easy_planeshift
./build

11
Linux Specific Issues /
« on: August 31, 2005, 12:03:53 am »
Quote
Originally posted by bobmaster

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...\"



What you essentially did here is made it so it doesn\'t actually execute the steps. It just prints out the name of the step. What error were you getting prior to removing said line?

12
Linux Specific Issues /
« on: June 05, 2005, 06:33:01 pm »
Many people aren\'t aware of this, but the build scripts can be used to get a more recent version of Planeshift/CEL/CS/Cal3d. All that is necessary is to modify the \"buildlist.cfg\" file in your easy_planeshift directory and then run \"./build\". You can change the date on any package individually. Using \"Now\" will make the CVS checkout from the moment you run \"./build\".

Soon there will be a CVS version of the Planeshift server that people can use to help test the upcoming releases before they come out. Andrew Craig is handling the access to this, so if you have a unique architecture/OS and are willing to compile the latest CVS of Planeshift often to help test, please contact him.

13
Linux Specific Issues /
« on: May 28, 2005, 12:52:27 pm »
Hmm.. next year you say? Ubuntu (Breezy Badger) is already coming with GCC 4.0 by default. This release comes out in ~5 months. Besides, the problems introduced by GCC 4.0 aren\'t that big. More silly C99 stuff like using \"char **blah\" instead of \"char blah[][]\"

14
Linux Specific Issues /
« on: May 23, 2005, 09:07:02 pm »
easy_planeshift 0.7 has been released, there are a LOT of new command line flags to use. See the \"advanced\" section of the README to potentially save yourself a lot of time and frustration!

15
Linux Specific Issues /
« on: May 23, 2005, 05:34:50 pm »
Andy, it was working for you prior to 0.6 ?

Pages: [1] 2 3 4