Bugzilla – Bug 1216035
/var/mail missed
Last modified: 2023-10-09 09:38:14 UTC
Currently mutt build breaks with [ 22s] checking whether your system's regexp library is completely broken... no [ 22s] checking where new mail is stored... no [ 22s] configure: error: "Could not determine where new mail is stored." last change in package filesystem : Mon Sep 25 08:45:52 UTC 2023 - Ludwig Nussel <lnussel@suse.com> - Add /run/lock (boo#1212926) - Remove /var/spool/mail (boo#1179574) - Remove obsolete home dir check. The filesystem package is not meant to contain home directories of random system users anymore - Create ghost symlinks also in pretrans, needed to get /var/run as link right away ... and now with /var/spool/mail also /var/mail disapears?
werner/mutt> sudo find /abuild/oscbuild/openSUSE_Tumbleweed \ -name mail -a \( -type d -o -type l \) | wc -l 0
AFAICT you can solve this by passing --with-mailpath=/var/spool/mail --enable-external-dotlock to the configure script of mutt
ah, no it's not external dotlock. Needs to set USE_DOTLOCK. There is no handle for that so would need a patch for configure to switch off autodetection and just tell mutt what to do
This is an autogenerated message for OBS integration: This bug (1216035) was mentioned in https://build.opensuse.org/request/show/1116386 Factory / mutt
I simply require now a smtp daemon ... this was removed in past: Wed Jul 12 09:26:50 UTC 2017 - olaf@aepfle.de - Add buildconditional for openssl/gnutls Disable gnutls, there can be only one of them and openssl was used - Use pkgconfig to refer to openssl/gnutls - Remove uneeded builddeps and recommends for smtp_daemon by specifying the path to sendmail [...] and export SENDMAIL=%{_sbindir}/sendmail in mutt.spec