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

librsvg 2.59.2 #202992

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

librsvg 2.59.2 #202992

wants to merge 2 commits into from

Conversation

bevanjkay
Copy link
Member

Created with brew bump-formula-pr.

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` automerge-skip `brew pr-automerge` will skip this pull request labels Jan 2, 2025
@bevanjkay
Copy link
Member Author

2.59.* is a stable branch for librsvg.

@bevanjkay bevanjkay force-pushed the bump-librsvg-2.59.2 branch from 23e3639 to 8bebc6f Compare January 2, 2025 12:59
@bevanjkay bevanjkay added the build failure CI fails while building the software label Jan 2, 2025
@bevanjkay
Copy link
Member Author

As of 2.59 this has moved to a meson build, need to update passing the gdk-pixbuf args to the new build structure.

Formula/lib/librsvg.rb Outdated Show resolved Hide resolved
@chenrui333 chenrui333 force-pushed the bump-librsvg-2.59.2 branch from 8bebc6f to 8535dbf Compare January 2, 2025 16:15
@chenrui333 chenrui333 added ready to merge PR can be merged once CI is green and removed build failure CI fails while building the software automerge-skip `brew pr-automerge` will skip this pull request labels Jan 2, 2025
@chenrui333 chenrui333 force-pushed the bump-librsvg-2.59.2 branch from 8535dbf to b4dbc5e Compare January 2, 2025 16:26
@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Jan 2, 2025
@carlocab carlocab removed the automerge-skip `brew pr-automerge` will skip this pull request label Jan 2, 2025
system "make", "install",
"gdk_pixbuf_binarydir=#{lib}/gdk-pixbuf-2.0/2.10.0/loaders",
"gdk_pixbuf_moduledir=#{lib}/gdk-pixbuf-2.0/2.10.0/loaders"
system "meson", "setup", "build", "-Dpixbuf-loader=disabled", *std_meson_args
Copy link
Member

Choose a reason for hiding this comment

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

-Dpixbuf-loader=disabled looks suspicious given that we used to pass --enable-pixbuf-loader=yes.

Copy link
Member

Choose a reason for hiding this comment

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

Yea, this change looks responsible for this failure: https://github.com/Homebrew/homebrew-core/actions/runs/12585492280/job/35078161710?pr=202992#step:3:234

  (<unknown>:24532): Gtk-WARNING **: 16:51:08.887: Found an icon but could not load it. Most likely gdk-pixbuf does not provide SVG support.
  [2025-01-02 16:51:08.888] [gtk] [critical] 
  unhandled exception (type Glib::Error) in signal handler:
  domain: gtk-icon-theme-error-quark
  code  : 0
  what  : Icon 'cherrytree' not present in theme Adwaita

Copy link
Member

Choose a reason for hiding this comment

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

sounds about right, let me find another way to fix the build issue 👍

@carlocab carlocab added test failure CI fails while running the test-do block and removed ready to merge PR can be merged once CI is green labels Jan 2, 2025
Copy link
Member

@carlocab carlocab left a comment

Choose a reason for hiding this comment

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

We should keep the pixbuf-loader to avoid breaking clients.

Copy link
Contributor

github-actions bot commented Jan 4, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Jan 4, 2025
@chenrui333 chenrui333 added in progress Stale bot should stay away and removed stale No recent activity labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` in progress Stale bot should stay away rust Rust use is a significant feature of the PR or issue test failure CI fails while running the test-do block
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants