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 robe)

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 robe, 5 years ago

Description: modified (diff)

comment:2 by robe, 5 years ago

I was able to turn on protobuf mvt building on the bessies with

pkg install protobuf protobuf-c

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:

apt install libprotobuf-dev protobuf-compiler

But protobuf is still not being picked up on her even after reboot.

I checked and she's got pkg-config installed.

comment:3 by robe, 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 robe, 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 robe, 5 years ago

Resolution: fixed
Status: newclosed

comment:6 by robe, 5 years ago

Resolution: fixed
Status: closedreopened

I was mistaken debbie is still building without mvt, so I must be missing something else.

comment:7 by robe, 5 years ago

Resolution: fixed
Status: reopenedclosed

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.

Note: See TracTickets for help on using tickets.