HHi!

I am trying to compile alpine 2.26 in macOS using port but it keep failing. Here is the configure line:

./configure --prefix=/opt/local --libdir=/opt/local/lib 
--includedir=/opt/local/include --with-krb5-include-dir=/opt/local/include 
--with-krb5-lib-dir=/opt/local/lib --with-ldap-include-dir=/opt/local/include 
--with-ldap-lib-dir=/opt/local/lib --with-ssl-include-dir=/opt/local/include 
--with-ssl-lib-dir=/opt/local/lib --with-local-password-cache-method 
--with-debug-level=0 --without-tcl

which has no "--with-passfile" option. However, later this show up:

...
checking for hunspell... /opt/local/bin/hunspell
configure: Excluding TCL Support, and thus Web Alpine Support
configure: * * * Setting up .alpine.pwd as default password file
configure: --with-passfile definition overrides OS-Specific password caching
checking for setupterm in -ltinfo... no
...

And later it errors out:

In file included from bldpath.c:15:
../../include/system.h:379:4: error: "Cannot define both PASSFILE and 
APPLEKEYCHAIN"
#  error "Cannot define both PASSFILE and APPLEKEYCHAIN"
   ^
1 error generated.

Why "--with-passfile" is forced? Anyway to force it disabled? Is having all.patch applied a factor?

Thank you!

--
   ____  ____  ____  ____ (stephan paul) Arif Sahari Wibowo
  /___  /___/ /___/ /___      http://www.arifsaha.com/
 ____/ /     /   / ____/
 ---✝---  http://www.arifsaha.com/christisrisen/  ---✝---
_______________________________________________
Alpine-info mailing list
[email protected]
http://mailman12.u.washington.edu/mailman/listinfo/alpine-info

Reply via email to