bug-mailfromd
Re: [Bug-mailfromd] exporting metrics with declaration
>
> > currently I am having such things on the output[1]. I am not sure if
> > the spf 0 and connect 0 should be offered when there are others that
> > are using labels.
>
> Although the open metrics specification doesn't expressly forbid it,
> I agree that it looks rather strange. So I fixed it in the git
> head. Before installing it on prod, notice:
>
> 1) A documentation is provided. An online copy is available at
> https://www.gnu.org.ua/software/mfmod_openmetrics. Consult it
> before proceeding.
>
> 2) It requires mailfromd commit f4ea41d445 or later. You'll probably
> have to pull and recompile it.
>
> 3) Some function calls have changed. Re. (1).
>
> 4) The database format is incompatible with the version you are running.
> The good news is that it is important only if you use persistent
> database. If not, just ignore this warning. The bad news is that if
> you do use persistent database, you'll have to remove it and let the
> module recreate it.
>
I still have issues running autoreconf on CentOS9 (m4, mailutils are installed).
[root@mailfromd-devel mailfromd]# autoreconf
aclocal: warning: couldn't open directory 'm4': No such file or directory
configure.ac:95: warning: macro 'AM_GNU_MAILUTILS' not found in library
configure.ac:44: error: required file 'build-aux/compile' not found
configure.ac:44: 'automake --add-missing' can install 'compile'
configure.ac:51: error: required file 'build-aux/config.guess' not found
configure.ac:51: 'automake --add-missing' can install 'config.guess'
configure.ac:131: error: required file 'build-aux/config.rpath' not found
configure.ac:51: error: required file 'build-aux/config.sub' not found
configure.ac:51: 'automake --add-missing' can install 'config.sub'
configure.ac:29: error: required file 'build-aux/install-sh' not found
configure.ac:29: 'automake --add-missing' can install 'install-sh'
configure.ac:51: error: required file 'build-aux/ltmain.sh' not found
configure.ac:29: error: required file 'build-aux/missing' not found
configure.ac:29: 'automake --add-missing' can install 'missing'
Makefile.am: error: required file './INSTALL' not found
Makefile.am: 'automake --add-missing' can install 'INSTALL'
configure.ac:131: error: required file './ABOUT-NLS' not found
automake: error: cannot open < doc/../imprimatur/imprimatur.mk: No such file or directory
autoreconf: automake failed with exit status: 1
Best,
Marc