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

Pages: [1]
1
Linux Specific Issues / Re: Gentoo ebuilds
« on: October 12, 2007, 02:09:50 pm »
Thx a million Loux  :love: compiled perfect without any problems.

//edit:

a problem I came around is that the client won't start on my 64bit system. The export in the startupscript is wrong, I fixed it and here is the new psclient.sh:

/usr/games/bin/psclient.sh
Code: [Select]
unset CRYSTAL_CONFIG
unset CRYSTAL_PLUGIN
export CRYSTAL=/opt/planeshift/crystalspace/lib64/crystalspace-1.2
export CEL=/opt/planeshift/cel/lib64/cel-1.2
cd /opt/planeshift/bin
./psclient

//edit: my poor little devil is stuck somewhere in a rock, how can I contact a gamemaster  :'(

2
Linux Specific Issues / Re: Why Ubuntu?
« on: October 11, 2007, 01:48:52 am »
I like Ubuntu, just for the reason that it makes the Linux community larger. If there are more Linux users, there will be more drivers and apps for everyone  :thumbup:

For myself I switch a lot, but since 2003 always fall back to Gentoo. Before that I liked Slackware and Debian.

I tried Ubuntu and you can get your System installed within 10min up to your Desktop and all drivers, they did a good work to make things easier for users.

edit:// for comparison, it took me 4 days with my last Gentoo to get a proper Desktop... and still testing around (atm I try to get the temperature of my gpu's down)

3
Linux Specific Issues / Re: Gentoo ebuilds
« on: October 10, 2007, 11:22:49 pm »
Hello, I am really happy that you guys provide ebuilds for Gentoo. After a lot of trial and error even with the binary package, I still didn't get it properly installed.

When I try to use the ebuilds I get the following errors:
Code: [Select]
# emerge -pv planeshift

These are the packages that would be merged, in order:

Calculating dependencies |!!! Manifest file not found: '/usr/local/portage/dev-games/crystalspace-ps/Manifest'
!!! Manifest file not found: '/usr/local/portage/dev-games/crystalspace-ps/Manifest'
!!! Manifest file not found: '/usr/local/portage/dev-games/crystalspace-ps/Manifest'
!!! Manifest file not found: '/usr/local/portage/dev-games/crystalspace-ps/Manifest'
!!! Manifest file not found: '/usr/local/portage/dev-games/crystalspace-ps/Manifest'
!!! Manifest file not found: '/usr/local/portage/dev-games/crystalspace-ps/Manifest'
!!! Manifest file not found: '/usr/local/portage/dev-games/crystalspace-ps/Manifest'
!!! Manifest file not found: '/usr/local/portage/dev-games/crystalspace-ps/Manifest'

!!! All ebuilds that could satisfy ">=dev-games/crystalspace-ps-1.2-r26888" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-games/crystalspace-ps-1.2-r27753 (masked by: corruption)
- dev-games/crystalspace-ps-1.2-r27527 (masked by: corruption)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "dev-games/cel-ps-1.2-r2966" [ebuild])

I tried

Code: [Select]
#ebuild cel-ps-1.1-r2591.ebuild digest
Code: [Select]
!!! Couldn't download 'cel-ps-1.1-r2591.tar.bz2'. Aborting.
!!! File cel-ps-1.1-r2591.tar.bz2 doesn't exist, can't update Manifest

Can you tell me, what I am doing wrong, or did you already remove the files?

My build is x86_64 on AMD64 4600+

edit:// and here is my package.keywords:
Code: [Select]
dev-games/crystalspace-ps **
dev-games/cel-ps **
games-rpg/planeshift **
games-rpg/planeshift-art **

Pages: [1]