[MacPorts] #47612: couchdb at 1.6.1 missing erlang (erl_driver.h) as dependency?
MacPorts
noreply at macports.org
Tue May 5 14:10:38 PDT 2015
#47612: couchdb at 1.6.1 missing erlang (erl_driver.h) as dependency?
----------------------+--------------------
Reporter: mtb19@… | Owner: jeff@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords:
Port: couchdb |
----------------------+--------------------
Comment (by mtb19@…):
Replying to [comment:7 ciserlohn@…]:
> Could you please add
> {{{configure.pre_args-append --exec-prefix=${prefix}}}}
> to the portfile, test again and report the result?
Unfortunately, that didn't work. I've attached updated `*.log` files.
I didn't mention this before, but I am also using the work-around I posted
for #40360 (if it matters):
{{{
diff -Naur
~/.site/var/macports/registry/portfiles/couchdb-1.6.1_2/0cfe36960ffdd84d4ba01df95a8932b7d7b567c7993e277208e900bcf6bcf19f-3473/Portfile
~/.site/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/couchdb/Portfile
---
/Users/xyz/.site/var/macports/registry/portfiles/couchdb-1.6.1_2/0cfe36960ffdd84d4ba01df95a8932b7d7b567c7993e277208e900bcf6bcf19f-3473/Portfile
2015-05-05 13:42:05.000000000 -0700
+++
/Users/xyz/.site/var/macports/sources/rsync.macports.org/release/tarballs/ports/databases/couchdb/Portfile
2015-05-05 13:42:09.000000000 -0700
@@ -47,15 +47,16 @@
require_active_variants erlang ssl
+configure.pre_args-append --exec-prefix=${prefix}
configure.args --enable-js-trunk
-set dbgroup couchdb
-set dbuser couchdb
+set dbgroup xyz
+set dbuser xyz
set logdir ${prefix}/var/log/couchdb
set dbdir ${prefix}/var/lib/couchdb
set confdir ${prefix}/etc/couchdb
set rundir ${prefix}/var/run/couchdb
-set plistdir /Library/LaunchDaemons
+set plistdir ${frameworks_dir}/../LaunchDaemons
startupitem.uniquename org.apache.couchdb
set plist ${startupitem.uniquename}.plist
}}}
--
Ticket URL: <https://trac.macports.org/ticket/47612#comment:8>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list