Still not working with user permissions:
error: could not create '/usr/lib/python3.4/site-packages/jobprogress': Permission denied
As root it works, but this is not a good idea for makepkg...
Search Criteria
Package Details: dupeguru 4.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dupeguru.git (read-only, click to copy) |
---|---|
Package Base: | dupeguru |
Description: | Find duplicate files with various contents, using perceptual diff for pictures |
Upstream URL: | https://dupeguru.voltaicideas.net/ |
Licenses: | GPL3 |
Conflicts: | dupeguru-git, dupeguru-me, dupeguru-pe, dupeguru-se |
Provides: | dupeguru |
Submitter: | dangoldbj |
Maintainer: | fuan_k |
Last Packager: | fuan_k |
Votes: | 99 |
Popularity: | 0.117258 |
First Submitted: | 2016-10-25 11:55 (UTC) |
Last Updated: | 2024-05-06 00:29 (UTC) |
Dependencies (12)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-mutagen (python-mutagen-gitAUR)
- python-pip
- python-polib
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-semantic-version
- python-send2trash
- python-xxhash (python-xxhash-gitAUR)
- python-distro (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »
Harvey commented on 2014-07-02 07:19 (UTC)
hsoft commented on 2014-07-01 15:05 (UTC)
It turns out that the qt5-related problem was a missing dependency on libxkbcommon-x11. Oops, sorry. It's fixed now.
hsoft commented on 2014-06-02 19:08 (UTC)
I've filed a bug at http://bugs.python.org/issue21643 and I can work around the problem in the PKGBUILD, but in the end it's not of much use because PyQt5 ( https://www.archlinux.org/packages/extra/x86_64/python-pyqt5/ ) is out of date compared to Qt5 which has been recently update to v5.3.
There's not much else to do than to wait that PyQt5 is updated to v5.3.
hsoft commented on 2014-06-02 18:38 (UTC)
Interesting. I seems to be a regression introduced in Python 3.4.1 by http://bugs.python.org/issue21197 .
I file a bug and then find a workaround for the PKGBUILD.
omlet05 commented on 2014-06-02 16:50 (UTC)
hi,
I've got this:
Error: [Errno 17] File exists: '/tmp/yaourt-tmp-root/aur-dupeguru-me/src/env/lib' -> '/tmp/yaourt-tmp-root/aur-dupeguru-me/src/env/lib64'
Installing pip requirements
PyQt 5.1+ required. Install it and try again. Aborting
hsoft commented on 2014-01-17 19:23 (UTC)
Yeah, that is caused by the combination of two things:
1. polib's author didn't publish its releases on PyPI
2. pip 1.5 stopped allowing downloads external to PyPI by default
polib's author has just commented that he's going to upload polib to PyPI as soon as he can (I expect it to happen before the end of the week-end). See https://bitbucket.org/izi/polib/issue/42
So the problem should fix itself shortly. As for the dependencies on other AUR packages, I prefer to avoid it (and polib is a really small package) because it makes package building harder than it should.
kozaki commented on 2014-01-16 17:14 (UTC)
Harey's right :)
Simply added python-polib to the PKGBUILD. The next minute, dupeguru-me was built and already scanning these folders. By the time I wrote this it found 298 dupes, even when I supposedly cleaned them all already :}
Harvey commented on 2014-01-16 15:54 (UTC)
Got it! It needs an additional makedepend: python-polib from AUR
https://aur.archlinux.org/packages/python-polib/
Then all is fine ;)
kozaki commented on 2014-01-16 12:10 (UTC)
Hi, same than Harey in this location.
~/.pip/pip.log:
<snip>
Skipping http://polib.googlecode.com/files/polib-0.5.0.tar.gz (from https://pypi.python.org/simple/polib/) because it is externally hosted.
Skipping http://polib.googlecode.com/files/polib-0.5.1.tar.gz (from https://pypi.python.org/simple/polib/) because it is externally hosted.
Skipping link http://polib.readthedocs.org (from https://pypi.python.org/simple/polib/); not a file
Skipping link http://polib.readthedocs.org/ (from https://pypi.python.org/simple/polib/); not a file
Skipping link http://polib.readthedocs.org/en/latest/projects.html (from https://pypi.python.org/simple/polib/); unknown archive format: .html
Skipping link http://polib.readthedocs.org/en/latest/quickstart.html (from https://pypi.python.org/simple/polib/); unknown archive format: .html
<snip>
Harvey commented on 2014-01-16 11:18 (UTC)
Does not build:
Downloading/unpacking polib>=0.7.0 (from -r requirements.txt (line 4))
Could not find a version that satisfies the requirement polib>=0.7.0 (from -r requirements.txt (line 4)) (from versions: 0.1.0, 0.3.0, 0.3.1)
Some externally hosted files were ignored (use --allow-external to allow).
Cleaning up...
No distributions matching the version for polib>=0.7.0 (from -r requirements.txt (line 4))
Storing debug log for failure in /home/harvey/.pip/pip.log
Bootstrapping complete! You can now configure, build and run dupeGuru with:
. env/bin/activate && python configure.py && python build.py && python run.py
==> Starting build...
Configuring dupeGuru ME for UI qt (Release)
Traceback (most recent call last):
File "build.py", line 25, in <module>
from hscommon import loc
File "/home/harvey/abs/local/dupeguru-me/src/hscommon/loc.py", line 7, in <module>
import polib
ImportError: No module named 'polib'
Pinned Comments
itsnotme commented on 2019-07-21 13:08 (UTC)
If anyone is wondering why the source has changed, Dupeguru's website says the maintainer has changed. And so the link https://www.hardcoded.net/dupeguru/ leads us to https://dupeguru.voltaicideas.net/ which in turn has a link to https://github.com/arsenetar/dupeguru/ which is the GitHub repo the sources are downloaded from. So the source change is legitimate.