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

[WIP] sky: 2.1.7369 -> 2.1.7520 #84613

Closed
wants to merge 1 commit into from
Closed

[WIP] sky: 2.1.7369 -> 2.1.7520 #84613

wants to merge 1 commit into from

Conversation

hax404
Copy link
Contributor

@hax404 hax404 commented Apr 7, 2020

Motivation for this change

another approach of #80022

it builds, but i get

sky: /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libavformat-ffmpeg.so.56: version `LIBAVFORMAT_FFMPEG_56' not found (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libsipw.so.1)
sky: /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libavcodec-ffmpeg.so.56: version `LIBAVCODEC_FFMPEG_56' not found (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libsipw.so.1)
sky: /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libswscale-ffmpeg.so.3: version `LIBSWSCALE_FFMPEG_3' not found (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libsipw.so.1)
sky: /nix/store/8zxiz4i59h1c7qfk5zg23x1bfzzyykiq-curl-7.68.0/lib/libcurl.so.4: no version information available (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libsipw.so.1)
sky: /nix/store/9qk1xv6l74cvrkfv70zam3s30b6v6nmr-openssl-1.0.2u/lib/libssl.so.1.0.0: no version information available (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libsipw.so.1)
sky: /nix/store/9qk1xv6l74cvrkfv70zam3s30b6v6nmr-openssl-1.0.2u/lib/libcrypto.so.1.0.0: no version information available (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libsipw.so.1)
sky: /nix/store/9qk1xv6l74cvrkfv70zam3s30b6v6nmr-openssl-1.0.2u/lib/libcrypto.so.1.0.0: no version information available (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libfreerdp.so.2.0)
sky: /nix/store/9qk1xv6l74cvrkfv70zam3s30b6v6nmr-openssl-1.0.2u/lib/libssl.so.1.0.0: no version information available (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libfreerdp.so.2.0)
sky: /nix/store/mvw8vp580089x2zmkx4k90lyzc6wvnv6-ffmpeg-2.8.15/lib/libavutil.so.54: version `LIBAVUTIL_FFMPEG_54' not found (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libfreerdp-client.so.2.0)
sky: /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libavcodec-ffmpeg.so.56: version `LIBAVCODEC_FFMPEG_56' not found (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libfreerdp-client.so.2.0)
sky: /nix/store/9qk1xv6l74cvrkfv70zam3s30b6v6nmr-openssl-1.0.2u/lib/libcrypto.so.1.0.0: no version information available (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libfreerdp-shadow.so.2.0)
sky: /nix/store/9qk1xv6l74cvrkfv70zam3s30b6v6nmr-openssl-1.0.2u/lib/libssl.so.1.0.0: no version information available (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libwinpr.so.1.1)
sky: /nix/store/9qk1xv6l74cvrkfv70zam3s30b6v6nmr-openssl-1.0.2u/lib/libcrypto.so.1.0.0: no version information available (required by /nix/store/c9fjz7f99bcspnsiw3jlvnr66w2jfczn-sky-2.1.7520.1/lib/libwinpr.so.1.1)

and I have no idea, how to work around this.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant