From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/tinyproxy: disable a2x
Date: Wed, 1 Apr 2020 21:52:20 +0200 [thread overview]
Message-ID: <20200401195220.GV22325@scaer> (raw)
In-Reply-To: <20200330204030.133514-1-fontaine.fabrice@gmail.com>
Fa All,
On 2020-03-30 22:40 +0200, Fabrice Fontaine spake thusly:
> If a2x is found, tinyproxy won't touch the configuration files and will
> try to regenerate them which will result in the following build failure:
>
> make[4]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output/build/tinyproxy-1.10.0/docs/man5'
> GEN tinyproxy.conf.5
> File "/accts/mlweber1/bin/a2x", line 76
> print '%s: %s' % (PROG,msg)
> ^
> SyntaxError: invalid syntax
Looks like this is a python2-style print statement executed by a python3
interpreter...
> Fixes:
> - http://autobuild.buildroot.org/results/fbd81c05f37a3db6df1cbc3495a89957c6587d25
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/tinyproxy/tinyproxy.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/tinyproxy/tinyproxy.mk b/package/tinyproxy/tinyproxy.mk
> index 305be922f5..6120d183cc 100644
> --- a/package/tinyproxy/tinyproxy.mk
> +++ b/package/tinyproxy/tinyproxy.mk
> @@ -9,5 +9,6 @@ TINYPROXY_SITE = https://github.com/tinyproxy/tinyproxy/releases/download/$(TINY
> TINYPROXY_SOURCE = tinyproxy-$(TINYPROXY_VERSION).tar.bz2
> TINYPROXY_LICENSE = GPL-2.0+
> TINYPROXY_LICENSE_FILES = COPYING
> +TINYPROXY_CONF_ENV = ac_cv_path_A2X=no
>
> $(eval $(autotools-package))
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2020-04-01 19:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-30 20:40 [Buildroot] [PATCH 1/1] package/tinyproxy: disable a2x Fabrice Fontaine
2020-04-01 19:52 ` Yann E. MORIN [this message]
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=20200401195220.GV22325@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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