Author Topic: gentoo ebuilds for 0.3.019 are out :)  (Read 1822 times)

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
gentoo ebuilds for 0.3.019 are out :)
« on: May 07, 2007, 04:07:42 am »
Hello,
i just release ebuilds for 0.3.019 client (and server, and static client ...)
you will need to emerge : crystalspace-ps-1.1-r26888, cel-ps-1.1-r2703 and planeshift-0.3.19-r1
no art for now
see you
loux



PS : use irc #planeshift-gentoo Smiley
-------------------------------------------------

ok to install all : download overlay http://loux.thefuture.free.fr/portage.tar.bz2
and put it in a /usr/local/portage like gentoo overlay told you :)

unkeywords them :
echo "dev-games/crystalspace-ps" >> /etc/portage/package.keywords
echo "dev-games/cel-ps" >> /etc/portage/package.keywords
echo "games-rpg/planeshift" >> /etc/portage/package.keywords
unuse them
echo "dev-games/crystalspace-ps -java" >> /etc/portage/package.use
echo "dev-games/cel-ps -java" >> /etc/portage/package.use
and compile : emerge planeshift

Namach

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #1 on: May 07, 2007, 05:00:42 am »
Thank you very much, I used 1.0.18 ebuilds with great satisfaction, and now I'm going to download 1.0.19! When the art will be released, what should I do? (last time for me was also the first time with planeshift, so I had no problems for overwrite, etc.. But this time I have to update, can you give me some hints?). Thanks again!

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #2 on: May 07, 2007, 05:11:45 am »
Hello Namach,
you need to save some files from old 0.3.018 (in /opt/planeshift for ebuild user)
like :
./bin/data/questnotes_XXXX.xml
./bin/data/options/controls.xml
./bin/data/options/shortcutcommands.xml
./logs
then unmerge all (crystalspace-ps, cel-ps, planeshift, planeshift-art) to avoid trouble
then rm -rf /opt/planeshift
and then emerge : crystalspace-ps-1.1-r26888, cel-ps-1.1-r2703 and planeshift-0.3.19-r1,
art will be release sooner i hope,
see you
loux

Namach

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #3 on: May 07, 2007, 12:46:00 pm »
Thanks again! I followed the instructions but this time I have an issue: compiling cel-ps (1.1-r2703), the configure phase fails with this message:
---
checking for cs-config... no
configure: error:
*** Crystal Space could not be found or was unusable. The latest version is
*** always available from http://www.crystalspace3d.org/
*** Also, be sure that you have either installed Crystal Space or set the
*** CRYSTAL environment variable properly.
---

Before that, I compiled crystalspace-ps-1.1-r26888 succesfully (it is now in /opt/planeshift/crystalspace). I tried also exporting CRYSTAL="/opt/planeshift/crystalspace", but with no results. Any suggestion? Thank you!

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #4 on: May 07, 2007, 12:54:49 pm »
hello, sounds a strange isssue,
let's make /opt/planeshift/crystalspace/bin/cs-config working,
try it with CRYSTAL=/opt/planeshift/crystalspace/lib/crystalspace-1.1 /opt/planeshift/crystalspace/bin/cs-config --libs
to see,
loux

Namach

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #5 on: May 07, 2007, 01:48:26 pm »
It doesn't seem to work:
---
CRYSTAL=/opt/planeshift/crystalspace/lib/crystalspace-1.1 /opt/planeshift/crystalspace/bin/cs-config --libs
/opt/planeshift/crystalspace/bin/cs-config: line 33: --libs: command not found
---

BUT:

---
/opt/planeshift/crystalspace/bin/cs-config-1.1 --libs
-L/opt/planeshift/crystalspace/lib -lcrystalspace_opengl-1.1 -lcrystalspace-1.1  -lpthread -lz -lGL -lXext -lX11 -lm  -lm -ldl -lnsl -L/usr/local/lib
---

In any case, during the configure of cel-ps I can read:
---
checking for cs-config-1.1... no
---

I tried then with 'export CRYSTAL=/opt/planeshift/crystalspace/' and now I have:
---
/opt/planeshift/crystalspace/bin/cs-config --libs
-L/opt/planeshift/crystalspace//lib -lcrystalspace_opengl-1.1 -lcrystalspace-1.1  -lpthread -lz -lGL -lXext -lX11 -lm  -lm -ldl -lnsl -L/usr/local/lib
---

