From arifsaha at yahoo.com Mon Apr 24 22:20:41 2023 From: arifsaha at yahoo.com (S P Arif Sahari Wibowo) Date: Fri Mar 22 14:17:32 2024 Subject: [Alpine-info] --with-passfile active although not requested, causing configure to fail References: <8ca7becf-48b5-5876-ddc7-5cf4f8d32.ref@yahoo.com> Message-ID: <8ca7becf-48b5-5876-ddc7-5cf4f8d32@yahoo.com> 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/ ---?--- From jerryyhom at gmail.com Wed Apr 26 06:59:38 2023 From: jerryyhom at gmail.com (Jerry) Date: Fri Mar 22 14:17:32 2024 Subject: [Alpine-info] --with-passfile active although not requested, causing configure to fail In-Reply-To: References: Message-ID: <851158c2-d665-58aa-eeaf-afaa7f86727c@gmail.com> Hi. In the MacPorts system, the alpine port is at v2.25, which does not contain that macOS compile time bug. The bug was introduced in v2.26, Eduardo has since fixed the bug, but a new version has not yet been released. I would suggest you either compile the latest source directly from the git repo or use the pre-built MacPorts alpine v2.25 binary.