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

pdf-quench: init at 1.0.5 #39379

Merged
merged 4 commits into from Apr 30, 2018
Merged

pdf-quench: init at 1.0.5 #39379

merged 4 commits into from Apr 30, 2018

Conversation

flokli
Copy link
Contributor

@flokli flokli commented Apr 23, 2018

Motivation for this change

This adds pdf-quench, a visual tool for cropping pdf files.
On that way, I added gobject introspection support to goocanvas_2.

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.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pdf-quench

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/jb47xxiriik09drlprdpsxvc9dqa2wbg-pdf-quench-1.0.5/bin/pdf-quench
shrinking RPATHs of ELF executables and libraries in /nix/store/jb47xxiriik09drlprdpsxvc9dqa2wbg-pdf-quench-1.0.5
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/jb47xxiriik09drlprdpsxvc9dqa2wbg-pdf-quench-1.0.5/bin
patching script interpreter paths in /nix/store/jb47xxiriik09drlprdpsxvc9dqa2wbg-pdf-quench-1.0.5
checking for references to /build in /nix/store/jb47xxiriik09drlprdpsxvc9dqa2wbg-pdf-quench-1.0.5...
wrapping `/nix/store/jb47xxiriik09drlprdpsxvc9dqa2wbg-pdf-quench-1.0.5/bin/.pdf-quench-wrapped'...
/nix/store/jb47xxiriik09drlprdpsxvc9dqa2wbg-pdf-quench-1.0.5

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: pdf-quench

Partial log (click to expand)

/nix/store/6asy7a27539i79ivw10801zjrfrwsqb6-gtk-doc-1.28/bin/gtkdoc-rebase: line 26: syntax error near unexpected token `'/nix/store/6asy7a27539i79ivw10801zjrfrwsqb6-gtk-doc-1.28/share/gtk-doc/python''
/nix/store/6asy7a27539i79ivw10801zjrfrwsqb6-gtk-doc-1.28/bin/gtkdoc-rebase: line 26: `sys.path.append('/nix/store/6asy7a27539i79ivw10801zjrfrwsqb6-gtk-doc-1.28/share/gtk-doc/python')'
make[2]: *** [Makefile:1160: install-data-local] Error 2
make[2]: Leaving directory '/private/tmp/nix-build-goocanvas-2.0.4.drv-0/goocanvas-2.0.4/docs'
make[1]: *** [Makefile:906: install-am] Error 2
make[1]: Leaving directory '/private/tmp/nix-build-goocanvas-2.0.4.drv-0/goocanvas-2.0.4/docs'
make: *** [Makefile:497: install-recursive] Error 1
builder for '/nix/store/mdxj08a0bwwpsacqig5knhfxrxqy1hak-goocanvas-2.0.4.drv' failed with exit code 2
cannot build derivation '/nix/store/2j8h88g5pq2s6jn6ck23ns5bdmqzwjja-pdf-quench-1.0.5.drv': 2 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/2j8h88g5pq2s6jn6ck23ns5bdmqzwjja-pdf-quench-1.0.5.drv' failed

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pdf-quench

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/z9y161jh26s386qibwn3j0k5jyyhkp2m-pdf-quench-1.0.5/bin/pdf-quench
shrinking RPATHs of ELF executables and libraries in /nix/store/z9y161jh26s386qibwn3j0k5jyyhkp2m-pdf-quench-1.0.5
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/z9y161jh26s386qibwn3j0k5jyyhkp2m-pdf-quench-1.0.5/bin
patching script interpreter paths in /nix/store/z9y161jh26s386qibwn3j0k5jyyhkp2m-pdf-quench-1.0.5
checking for references to /build in /nix/store/z9y161jh26s386qibwn3j0k5jyyhkp2m-pdf-quench-1.0.5...
wrapping `/nix/store/z9y161jh26s386qibwn3j0k5jyyhkp2m-pdf-quench-1.0.5/bin/.pdf-quench-wrapped'...
/nix/store/z9y161jh26s386qibwn3j0k5jyyhkp2m-pdf-quench-1.0.5

