Erlang compile warnings on R14B/RHEL5
-------------------------------------
Key: COUCHDB-1048
URL: https://issues.apache.org/jira/browse/COUCHDB-1048
Project: CouchDB
Issue Type: Bug
Affects Versions: 1.0.3
Environment: RHEL5 with Erlang14B
Reporter: Jeroen Janssen
Priority: Minor
When trying to build CouchDB 1.0.3 on RHEL 5 with Erlang14B I get the following
warnings:
/usr/bin/erlc couch_log.erl;
./couch_key_tree.erl:44: Warning: type bool() is now called boolean(); please
use the new name instead
./couch_key_tree.erl:45: Warning: type bool() is now called boolean(); please
use the new name instead
./couch_key_tree.erl:59: Warning: type bool() is now called boolean(); please
use the new name instead
./couch_key_tree.erl:101: Warning: type bool() is now called boolean(); please
use the new name instead
/usr/bin/erlc oauth_plaintext.erl
./oauth_http.erl:13: Warning: http:request/4 is deprecated and will be removed
in R15B; use httpc:request/4
/usr/bin/erlc etap_web.erl
./etap_web.erl:45: Warning: http:request/4 is deprecated and will be removed in
R15B; use httpc:request/4
./etap_web.erl:59: Warning: http:request/4 is deprecated and will be removed in
R15B; use httpc:request/4
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.