Hi, On Sat, Oct 10, 2020 at 02:12:38PM +0200, Matthias Klose wrote: > On 10/10/20 12:23 PM, Michael Banck wrote: > > Hi, > > > > On Fri, Oct 09, 2020 at 08:18:23PM +0200, Matthias Klose wrote: > >> Package: src:pydantic > >> Version: 1.2-1 > >> Severity: important > >> Tags: sid bullseye > >> User: debian-pyt...@lists.debian.org > >> Usertags: python3.9 > >> > >> [...] > > > > Can you share an sbuild command-line in order to reproduce this? > > sorry, I don't know what you mean I meant a way to reproduce this build failure in an unstable schroot with sbuild (or pbuilder, though I don't use that). That'd make it easier for the package maintainers to reproduce the failure and/or test a fix.
Seems this works (as in, I'm seeing the failure now): sbuild -d unstable -A --extra-repository="deb http://deb.debian.org/debian experimental main" --build-dep-resolver=aspcud --add-depends='python3-all-dev (>= 3.8.5-1)' <dsc-file to build> About the bug, there's a PR that fixes it[1], but unfortuntely, it really only applies to 1.6/1.6.1, and I'm seeing other regression test failures there[2]. Might take another look at back-patching the PR in case the other failures can't be figured out soon. Michael [1] https://github.com/samuelcolvin/pydantic/pull/1844 [2] https://github.com/samuelcolvin/pydantic/issues/1580