[GH-ISSUE #222] Build fails on RHEL 8 #163

Closed
opened 2026-02-28 14:31:05 +03:00 by kerem · 1 comment
Owner

Originally created by @petr-nehez on GitHub (Nov 26, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/222

Build simply fails with the following error:

   Compiling psst-cli v0.1.0 (/home/petr/opt/SpotifyRustClient/psst-cli)
The following warnings were emitted during compilation:

warning: `"pkg-config" "--libs" "--cflags" "pango" "pango >= 1.44"` did not exit successfully: exit status: 1
error: failed to run custom build command for `pango-sys v0.14.0`

  --- stderr
  Package dependency requirement 'pango >= 1.44' could not be satisfied.
  Package 'pango' has version '1.42.3', required version is '>= 1.44'

Environment

  • OS: RHEL
  • Version: 8.5
Originally created by @petr-nehez on GitHub (Nov 26, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/222 Build simply fails with the following error: ``` Compiling psst-cli v0.1.0 (/home/petr/opt/SpotifyRustClient/psst-cli) The following warnings were emitted during compilation: warning: `"pkg-config" "--libs" "--cflags" "pango" "pango >= 1.44"` did not exit successfully: exit status: 1 error: failed to run custom build command for `pango-sys v0.14.0` --- stderr Package dependency requirement 'pango >= 1.44' could not be satisfied. Package 'pango' has version '1.42.3', required version is '>= 1.44' ``` **Environment** - OS: RHEL - Version: 8.5
kerem 2026-02-28 14:31:05 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@jpochyla commented on GitHub (Nov 26, 2021):

Hi, I think this is explained in the error message -- Druid, our upstream dependency, needs pango >= 1.44.

<!-- gh-comment-id:980010039 --> @jpochyla commented on GitHub (Nov 26, 2021): Hi, I think this is explained in the error message -- Druid, our upstream dependency, needs pango >= 1.44.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#163
No description provided.