[elbe-devel] [PATCH v2] Use pbuilder-satisfydepends-experimental generally

Torben Hohn torben.hohn at linutronix.de
Tue Apr 9 17:22:16 CEST 2019


On Tue, Apr 09, 2019 at 05:18:53PM +0200, bage at linutronix.de wrote:
> From: Bastian Germann <bage at linutronix.de>
> 
> The segfault bug desribed in the edited workaround also applies to buster suite.
> Instead of adding an additional check for buster use the experimental backend in
> every case.
> 
> Signed-off-by: Bastian Germann <bage at linutronix.de>

Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

> ---
>  elbepack/pbuilder.py | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/elbepack/pbuilder.py b/elbepack/pbuilder.py
> index e84d88fe..7985c269 100644
> --- a/elbepack/pbuilder.py
> +++ b/elbepack/pbuilder.py
> @@ -52,11 +52,10 @@ def pbuilder_write_config(builddir, xml, _log):
>              'DEBOOTSTRAPOPTS=("${DEBOOTSTRAPOPTS[@]}" "--no-check-gpg")\n')
>          fp.write('export ALLOWUNTRUSTED="yes"\n')
>  
> -    # aptitude segfaults with sid armhf changeroots, great! :)
> +    # aptitude segfaults with armhf changeroots, great! :)
>      # link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834990
> -    if distname == 'stretch':
> -        fp.write('PBUILDERSATISFYDEPENDSCMD='
> -                 '/usr/lib/pbuilder/pbuilder-satisfydepends-experimental\n')
> +    fp.write('PBUILDERSATISFYDEPENDSCMD='
> +             '/usr/lib/pbuilder/pbuilder-satisfydepends-experimental\n')
>  
>      fp.close()
>  
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20190409/251a9dba/attachment.sig>


More information about the elbe-devel mailing list