Search Criteria
Package Details: freeminer 0.4.14.8-3
Git Clone URL: | https://aur.archlinux.org/freeminer.git (read-only, click to copy) |
---|---|
Package Base: | freeminer |
Description: | An open source sandbox game inspired by Minecraft |
Upstream URL: | http://freeminer.org/ |
Keywords: | game |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | kusakata |
Maintainer: | yhfudev |
Last Packager: | AlfredoRamos |
Votes: | 15 |
Popularity: | 0.000000 |
First Submitted: | 2014-01-31 11:51 |
Last Updated: | 2017-07-14 04:29 |
Dependencies (28)
- curl (curl-git, curl-minimal-git)
- enet (enet-git, enet-gtkorvo-git)
- freeminer-common (freeminer-common-git)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-infinality-remix, freetype2-git, freetype2-minimal-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- hiredis (hiredis-git)
- irrlicht (irrlicht-svn)
- jsoncpp (jsoncpp-git, jsoncpp-cmake-git)
- leveldb
- libvorbis (libvorbis-git, libvorbis-aotuv-lancer, libvorbis-aotuv)
- luajit (luajit-git, moonjit, luajit-openresty, luajit-2.1, luajit-2.1-git)
- openal (openal119-bin, openal-git, openal-minimal-git)
- sqlite (sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git, sqlite-fossil)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-toolchain-nightly-bin, clang-rc, llvm-minimal-git, llvm-git) (make)
- cmake (cmake-git) (make)
- curl (curl-git, curl-minimal-git) (make)
- enet (enet-git, enet-gtkorvo-git) (make)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-infinality-remix, freetype2-git, freetype2-minimal-git) (make)
- hicolor-icon-theme (hicolor-icon-theme-git) (make)
- hiredis (hiredis-git) (make)
- irrlicht (irrlicht-svn) (make)
- jsoncpp (jsoncpp-git, jsoncpp-cmake-git) (make)
- leveldb (make)
- libvorbis (libvorbis-git, libvorbis-aotuv-lancer, libvorbis-aotuv) (make)
- luajit (luajit-git, moonjit, luajit-openresty, luajit-2.1, luajit-2.1-git) (make)
- msgpack-c (make)
- openal (openal119-bin, openal-git, openal-minimal-git) (make)
- sqlite (sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git, sqlite-fossil) (make)
Latest Comments
Neko-san commented on 2020-12-15 22:04
It's failing to build for me with 3 errors
GreenRaccoon23 commented on 2015-09-10 04:00
@AlfredoRamos Perfect! It works awesome now!
AlfredoRamos commented on 2015-09-09 05:11
@GreenRaccoon23 I think it's fixed now, please let me know if you have any problems.
GreenRaccoon23 commented on 2015-09-08 03:04
UPDATE I added these options to the cmake command. It helped it install BUT I'm also getting a 'segmentation fault' error when trying to run it:
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DRUN_IN_PLACE=0 \
-DENABLE_SYSTEM_MSGPACK=1 \
-DENABLE_SYSTEM_JSONCPP=1
GreenRaccoon23 commented on 2015-09-08 01:24
UPDATE The freeminer-git package installs great! Maybe the enet_shared_lib.patch from the freeminer-git package fixes this very issue.
GreenRaccoon23 commented on 2015-09-08 00:43
When trying to install this package, it outputs errors that /usr/include/msgpack/* files already exist in the filesystem. Could this package provide msgpack-c instead of depend on it? The full list of errors is here: http://pastebin.com/1YeStVCg
AlfredoRamos commented on 2014-11-09 03:49
@mmstick Fixed :)
AlfredoRamos commented on 2014-11-09 02:26
Package adopted.
mmstick commented on 2014-06-24 03:32
Getting serious problems with this package. It simply crashes as soon as it is launched.
22:31:17: ERROR[main]: ========== ERROR FROM LUA ===========
22:31:17: ERROR[main]: Failed to load and run script from
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:1003: attempt to index a nil value
22:31:17: ERROR[main]: stack traceback:
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:1003: in function 'buildfunc'
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:357: in function 'gettab'
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:167: in function 'update_menu'
22:31:17: ERROR[main]: /usr/share/freeminer/builtin/mainmenu.lua:1301: in main chunk
22:31:17: ERROR[main]: ======= END OF ERROR FROM LUA ========
22:31:17: ERROR[main]: GUIEngine: unable to load builtin menu
In thread 7f1a858ce7c0:
/tmp/yaourt-tmp-mmstick/aur-freeminer/src/freeminer-0.4.9.3/src/guiEngine.cpp:200: GUIEngine::GUIEngine(irr::IrrlichtDevice*, irr::gui::IGUIElement*, IMenuManager*, irr::scene::ISceneManager*, MainMenuData*, bool&): Assertion '"no future without mainmenu" == 0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7f1a858ce7c0:
#0 int main(int, char**)
Aborted