I've built the tarball on Ubuntu 15.10 and I didn't run into any issues. Note that I'm using my system's cmake (3.2.2) and not the one in thirdparty (3.2.3). The commands I used: - thirdparty/build-if-necessary.sh - mkdir -p build/debug - cd build/debug - cmake ../.. - make -j8
On Mon, Feb 8, 2016 at 3:43 PM, Todd Lipcon <[email protected]> wrote: > I'm building from the rc tarball here and hit this issue on Ubuntu 14.04: > > /tmp/apache-kudu-incubating-0.7.0/build/debug/bin/protoc-gen-insertions: > error while loading shared libraries: libgflags.so.2: cannot open shared > object file: No such file or directory--insertions_out: > protoc-gen-insertions: Plugin failed with status code 127. > /tmp/apache-kudu-incubating-0.7.0/build/debug/bin/protoc-gen-insertions: > error while loading shared libraries: libgflags.so.2: cannot open shared > object file: No such file or directory > > ...which is odd because I can see libgflags.so in > thirdparty/installed-deps/lib/ > > Anyone else seen the issue? Will dig into it more later today JP time, but > may be an rc-sinker. > > -Todd > > > On Mon, Feb 8, 2016 at 10:21 AM, Jean-Daniel Cryans <[email protected]> > wrote: > > > Hi, > > > > We're happy to announce the first release candidate for Apache Kudu > > (incubating) 0.7.0. > > > > The is a source-only release. The artifacts were staged here: > > https://dist.apache.org/repos/dist/dev/incubator/kudu/0.7.0-RC1/ > > > > It was built from this tag: > > > > > https://git1-us-west.apache.org/repos/asf?p=incubator-kudu.git;a=commit;h=2e28d1aec47d86eba15b4ba3d8b40b34c410ca8a > > > > The list of all issues fixed is found following this link > > < > > > https://issues.cloudera.org/issues/?jql=project%20%3D%20Kudu%20AND%20status%20in%20 > > (Resolved)%20AND%20fixVersion%20%3D%200.7.0%20ORDER%20BY%20key%20ASC>. > > > > The release notes are found here (linking to github for prettier > printing): > > > > > https://github.com/cloudera/kudu/blob/0.7.0-RC1/docs/release_notes.adoc#release-notes-specific-to-0-7-0 > > > > KEYS file: > > http://www.apache.org/dist/incubator/kudu/KEYS > > > > I'd suggest going through the README, building Kudu, and running the unit > > tests. > > > > Please try the release and vote; vote will be open for at least 72 hours. > > > > Thanks, > > > > J-D > > > > > > -- > Todd Lipcon > Software Engineer, Cloudera >
