for manjaro users:
the package.py script does not recognize manjaro as arch linux derivate, to instal the package change line 216 from:
package_debian(edition)
to:
package_arch(edition)
to force using the arch edition.
Search Criteria
Package Details: dupeguru-pe 2.10.1-1
Package Actions
| Package Base: | dupeguru-pe |
|---|---|
| Description: | Find duplicate pictures on your system |
| Upstream URL: | http://www.hardcoded.net/dupeguru_pe/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | hsoft |
| Maintainer: | hsoft |
| Last Packager: | hsoft |
| Votes: | 12 |
| First Submitted: | 2013-04-14 22:10 |
| Last Updated: | 2014-10-12 15:55 |
Dependencies (5)
- libxkbcommon-x11
- python
- python-pyqt5
- gcc (make)
- python-sphinx (make)
Required by (0)
Sources
Latest Comments
Comment by tuxflo
Comment by hsoft
Yes, I know, I added for "--arch" flag (to force arch detection during packaging) very recently. PE will have this problem fixed in the next release.
Comment by Zetex
I think PE has the same issue as SE had earlier. It identifies manjaro as ubuntu.
Comment by PTBM133A4X
Thanks very much. It's working fine now!
Comment by hsoft
Fixed in most recent PKGBUILD update (4)
Comment by hsoft
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.
Comment by PTBM133A4X
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'
Comment by hsoft
2.7.1-2: I replaced pyqt's dependency with python-pyqt4