Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mbedtls: remove darwin patch #40137

Merged
merged 1 commit into from May 7, 2018
Merged

mbedtls: remove darwin patch #40137

merged 1 commit into from May 7, 2018

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented May 7, 2018

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg GrahamcOfBorg added the 6.topic: darwin Running or building packages on Darwin label May 7, 2018
@Mic92
Copy link
Member Author

Mic92 commented May 7, 2018

@GrahamcOfBorg build mbedtls

@Mic92 Mic92 mentioned this pull request May 7, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: mbedtls

Partial log (click to expand)

shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin/mbedtls_generic_sum
shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin/mbedtls_rsa_sign_pss
shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/lib/libmbedtls.so.10
shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/lib/libmbedcrypto.so.2
shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/lib/libmbedx509.so.0
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/lib  /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin
patching script interpreter paths in /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0
checking for references to /build in /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0...
/nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: mbedtls

Partial log (click to expand)

test_suite_x509parse .............................................. PASS
test_suite_x509write .............................................. PASS
test_suite_xtea ................................................... PASS
------------------------------------------------------------------------
PASSED (60 suites, 6533 tests run)
installing
install flags: install SHELL=/nix/store/r8bx3qf1bpncb14i9gzma4vr089pc3pv-bash-4.4-p19/bin/bash SHARED=1 DLEXT=dylib DESTDIR=\$\{out\}
error: install_name_tool: input file: /nix/store/l8lhmxa12nxax6y8iy0f111fx0xvjhis-mbedtls-2.9.0/bin/mbedtls_udp_proxy_wrapper.sh is not a Mach-O file
builder for '/nix/store/wvwwddppzyspy005lav3hwcfdz7ssc41-mbedtls-2.9.0.drv' failed with exit code 1
error: build of '/nix/store/wvwwddppzyspy005lav3hwcfdz7ssc41-mbedtls-2.9.0.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: mbedtls

Partial log (click to expand)

shrinking /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0/bin/mbedtls_crypt_and_hash
shrinking /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0/bin/mbedtls_aescrypt2
shrinking /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0/lib/libmbedcrypto.so.2
shrinking /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0/lib/libmbedx509.so.0
shrinking /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0/lib/libmbedtls.so.10
strip is /nix/store/gp7fylxwn18b7pl2c18ks89hsiaxyfvf-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0/lib  /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0/bin
patching script interpreter paths in /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0
checking for references to /build in /nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0...
/nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0

@Mic92
Copy link
Member Author

Mic92 commented May 7, 2018

@GrahamcOfBorg build mbedtls

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: mbedtls

Partial log (click to expand)

/nix/store/sc3f4vly43565g0arrdkg15dr7nbawis-mbedtls-2.9.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: mbedtls

Partial log (click to expand)

shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin/mbedtls_cert_app
shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin/mbedtls_cert_req
shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin/mbedtls_cert_write
shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin/mbedtls_crl_app
shrinking /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin/mbedtls_req_app
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/lib  /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0/bin
patching script interpreter paths in /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0
checking for references to /build in /nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0...
/nix/store/rmwwpxx74xkfxix4zq0vawggm6kv9ms8-mbedtls-2.9.0

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: mbedtls

Partial log (click to expand)

test_suite_xtea ................................................... PASS
------------------------------------------------------------------------
PASSED (60 suites, 6533 tests run)
installing
install flags: install SHELL=/nix/store/r8bx3qf1bpncb14i9gzma4vr089pc3pv-bash-4.4-p19/bin/bash SHARED=1 DLEXT=dylib DESTDIR=\$\{out\}
post-installation fixup
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/97cwgc65s2n58bcb5x40hzkarla048hd-mbedtls-2.9.0/lib  /nix/store/97cwgc65s2n58bcb5x40hzkarla048hd-mbedtls-2.9.0/bin
patching script interpreter paths in /nix/store/97cwgc65s2n58bcb5x40hzkarla048hd-mbedtls-2.9.0
/nix/store/97cwgc65s2n58bcb5x40hzkarla048hd-mbedtls-2.9.0

@Mic92 Mic92 merged commit 08db551 into NixOS:master May 7, 2018
@Mic92 Mic92 deleted the mbedtls branch May 7, 2018 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: darwin Running or building packages on Darwin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants