Search Criteria
Package Details: pdf2djvu 0.9.19-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pdf2djvu.git (read-only, click to copy) |
---|---|
Package Base: | pdf2djvu |
Description: | Creates DjVu files from PDF files |
Upstream URL: | https://jwilk.net/software/pdf2djvu |
Licenses: | GPL |
Submitter: | arojas |
Maintainer: | blueowl |
Last Packager: | blueowl |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-08 09:21 (UTC) |
Last Updated: | 2022-09-27 14:36 (UTC) |
Dependencies (9)
- djvulibre
- exiv2 (exiv2-gitAUR)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR)
- graphicsmagick
- poppler (poppler-gitAUR)
- boost (boost-gitAUR) (make)
- ttf-liberation (ttf-defenestrationAUR) (make)
- poppler-data (check)
- python-nose (check)
Latest Comments
1 2 Next › Last »
TheGreatAndyChow commented on 2022-09-22 06:02 (UTC)
requires poppler-data or fails to compile. poppler-data is not required by poppler.
renatocan commented on 2022-04-03 13:39 (UTC)
I tried to compile, commenting out the dependency on python2-nose and
check()
stage but got the following error:zoidberg commented on 2022-02-19 13:50 (UTC)
@Amolith you can just comment out the
make PYTHON=python2 test
line in the check() function of the PKGBUILDAmolith commented on 2022-02-14 01:18 (UTC)
Is there a decent way to work around the missing python2-nose dependency?
Kamilcuk commented on 2021-11-18 08:50 (UTC)
I added an issue upstream https://github.com/jwilk/pdf2djvu/issues/149
frankspace commented on 2021-11-16 15:53 (UTC)
Thanks! That would be helpful.
ed_o commented on 2021-11-16 09:46 (UTC)
@frankspace No, I am not really familiar with using chroot to test packages. I do not have either packages you mentioned installed in my system, but please let me know if sending to your email address the list of my installed packages may help you narrow down the possible cause of the issue
frankspace commented on 2021-11-16 05:23 (UTC)
Interesting. Are you compiling it in a chroot? I'm trying to figure this out, and I have a suspicion that it may have something to do with the upstream author inexplicably refusing to port the tests to python3 and refusing to explain why. Do you by any chance happen to have an old version of python2-exiv2 installed? Or possibly python2-xmp-toolkit? It's just the tests that are failing; when I comment out the check() section, this compiles (and seems to work) just fine.
ed_o commented on 2021-11-15 18:35 (UTC)
@frankspace Unfortunately I cannot replicate the error, it compiles correctly on my machine.
frankspace commented on 2021-11-14 19:55 (UTC)
Compilation fails for me, even in a clean chroot:
1 2 Next › Last »