Closed JasonTrue closed 6 years ago
Thanks for your report. I've pushed a fix. Can you try again?
I've pointed to master again (instead of the prior version) and I am receiving the same error as before.
However,
Selecting previously unselected package libmsgpack-dev.
Preparing to unpack .../libmsgpack-dev_0.5.7-3ubuntu1_amd64.deb ...
Unpacking libmsgpack-dev (0.5.7-3ubuntu1) ...
Setting up postgresql-server-dev-9.6 (9.6.9-2.pgdg14.04+1) ...
Setting up libmsgpack3 (0.5.7-3ubuntu1) ...
Setting up libmsgpack-dev (0.5.7-3ubuntu1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.13) ...
now appears in the travis output. Unfortunately, I get the same compile time error.
Ah, we need more configuration because libmsgpack-dev on Ubuntu 14.04 is old. I've pushed it. Can you try again?
Ah, looking at my CI build now that appears to have done the trick. Thanks!
I am having issues with Travis-Ci since this commit was applied https://github.com/pgroonga/pgroonga/commit/8e33949f17ff067fd8afc64fdf57bb74ec88dfbf
It looks like msgpack is being installed but perhaps the location of the library is not quite where it's expected. Am I missing something?
The most salient bits of .travis.yml:
install is via "install": [
curl --silent --location https://raw.githubusercontent.com/pgroonga/pgroonga/master/data/travis/setup.sh | sh
,Log output: