error: failed to run custom build command for maplibre_native v0.4.5
#2800
-
|
Hi, All works till step 812 and here I get this errors. How can I solve this issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Hmm..
Can you report
You should not need to compile martin. If you don't care about some parts (you are having issues with the new server side rendering feature), you can also opt just into the features you need via Our release engineeering is a bit work intensive on my side, since publishing one release requires 2 steps one hour away from each other, otherwise docker works but the assets are not attached to the release. |
Beta Was this translation helpful? Give feedback.
-
|
Hi Commander, |
Beta Was this translation helpful? Give feedback.
-
|
Hi Commander, Then I had this I pressed yes then I tried to run martin --help I get this issue now
I am a bit confuse what steps did I do wrong ? |
Beta Was this translation helpful? Give feedback.
-
|
Hi Commander, |
Beta Was this translation helpful? Give feedback.
Yes, Git 2.47 is below 2.49, which explains the
git clone --revisionfailure.That option was added relatively recently, and
maplibre_nativecurrently assumes a newer Git version.Since this only affects building from source, the easiest solution is to re-run:
I just fixed an issue with our prebuilt binaries, so this should now download the binary instead of compiling locally.
If you instead run:
then yes - only the
mbtilesfeature will be enabled, and features like PostgreSQL support will not be included.If you instead run the following, the postgres and mbtiles feature are active and so forth..