You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/18 20:45:37 UTC

[GitHub] nickva commented on issue #480: Fix mango full text detection

nickva commented on issue #480: Fix mango full text detection
URL: https://github.com/apache/couchdb/pull/480#issuecomment-294976512
 
 
   Get this error
   
   ```
   ERROR: Failed to load /Users/nvatama/asf2/src/mango/rebar.config: {error,
                                                                      {26,file,
                                                                       {error,
                                                                        undef,
                                                                        [{lists,
                                                                          keystore,
                                                                          [erl_opts,
                                                                           1,
                                                                           {erl_opts,
                                                                            [{d,
                                                                              'HAVE_DREYFUS'}]}],
                                                                          []},
                                                                         {erl_eval,
                                                                          do_apply,
                                                                          6,
                                                                          [{file,
                                                                            "erl_eval.erl"},
                                                                           {line,
                                                                            670}]},
                                                                         {file,
                                                                          eval_stream2,
                                                                          6,
                                                                          [{file,
                                                                            "file.erl"},
                                                                           {line,
                                                                            1386}]},
                                                                         {file,
                                                                          script,
                                                                          2,
                                                                          [{file,
                                                                            "file.erl"},
                                                                           {line,
                                                                            1086}]},
                                                                         {rebar_config,
                                                                          new,2,
                                                                          [{file,
                                                                            "src/rebar_config.erl"},
                                                                           {line,
                                                                            238}]},
                                                                         {rebar_core,
                                                                          process_dir,
                                                                          4,
                                                                          [{file,
                                                                            "src/rebar_core.erl"},
                                                                           {line,
                                                                            131}]},
                                                                         {rebar_core,
                                                                          process_each,
                                                                          5,
                                                                          [{file,
                                                                            "src/rebar_core.erl"},
                                                                           {line,
                                                                            351}]},
                                                                         {rebar_core,
                                                                          process_dir1,
                                                                          7,
                                                                          [{file,
                                                                            "src/rebar_core.erl"},
                                                                           {line,
                                                                            253}]}]}}}
   
   ```
   
   This seems to fix the issue:
   
   ```
    lists:keystore(erl_opts, 1, CONFIG, {erl_opts, NewOpts}),
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services