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

deluge: add patch for libtorrent >=0.16 compat #42045

Merged
merged 1 commit into from Jun 14, 2018

Conversation

lukateras
Copy link
Member

Motivation for this change

cc @mkaito

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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.

@lukateras
Copy link
Member Author

@GrahamcOfBorg build deluge

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: deluge

Partial log (click to expand)

warning: no previously-included files found matching 'deluge/ui/web/js/*-debug.js'
no previously-included directories found matching 'deluge/ui/web/docs'
no previously-included directories found matching 'deluge/scripts'
writing manifest file 'deluge.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: deluge

Partial log (click to expand)

warning: no previously-included files found matching 'deluge/ui/web/js/*-debug.js'
no previously-included directories found matching 'deluge/ui/web/docs'
no previously-included directories found matching 'deluge/scripts'
writing manifest file 'deluge.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: deluge

Partial log (click to expand)

no previously-included directories found matching 'deluge/ui/web/docs'
no previously-included directories found matching 'deluge/scripts'
writing manifest file 'deluge.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
/nix/store/gcanpn7skhm8w6xcw8x7hmbjwbjgvwhd-python2.7-deluge-1.3.15

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: deluge

Partial log (click to expand)

warning: no previously-included files found matching 'deluge/ui/web/js/*-debug.js'
no previously-included directories found matching 'deluge/ui/web/docs'
no previously-included directories found matching 'deluge/scripts'
writing manifest file 'deluge.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

@lukateras lukateras deleted the deluge-patch branch June 15, 2018 00:48
@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: deluge

Partial log (click to expand)

shrinking /nix/store/blhcnz0k2bxqfy1g41cklwahdr9njxvl-python2.7-pygtk-2.24.0/lib/python2.7/site-packages/gtk-2.0/pangocairo.so
shrinking /nix/store/blhcnz0k2bxqfy1g41cklwahdr9njxvl-python2.7-pygtk-2.24.0/lib/python2.7/site-packages/gtk-2.0/pango.so
shrinking /nix/store/blhcnz0k2bxqfy1g41cklwahdr9njxvl-python2.7-pygtk-2.24.0/lib/python2.7/site-packages/gtk-2.0/atk.so
strip is /nix/store/3c42aixy417vmgs0h5yl5806zx81qz8y-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/blhcnz0k2bxqfy1g41cklwahdr9njxvl-python2.7-pygtk-2.24.0/lib  /nix/store/blhcnz0k2bxqfy1g41cklwahdr9njxvl-python2.7-pygtk-2.24.0/bin
patching script interpreter paths in /nix/store/blhcnz0k2bxqfy1g41cklwahdr9njxvl-python2.7-pygtk-2.24.0
checking for references to /build in /nix/store/blhcnz0k2bxqfy1g41cklwahdr9njxvl-python2.7-pygtk-2.24.0...
wrapping `/nix/store/blhcnz0k2bxqfy1g41cklwahdr9njxvl-python2.7-pygtk-2.24.0/bin/pygtk-demo'...
cannot build derivation '/nix/store/i7rfa09wrh7lphmyhrss0qizdwz8zr94-python2.7-deluge-1.3.15.drv': 4 dependencies couldn't be built
error: build of '/nix/store/i7rfa09wrh7lphmyhrss0qizdwz8zr94-python2.7-deluge-1.3.15.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: deluge

Partial log (click to expand)

collected 66 items

tests/test_common.py ................................................... [ 77%]
.......                                                                  [ 87%]
tests/test_cryptography.py ....                                          [ 93%]
tests/test_pyopenssl.py ....                                             [100%]

========================== 66 passed in 2.39 seconds ===========================
cannot build derivation '/nix/store/i7rfa09wrh7lphmyhrss0qizdwz8zr94-python2.7-deluge-1.3.15.drv': 1 dependencies couldn't be built
error: build of '/nix/store/i7rfa09wrh7lphmyhrss0qizdwz8zr94-python2.7-deluge-1.3.15.drv' failed

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

2 participants