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
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
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
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/
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
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
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(..
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
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
. journalctl -p4.
Regards,
Christian Göttsche
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
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
12 matches
Mail list logo