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

ponyc: 0.21.0 -> 0.21.2 #33471

Merged
merged 1 commit into from Jan 6, 2018
Merged

ponyc: 0.21.0 -> 0.21.2 #33471

merged 1 commit into from Jan 6, 2018

Conversation

yrashk
Copy link
Contributor

@yrashk yrashk commented Jan 5, 2018

Motivation for this change

New version available

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.

@grahamc
Copy link
Member

grahamc commented Jan 5, 2018

@GrahamcOfBorg build ponyc

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

src/libponyrt/mem/pool.c:117:3: error: braces around scalar initializer [-Werror]
src/libponyrt/mem/pool.c:117:3: note: (near initialization for 'pool_global[15].central')
src/libponyrt/mem/pool.c:117:79: error: excess elements in scalar initializer [-Werror]
   {POOL_MIN << 15, THREAD_MAX_BEFORE_SHARE(POOL_MAX, POOL_MIN << 15), {{NULL, 0}}},
                                                                               ^
src/libponyrt/mem/pool.c:117:79: note: (near initialization for 'pool_global[15].central')
cc1: all warnings being treated as errors
make: *** [Makefile:783: build/release/obj/libponyrt/mem/pool.o] Error 1
builder for '/nix/store/mqfqdifin4lma86ydyricgad86j8dm9l-ponyc-0.21.2.drv' failed with exit code 2
error: build of '/nix/store/mqfqdifin4lma86ydyricgad86j8dm9l-ponyc-0.21.2.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

Writing ./examples.o
Linking ./examples1
All examples compile!
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/by61hisim8mw0hn5rmxx8bzx8bynllgp-ponyc-0.21.2
shrinking /nix/store/by61hisim8mw0hn5rmxx8bzx8bynllgp-ponyc-0.21.2/lib/pony/0.21.2/bin/ponyc
patching script interpreter paths in /nix/store/by61hisim8mw0hn5rmxx8bzx8bynllgp-ponyc-0.21.2
checking for references to /tmp/nix-build-ponyc-0.21.2.drv-0 in /nix/store/by61hisim8mw0hn5rmxx8bzx8bynllgp-ponyc-0.21.2...
/nix/store/by61hisim8mw0hn5rmxx8bzx8bynllgp-ponyc-0.21.2

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-darwin

 Functions
 Descriptors
Verifying
Writing ./examples.o
Linking ./examples1
All examples compile!
installing
post-installation fixup
patching script interpreter paths in /nix/store/v7d2v05a28gr5la6hgdmjvhpi6wmhc5j-ponyc-0.21.2
/nix/store/v7d2v05a28gr5la6hgdmjvhpi6wmhc5j-ponyc-0.21.2

@grahamc grahamc merged commit 5d3a86f into NixOS:master Jan 6, 2018
@orivej orivej mentioned this pull request Jan 6, 2018
8 tasks
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