Package Details: whipper-git 0.9.1.dev138+g731453e-1

Git Clone URL: https://aur.archlinux.org/whipper-git.git (read-only, click to copy)
Package Base: whipper-git
Description: A Unix CD ripper aiming for accuracy over speed -- forked from morituri
Upstream URL: https://github.com/whipper-team/whipper
Keywords: audio cdda ripper
Licenses: GPL3
Conflicts: accuraterip-checksum, whipper
Provides: accuraterip-checksum, whipper
Submitter: neitsab
Maintainer: Freso (Archange, neitsab)
Last Packager: Freso
Votes: 23
Popularity: 0.000000
First Submitted: 2016-01-14 22:45 (UTC)
Last Updated: 2021-05-18 13:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Freso commented on 2018-02-02 17:12 (UTC)

Does the check() error go away if you install python2-service-identity? Also, python2-service-identity is an optional dependency for python2-twisted (which is already a dependency) if you want "TLS client hostname verification". Ie., if you want to do HTTPS or other encrypted TLS connections. You should read output from pacman when you install packages. I'm not sure it should be added to depends here. I'll think on it.

milkii commented on 2018-02-02 02:33 (UTC)

python2-service-identity needs to be added to the depends.

i'm also getting permission errors and a faulire from the check() test. by the point of the output below i had created a /var/whipper and /var/whipper/result

==> Starting check()...
..ERROR:whipper.common.accurip:no track AR CRC on non-HTOA track 1
.......ERROR:whipper.common.accurip:could not save entry to /var/tmp/tmpIvxgCqwhipper_accurip_cache_test/c/1/2/dBAR-002-0000f21c-00027ef8-05021002.bin: "[Errno 13] Permission denied: '/var/tmp/tmpIvxgCqwhipper_accurip_cache_test/c'"
.ERROR:whipper.common.accurip:error retrieving AccurateRip entry: 404 Not Found <Response [404]>
WARNING:whipper.common.accurip:entry not found in AccurateRip database
...WARNING:whipper.program.arc:ARC calculation failed: arc return code is non zero: 1
ERROR:whipper.common.accurip:could not calculate AccurateRip v1 checksum for track 1 '/does/not/exist'
WARNING:whipper.program.arc:ARC calculation failed: arc return code is non zero: 1
ERROR:whipper.common.accurip:could not calculate AccurateRip v2 checksum for track 1 '/does/not/exist'
...........................................WARNING:whipper.common.mbngs:Release with ID '3451f29c-9bb8-4cc5-bfcc-bd50104b94f8' (Jeff Buckley - Everybody Here Wants You) does not have a date
............F.....................................
======================================================================
FAIL: testAll (whipper.test.test_common_directory.DirectoryTestCase)
testAll
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 150, in maybeDeferred
    result = f(*args, **kw)
  File "/usr/lib/python2.7/site-packages/twisted/internet/utils.py", line 201, in runWithWarningsSuppressed
    reraise(exc_info[1], exc_info[2])
  File "/usr/lib/python2.7/site-packages/twisted/internet/utils.py", line 197, in runWithWarningsSuppressed
    result = f(*a, **kw)
  File "/var/tmp/makepkg/whipper-git/src/whipper/whipper/test/test_common_directory.py", line 18, in testAll
    self.failUnless(path.startswith(DirectoryTestCase.HOME_PARENT))
  File "/usr/lib/python2.7/site-packages/twisted/trial/_synctest.py", line 395, in assertTrue
    super(_Assertions, self).assertTrue(condition, msg)
  File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
    raise self.failureException(msg)
FailTest: False is not true

----------------------------------------------------------------------
Ran 106 tests in 7.654s

FAILED (failures=1)
==> ERROR: A failure occurred in check().
    Aborting...

Freso commented on 2018-01-26 12:10 (UTC)

python2-requests has been added as dependency. Sorry about the delay.

r381581 commented on 2018-01-05 13:14 (UTC) (edited on 2018-01-05 13:15 (UTC) by r381581)

@HisDudeness: That happens because this package is missing the python-requests runtime dependency (https://www.archlinux.org/packages/extra/any/python-requests/). Just install it and the error should go away.

HisDudeness commented on 2017-09-27 08:50 (UTC)

I can't install it... I get the following output: ..........................................................E......WARNING:whipper.common.mbngs:Release with ID '3451f29c-9bb8-4cc5-bfcc-bd50104b94f8' (Jeff Buckley - Everybody Here Wants You) does not have a date .................E ====================================================================== ERROR: whipper.test.test_common_program (unittest.loader.ModuleImportFailure) ---------------------------------------------------------------------- ImportError: Failed to import test module: whipper.test.test_common_program Traceback (most recent call last): File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests module = self._get_module_from_name(name) File "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name __import__(name) File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/test/test_common_program.py", line 7, in <module> from whipper.common import program, mbngs, config File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/common/program.py", line 31, in <module> from whipper.common import accurip, cache, checksum, common, mbngs, path File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/common/accurip.py", line 22, in <module> import requests ImportError: No module named requests ====================================================================== ERROR: whipper.test.test_common_accurip (unittest.loader.ModuleImportFailure) ---------------------------------------------------------------------- ImportError: Failed to import test module: whipper.test.test_common_accurip Traceback (most recent call last): File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests module = self._get_module_from_name(name) File "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name __import__(name) File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/test/test_common_accurip.py", line 12, in <module> from whipper.common import accurip File "/tmp/yaourt-tmp-bobrock/aur-whipper-git/src/whipper/whipper/common/accurip.py", line 22, in <module> import requests ImportError: No module named requests ---------------------------------------------------------------------- Ran 83 tests in 6.524s FAILED (errors=2)

Archange commented on 2017-01-23 16:57 (UTC)

Currently not installable because gstreamer0.10 has just been dropped from the repo. A new version of whipper without gstreamer0.10 deps is expected quite soon.

Archange commented on 2017-01-14 14:59 (UTC)

Noted. ;)

neitsab commented on 2017-01-14 13:10 (UTC)

Thanks for your agreement and explanations Freso, I just disowned the package. I'm delighted you become its new maintainer! All the best.

Freso commented on 2017-01-13 16:36 (UTC)

If you disown it now, I become the new maintainer (since I'm the first listed (and only) co-maintainer). I'd be happy to take over the package. :) And I'd also be happy to add Archange as co-maintainer.

neitsab commented on 2017-01-13 13:18 (UTC)

I'll be away from keyboard and good Internet connectivity for the next few months, therefore this package needs a new maintainer. @Freso: Do you agree to take full maintainership of whipper-git? Or maybe @ArchangeGabriel would also be interested? If one or both of you agree, let me know here or by sending me an email (link in profile) and tell me what the proper procedure is (disowning, adding co-maintainers...). Cheers!