-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
evince: update to 45.0 #20331
evince: update to 45.0 #20331
Conversation
I've seen the build is failing when extracting the evince code with the following error:
I also had the same error in my local build with I fixed running:
Before running the build. I took this soultion from msys2/MSYS2-packages#1216 |
Thanks MehdiChinoune! I kindly appreciate your fast feedback here. It allowed to fix the build in just one hour. You made my day 🥳 |
Failing to build with CLANGARM64 unfortunately, and I don't even understand the error :(
|
Do I need to do something to make the PR move forward? |
I just realized that this does not work, neither did the older version. Does this work for your case? |
The error output is as following.
|
Hi,
I took the time to update evince package to 45.0 version. Note that this is my first PR in this repository, so probably I'm missed something in the process. Let me know in such case so I can fix it.
In the update process I removed all patches that seemed outdated and just keep the ones need to make the code compyle on msys2. For that I did:
fnctl
function which is not available on the build. For that I updated the current patch that already had some issue.pdf_document_load_fn
function which caused a compiling error.This allowed me to build the package.