Please Do Yung, cancel RC2 vote accordingly. On Thu, Sep 1, 2016 at 3:36 PM, Sergio Fernández <[email protected]> wrote:
> Hi Do Yung, > > On Thu, Sep 1, 2016 at 3:07 PM, DO YUNG YOON <[email protected]> wrote: >> >> Thanks for the quick feedback. >> > > The quicker the better, specially the timing for me. > > After look up, I found out following dependency version are missing from >> maven central. >> I tried to add these lines on commonSettings in root project's build.sbt. >> >> libraryDependencies ++= Seq( >> "org.scalaz.stream" % "scalaz-stream_2.11" % "0.7.2", >> "com.typesafe.netty" % "netty-http-pipelining" % "1.1.4" >> ) >> >> Can you please check if this works? >> > > Yes, patching the build.sbt with that made the package task work for me: > > [info] Done packaging. > [info] Package for distribution located at /home/wikier/tmp/s2graph/apach > e-s2graph-0.1.0-incubating/target/apache-s2graph-0.1.0-incubating-bin > [info] creating a tarball... > tar: Removing leading `/' from member names > [info] Tarball is located at /home/wikier/tmp/s2graph/apach > e-s2graph-0.1.0-incubating/target/apache-s2graph-0.1.0-incub > ating-bin.tar.gz > [success] Total time: 171 s, completed Sep 1, 2016 3:18:10 PM > > > In addition to S2GRAPH-104 to fixed the reported issue, checking this > release I also found another issue in the generated tarball (S2GRAPH-105). > > Hope that helps. > > Cheers, > > > On Thu, Sep 1, 2016 at 7:43 PM Sergio Fernández <[email protected]> wrote: >> >> > Hi Do Yung, >> > >> > thanks for casting a new release candidate. As I said during the >> previous >> > RC, I want to insist the very first release is very important milestone >> for >> > a podling. >> > >> > Here my vote: -1 (binding) >> > >> > I can't build from the sources given a missing dependency: >> > >> > [info] Packaging >> > >> > /home/wikier/tmp/s2graph/apache-s2graph-0.1.0-incubating/s2r >> est_netty/target/scala-2.11/s2rest_netty_2.11-0.1.0.jar >> > ... >> > [info] Done packaging. >> > sbt.ResolveException: unresolved dependency: >> > org.scalaz.stream#scalaz-stream_2.11;0.7a: not found >> > >> > For want I've check >> > >> > http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scalaz >> .stream%22%20AND%20a%3A%22scalaz-stream_2.11%22 >> > only version 0.8.4a looks to be available from Maven Central. >> > >> > I tried to build the RC sources in a clean environment: SBT 0.13.9, >> Scala >> > 2.11.6, OpenJDK 1.8.0_91 64-Bit, Debian amd64 >> > >> > So far I've successfully checked: >> > >> > * signatures and digests >> > * source releases file layouts >> > * matched git tags and commit ids >> > * incubator suffix and disclaimer, NOTICE and LICENSE files >> > * license headers, >> > >> > Thanks for addressing all my comments to RC1 <https://s.apache.org/oarA >> >. >> > In addition, some minor comments that would be great to improve: >> > >> > * I can see quite many warning ("discarding unmoored doc comment", "a >> type >> > was inferred to be `Any`; this may indicate a programming error", >> "Adapting >> > argument list by creating a 4-tuple: this may not be what you want", >> > etc) during build that would be better to solve. >> > * More people should add theirs GPG keys to the project file, just in >> case >> > anybody else acts as RM in new releases >> > >> > If you point me how to sort-out the issue with the missing dependency, >> I'm >> > more than happy to revise my vote. But, as I pointer in another email, >> > remember I'd only have 24 hours from now until I'll go on vacations. >> > >> > Thanks. >> > >> > Cheers, >> > >> > >> > On Thu, Sep 1, 2016 at 11:53 AM, DO YUNG YOON <[email protected]> wrote: >> > >> > > Hi all, >> > > >> > > This is a call for a releasing Apache S2Graph 0.1.0-incubating, >> release >> > > candidate 2. >> > > This is the first release of S2Graph. >> > > >> > > The source tarball, including signatures, digests, etc. can be found >> at: >> > > https://dist.apache.org/repos/dist/dev/incubator/s2graph/0. >> > > 1.0-incubating-RC2/ >> > > >> > > The tag to be voted upon is v0.1.0-incubating-rc2: >> > > https://git-wip-us.apache.org/repos/asf?p=incubator-s2graph. >> > > git;a=shortlog;h=refs/tags/v0.1.0-incubating-rc2 >> > > >> > > The release hash is c2f3fc21b40bf21611e242c63146e847de28f5e5: >> > > https://git-wip-us.apache.org/repos/asf?p=incubator-s2graph. >> > > git;a=commit;h=c2f3fc21b40bf21611e242c63146e847de28f5e5 >> > > >> > > Release artifacts are signed with the following key: >> > > https://dist.apache.org/repos/dist/dev/incubator/s2graph/KEYS >> > > >> > > Once download source, please look into README.md and BUILD.md to build >> > from >> > > source. >> > > >> > > Please refer sub-tasks of S2GRAPH-86( >> > > https://issues.apache.org/jira/browse/S2GRAPH-86) to check addressed >> > > issues >> > > from RC1. >> > > >> > > The vote will be open for 72 hours. >> > > Please download the release candidate and evaluate the necessary items >> > > including checking hashes, signatures, build from source, and test. >> > > please vote: >> > > >> > > [ ] +1 Release this package as 0.1.0 >> > > [ ] +0 no opinion >> > > [ ] -1 Do not release this package because... >> > > >> > > Thanks, >> > > DOYUNG YOON. >> > > >> > >> > >> > >> > -- >> > Sergio Fernández >> > Partner Technology Manager >> > Redlink GmbH >> > m: +43 6602747925 >> > e: [email protected] >> > w: http://redlink.co >> > >> >> -- >> Sergio Fernández >> Partner Technology Manager >> Redlink GmbH >> m: +43 6602747925 >> e: [email protected] >> w: http://redlink.co >> > -- Sergio Fernández Partner Technology Manager Redlink GmbH m: +43 6602747925 e: [email protected] w: http://redlink.co
