Should provide and conflict mapcrafter.
I made a non-git version of this package at https://aur.archlinux.org/packages/mapcrafter/. It provides mapcrafter and conflicts mapcrafter-git, might not be crazy to add the right version of that to this one.
Also, maybe you've got a new release since there have been a few commits since the last one? :)
I reinstalled/rebuild it and it is working again. I guess it needed to be rebuild with the newer version of boost.
Mapcrafter worked great on my server until a few days.
Now it gives me the error message:
mapcrafter: symbol lookup error: mapcrafter: undefined symbol: _ZN5boost15program_options3argE
My guess is it has something to do with boost-libs because there was an update at 2015-12-10.
should I downgrade boost-libs for now?
@Enverex: Aaand it's fixed. :)
@Enverex:
That first error happens when your version of boost is upgraded. Mapcrafter is linked to the old version which does not exist anymore. You have to rebuild Mapcrafter then. I'm working on the second error, until then you can add "-DOPT_SKIP_TESTS=ON" as argument to cmake in the pkg build file to skip building the part that's causing the error.
This appears to have broken. My previously installed version errors out with:
mapcrafter: error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory
So I tried to recompile, but that also fails now with a bunch of BOOST related errors:
/tmp/yaourt-tmp-ben/aur-mapcrafter-git/src/mapcrafter-git/src/test/test_image_quantization.cpp:135:39: error: 'BOOST_MESSAGE' was not declared in this scope BOOST_MESSAGE("Testing random image.");
/tmp/yaourt-tmp-ben/aur-mapcrafter-git/src/mapcrafter-git/src/test/test_nbt.cpp:43:209: error: 'BOOST_MESSAGE' was not declared in this scope
/tmp/yaourt-tmp-ben/aur-mapcrafter-git/src/mapcrafter-git/src/accumulator.h:97:41: error: invalid new-expression of abstract class type 'accumulator_type<int>'
So it looks like it really doesn't like this version of BOOST.