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

ldc: 1.5.0 -> 1.6.0 #32762

Closed
wants to merge 1 commit into from
Closed

Conversation

FeepingCreature
Copy link
Contributor

@FeepingCreature FeepingCreature commented Dec 17, 2017

Motivation for this change

I wanted a new version.

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.

@disassembler
Copy link
Member

@GrahamcOfBorg build ldc

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: aarch64-linux

error: Package ‘ldcBuild-1.6.0’ in /var/lib/gc-of-borg/nix-test-rs-1/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-1/pkgs/development/compilers/ldc/default.nix:173 is not supported on ‘aarch64-linux’, refusing to evaluate.

a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: x86_64-darwin

  CMakeLists.txt:2 (project)


-- Configuring incomplete, errors occurred!
See also "/tmp/nix-build-ldcBuild-1.6.0.drv-0/ldc-1.6.0-src/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/nix-build-ldcBuild-1.6.0.drv-0/ldc-1.6.0-src/build/CMakeFiles/CMakeError.log".
builder for '/nix/store/0drzbnwqxzdkzbqsrqyrwh5vnvlvahrf-ldcBuild-1.6.0.drv' failed with exit code 1
cannot build derivation '/nix/store/7jkpdv4wh4cjb5l8xv9r4msznmmi0n10-ldcUnittests-1.6.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/y5zpa5jk4rahlmc9vvyr1mq14wa476a2-ldc-1.6.0.drv': 2 dependencies couldn't be built
error: build of '/nix/store/y5zpa5jk4rahlmc9vvyr1mq14wa476a2-ldc-1.6.0.drv' failed

@disassembler
Copy link
Member

Does the current build work on darwin? If not, we should probably mark as broken.

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-linux


Total Test time (real) =  23.91 sec
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/id3js01xmaqgxnsd6j6r9d8dynpkkj7j-ldcUnittests-1.6.0
patching script interpreter paths in /nix/store/id3js01xmaqgxnsd6j6r9d8dynpkkj7j-ldcUnittests-1.6.0
checking for references to /tmp/nix-build-ldcUnittests-1.6.0.drv-0 in /nix/store/id3js01xmaqgxnsd6j6r9d8dynpkkj7j-ldcUnittests-1.6.0...
building path(s) ‘/nix/store/v2javainjnahfxa0rcd4jih3ywm04wz8-ldc-1.6.0’
installing
/nix/store/v2javainjnahfxa0rcd4jih3ywm04wz8-ldc-1.6.0

@orivej
Copy link
Contributor

orivej commented Jan 6, 2018

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: aarch64-linux

Package ‘ldcBuild-1.6.0’ in /var/lib/gc-of-borg/nix-test-rs-3/repo/38dca4e3aa6bca43ea96d2fcc04e8229/builder/grahamc-aarch64-community-3/pkgs/development/compilers/ldc/default.nix:173 is not supported on ‘aarch64-linux’, refusing to evaluate.

a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowBroken = true; }
to ~/.config/nixpkgs/config.nix.

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure for system: x86_64-darwin


Total Test time (real) =  23.75 sec

The following tests FAILED:
	779 - lit-tests (Failed)
Errors while running CTest
builder for ‘/nix/store/zs1rwffpb41kvzsgnmm0b71snkif63ab-ldcBuild-1.6.0.drv’ failed with exit code 8
cannot build derivation ‘/nix/store/317xj3rgzzdywyf0mwbbp3djlprvsjmd-ldcUnittests-1.6.0.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/h2sr39c919pimg05d1ly0z7j5i35222j-ldc-1.6.0.drv’: 2 dependencies couldn't be built
error: build of ‘/nix/store/h2sr39c919pimg05d1ly0z7j5i35222j-ldc-1.6.0.drv’ failed

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-linux

Total Test time (real) =  13.62 sec
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/jndzy379b67bir50hg4cm6w9fd1wi2jn-ldcUnittests-1.6.0
strip is /nix/store/wxn5gn8amxm1w0ikcx4gbs8a17wvss4j-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/jndzy379b67bir50hg4cm6w9fd1wi2jn-ldcUnittests-1.6.0
checking for references to /tmp/nix-build-ldcUnittests-1.6.0.drv-0 in /nix/store/jndzy379b67bir50hg4cm6w9fd1wi2jn-ldcUnittests-1.6.0...
building path(s) ‘/nix/store/7s0kfi9869n57graf1fnfflp9pqqdhm0-ldc-1.6.0’
installing
/nix/store/7s0kfi9869n57graf1fnfflp9pqqdhm0-ldc-1.6.0

@orivej
Copy link
Contributor

orivej commented Jan 6, 2018

Superseded by #33532.

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

5 participants