Search Criteria
Package Details: pdfchain 0.4.4.2-5
Git Clone URL: | https://aur.archlinux.org/pdfchain.git (read-only, click to copy) |
---|---|
Package Base: | pdfchain |
Description: | A graphical user interface for the PDF toolkit |
Upstream URL: | http://pdfchain.sourceforge.net/ |
Keywords: | gui pdf pdftk |
Licenses: | |
Submitter: | None |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 42 |
Popularity: | 0.006749 |
First Submitted: | 2010-07-27 11:17 |
Last Updated: | 2019-09-23 15:50 |
Latest Comments
1 2 Next › Last »
aggraef commented on 2017-10-23 07:36
@chelqo: Well, I guess it tells you that it misses the patch file. So you'll have to add that to your commit, too.
chelqo commented on 2017-10-23 00:11
Dear @aggraef and @cbertelli, I have been trying to update the PKGBUILD with your contributions for days, I can update any other of my packages except this, and I do not know where to investigate the causes.
The error is generated in the patch file, which is present in the directory next to the PKGBUILD and POTFILES.skip, but for something I ignore does not recognize it:
$ cd pdfchain
$ ls
fix_crash_on_startup.patch pdfchain.install PKGBUILD POTFILES.skip
$ mksrcinfo
$ git commit -am "Update to 0.4.4.2-2"
[master e5a6f13] Update to 0.4.4.2-2
1 file changed, 1 insertion(+), 1 deletion(-)
$ git push
Counting objects: 13, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (13/13), done.
Writing objects: 100% (13/13), 1.80 KiB | 460.00 KiB/s, done.
Total 13 (delta 5), reused 0 (delta 0)
remote: error: The following error occurred when parsing commit
remote: error: e5a6f13b65fcb8788624bd0d7e0adf15071aae3c:
remote: error: missing source file: fix_crash_on_startup.patch
remote: error: hook declined to update refs/heads/master
To ssh://aur4.archlinux.org/pdfchain.git
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'ssh://aur@aur4.archlinux.org/pdfchain.git'
aggraef commented on 2017-10-17 15:21
@cbertelli, that's wonderful, thanks a bunch for pointing that out! I can confirm that it works after adding the patch. @chelqo, here's the modified PKGBUILD: https://gist.github.com/agraef/cf7b91530d1f5b818081923e19b4f0dd
cbertelli commented on 2017-10-16 15:27
I found a solution here: https://bugs.launchpad.net/bugs/1685778
Carlos Maddela submitted this patch
https://bugs.launchpad.net/ubuntu/+source/pdfchain/+bug/1685778/+attachment/4945402/+files/fix_crash_on_startup.patch
that was effective. Maybe chelqo could evaluate it and possibly include it.
aggraef commented on 2017-04-07 23:05
Actually, it seems to be a theme-related problem (running xfce at least). E.g., with the Arc theme, I still get the segfault at startup, but with Vertex-Maia it works all right. So if others run into this problem, try changing your theme, that might help.
aggraef commented on 2017-04-07 22:58
@chelqo Yes, system is fully updated. Thanks for the reply, I just reinstalled the package, and it works again. Maybe some intermittent problem with one of the deps.
chelqo commented on 2017-04-07 22:07
I've tried it in several ways, but I do not get the error you mention
Pkgbuild works well on my computers.
Do you have the operating system updated?
aggraef commented on 2017-03-12 22:08
This application just segfaults for me (using pdftk from the pdftk-bin package):
PDF Chain 0.4.4.2 - A graphical user interface for the PDF Toolkit
Segmentation fault (core dumped)
Any ideas what's going wrong there? Has anyone seen and been able fixed this?
chelqo commented on 2016-02-16 03:49
license array ready!
42andrising commented on 2016-02-12 17:48
Error with makepkg - "License must be an array."
The License line in the PKGBUILD needs to be changed. Please see the diff below:
< license="GPL"
---
> license=('GPL')