Opened 8 years ago

Closed 8 years ago

#49536 closed defect (fixed)

couchdb: error: The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0) major_version does not match

Reported by: lcopps@… Owned by: jeff@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: couchdb

Description

Configure fails for port couchdb. Argument for flag -V on "/usr/bin/clang -V >&5" is missing. Also -qversion is an unknown argument for "/usr/bin/clang -qversion >&5".

Attachments (2)

config.log (50.9 KB) - added by lcopps@… 8 years ago.
config.log
main.log (60.2 KB) - added by lcopps@… 8 years ago.
main.log

Download all attachments as: .zip

Change History (5)

Changed 8 years ago by lcopps@…

Attachment: config.log added

config.log

Changed 8 years ago by lcopps@…

Attachment: main.log added

main.log

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

Keywords: couchdb removed
Owner: changed from macports-tickets@… to jeff@…
Summary: Configure fails for installation of couchdbcouchdb: error: The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0) major_version does not match

Those are not the error. The error is:

error: The installed Erlang version must be >= R14B (erts-5.8.1) and =< 17 (erts-6.0) major_version does not match

comment:2 Changed 8 years ago by jeff@…

Installer is just picky. They check that erlang is not too old but also not too new. Take a look at brew's script for a patch. https://github.com/Homebrew/homebrew/blob/23c0275648b53c62a73f2af842904f5b3ad54cfb/Library/Formula/couchdb.rb#L121

comment:3 Changed 8 years ago by ci42

Resolution: fixed
Status: newclosed

Fixed in r142028.

Note: See TracTickets for help on using tickets.