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

swiften: 3.0beta2 -> 4.0 #37686

Merged
merged 1 commit into from Mar 24, 2018
Merged

swiften: 3.0beta2 -> 4.0 #37686

merged 1 commit into from Mar 24, 2018

Conversation

ryantm
Copy link
Member

@ryantm ryantm commented Mar 23, 2018

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

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

These checks were done:

  • built on NixOS
  • ran /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config -h got 0 exit code
  • ran /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config --help got 0 exit code
  • ran /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config help got 0 exit code
  • ran /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config --version and found version 4.0
  • found 4.0 with grep in /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0
  • directory tree listing: https://gist.github.com/bf18dc85d27b684315737f90db4a6b64

cc @Twey for review

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

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

These checks were done:

- built on NixOS
- ran `/nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config -h` got 0 exit code
- ran `/nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config --help` got 0 exit code
- ran `/nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config help` got 0 exit code
- ran `/nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config --version` and found version 4.0
- found 4.0 with grep in /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0
- directory tree listing: https://gist.github.com/bf18dc85d27b684315737f90db4a6b64
@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

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

Partial log (click to expand)


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.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: swiften

Partial log (click to expand)

scons: done building targets.
installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0
shrinking /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin/swiften-config
strip is /nix/store/fzcs0fn6bb04m82frhlb78nc03ny3w55-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/lib  /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0/bin
patching script interpreter paths in /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0
checking for references to /tmp/nix-build-swiften-4.0.drv-0 in /nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0...
/nix/store/pfiq18ki0dzdd0zsbvv04sppr4f28fl5-swiften-4.0

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: swiften

Partial log (click to expand)

  CXX Swiften/VCards/VCardManager.o
  CXX Swiften/VCards/VCardStorage.o
  CXX Swiften/Network/ProxiedConnection.o
  CXX Swiften/Network/HTTPConnectProxiedConnection.o
  CXX Swiften/Network/HTTPConnectProxiedConnectionFactory.o
  CXX Swiften/Network/SOCKS5ProxiedConnection.o
  CXX Swiften/Network/SOCKS5ProxiedConnectionFactory.o
  CXX Swiften/Network/BoostConnection.o
building of '/nix/store/dqa78ayy7rcjzixyj74lxnlkgnmj7k65-swiften-4.0.drv' timed out after 3600 seconds
�[31;1merror:�[0m build of '/nix/store/dqa78ayy7rcjzixyj74lxnlkgnmj7k65-swiften-4.0.drv' failed

@@ -1,14 +1,14 @@
{ stdenv, python, fetchurl, openssl, boost }:
stdenv.mkDerivation rec {
name = "swiften-${version}";
version = "3.0beta2";
Copy link
Member

Choose a reason for hiding this comment

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

is it a programming language, is it a chat protocol library, who knows?
@kiliankoe

Choose a reason for hiding this comment

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

Probably a car, a bird, a musician or a banking network. @hoodie

Copy link
Contributor

Choose a reason for hiding this comment

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

Honestly, I forgot I ever wrote this package and was also confused.

Copy link

@hoodie hoodie Mar 25, 2018

Choose a reason for hiding this comment

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

@Mic92 Mic92 merged commit b790f92 into NixOS:master Mar 24, 2018
@ryantm ryantm deleted the auto-update/swiften branch March 25, 2018 03:11
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

6 participants