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

Backport to 19.03: oraclejdk/jdk8cpu: 8u201 -> 8u211 #64379

Merged
merged 1 commit into from Jul 20, 2019

Conversation

Moredread
Copy link
Contributor

@Moredread Moredread commented Jul 6, 2019

(cherry picked from commit 9e2ec2a)

Motivation for this change

It seems that Oracle Java 8u201 isn't available anymore, so building packages on 19.03 fails. I.e.:

> nix run -f channel:nixos-19.03 mediathekview
trace: WARNING: Public updates for Oracle Java SE 8 released after January 2019 will not be available for business, commercial or production use without a commercial license. See https://java.com/en/download/release_notice.jsp for more information.
builder for '/nix/store/l09wp0d9g0l220vmsf8ywyhxfgjcnm4r-jdk-8u201-linux-x64.tar.gz.drv' failed with exit code 1; last 10 log lines:

  trying http://download.oracle.com/otn-pub/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-linux-x64.tar.gz
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  100   531  100   531    0     0    293      0  0:00:01  0:00:01 --:--:--  1206
    0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
    0     0    0     0    0     0      0      0 --:--:--  0:00:05 --:--:--     0
  curl: (22) The requested URL returned error: 404 Not Found
  error: cannot download jdk-8u201-linux-x64.tar.gz from any mirror
cannot build derivation '/nix/store/kbddbimhq843aaj7rcsgh5pkl7sdkibm-oraclejre-8u201.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/j0c270s673klpfi831bv6r5mhxrz5n7c-mediathekview-13.2.1.drv': 1 dependencies couldn't be built
[0 built (1 failed)]
error: build of '/nix/store/j0c270s673klpfi831bv6r5mhxrz5n7c-mediathekview-13.2.1.drv' failed

This PR backports the upgrade to 8u211 to the 19.03 channel.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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 nix-review --run "nix-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.

(cherry picked from commit 9e2ec2a)
@vcunat vcunat merged commit 24be3d6 into NixOS:release-19.03 Jul 20, 2019
vcunat added a commit that referenced this pull request Jul 20, 2019
@Moredread Moredread deleted the oraclejre branch July 20, 2019 23:41
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

3 participants