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

olm: 2.2.1 -> 2.3.0 #43329

Merged
merged 2 commits into from Jul 11, 2018
Merged

olm: 2.2.1 -> 2.3.0 #43329

merged 2 commits into from Jul 11, 2018

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/olm/versions.

meta.description for olm is: '"Implements double cryptographic ratchet and Megolm ratchet"'.

Checks done (click to expand)
Test this build with Cachix (click to expand)

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 1303e7e55a90e5890794954b840cda1ea9ca1aff && nix-shell --pure -I nixpkgs=. -p olm

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/olm/versions.
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: olm

Partial log (click to expand)

ln -s libolm.so.2.3.0 /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0/lib/libolm.so.2
ln -s libolm.so.2.3.0 /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0/lib/libolm.so
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0
shrinking /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0/lib/libolm.so.2.3.0
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0/lib 
patching script interpreter paths in /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0
checking for references to /tmp/nix-build-olm-2.3.0.drv-0 in /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0...
/nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: olm

Partial log (click to expand)

mkdir -p build/release/src/
clang++ -Wall -Werror -std=c++11 -fPIC -g -O3 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=2 -DOLMLIB_VERSION_MINOR=3 -DOLMLIB_VERSION_PATCH=0 -MMD  -c -o build/release/src/pickle.o src/pickle.cpp
mkdir -p build/release/src/
clang++ -Wall -Werror -std=c++11 -fPIC -g -O3 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=2 -DOLMLIB_VERSION_MINOR=3 -DOLMLIB_VERSION_PATCH=0 -MMD  -c -o build/release/src/base64.o src/base64.cpp
mkdir -p build/release/src/
gcc -Wall -Werror -std=c99 -fPIC -g -O3 -Iinclude -Ilib -DOLMLIB_VERSION_MAJOR=2 -DOLMLIB_VERSION_MINOR=3 -DOLMLIB_VERSION_PATCH=0 -MMD  -c -o build/release/src/outbound_group_session.o src/outbound_group_session.c
/nix/store/q2wqq1k20v8kc3vckapqf5nws30brnni-bash-4.4-p23/bin/bash: gcc: command not found
make: *** [Makefile:202: build/release/src/outbound_group_session.o] Error 127
builder for '/nix/store/k1rq1wxb4jabdpgphra929ysvdssh5r4-olm-2.3.0.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/k1rq1wxb4jabdpgphra929ysvdssh5r4-olm-2.3.0.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: olm

Partial log (click to expand)

ln -s libolm.so.2.3.0 /nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0/lib/libolm.so.2
ln -s libolm.so.2.3.0 /nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0/lib/libolm.so
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0
shrinking /nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0/lib/libolm.so.2.3.0
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0/lib
patching script interpreter paths in /nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0
checking for references to /build in /nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0...
/nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0

@xeji
Copy link
Contributor

xeji commented Jul 11, 2018

@GrahamcOfBorg build weechat-matrix-bridge

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: weechat-matrix-bridge

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/znxvnbs873lsvmn02pdbbrkzyjaa3j5n-weechat-matrix-bridge-2018-01-10
shrinking /nix/store/znxvnbs873lsvmn02pdbbrkzyjaa3j5n-weechat-matrix-bridge-2018-01-10/lib/libolm.so
shrinking /nix/store/znxvnbs873lsvmn02pdbbrkzyjaa3j5n-weechat-matrix-bridge-2018-01-10/lib/cjson.so
shrinking /nix/store/znxvnbs873lsvmn02pdbbrkzyjaa3j5n-weechat-matrix-bridge-2018-01-10/lib/ffi.so
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/znxvnbs873lsvmn02pdbbrkzyjaa3j5n-weechat-matrix-bridge-2018-01-10/lib 
patching script interpreter paths in /nix/store/znxvnbs873lsvmn02pdbbrkzyjaa3j5n-weechat-matrix-bridge-2018-01-10
checking for references to /tmp/nix-build-weechat-matrix-bridge-2018-01-10.drv-0 in /nix/store/znxvnbs873lsvmn02pdbbrkzyjaa3j5n-weechat-matrix-bridge-2018-01-10...
/nix/store/znxvnbs873lsvmn02pdbbrkzyjaa3j5n-weechat-matrix-bridge-2018-01-10

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: weechat-matrix-bridge

Partial log (click to expand)

  ^~~~~
ffi.c:3243:3: error: #error
 # error
   ^~~~~
make[1]: *** [Makefile:41: ffi.o] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:15: all] Error 2
builder for '/nix/store/vbcf4l83mpcv9qsj047zmrlav5akxfdq-luaffi-2013-11-08.drv' failed with exit code 2
cannot build derivation '/nix/store/yngnvyq97zcqia7mvccn9zssc8gpy4k3-weechat-matrix-bridge-2018-01-10.drv': 1 dependencies couldn't be built
error: build of '/nix/store/yngnvyq97zcqia7mvccn9zssc8gpy4k3-weechat-matrix-bridge-2018-01-10.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: weechat-matrix-bridge

Partial log (click to expand)

      ...
  "_lua_typename", referenced from:
      _json_append_data in lua_cjson.o
      _json_append_number in lua_cjson.o
ld: symbol(s) not found for architecture x86_64
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:99: cjson.so] Error 1
builder for '/nix/store/71n0i3g4bnrnchq2rdisy5858vyffrvh-lua5.2-cjson-2.1.0.drv' failed with exit code 2
cannot build derivation '/nix/store/pdws7py2w15nkxmdg2xv15vd6cwzafgb-weechat-matrix-bridge-2018-01-10.drv': 2 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/pdws7py2w15nkxmdg2xv15vd6cwzafgb-weechat-matrix-bridge-2018-01-10.drv' failed

doesn't build on Darwin, tries to use gcc
@xeji
Copy link
Contributor

xeji commented Jul 11, 2018

@GrahamcOfBorg build olm

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: olm

Partial log (click to expand)

/nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0

@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: olm

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-linux (full log)

Attempted: olm

Partial log (click to expand)

ln -s libolm.so.2.3.0 /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0/lib/libolm.so.2
ln -s libolm.so.2.3.0 /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0/lib/libolm.so
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0
shrinking /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0/lib/libolm.so.2.3.0
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0/lib
patching script interpreter paths in /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0
checking for references to /build in /nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0...
/nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: olm

Partial log (click to expand)

/nix/store/7g5zglilwbs69mr54cf9c76751f9cikl-olm-2.3.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: olm

Partial log (click to expand)

/nix/store/sax4wr47l4lp8rp6vjj4szwyjdidn5p4-olm-2.3.0

@xeji xeji merged commit b4eaa23 into NixOS:master Jul 11, 2018
@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: olm

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.


@r-ryantm r-ryantm deleted the auto-update/olm branch July 11, 2018 15:31
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