But when trying to emerge cel-ps, the same:
---
checking for NL-config... no
checking for libNL... no
checking for i686-pc-linux-gnu-cs-config-1.1... no
checking for cs-config-1.1... no
checking for i686-pc-linux-gnu-cs-config-1.3... no
checking for cs-config-1.3... no
checking for i686-pc-linux-gnu-cs-config-1.2... no
checking for cs-config-1.2... no
checking for i686-pc-linux-gnu-cs-config... no
checking for cs-config... no
configure: error:
*** Crystal Space could not be found or was unusable. The latest version is
*** always available from http://www.crystalspace3d.org/
*** Also, be sure that you have either installed Crystal Space or set the
*** CRYSTAL environment variable properly.
---

Note: I compiled crystalspace-ps with the following use-flags: 3ds alsa -cegui -debug -doc maxoptimization mng -ode sdl -static vorbis
Maybe I should recompile it with different use-flags? Any suggestion wellcome! :) Thanks!

Namach

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #6 on: May 07, 2007, 02:00:32 pm »
ALL SOLVED!
Sorry, it was my fault: I'm using paludis instead of standard portage as package manager, which uses a drop-privilege mechanism, so the paludis user was not able to read 750:root:games dirs and could not find the cs-config! You can delete all my posts here, excuse me again.. :)

sliss

  • Traveller
  • *
  • Posts: 34
    • View Profile
    • Sliss
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #7 on: May 08, 2007, 06:55:18 am »
Great loux!

This time everything installed without any problems. I can't wait to us it!

Now just waiting for the art ;-)

Cheers,
    Sliss

sliss

  • Traveller
  • *
  • Posts: 34
    • View Profile
    • Sliss
screenshots
« Reply #8 on: May 09, 2007, 04:03:00 pm »
Euhm... I am able to startup the setting and client loginscreen but I see strange things:

the startupscreen: http://img479.imageshack.us/my.php?image=psloginscreenar9.jpg that is the old screen isnt it??

than the loginscreen with prefilled user.. and not just a user ;-)
http://img341.imageshack.us/my.php?image=shot04bg5.jpg

and it tried to contact localhost...?


Is this still just normal?

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #9 on: May 09, 2007, 04:12:22 pm »
Yes that is normal open psclient.cfg and change the skin to elves default or stone and you will need to edit your server.xml file.

loux

  • Hydlaa Citizen
  • *
  • Posts: 222
    • View Profile
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #10 on: May 10, 2007, 01:02:30 am »
hello Caarrie, Sliss,
thanks Caarrie,
Sliss you need some art/data which will be provide when the "official client" will be release, so maybe you don't have the good skins for now, just wait until the release of it
i will release a planeshift-art ebuilds to install art/data needed
see you all soon in game
loux

Ice_Stovo

  • Hydlaa Resident
  • *
  • Posts: 70
    • View Profile
Re: screenshots
« Reply #11 on: May 11, 2007, 03:49:46 pm »
Euhm... I am able to startup the setting and client loginscreen but I see strange things:

the startupscreen: http://img479.imageshack.us/my.php?image=psloginscreenar9.jpg that is the old screen isnt it??

than the loginscreen with prefilled user.. and not just a user ;-)
http://img341.imageshack.us/my.php?image=shot04bg5.jpg

and it tried to contact localhost...?


Is this still just normal?

Wow, this login screen is far better imho.
« Last Edit: May 11, 2007, 03:53:05 pm by Ice_Stovo »
Figis Bruzzo

peeg

  • Testers
  • Hydlaa Notable
  • *
  • Posts: 560
    • View Profile
Re: screenshots
« Reply #12 on: May 11, 2007, 04:15:59 pm »
[ PSde ] - Join the german community!
Peeg Chaoswind - Mentor in The Rangers Of Yliakum

sliss

  • Traveller
  • *
  • Posts: 34
    • View Profile
    • Sliss
Re: screenshots
« Reply #13 on: May 12, 2007, 02:42:28 am »
;D Why are you posting my screenshots?

Yeah I probably copied the wrong link..  I was trying to post this..

http://imageigloo.com/viewer.php?id=45793019Startupscreen.jpg

...but the screen is 2 years old I've understood.  It is just used temp. till the art part is released.


sliss

  • Traveller
  • *
  • Posts: 34
    • View Profile
    • Sliss
Re: gentoo ebuilds for 0.3.019 are out :)
« Reply #14 on: July 09, 2007, 05:18:37 pm »
So Loux, will these ebuilds be still valid?