On a second try, it crashes again.
Here is some terminal log info, can you make sense of it:
bruno@ubuntu:~/minetest/bin$ git clone
https://github.com/minetest/minetest.gitfatal: destination path 'minetest' already exists and is not an empty directory.
bruno@ubuntu:~/minetest/bin$ cd minetest
bash: cd: minetest: Not a directory
bruno@ubuntu:~/minetest/bin$ git checkout stable-0.3
Already on 'stable-0.3'
bruno@ubuntu:~/minetest/bin$ cmake .
CMake Error: The source directory "/home/bruno/minetest/bin" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
bruno@ubuntu:~/minetest/bin$ cd src
bash: cd: src: No such file or directory
bruno@ubuntu:~/minetest/bin$ make -j2
make: *** No targets specified and no makefile found. Stop.
bruno@ubuntu:~/minetest/bin$ cd ../bin
bruno@ubuntu:~/minetest/bin$ ./minetest
signal_handler_init()
Using system-wide paths (NOT RUN_IN_PLACE)
WARNING: data path /home/bruno/minetest/bin/../share/minetest not found! Trying /home/bruno/minetest/bin/../data
path_data = /home/bruno/minetest/bin/../data
path_userdata = /home/bruno/.minetest
Debug streams initialized, disable_stderr=0
13:51:00: ACTION[main]: minetest with SER_FMT_VER_HIGHEST=20, VER=0.3.2 RUN_IN_PLACE=0 USE_GETTEXT=0 INSTALL_PREFIX=/usr/local BUILD_TYPE=Release
INFO: Initial run of init_mapnode with g_texturesource=NULL. If this segfaults, there is a bug with something not checking for the NULL value.
Irrlicht Engine version 1.7.2
Linux 3.2.0-38-generic-pae #61-Ubuntu SMP Tue Feb 19 12:39:51 UTC 2013 i686
Creating X window...
Visual chosen: : 39
Using renderer: OpenGL 2.1.2
GeForce Go 6600/PCIe/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 1.2
INFO: Full run of init_mapnode with g_texturesource!=NULL
Unsupported texture format
Loaded texture: /home/bruno/minetest/data/mud.png
Loaded texture: /home/bruno/minetest/data/menulogo.png
locale has been set to:en_US.UTF-8
locale has been set to:C
locale has been set to:en_US.UTF-8
locale has been set to:C
locale has been set to:en_US.UTF-8
locale has been set to:C
INFO: Full run of init_mapnode with g_texturesource!=NULL
AuthManager: loading from /home/bruno/.minetest/world/auth.txt
BanManager: loading from /home/bruno/.minetest/world/ipban.txt
BanManager: failed loading from /home/bruno/.minetest/world/ipban.txt
WARNING: BanManager: creating /home/bruno/.minetest/world/ipban.txt
13:51:10: ACTION[ServerThread]: cat joins game. List of players: cat
Loaded texture: /home/bruno/minetest/data/skybox1.png
Loaded texture: /home/bruno/minetest/data/skybox3.png
Loaded texture: /home/bruno/minetest/data/skybox2.png
Clouds::Clouds(irr::scene::ISceneNode*, irr::scene::ISceneManager*, irr::s32, float, irr::u32)
locale has been set to:en_US.UTF-8
locale has been set to:C
Loaded texture: /home/bruno/minetest/data/heart.png
GUIPauseMenu: Not allowing focus change.
AuthManager: saving to /home/bruno/.minetest/world/auth.txt
locale has been set to:en_US.UTF-8
locale has been set to:C
BanManager: saving to /home/bruno/.minetest/world/ipban.txt
AuthManager: saving to /home/bruno/.minetest/world/auth.txt
virtual Clouds::~Clouds()
bruno@ubuntu:~/minetest/bin$