You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Suraj Acharya (JIRA)" <ji...@apache.org> on 2017/02/09 21:30:41 UTC

[jira] [Comment Edited] (AVRO-1998) Make a release for 1.7.8

    [ https://issues.apache.org/jira/browse/AVRO-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860203#comment-15860203 ] 

Suraj Acharya edited comment on AVRO-1998 at 2/9/17 9:30 PM:
-------------------------------------------------------------

That works with me.



was (Author: sacharya):
That works with me.
I also wanted to check with you if one of those fixes was to actually fix the build.
Currently C++ doesnt make.
{code}
[root@sacharya-test c++]# (cd build;make)
[ 33%] Built target avrocpp_s
[ 34%] Built target avrogencpp
[ 36%] Built target bigrecord_hh
[ 37%] Built target union_array_union_hh
[ 39%] Built target union_map_union_hh
[ 40%] Built target union_conflict_hh
[ 73%] Built target avrocpp
[ 75%] Built target bigrecord_r_hh
[ 76%] Built target empty_record_hh
[ 78%] Built target bigrecord2_hh
[ 79%] Built target circulardep_hh
[ 81%] Built target tweet_hh
[ 82%] Built target recursive_hh
[ 84%] Built target reuse_hh
Linking CXX executable AvrogencppTests
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `deflateInit2_'
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `deflate'
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `deflateEnd'
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `crc32'
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `inflate'
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `inflateInit2_'
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `inflateEnd'
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `inflateReset'
libavrocpp.so.1.7.8-SNAPSHOT.0: undefined reference to `deflateReset'
collect2: error: ld returned 1 exit status
make[2]: *** [AvrogencppTests] Error 1
make[1]: *** [CMakeFiles/AvrogencppTests.dir/all] Error 2
make: *** [all] Error 2
{code}

This will block the release. Are you looking at that too?

> Make a release for 1.7.8
> ------------------------
>
>                 Key: AVRO-1998
>                 URL: https://issues.apache.org/jira/browse/AVRO-1998
>             Project: Avro
>          Issue Type: Task
>          Components: community
>    Affects Versions: 1.7.7
>            Reporter: Suraj Acharya
>
> There have been quite a few issues fixed in a 1.7 branch since 1.7.7.
> Here is a list of all the issues present in the 1.7.X branch 
> [Jira Filter | https://issues.apache.org/jira/browse/AVRO-1489?jql=project%20%3D%20AVRO%20AND%20fixVersion%20%3D%201.7.8%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC]
> I would appreciate if people who need the release can help out with the patches currently present so we can merge those and get an updated 1.7.8 release.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)