Do not quote passed argument of configure script. commit 6a63ab467f46542b81cc33ff7414602e5d38e813 (HEAD -> asn-fix-configure, gitlab/asn-fix-configure) Author: Andreas Schneider <asn@samba.org> AuthorDate: Mon Aug 2 17:43:01 2021 +0200 Commit: Andreas Schneider <asn@samba.org> CommitDate: Mon Aug 2 17:45:50 2021 +0200 configure: Do not put arguments into double quotes This could create an issue that arguments don't get split by python and then the following could happen: ./configure --libdir=/usr/lib64 --enable-clangdb LIBDIR='/usr/lib64 --enable-clangdb' This ends then up in parameters.all.xml: <!ENTITY pathconfig.LIBDIR '/usr/lib64 --enable-clangdb'> The python parser then errors out: xml.etree.ElementTree.ParseError: not well-formed (invalid token)
This bug was referenced in samba master: e2962b4262fc4a7197a3fcbd010fcfaca781baea
Created attachment 16713 [details] patch for 4.15, 4.14, 4.13
Reassigning to Jule for inclusion in 4.15, 4.14 and 4.13.
Pushed to autobuild-v4-{15,14,13}-test. Used: git cherry-pick -x e2962b4262fc4a7197a3fcbd010fcfaca781baea
This bug was referenced in samba v4-15-test: fccedb4d94abac9909c2ed00b07af6a207b09590
This bug was referenced in samba v4-15-stable: fccedb4d94abac9909c2ed00b07af6a207b09590
This bug was referenced in samba v4-13-test: aa64f02ca944be1a6e7baa552c602b005c8c7d86
This bug was referenced in samba v4-14-test: de50dc5c3db243c926b4c10e5355ed47f7b593af
Closing out bug report. Thanks!
This bug was referenced in samba v4-14-stable (Release samba-4.14.7): de50dc5c3db243c926b4c10e5355ed47f7b593af
This bug was referenced in samba v4-13-stable (Release samba-4.13.11): aa64f02ca944be1a6e7baa552c602b005c8c7d86