Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility with poppler #52

Closed
fossili opened this issue Jul 9, 2017 · 7 comments
Closed

compatibility with poppler #52

fossili opened this issue Jul 9, 2017 · 7 comments

Comments

@fossili
Copy link

fossili commented Jul 9, 2017

yesterday received poppler 0.41.0-0ubuntu1.2 . Printing to boomaga results in no graphical display of printed document and empty page when printed on printer. Boomaga used was 0.91. Operating system Mint 18.1 and Mint 18.2 cinnamon. Version 0.41.0-0ubuntu1.1 works. Backup was a good idea after all :) However it cannot stay like this. The new version of poppler seems to be offered for update very strongly...

@stormy-gh
Copy link

stormy-gh commented Jul 10, 2017

Boomaga 0.9.1-1trusty.deb has the same issue on Ubuntu 14.04.
I found that this change causes problem:
QDir().mkpath(outFileName + "/.."); ====> QFileInfo(outFileName).dir().mkpath(".");
The result is:
/usr/lib/x86_64-linux-gnu/boomaga/boomagamerger: symbol lookup error: /usr/lib/x86_64-linux-gnu/boomaga/boomagamerger: undefined symbol: _ZN6PDFDoc15markPageObjectsEP4DictP4XRefS3_j

To confirm this, I have changed this line back in source code and make deb. Boomaga start working again. So problem is caused by commit 61de231 "Fixed Issue #50 Can't open file from .cache folder".

@SokoloffA
Copy link
Member

This is a duplicate of Issue #53

@SokoloffA
Copy link
Member

For Ubuntu guys

Hi guys, I made the packages for different versions of Ubuntu and published they on ppa. I forced versions of libpoppler-dev. I hope this will solve our problems. Please leave feedback - is in your distributions the program works or not.


For Mint guys

Kick your maintainers, about to upgrade the package and specify depends like:

libpoppler-dev (>= 0.44.0-3ubuntu2.1)

Versions for different libpopplerXX can be found in .dsc files on my ppa

@budinero
Copy link

budinero commented Oct 11, 2017

Hi, I'm using boomaga in Arch. Since some days I get white pages documents when printing to boomaga. Is this related to the poppler problem? Arch has 0.60.1 poppler version now. I tried to rebuid but with same results...

@SokoloffA
Copy link
Member

@budinero
Yes this is problem with poppler on Arch #56 (comment)

Now I'm writing PDF parser from scrach. So I hope the problems with the poppler will soon be gone.

@SokoloffA
Copy link
Member

I wrote my own PDF parser instead of poppler-private. Please test the drop_poppler branch.

@SokoloffA
Copy link
Member

Since the release of 1.0, the program does not use private poppler library to parse PDF files. So I'm closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants