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

sigil: 0.9.9 -> 0.9.10 #44686

Merged
merged 1 commit into from Aug 13, 2018
Merged

sigil: 0.9.9 -> 0.9.10 #44686

merged 1 commit into from Aug 13, 2018

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Aug 8, 2018

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

meta.description for sigil is: '"Free, open source, multi-platform ebook (ePub) editor"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/jk7qimrfh2fwgfvcmlvdji5xnz4rqfc5-sigil-0.9.10/bin/sigil had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/jk7qimrfh2fwgfvcmlvdji5xnz4rqfc5-sigil-0.9.10/bin/.sigil-wrapped had a zero exit code or showed the expected version
  • 0 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.9.10 with grep in /nix/store/jk7qimrfh2fwgfvcmlvdji5xnz4rqfc5-sigil-0.9.10
  • directory tree listing: https://gist.github.com/6f67be7a71535c2b91e7bc011ab188fa
  • du listing: https://gist.github.com/d5aed3fc2bdae9ad96fc91cc082de80d
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 b0f70f17094e035956c586a28d016c92d287eb0f && nix-shell --pure -I nixpkgs=. -p sigil

cc @RamKromberg 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/sigil/versions.
@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: sigil

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

Failure on aarch64-linux (full log)

Attempted: sigil

Partial log (click to expand)

make[2]: *** [Makefile:45: sub-src-make_first] Error 2
make[2]: Leaving directory '/build/qttools-everywhere-src-5.11.1/src/designer'
make[1]: *** [Makefile:103: sub-designer-make_first] Error 2
make[1]: Leaving directory '/build/qttools-everywhere-src-5.11.1/src'
make: *** [Makefile:47: sub-src-make_first] Error 2
builder for '/nix/store/1fdhzvm1188f2sckjhwwiw6kiwm3ppi7-qttools-5.11.1.drv' failed with exit code 2
do not know how to unpack source archive /nix/store/i6srhibrvs968jx2vbkkpry587xgqcs6-source
builder for '/nix/store/d0hl8al32jn5zf33r29dc7hhcr5mhr5a-qtwebkit-5.212-alpha-01-26-2018.drv' failed with exit code 1
cannot build derivation '/nix/store/lfa5dajswy9hd62f10qr6j8abw1afmk6-sigil-0.9.10.drv': 2 dependencies couldn't be built
error: build of '/nix/store/lfa5dajswy9hd62f10qr6j8abw1afmk6-sigil-0.9.10.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: sigil

Partial log (click to expand)

shrinking /nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10/lib/sigil/libsigilgumbo.so
shrinking /nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10/lib/sigil/sigil
shrinking /nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10/lib/sigil/libhunspell.so
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10/lib  /nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10/bin
patching script interpreter paths in /nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10
/nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10/bin/.sigil-wrapped: interpreter directive changed from "/bin/sh" to "/nix/store/dkh7l9a4sx7zqh8riqbj3z21sz25p8xy-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10...
postPatchMkspecs
/nix/store/dfx0b5514ig57liy1bn67s1c52hks4p3-sigil-0.9.10

@samueldr
Copy link
Member

@GrahamcOfBorg build sigil

Previous aarch64 failure:

No space left on device

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

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: sigil

Partial log (click to expand)

shrinking /nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10/lib/sigil/sigil
shrinking /nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10/lib/sigil/libsigilgumbo.so
shrinking /nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10/lib/sigil/libhunspell.so
strip is /nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10/lib  /nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10/bin
patching script interpreter paths in /nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10
/nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10/bin/.sigil-wrapped: interpreter directive changed from "/bin/sh" to "/nix/store/56nrxy58wbhvs2sy3rir1jqa68p0kkm5-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10...
postPatchMkspecs
/nix/store/rffswsn68mscz4zkwjbzx26hxmzfc5g6-sigil-0.9.10

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: sigil

Partial log (click to expand)

shrinking /nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10/lib/sigil/libsigilgumbo.so
shrinking /nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10/lib/sigil/libhunspell.so
shrinking /nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10/lib/sigil/sigil
strip is /nix/store/ah0va6j4cnwj9nx4j6rwcfc8nh785jwm-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10/lib  /nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10/bin
patching script interpreter paths in /nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10
/nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10/bin/.sigil-wrapped: interpreter directive changed from "/bin/sh" to "/nix/store/7q3ayirslrcva28wava6zpjcflcz1h3b-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10...
postPatchMkspecs
/nix/store/nv6ds5cb0faxpl0h38wbazpg1i9zd21c-sigil-0.9.10

@samueldr samueldr merged commit bd77c65 into NixOS:master Aug 13, 2018
@r-ryantm r-ryantm deleted the auto-update/sigil branch August 13, 2018 15: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

3 participants