Linux freeorion executable

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Message
Author
User avatar
Nagilum
Release Manager, Design
Posts: 212
Joined: Thu Dec 31, 2009 3:25 pm
Location: Germany

Re: Linux freeorion executable

#106 Post by Nagilum »

Updated builds to rev 5991 including adrian_brother's patches. (Which probably don't impact the executeables)
As usual - be aware that your savegames may not load in the updated version!

redhound
Space Krill
Posts: 7
Joined: Sat Dec 24, 2011 5:30 pm

Re: Linux freeorion executable

#107 Post by redhound »

Debian Wheezy (stable) does not have GLIBC-2.14, only 2.13:

Code: Select all

 freeorion
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/bin/freeorion.elf)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libfreeorioncommon.so)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libfreeorionparse.so)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libGiGi.so)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libOgreMain.so.1.8.1)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libBulletCollision.so.2.81)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libLinearMath.so.2.81)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libboost_filesystem.so.1.54.0)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libboost_serialization.so.1.54.0)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libpng16.so.16)
/usr/local/freeorion/bin/freeorion.elf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/freeorion/lib/libtiff.so.5)
uname -a:

Code: Select all

Linux simargl 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux

User avatar
Nagilum
Release Manager, Design
Posts: 212
Joined: Thu Dec 31, 2009 3:25 pm
Location: Germany

Re: Linux freeorion executable

#108 Post by Nagilum »

That's right, the Ubuntu packages don't work on Debian.
Use the Debian packages instead.
http://sourceforge.net/projects/freeori ... st/Debian/

User avatar
Nagilum
Release Manager, Design
Posts: 212
Joined: Thu Dec 31, 2009 3:25 pm
Location: Germany

Re: Linux freeorion executable

#109 Post by Nagilum »

I created a repository for Debian Wheezy. See the first post of this thread for instructions.

redhound
Space Krill
Posts: 7
Joined: Sat Dec 24, 2011 5:30 pm

Re: Linux freeorion executable

#110 Post by redhound »

Have this error with Debian repository:

W: GPG error: http://www.nagilum.org freeorion InRelease: The following signatures were invalid: KEYEXPIRED 1385293883 KEYEXPIRED 1385293883 KEYEXPIRED 1385293883

User avatar
Nagilum
Release Manager, Design
Posts: 212
Joined: Thu Dec 31, 2009 3:25 pm
Location: Germany

Re: Linux freeorion executable

#111 Post by Nagilum »

Thanks for the notice!
I'll update the key and post here when done.

User avatar
Nagilum
Release Manager, Design
Posts: 212
Joined: Thu Dec 31, 2009 3:25 pm
Location: Germany

Re: Linux freeorion executable

#112 Post by Nagilum »

I need to update the builds and the whole repo. I don't have proper internet here so hopefully tomorrow.

User avatar
Nagilum
Release Manager, Design
Posts: 212
Joined: Thu Dec 31, 2009 3:25 pm
Location: Germany

Re: Linux freeorion executable

#113 Post by Nagilum »

Updated the key and the repos using the new key.
So do the usual:

Code: Select all

wget http://nagilum.org/repo/[email protected]
sudo apt-key add [email protected]
and you should be good again.
You can also use https://www.ssl-id.de/nagilum.org/repo/ ... rg.key.asc as key URL for slightly better security.

Post Reply