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

1 2 3 4 5 6 Next › Last »

nirnakinho commented on 2021-07-17 10:34 (UTC)

Hmmm, you're right, it seems to have something to do with aurto. I just built it manually in a clean chroot and there the error did not occur.

Regards,

Freso commented on 2021-07-16 13:03 (UTC)

@nirnakinho Do you get the same error when building using makepkg -fscC or only when using this AUR helper?

nirnakinho commented on 2021-07-14 18:22 (UTC)

I am getting build errors like this, when building with aurto: Jul 13 09:30:32 monster update-aurto[22618]: WARNING: The wheel package is not available. Jul 13 09:30:32 monster update-aurto[22618]: /usr/bin/python3: No module named pip Jul 13 09:30:32 monster update-aurto[22618]: Traceback (most recent call last): Jul 13 09:30:32 monster update-aurto[22618]: File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg Jul 13 09:30:32 monster update-aurto[22618]: subprocess.check_call(cmd) Jul 13 09:30:32 monster update-aurto[22618]: File "/usr/lib/python3.9/subprocess.py", line 373, in check_call It seems python-pip should be added as a makedep.

Regards,

test0 commented on 2021-05-16 17:24 (UTC)

Thanks for the update! In the previous comment I forgot to add that the manual needs to be built and installed manually so I think this still needs to be added to the PKGBUILD.

More information here: https://github.com/whipper-team/whipper/tree/develop/man

test0 commented on 2021-05-16 08:43 (UTC) (edited on 2021-05-16 08:44 (UTC) by test0)

Hi, it seems this package is missing two dependencies:

  • python-docutils [to build the man pages] as makedepends
  • python-pillow [for completely supporting the cover art feature (embed and complete option values won't work otherwise)] as optdepends

Whipper's optional dependencies are documented here: https://github.com/whipper-team/whipper#optional-dependencies

BachoSeven commented on 2020-07-19 14:30 (UTC)

Thanks @pauper.

pauper commented on 2020-03-08 21:31 (UTC)

python-discid is now a dependency https://github.com/whipper-team/whipper#building

milkii commented on 2018-06-25 21:20 (UTC)

so makechrootpkg works but makepkg fails(?)

milkii commented on 2018-04-07 06:11 (UTC)

i just wanna rip CDs, so removed the check() test and it installs.

milkii commented on 2018-04-07 05:55 (UTC)

Apologies for being laconic, I forgot why I said the first bit.

I tried getting the PKGBUILD and using makepkg -si but I still get the error. /var/tmp is drwxrwxrwt.

==> Starting check()...
..................F...........................................................WARNING:whipper.common.mbngs:Release with ID '3451f29c-9bb8-4cc5-bfcc-bd50104b94f8' (Jeff Buckley - Everybody Here Wants You) does not have a date
.....ERROR:whipper.common.accurip:no track AR CRC on non-HTOA track 1
.......ERROR:whipper.common.accurip:could not save entry to /var/tmp/tmpOvz3j6whipper_accurip_cache_test/c/1/2/dBAR-002-0000f21c-00027ef8-05021002.bin: "[Errno 13] Permission denied: '/var/tmp/tmpOvz3j6whipper_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'
............
======================================================================
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 "/home/milk/pkgs/whipper-git/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.117s