From: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
To: Michael Olbrich <m.olbrich@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] (EXT) Re: (EXT) Re: [PATCH v2] syslogng: update to 3.25.1
Date: Fri, 03 Apr 2020 10:00:21 +0200 [thread overview]
Message-ID: <e6229d66ebc3962c62f2cb5b0f8be3a8c2781099.camel@ew.tq-group.com> (raw)
In-Reply-To: <20200403052814.GC2612@pengutronix.de>
On Fri, 2020-04-03 at 07:28 +0200, Michael Olbrich wrote:
> On Wed, Mar 18, 2020 at 11:50:17AM +0100, Michael Olbrich wrote:
> > On Fri, Feb 21, 2020 at 09:30:30AM +0100, Matthias Schiffer wrote:
> > > On Fri, 2020-02-21 at 08:47 +0100, Michael Olbrich wrote:
> > > > On Thu, Feb 20, 2020 at 09:39:47AM +0100, Matthias Schiffer
> > > > wrote:
> > > > > --with-systemd-journal=$(call ptx/ifdef,
> > > > > PTXCONF_SYSLOGNG_SYSTEMD,system,no) \
> > > > > --with-systemdsystemunitdir=/usr/lib/systemd/system \
> > > > > --localstatedir=/var/run \
> > > > > + --with-ivykis=internal \
> > > > > + --with-jsonc=$(if $(PTXCONF_SYSLOGNG_JSON),system,no) \
> > > > > --with-libnet=$(SYSROOT)/usr/bin \
> > > > > - --with-python=$(PYTHON_MAJORMINOR)
> > > > > + --with-python=$(PYTHON3_MAJORMINOR)
> > > >
> > > > As I noted in my last review, please use configure_helper.py to
> > > > check
> > > > and
> > > > improve the options.
> > > > - GLOBAL_LARGE_FILE_OPTION should be used
> > > > - the sorting should be corrected
> > > > - there are several enable/disable and with/without options
> > > > that are
> > > > missing and may pick up dependencies automatically.
> > >
> > > Ah, I didn't know about GLOBAL_LARGE_FILE_OPTION, and mostly used
> > > configure_helper.py to compare the old and the new syslogng
> > > version.
> > >
> > > Should I list *all* options that configure supports, even when
> > > the
> > > defaults are fine? I thought I had caught everything that has an
> > > actual
> > > effect. I guess disabling libcurl etc. could be made explicit as
> > > well,
> > > but these deps are only used when the corresponding modules are
> > > enabled.
> > >
> > > I also found the option --disable-all-modules, which overrides
> > > the
> > > defaults for various other options to "no" - which would allow us
> > > to
> > > make the SYSLOGNG_AUTOCONF section shorter, but the diff shown by
> > > configure_helper.py larger. Which way should I go here?
> >
> > To make updates easier, I prefer a shorter configure_helper.py
> > output:
> > - If it makes sense, then the output should be empty (probably not
> > reasonable here)
> > - options that obviously don't matter are find
> > - stuff like Windows or OSX specific options
> > - some --with-* options for extra search paths
> > ...
> > - any option that avoids / forces a autodetect check _must_ be
> > specified.
> > Never depend on the auto detections.
> > - not adding options that can overwrite a fixed value (paths etc.)
> > is ok
> > - make sure the options are sorted correctly
> >
> > I hope this helps.
>
> Any change, you'll send a new version here? I was just about to
> remove
> syslogng entirely (after more than a year in staging). But then I
> remembered this thread. So it's still there but it won't be much
> longer.
Hello Michael,
sorry, I didn't see your previous mail. I assume I can have another
look at some point in the next ~2 weeks.
Matthias
>
> Michael
>
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2020-04-03 8:00 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-13 17:22 [ptxdist] [PATCH] kmscube: switch to https URL Matthias Schiffer
2020-02-13 17:22 ` [ptxdist] [PATCH] parted: update to 3.3 Matthias Schiffer
2020-02-14 8:49 ` Michael Olbrich
2020-02-14 9:07 ` [ptxdist] [PATCH v2] " Matthias Schiffer
2020-02-14 10:38 ` [ptxdist] [PATCH v3] " Matthias Schiffer
2020-02-15 10:05 ` Michael Olbrich
2020-02-17 8:53 ` [ptxdist] [PATCH v4] " Matthias Schiffer
2020-02-13 17:22 ` [ptxdist] [PATCH] gettext: deterministically build with included libraries Matthias Schiffer
2020-02-14 9:12 ` Michael Olbrich
2020-02-14 9:48 ` [ptxdist] (EXT) " Matthias Schiffer
2020-02-14 10:38 ` Matthias Schiffer
2020-02-15 9:27 ` Michael Olbrich
2020-02-13 17:22 ` [ptxdist] [PATCH] gst-plugins-good1: qmlglsink: fix build on EGL platform without X11 headers Matthias Schiffer
2020-02-14 9:18 ` Michael Olbrich
2020-02-13 17:22 ` [ptxdist] [PATCH] varoverlayfs: support kernels without metacopy Matthias Schiffer
2020-02-14 9:21 ` Michael Olbrich
2020-02-14 10:38 ` [ptxdist] [PATCH v2] " Matthias Schiffer
2020-02-13 17:22 ` [ptxdist] [PATCH] syslogng: update to 3.25.1 Matthias Schiffer
2020-02-17 9:38 ` Michael Olbrich
2020-02-17 9:59 ` Michael Olbrich
2020-02-20 8:39 ` [ptxdist] [PATCH v2] " Matthias Schiffer
2020-02-21 7:47 ` Michael Olbrich
2020-02-21 8:30 ` [ptxdist] (EXT) " Matthias Schiffer
2020-03-18 10:50 ` Michael Olbrich
2020-04-03 5:28 ` Michael Olbrich
2020-04-03 8:00 ` Matthias Schiffer [this message]
2020-02-14 8:40 ` [ptxdist] [PATCH] kmscube: switch to https URL Michael Olbrich
2020-02-14 8:53 ` [ptxdist] (EXT) " Matthias Schiffer
2020-02-15 9:29 ` Michael Olbrich
2020-02-17 9:00 ` [ptxdist] [PATCH v2] kmscube: switch to https archive download Matthias Schiffer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e6229d66ebc3962c62f2cb5b0f8be3a8c2781099.camel@ew.tq-group.com \
--to=matthias.schiffer@ew.tq-group.com \
--cc=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox