problems with 1.6.1 on Ubuntu 9.04 i386
Moderator: Forum Moderators
-
- Posts: 33
- Joined: August 25th, 2008, 12:13 pm
Re: problems with 1.6.1 on Ubuntu 9.04 i386
Ähm, its a PII with 300MHz und 66MHz RAM.
445MiB RAM in 4 SDRAM
Most of the RAMs (the 1st ist bought as 100 MHz RAM for the cast of a potential Upgrade) ist 100MHz but not all.
I run it with 66 MHZ.
I will test it during the next night with more than 1 memtest run.
Here is a successfull build on this PC:
http://rapidshare.com/files/228248249/w ... 6.deb.html
Could you test it, i think you have a Ubuntu 9.04 i386?
445MiB RAM in 4 SDRAM
Most of the RAMs (the 1st ist bought as 100 MHz RAM for the cast of a potential Upgrade) ist 100MHz but not all.
I run it with 66 MHZ.
I will test it during the next night with more than 1 memtest run.
Here is a successfull build on this PC:
http://rapidshare.com/files/228248249/w ... 6.deb.html
Could you test it, i think you have a Ubuntu 9.04 i386?
- loonycyborg
- Windows Packager
- Posts: 299
- Joined: April 1st, 2008, 4:45 pm
- Location: Russia/Moscow
-
- Posts: 33
- Joined: August 25th, 2008, 12:13 pm
Re: problems with 1.6.1 on Ubuntu 9.04 i386
Ah, ok.loonycyborg wrote:That .deb works fine for me.
Thank you for the test.
I tryed to build the SVN from 2nd but the compiling war much too fast and the deb (220MB) was installable but not startable.
Not direct on the term and there was no Icon.
Compiling a complete wesnoth need much more time normaly.
Strange problem.
- loonycyborg
- Windows Packager
- Posts: 299
- Joined: April 1st, 2008, 4:45 pm
- Location: Russia/Moscow
Re: problems with 1.6.1 on Ubuntu 9.04 i386
Probably you just miss some dependency, perhaps liblua5.1-dev
"meh." - zookeeper
-
- Posts: 33
- Joined: August 25th, 2008, 12:13 pm
Re: problems with 1.6.1 on Ubuntu 9.04 i386
nope. I read the compiling howto.loonycyborg wrote:Probably you just miss some dependency, perhaps liblua5.1-dev
I installed the "liblua5.1-0-dev" from the Ubuntu repository.
Is the different name a problem?
-
- Posts: 33
- Joined: August 25th, 2008, 12:13 pm
Re: problems with 1.6.1 on Ubuntu 9.04 i386
Errors line and the end of the failed build process:
Lua is installed but what is with the OGg Vorbis support?
Code: Select all
Checking for Lua development files version 5.1... yes
[................]
sh: build/sconf_temp/conftest_12: Permission denied
Checking for Ogg Vorbis support in SDL... no
Client prerequisites are not met. wesnoth, cutter and exploder cannot be built.
[......................]
Unit tests are disabled because their prerequisites are not met.
If any config checks fail, look in build/config.log for details
If a check fails spuriously due to caching, use --config=force to force its rerun
[.....................]
scons: done reading SConscript files.
scons: Building targets ...
error_action(["wesnoth"], [])
scons: *** [wesnoth] Target disabled because its prerequisites are not met
scons: building terminated because of errors.
**** Installation fehlgeschlagen. Breche Paket-Erzeugung ab.
Stelle überschriebene Dateien wieder her...OK
Räume auf...OK
Auf Wiedersehen!
- loonycyborg
- Windows Packager
- Posts: 299
- Joined: April 1st, 2008, 4:45 pm
- Location: Russia/Moscow
Re: problems with 1.6.1 on Ubuntu 9.04 i386
It looks like some permission issue. Delete entire build/ dir and try again. If it still fails, post build/config.logSchuttwegraeumer wrote: sh: build/sconf_temp/conftest_12: Permission denied
"meh." - zookeeper
-
- Posts: 33
- Joined: August 25th, 2008, 12:13 pm
Re: problems with 1.6.1 on Ubuntu 9.04 i386
Hm, I run the scons line with sudo and root is the owner of the /builds Dir.