@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: pdf-quench

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: pdf-quench

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/n22pk1cw53ig08l348s0f17f07mrshn1-pdf-quench-1.0.5/bin/pdf-quench
shrinking RPATHs of ELF executables and libraries in /nix/store/n22pk1cw53ig08l348s0f17f07mrshn1-pdf-quench-1.0.5
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/n22pk1cw53ig08l348s0f17f07mrshn1-pdf-quench-1.0.5/bin
patching script interpreter paths in /nix/store/n22pk1cw53ig08l348s0f17f07mrshn1-pdf-quench-1.0.5
checking for references to /build in /nix/store/n22pk1cw53ig08l348s0f17f07mrshn1-pdf-quench-1.0.5...
wrapping `/nix/store/n22pk1cw53ig08l348s0f17f07mrshn1-pdf-quench-1.0.5/bin/.pdf-quench-wrapped'...
/nix/store/n22pk1cw53ig08l348s0f17f07mrshn1-pdf-quench-1.0.5

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pdf-quench

Partial log (click to expand)

glibPreFixupPhase
post-installation fixup
Wrapping program /nix/store/syiaw2wqb3gl7mmc77qln8n8dg16yvpm-pdf-quench-1.0.5/bin/pdf-quench
shrinking RPATHs of ELF executables and libraries in /nix/store/syiaw2wqb3gl7mmc77qln8n8dg16yvpm-pdf-quench-1.0.5
strip is /nix/store/j7d4mr0ikv974ig7yzhknpsq288js4bs-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/syiaw2wqb3gl7mmc77qln8n8dg16yvpm-pdf-quench-1.0.5/bin
patching script interpreter paths in /nix/store/syiaw2wqb3gl7mmc77qln8n8dg16yvpm-pdf-quench-1.0.5
checking for references to /build in /nix/store/syiaw2wqb3gl7mmc77qln8n8dg16yvpm-pdf-quench-1.0.5...
wrapping `/nix/store/syiaw2wqb3gl7mmc77qln8n8dg16yvpm-pdf-quench-1.0.5/bin/.pdf-quench-wrapped'...
/nix/store/syiaw2wqb3gl7mmc77qln8n8dg16yvpm-pdf-quench-1.0.5

@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: pdf-quench

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: pdf-quench

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5/bin/pdf-quench
shrinking RPATHs of ELF executables and libraries in /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5/bin
patching script interpreter paths in /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5
/nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5/bin/.pdf-quench-wrapped: interpreter directive changed from " /usr/bin/python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
checking for references to /build in /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5...
wrapping `/nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5/bin/.pdf-quench-wrapped'...
/nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pdf-quench

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5/bin/pdf-quench
shrinking RPATHs of ELF executables and libraries in /nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5
strip is /nix/store/gp7fylxwn18b7pl2c18ks89hsiaxyfvf-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5/bin
patching script interpreter paths in /nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5
/nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5/bin/.pdf-quench-wrapped: interpreter directive changed from " /usr/bin/python" to "/nix/store/ydxpyrgfqj6z7lqnv059566l7kpn35j3-python-2.7.14/bin/python"
checking for references to /build in /nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5...
wrapping `/nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5/bin/.pdf-quench-wrapped'...
/nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5

@Mic92
Copy link
Member

Mic92 commented Apr 30, 2018

@GrahamcOfBorg build pdf-quench

@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: pdf-quench

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

Attempted: pdf-quench

Partial log (click to expand)

/nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: pdf-quench

Partial log (click to expand)

post-installation fixup
Wrapping program /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5/bin/pdf-quench
shrinking RPATHs of ELF executables and libraries in /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5/bin
patching script interpreter paths in /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5
/nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5/bin/.pdf-quench-wrapped: interpreter directive changed from " /usr/bin/python" to "/nix/store/l9j2jsc9flrbmpf799nw9wdq59gpwms8-python-2.7.14/bin/python"
checking for references to /build in /nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5...
wrapping `/nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5/bin/.pdf-quench-wrapped'...
/nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5

@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: pdf-quench

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: pdf-quench

Partial log (click to expand)

/nix/store/3af8xd9fnqpv7fl1jfbkzcq5nz4zryki-pdf-quench-1.0.5

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: pdf-quench

Partial log (click to expand)

/nix/store/spcyv617x4xsaih7d43w1sg9wkc3hd3h-pdf-quench-1.0.5

@Mic92 Mic92 merged commit c696ac9 into NixOS:master Apr 30, 2018
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