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

scribusUnstable: fix build failure from poppler bump #53958

Merged
merged 2 commits into from Jan 15, 2019

Conversation

erictapen
Copy link
Member

Poppler was upgraded in 7757e43 and therefore scribusUnstable broke, as poppler/goo/gtypes.h was moved into poppler/goo/gfile.h.

The patch is intended to be broght upstream and then can be reverted.

Motivation for this change

Fixes #53943.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@erictapen
Copy link
Member Author

@GrahamcOfBorg build scribusUnstable

@dtzWill
Copy link
Member

dtzWill commented Jan 15, 2019

Looks like perhaps bumping scribus to more recent SVN revision might fix the build failures borg's encountering? (seems to contain fixes for poppler 0.72, so this fix would be needed as well)

Poppler was upgraded in [0] and therefore the build broke, as
poppler/goo/gtypes.h was moved into poppler/goo/gfile.h [1].

The patch is intended to be broght upstream and then can be reverted.

[0] NixOS@7757e43
[1] https://gitlab.freedesktop.org/poppler/poppler/commit/ef3ef702bc3dc845731e43215400448c5324efd4
@erictapen
Copy link
Member Author

Looks like perhaps bumping scribus to more recent SVN revision might fix the build failures borg's encountering? (seems to contain fixes for poppler 0.72, so this fix would be needed as well)

You're right, I only tested the change with a rev bump, but didn't include it in the PR.

@erictapen
Copy link
Member Author

@GrahamcOfBorg build scribusUnstable

@dtzWill
Copy link
Member

dtzWill commented Jan 15, 2019

LGTM, thanks and sorry about the breakage! :)

@dtzWill dtzWill merged commit 11590f4 into NixOS:master Jan 15, 2019
@erictapen
Copy link
Member Author

@dtzWill Thanks for merging. Imho there is no need to be sorry, thats how work should be distributed between maintainers!

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

Successfully merging this pull request may close these issues.

None yet

3 participants