Control: clone -1 -2 Control: retitle -1 Python bindings fail to build with Python 3.10 Control: tag -1 + upstream Control: forwarded -1 https://gitlab.com/apparmor/apparmor/-/issues/202 Control: retitle -2 Failure to build for 1 of the supported Python 3 versions does not trigger FTBFS, while it should
Hi, Graham Inggs (2021-11-08): > Apologies, I should have mentioned I was testing a local build with > python3-defaults from experimental. Thanks, I could reproduce this. FTR I've used this command: dgit --rm-old-changes --gbp \ sbuild \ --keyid= \ --extra-repository='deb http://localhost:3142/debian experimental main' \ --build-dep-resolver=aspcud \ --add-depends='python3 (>= 3.9.7-4)' It should actually FTBFS due to upstream incompatibility with Python 3.10: https://gitlab.com/apparmor/apparmor/-/issues/202 … but it does not (which is essentially #943649 again, no idea why "set -e" does not trigger). Cheers!