Grabbed code: ==> make test Compiling cpc/src/iconEstimator.cpp... Compiling cpc/src/fm85Confidence.cpp... Compiling cpc/src/fm85Merging.cpp... Compiling cpc/src/fm85.cpp... Compiling cpc/src/fm85Util.cpp... Compiling cpc/src/fm85Compression.cpp... Compiling cpc/src/cpc_sketch.cpp... Compiling cpc/src/u32Table.cpp... Linking libdatasketches.dylib Compiling common/test/test_runner.cpp... Compiling common/test/test_allocator.cpp... Compiling cpc/test/cpc_union_test.cpp... Compiling cpc/test/compression_test.cpp... Compiling cpc/test/cpc_sketch_test.cpp... Linking cpc/cpc_test... ld: unknown option: -rpath=/usr/local/lib clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [cpc_exec] Error 1
And since pybind11 is symlinked in under git, meaning it doesn't get packaged here, cmake also won't work from the zip. jon On Sun, Aug 25, 2019, 7:24 AM Furkan KAMACI <[email protected]> wrote: > Hi Alexander, > > Thanks for running this release! > > I have 2 questions. > > 1) Is there any detailed installation guide for apart from > > https://github.com/apache/incubator-datasketches-cpp/blob/1.0.0-incubating-rc1/python/README.md > I > get an error while following that procedure (Permission denied (publickey)) > > For source code, I run make test but I got error on my OSX: > > Linking libdatasketches.dylib > Compiling common/test/test_runner.cpp... > common/test/test_runner.cpp:20:10: fatal error: > 'cppunit/extensions/TestFactoryRegistry.h' file not found > #include <cppunit/extensions/TestFactoryRegistry.h> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1 error generated. > make: *** [common/build/test_runner.o] Error 1 > > 2) Do I miss something while trying to verify PGP: > > wget https://dist.apache.org/repos/dist/dev/incubator/datasketches/KEYS > gpg --import KEYS > wget > > https://dist.apache.org/repos/dist/dev/incubator/datasketches/cpp/1.0.0-incubating-rc1/apache-datasketches-cpp-1.0.0-incubating-src.zip.asc > gpg --verify apache-datasketches-cpp-1.0.0-incubating-src.zip.asc > apache-datasketches-cpp-1.0.0-incubating-src.zip.asc > > gpg: Signature made Fri Aug 23 01:59:34 2019 +03 > gpg: using RSA key 40A247F61E8C6C75678C69C568486114A8E8B4E0 > gpg: BAD signature from "Alexander Saydakov (CODE SIGNING KEY) < > [email protected]>" [unknown] > > Kind Regards, > Furkan KAMACI > > On Fri, Aug 23, 2019 at 3:44 AM Alexander Saydakov > <[email protected]> wrote: > > > Dear Apache DataSketches PPMC and Community, > > > > This is a call for vote to release Apache DataSketches-cpp version > > 1.0.0-incubating > > > > This is a C++ version of the core library with Python bindings. > > > > This is the first release of this component. > > > > We are not going to release any artifacts besides the source code. > > > > The release candidate: > > > > > https://dist.apache.org/repos/dist/dev/incubator/datasketches/cpp/1.0.0-incubating-rc1/ > > > > Source repository: > > https://github.com/apache/incubator-datasketches-cpp > > > > Git tag for this release: > > > > > https://github.com/apache/incubator-datasketches-cpp/releases/tag/1.0.0-incubating-rc1 > > > > The artifact has been signed with key: > > pub 4096R/A8E8B4E0 2019-08-20 Alexander Saydakov (CODE SIGNING KEY) < > > [email protected]> > > Fingerprint=40A2 47F6 1E8C 6C75 678C 69C5 6848 6114 A8E8 B4E0 > > > > The public signing key can be found in the KEYS file: > > https://dist.apache.org/repos/dist/dev/incubator/datasketches/KEYS > > > > Building and running unit tests requires cppunit-devel. > > The easiest way to build is: > > make test > > > > Building Python bindings requires cmake 3.12 or higher and pybind11. > > Please see the following document for details: > > > > > https://github.com/apache/incubator-datasketches-cpp/blob/1.0.0-incubating-rc1/python/README.md > > > > The vote will be performed in two stages: > > - This letter will be published on dev@ and remain open for at least > 72 > > hours and until at least 3 (+1) PPMC votes are reached. All PPMC members > > including mentors can vote. However, a negative vote from a mentor will > > cancel this voting process. > > - After it passes the first stage, the summary of that vote and the key > > information from this letter will be published on incubator@general and > > remain open for at least 72 hours and until at least 3 (+1) IPMC votes > are > > reached. > > > > Please vote accordingly: > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > > Thanks, > > Alexander Saydakov > > [email protected] > > >
