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.3 -> 0.22.1 #41107

Closed
wants to merge 1 commit into from
Closed

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ponyc/versions.

These checks were done:

  • built on NixOS
  • /nix/store/jyclkpbxwr4sbva5gichjn0vrjhx89hv-ponyc-0.22.1/bin/.ponyc-wrapped passed the binary check.
  • /nix/store/jyclkpbxwr4sbva5gichjn0vrjhx89hv-ponyc-0.22.1/bin/ponyc passed the binary check.
  • 2 of 2 passed binary check by having a zero exit code.
  • 0 of 2 passed binary check by having the new version present in output.
  • found 0.22.1 with grep in /nix/store/jyclkpbxwr4sbva5gichjn0vrjhx89hv-ponyc-0.22.1
  • directory tree listing: https://gist.github.com/3133df8b9bfab248dece083a8888081f
  • du listing: https://gist.github.com/bc1281eb057fc26692a1bca0fba97c2b

meta.description for ponyc is: '"Pony is an Object-oriented, actor-model, capabilities-secure, high performance programming language"'.

cc @doublec @kamilchm @patternspandemic for testing.

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ponyc/versions.

These checks were done:

- built on NixOS
- /nix/store/jyclkpbxwr4sbva5gichjn0vrjhx89hv-ponyc-0.22.1/bin/.ponyc-wrapped passed the binary check.
- /nix/store/jyclkpbxwr4sbva5gichjn0vrjhx89hv-ponyc-0.22.1/bin/ponyc passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.22.1 with grep in /nix/store/jyclkpbxwr4sbva5gichjn0vrjhx89hv-ponyc-0.22.1
- directory tree listing: https://gist.github.com/3133df8b9bfab248dece083a8888081f
- du listing: https://gist.github.com/bc1281eb057fc26692a1bca0fba97c2b
@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: ponyc

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: ponyc

Partial log (click to expand)

 Function prototypes
 Functions
 Descriptors
Verifying
Writing ./examples.o
Linking ./examples1
All examples compile!
installing
post-installation fixup
patching script interpreter paths in /nix/store/4k86pq7055br7z62vvmgggyz3cdi1lz4-ponyc-0.22.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: ponyc

Partial log (click to expand)

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

@Mic92
Copy link
Member

Mic92 commented May 29, 2018

@GrahamcOfBorg build pony-stable pony

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: pony-stable, pony

Partial log (click to expand)

in configuration.nix to override this.

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


Cannot nix-instantiate `pony' because:
�[31;1merror:�[0m attribute 'pony' in selection path 'pony' not found

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: pony-stable

The following builds were skipped because they don't evaluate on x86_64-darwin: pony

Partial log (click to expand)

ponyc  stable -o build/release
Building builtin -> /nix/store/df3v6z22l1rkb793hhpgi1c43gabn4ym-ponyc-0.22.1/lib/pony/0.22.1/packages/builtin
Building stable -> /private/tmp/nix-build-pony-stable-0.1.1.drv-0/source/stable
Error:
/private/tmp/nix-build-pony-stable-0.1.1.drv-0/source/stable/main.pony:52:15: syntax error: expected ) after (
  fun command("fetch", _) =>
              ^
make: *** [Makefile:41: build/release/stable] Error 255
builder for '/nix/store/ri1qpjlzldj40hmpp90cwblc4z2brvij-pony-stable-0.1.1.drv' failed with exit code 2
error: build of '/nix/store/ri1qpjlzldj40hmpp90cwblc4z2brvij-pony-stable-0.1.1.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: pony-stable

The following builds were skipped because they don't evaluate on x86_64-linux: pony

Partial log (click to expand)

ponyc  stable -o build/release
Building builtin -> /nix/store/n9mbjyfbadyv0b1di5lr28pb8x2m8hmk-ponyc-0.22.1/lib/pony/0.22.1/packages/builtin
Building stable -> /build/source/stable
Error:
/build/source/stable/main.pony:52:15: syntax error: expected ) after (
  fun command("fetch", _) =>
              ^
make: *** [Makefile:41: build/release/stable] Error 255
builder for '/nix/store/y4sr9wvqfrlq4628vwr418dhkxwahzws-pony-stable-0.1.1.drv' failed with exit code 2
error: build of '/nix/store/y4sr9wvqfrlq4628vwr418dhkxwahzws-pony-stable-0.1.1.drv' failed

@patternspandemic patternspandemic mentioned this pull request May 29, 2018
8 tasks
@patternspandemic
Copy link
Contributor

Superceded by #41234, #41235

@xeji
Copy link
Contributor

xeji commented May 30, 2018

closing in favor of PRs mentioned above/

@xeji xeji closed this May 30, 2018
@r-ryantm r-ryantm deleted the auto-update/ponyc branch May 30, 2018 15:42
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