I think PE has the same issue as SE had earlier. It identifies manjaro as ubuntu.
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 .. 4 5 6 7 8 9 10 11 12 Next › Last »
Zetex commented on 2014-10-21 21:02 (UTC)
hsoft commented on 2014-10-17 20:36 (UTC)
The latest AUR (3.9.1-1) theoretically builds properly on Arch derivatives.
PTBM133A4X commented on 2014-09-15 16:13 (UTC)
Thanks very much. It's working fine now!
hsoft commented on 2014-09-14 16:42 (UTC)
Fixed in most recent PKGBUILD update (4)
hsoft commented on 2014-09-13 20:08 (UTC)
I experience this as well. It's caused by a recent Sphinx update which started to call `sys.exit()` making dupeGuru's build process exit prematurely. I've fixed this in master at https://github.com/hsoft/dupeguru/commit/990e73c3837c032235f4e3cb9075e766c639191d . The question now is how to hotfix this in the AUR package.
PTBM133A4X commented on 2014-09-11 22:08 (UTC)
I'm getting this error during build. Any idea which file is actually missing or what's causing the error?
Traceback (most recent call last):
File "package.py", line 221, in <module>
main()
File "package.py", line 214, in main
package_arch(edition)
File "package.py", line 177, in package_arch
copy_files_to_package(srcpath, packages, with_so=True)
File "package.py", line 118, in copy_files_to_package
shutil.copy('run.py', op.join(destpath, 'run.py'))
File "/usr/lib/python3.4/shutil.py", line 228, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.4/shutil.py", line 107, in copyfile
with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 'run.py'
<deleted-account> commented on 2014-07-17 17:11 (UTC)
[deleted]
<deleted-account> commented on 2014-07-17 16:27 (UTC)
[deleted]
<deleted-account> commented on 2014-07-17 16:26 (UTC)
[deleted]
hsoft commented on 2014-07-05 15:03 (UTC)
Oh, yes. I didn't get that error because I hadn't installed "python-pip" on my system (the error originates from a conflict between virtualenv's pip and system pip).
Fixed now.
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.