Opened 7 years ago

Closed 5 years ago

#53551 closed defect (fixed)

couchdb-devel @1.4.0a-20130330: error: The installed Erlang version must be >= R13B04 (erts-5.7.4) and < R16A (erts-5.10)

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ci42
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: couchdb-devel

Description

couchdb-devel does not configure.

checking Erlang version compatibility... configure: error: The installed Erlang version must be >= R13B04 (erts-5.7.4) and < R16A (erts-5.10)
$ port installed erlang
The following ports are currently installed:
  erlang @19.1_0+hipe+ssl (active)

couchdb-devel seems to be outdated w.r.t. couchdb. Maybe updating couchdb-devel to a current version would help? couchdb @1.6.1 builds fine.

Change History (3)

comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

couchdb-devel should either be updated and fixed, or replaced_by couchdb.

comment:2 Changed 6 years ago by kencu (Ken)

The current version of couchdb (@1.7.1) fails with a similar error as well:

checking Erlang version compatibility... -n detected Erlang version: 10.0.0...
configure: error: The installed Erlang version must be >= R14B (erts-5.8.1) and =< 20 (erts-9) major_version does not match
Command failed:  cd "/opt/local/var/macports/build/_opt_macports-ports_databases_couchdb/couchdb/work/apache-couchdb-1.7.1" && ./configure --prefix=/opt/local --enable-js-trunk 
Exit code: 1
Error: Failed to configure couchdb, consult /opt/local/var/macports/build/_opt_macports-ports_databases_couchdb/couchdb/work/apache-couchdb-1.7.1/config.log
Error: Failed to configure couchdb: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_macports-ports_databases_couchdb/couchdb/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port couchdb failed

comment:3 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

Resolution: fixed
Status: newclosed

In 0a39c7e5e4ab54bb3e0947889780ba42cd8f1a0a/macports-ports (master):

couchdb-devel: mark obsolete, replace with couchdb

couchdb-devel was last updated in 2013 and is
multiple versions behind the couchdb port.

Closes: #53551

Note: See TracTickets for help on using tickets.