Opened 14 years ago

Last modified 14 years ago

#22847 closed defect

install of couchdb seems to install dependancy erlang without the +darwin_10 variant — at Version 3

Reported by: cerieljacobs@… Owned by: jwa@…
Priority: Low Milestone: MacPorts 1.8.2
Component: base Version: 1.8.1
Keywords: Cc: febeling@…
Port:

Description (last modified by jmroot (Joshua Root))

Environment: 10.6.2 XCode: 3.2.1 MacPorts: 1.8.1 64-bit: yes (also optimizations set in macports conf)

When installing CouchDB, due to a build error in erlang, a message was spotted that erlang is not in the same variant: ---

[user@mac ~]$ sudo port install couchdb
<snip>
Error: The following dependencies failed to build: erlang icu spidermonkey nspr
Error: Status 1 encountered during processing.
[user@mac ~]$ sudo port -v install erlang                  (11-12-09 23:04)
Error: Requested variants "+darwin_10" do not match original selection "".
Please use the same variants again, perform 'port clean erlang' or specify the force option (-f).
Error: Status 1 encountered during processing.

---

Isn't it better that dependencies of CouchDB are installed using the default applicable variants?

Now it looks like it is better to install erlang using variant darwin_10, but that is not done due to the fact that it is installed as dependancy of CouchDB.

Change History (3)

comment:1 Changed 14 years ago by cerieljacobs@…

Cc: cerieljacobs@… added

Cc Me!

comment:2 Changed 14 years ago by cerieljacobs@…

Cc: cerieljacobs@… removed

Cc Me!

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Cc: febeling@… added
Description: modified (diff)
Keywords: stripped variant +darwin_10 removed
Owner: changed from macports-tickets@… to jwa@…

It's not at all clear what the supposed bug is here. Could you break it down into steps to reproduce, expected result and actual result?

Note: See TracTickets for help on using tickets.