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

[WIP] cairocffi: 0.7.2 -> 0.8.0 #22693

Closed
wants to merge 3 commits into from
Closed

Conversation

vrthra
Copy link
Member

@vrthra vrthra commented Feb 12, 2017

Motivation for this change
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • 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/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@vrthra, thanks for your PR! By analyzing the history of the files in this pull request, we identified @FRidh to be a potential reviewer.

@FRidh FRidh self-assigned this Feb 12, 2017
@vrthra vrthra changed the title cairocffi: 0.7.2 -> 0.8.0 [WIP] cairocffi: 0.7.2 -> 0.8.0 Feb 13, 2017
@vrthra
Copy link
Member Author

vrthra commented Feb 13, 2017

The ffi fails on mac because it tries to load libcairo.so.2 (hard coded) while on mac the library is named libcairo.2.dynlib.

@@ -3468,11 +3463,16 @@ in {
substituteInPlace cairocffi/__init__.py --subst-var-by cairo ${pkgs.cairo.out}
substituteInPlace cairocffi/__init__.py --subst-var-by glib ${pkgs.glib.out}
substituteInPlace cairocffi/__init__.py --subst-var-by gdk_pixbuf ${pkgs.gdk_pixbuf.out}
'';
'' + optionalString (stdenv.isDarwin) ''
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to know if there is a better way to do this.

@vrthra vrthra force-pushed the cairocffi branch 3 times, most recently from e3d5064 to 6d1f198 Compare February 13, 2017 03:28
@vrthra vrthra changed the title [WIP] cairocffi: 0.7.2 -> 0.8.0 cairocffi: 0.7.2 -> 0.8.0 Feb 13, 2017
@vrthra vrthra force-pushed the cairocffi branch 4 times, most recently from 6f791ca to e0652c1 Compare February 13, 2017 15:18
@vrthra vrthra changed the title cairocffi: 0.7.2 -> 0.8.0 [WIP] cairocffi: 0.7.2 -> 0.8.0 Feb 13, 2017
@vrthra vrthra force-pushed the cairocffi branch 3 times, most recently from a7d94b6 to 263b5c8 Compare February 13, 2017 15:57
@FRidh
Copy link
Member

FRidh commented Feb 26, 2017

I completely forgot about this PR. What is the status of it?

@vrthra
Copy link
Member Author

vrthra commented Feb 26, 2017

Sorry, wasn't able to focus on this yet.

@jtojnar
Copy link
Contributor

jtojnar commented Jun 1, 2018

Updated in #35527.

@jtojnar jtojnar closed this Jun 1, 2018
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

6 participants