[solved...ooopps]Compilation on a "pure" 64bit system

[solved...ooopps]Compilation on a "pure" 64bit system

Discuss everything related to running Spring on your chosen distribution of Linux.

Moderator: Moderators

Post Reply
rem5
Posts: 8
Joined: 20 Dec 2007, 19:59

[solved...ooopps]Compilation on a "pure" 64bit system

Post by rem5 »

Hi,

I try to compile spring on a 64bit gentoo without 32bits compat layer (flag "multilib") and it failed.

What can be done to make it 64bits friendly ??


If you need I can give you the error encountered.

thank you.
Last edited by rem5 on 18 Feb 2009, 17:23, edited 1 time in total.
Auswaschbar
Spring Developer
Posts: 1254
Joined: 24 Jun 2007, 08:34

Re: Compilation on a "pure" 64bit system

Post by Auswaschbar »

rem5 wrote:Hi,

I try to compile spring on a 64bit gentoo without 32bits compat layer (flag "multilib") and it failed.

What can be done to make it 64bits friendly ??


If you need I can give you the error encountered.

thank you.
Yes, we need the error, what can we do about it otherwise? I also use gentoo64, but no issues encountered yet (and I'm pretty sure it only uses 64bit libs).
rem5
Posts: 8
Joined: 20 Dec 2007, 19:59

Re: Compilation on a "pure" 64bit system

Post by rem5 »

You're right. That was just the way I tested which was.. :shock:

I take the last ebuild from : http://www.springlobby.info/gitweb/?p=s ... 7dd15dca4c

so : spring-0.76_p1-r2.ebuild, but apparently it wasn't any more up to date..

Code: Select all



   1 # Copyright 1999-2007 Gentoo Foundation

   2 # Distributed under the terms of the GNU General Public License v2

   3 # $Header: $

   4 

   5 inherit games eutils [color=#FF0000]multilib[/color]

   6 

   7 MY_P=${PN}_${PV/_p/b}

   8 S=${WORKDIR}/${MY_P}
and rename it to last version to see if it works...

I remove "multilib" from ebuild to make it works but later it failed with some message related to 32/64 bits issues.

Now I've a full INTERNET connection, with latest ebuild from overlay no more this need..

Sorry.....I will test better next time
Post Reply

Return to “Linux”