matthiasmullie / scrapbook

PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
https://www.scrapbook.cash
MIT License
315 stars 27 forks source link

Trouble testing couchbase #37

Closed bkdotcom closed 6 years ago

bkdotcom commented 6 years ago
make test PHP=5.6 ADAPTER=Couchbase
W: GPG error: http://packages.couchbase.com/ubuntu trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A3FAA648D9223EDA
W: The repository 'http://packages.couchbase.com/ubuntu trusty InRelease' is not signed.
The following packages have unmet dependencies:
 libcouchbase2-libevent : Depends: libcouchbase2-core (= 2.9.3-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages
There were 637 errors:

1) MatthiasMullie\Scrapbook\Tests\AdapterTest::testGetAndSet
MatthiasMullie\Scrapbook\Exception\Exception: ext-couchbase is not installed.

thoughts? am I doing something wrong? have dependencies changed?

matthiasmullie commented 6 years ago

Yeah, something was up with the dependencies...