Opened 5 years ago
Closed 5 years ago
#4409 closed defect (fixed)
Configure debbie and bessies to build with mvt support
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.3 |
Component: | QA/buildbots | Version: | 2.4.x |
Keywords: | Cc: |
Description (last modified by )
Just discovered I only have winnie building withmvt, so when I turned on wagyu for 3.0 on all these I got wagyu = no still.
Change History (7)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Move info when I do the below on debbie
protoc --version
outputs: libprotoc 3.6.1
pkg-config --libs 'libprotobuf-c >= 1.0.0'
gives me error
No package 'libprotobuf-c' found
Running the same command on bessie gives
-L/usr/local/lib -lprotobuf-c
So there does seem to be something wrong with the pkg-config bit
comment:4 by , 5 years ago
okay figured it out, guess I needed
apt install libprotobuf-c-dev
I thought that would be included int he protobuf-compiler, but guess not
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 5 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I was mistaken debbie is still building without mvt, so I must be missing something else.
comment:7 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
okay all set with debbie now she's showing wagyu = yes now.
Maybe I had a typo in my last command:
reran:
apt install libprotobuf-c-dev protobuf-c-compiler
and it installed protobuf-c-compiler this time, so guess maybe it wasn't installed.
I was able to turn on protobuf mvt building on the bessies with
and now they are building with wagyu support.
However for debbie, I seem to be missing something. She's a debian 10 server.
And I did this:
But protobuf is still not being picked up on her even after reboot.
I checked and she's got pkg-config installed.