You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python27Packages.sphinx fails its test suite, which in turn breaks various other packages like duplicity and anki. According to git bisect the issue was caused by commit 38c83e2 from @nckx:
git bisect start
# good: [cdd07d166b4a62dbc5ec595343fcc0822b05732a] uhc: the build is broken (and will be for the foreseeable future)
git bisect good cdd07d166b4a62dbc5ec595343fcc0822b05732a
# bad: [313faf07ba17e275c0b534e54b3c2ebd267b85da] brotli: init at 0.3.0
git bisect bad 313faf07ba17e275c0b534e54b3c2ebd267b85da
# bad: [5cb1e43fd6eb7f87c9b17e9dc6d1a92ae7c360a4] nodejs-5: fix on darwin
git bisect bad 5cb1e43fd6eb7f87c9b17e9dc6d1a92ae7c360a4
# bad: [465e965e38343359e88a8e1e73cc52fc3c0bb4f4] vimPlugins.youcompleteme: enable on unix
git bisect bad 465e965e38343359e88a8e1e73cc52fc3c0bb4f4
# good: [5f767b2580506ee015f59ffb2694d8134f7f9668] Merge pull request #12462 from wizeman/u/add-fstar
git bisect good 5f767b2580506ee015f59ffb2694d8134f7f9668
# good: [ac0c49970b7356d9fc4ccaeeed69a44705bf23b0] make-tarball.nix: Allow passing in a different Nix
git bisect good ac0c49970b7356d9fc4ccaeeed69a44705bf23b0
# bad: [94a47eeea1237046349e79142efebb9a67a66b69] debian_devscripts: 2.15.8 -> 2.15.10
git bisect bad 94a47eeea1237046349e79142efebb9a67a66b69
# bad: [38c83e291681d16273dd68749117dc64c756d0e7] pythonPackages.pygments: 2.0.2 -> 2.1
git bisect bad 38c83e291681d16273dd68749117dc64c756d0e7
# first bad commit: [38c83e291681d16273dd68749117dc64c756d0e7] pythonPackages.pygments: 2.0.2 -> 2.1
The text was updated successfully, but these errors were encountered:
python27Packages.sphinx
fails its test suite, which in turn breaks various other packages likeduplicity
andanki
. According togit bisect
the issue was caused by commit 38c83e2 from @nckx:The text was updated successfully, but these errors were encountered: