basho / riak_cs

Riak CS is simple, available cloud storage built on Riak.
http://docs.basho.com/riakcs/latest/
Apache License 2.0
568 stars 94 forks source link

Compile and run (somehow) with OTP 17 [JIRA: RCS-109] #1055

Closed Basho-JIRA closed 9 years ago

Basho-JIRA commented 9 years ago

null

[Created in JIRA by Kota Uenishi]

Basho-JIRA commented 9 years ago

_[posted via JIRA by Kota Uenishi]_

kuenishi commented 9 years ago

Addressed by #1245 and https://github.com/basho/stanchion/pull/104

shino commented 9 years ago

self memo: OTP 18, build failed by the following error:

ERROR: compile failed while processing /home/shino/b/g/riak_cs-2.1/deps/riak_pb: {'EXIT',
    {{badmatch,
         {error,[],
             [{"src/riak_dt_pb.erl",
               [{243,erl_lint,{exported_var,'FNum',{'case',225}}}]}]}},
     [{protobuffs_compile,output,4,
          [{file,"src/protobuffs_compile.erl"},{line,147}]},
      {rebar_protobuffs_compiler,compile_each,2,
          [{file,"src/rebar_protobuffs_compiler.erl"},{line,120}]},
      {rebar_core,run_modules,4,[{file,"src/rebar_core.erl"},{line,446}]},
[snip]
Basho-JIRA commented 9 years ago

Release note line: Add Erlang/OTP 17 support

_[posted via JIRA by Kota Uenishi]_