[PATCH 3/3] Drop acute accents in man pages

2021-12-22 Thread Christian Göttsche
https://lintian.debian.org/tags/acute-accent-in-manual-page: This manual page uses the \' groff sequence. Usually, the intent to generate an apostrophe, but that sequence actually renders as an acute accent. For an apostrophe or a single closing quote, use plain '. For single opening quote

[PATCH 2/3] Fix parallel build dependencies

2021-12-22 Thread Christian Göttsche
Plugin shared util objects require the global util object to be build. set -e; for i in src/util src/global src/dns src/tls src/xsasl src/master src/milter src/postfix src/fsstone src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oq

[PATCH 1/3] Fix parallel build dependencies

2021-12-22 Thread Christian Göttsche
Plugin shared objects require the global object to be build. : rv libpostfix-global.so abounce.o anvil_clnt.o been_here.o bounce.o bounce_log.o canon_addr.o cfg_parser.o cleanup_strerror.o cleanup_strflags.o clnt_stream.o conv_time.o db_common.o debug_peer.o debug_process.o defer.o deliver_comp

Re: [PATCH 2/3] Fix parallel build dependencies

2021-12-23 Thread Christian Göttsche
On Wed, 22 Dec 2021 at 22:21, Wietse Venema wrote: > > Christian G?ttsche: > > Plugin shared util objects require the global util object to be build. > > > What was the make command? /usr/bin/make -j2 LD_LIBRARY_PATH=$(pwd)/lib:${LD_LIBRARY_PATH} see https://salsa.debian.org/cgzones/postfix-dev/

Re: [PATCH 2/3] Fix parallel build dependencies

2021-12-23 Thread Christian Göttsche
On Thu, 23 Dec 2021 at 20:49, Wietse Venema wrote: > > Christian G?ttsche: > > On Wed, 22 Dec 2021 at 22:21, Wietse Venema wrote: > > > > > > Christian G?ttsche: > > > > Plugin shared util objects require the global util object to be build. > > > > > > > What was the make command? > > > > /usr/bi

[PATCH] Drop accidental macro definition in postconf.5

2022-01-05 Thread Christian Göttsche
Groff interprets lines staring with a single quote as commands. Enclose in double quotes instead. Found by Lintian: groff-message usr/share/man/man5/postconf.5.gz (line 1) 13368: warning: macro 'close'' not defined See the line in question missing at https://manpages.debian.org/bullseye/po

Compiler warnings on Debian

2022-01-05 Thread Christian Göttsche
While building postfix for Debian a couple of compiler warnings show up, all caused by the warning `-Wunused-result`[1]. Two of them are caused by attempts to silence compilers via a void-cast, but GCC does not respect that, see [2]. One solution is to cast the negated result, i.e. `(void)! foo(..

Re: xsasl_cyrus_client_get_passwd signature is inconsistent with sasl_getcallback_t

2021-03-10 Thread Christian Göttsche
FWIW: the Debian build log (https://buildd.debian.org/status/fetch.php?pkg=postfix&arch=amd64&ver=3.5.6-1&stamp=1596413023&raw=0) shows: make: Entering directory '/<>/src/xsasl' gcc -fPIC -I. -I../../include -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security

Re: xsasl_cyrus_client_get_passwd signature is inconsistent with sasl_getcallback_t

2021-03-10 Thread Christian Göttsche
Am Mi., 10. März 2021 um 21:44 Uhr schrieb Wietse Venema : > > Christian G?ttsche: > > -g -O2 -I. -I../../include -DLINUX4 -c xsasl_cyrus_server.c > > xsasl_cyrus_server.c:185:26: warning: initialization of ?int > > (*)(void)? from incompatible pointer type ?int (*)(void *, char **)? > > [-Wincompa

warning: hostname does not resolve to address

2019-10-02 Thread Christian Göttsche
. journalctl -p4. Regards, Christian Göttsche

[pfx] [PATCH] Drop removed -style option from html2text

2024-03-11 Thread Christian Göttsche via Postfix-users
html2text dropped the command line option -style in version 2[1]. Rely on the format via the specified html2text.rc file. [1]: https://github.com/grobian/html2text/commit/0dfd262836231a77d6fa8c678310799ef3a13752 --- mantools/html2readme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[pfx] Re: [PATCH] Drop removed -style option from html2text

2024-03-11 Thread Christian Göttsche via Postfix-users
On Mon, 11 Mar 2024 at 17:50, Wietse Venema wrote: > > Christian Goettsche via Postfix-users: > > html2text dropped the command line option -style in version 2[1]. > > I am not using that html2text version on the machine where I prepare > Postfix releases. I found that removing that flag makes the