nh2 / static-haskell-nix

easily build most Haskell programs into fully static Linux executables
388 stars 36 forks source link

survey: Disable kerberos support for openssh #69

Closed nh2 closed 4 years ago

nh2 commented 4 years ago

See #68.

Should fix the build with nixpkgs master.

nh2 commented 4 years ago

Gets the master build futher, but next failure is in bash-completion with iconv:

=================================== FAILURES ===================================
_______________________________ TestIconv.test_1 _______________________________

self = <test_iconv.TestIconv object at 0x7ffff52f3410>
completion = <CompletionResult []>

    @pytest.mark.complete("iconv -")
    def test_1(self, completion):
>       assert completion
E       assert <CompletionResult []>

../t/test_iconv.py:7: AssertionError
=============================== warnings summary ===============================
/nix/store/dvs7bzx0a68cgcjjnw03kgz9ik0xx85m-python3.7-pytest-5.2.2/lib/python3.7/site-packages/_pytest/mark/structures.py:325
  /nix/store/dvs7bzx0a68cgcjjnw03kgz9ik0xx85m-python3.7-pytest-5.2.2/lib/python3.7/site-packages/_pytest/mark/structures.py:325: PytestUnknownMarkWarning: Unknown pytest.mark.complete - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/nix/store/dvs7bzx0a68cgcjjnw03kgz9ik0xx85m-python3.7-pytest-5.2.2/lib/python3.7/site-packages/_pytest/mark/structures.py:325
  /nix/store/dvs7bzx0a68cgcjjnw03kgz9ik0xx85m-python3.7-pytest-5.2.2/lib/python3.7/site-packages/_pytest/mark/structures.py:325: PytestUnknownMarkWarning: Unknown pytest.mark.bashcomp - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

-- Docs: https://docs.pytest.org/en/latest/warnings.html
= 1 failed, 351 passed, 857 skipped, 5 xfailed, 1 xpassed, 2 warnings in 397.12s (0:06:37) =
builder for '/nix/store/1ri7kapmhx6b9mf6gis83adcl2wfgqmb-bash-completion-2.9.drv' failed with exit code 1
error: build of '/nix/store/1ri7kapmhx6b9mf6gis83adcl2wfgqmb-bash-completion-2.9.drv' failed
nh2 commented 4 years ago

Looks like that'll pass (https://buildkite.com/nh2/static-haskell-nix/builds/196), merging.

Finally we're green again with master.

nh2 commented 4 years ago

Gets the master build futher, but next failure is in bash-completion with iconv:

Latest nixpkgs master resolved that with my PR https://github.com/NixOS/nixpkgs/pull/74813.