Skip to content

Make fontconfig a link dependency of libpangocairo for Pango 1.57.0#25306

Merged
boegel merged 2 commits intoeasybuilders:developfrom
ocaisa:20260217125330_new_pr_Pango1570
Feb 17, 2026
Merged

Make fontconfig a link dependency of libpangocairo for Pango 1.57.0#25306
boegel merged 2 commits intoeasybuilders:developfrom
ocaisa:20260217125330_new_pr_Pango1570

Conversation

@ocaisa
Copy link
Copy Markdown
Member

@ocaisa ocaisa commented Feb 17, 2026

This manifested in EESSI as

/cvmfs/software.eessi.io/versions/2025.06/compat/linux/aarch64/usr/bin/ld: /cvmfs/software.eessi.io/versions/2025.06/software/linux/aarch64/neoverse_n1/software/Pango/1.57.0-GCCcore-14.3.0/lib/../lib64/libpangocairo-1.0.so: undefined reference to `FcConfigSetDefaultSubstitute'

The switch to use FcConfigSetDefaultSubstitute in Pango entered in 1.57.0 (see GNOME/pango@9d13588), so it is probably related to that.

@github-actions github-actions Bot added 2025b issues & PRs related to 2025b common toolchains change labels Feb 17, 2026
@ocaisa
Copy link
Copy Markdown
Member Author

ocaisa commented Feb 17, 2026

Test report by @ocaisa
SUCCESS
Build succeeded for 1 out of 1 (total: 49 secs) (1 easyconfigs in total)
aoc-laptop - Linux Ubuntu 24.04.3 LTS (Noble Numbat), AArch64, UNKNOWN, Python 3.13.4
See https://gist.github.com/ocaisa/ff13b284c731179bb69e70bf864662f6 for a full test report.

@ocaisa
Copy link
Copy Markdown
Member Author

ocaisa commented Feb 17, 2026

@boegelbot Please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@ocaisa: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=25306 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_25306 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9720

Test results coming soon (I hope)...

Details

- notification for comment with ID 3914318747 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (total: 1 min 58 secs) (1 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.23
See https://gist.github.com/boegelbot/3a752b463611683f8dba54800549ec57 for a full test report.

@ocaisa
Copy link
Copy Markdown
Member Author

ocaisa commented Feb 17, 2026

Test report by @ocaisa
SUCCESS
Build succeeded for 1 out of 1 (total: 51 secs) (1 easyconfigs in total)
aoc-laptop - Linux Ubuntu 24.04.3 LTS (Noble Numbat), AArch64, UNKNOWN, Python 3.13.4
See https://gist.github.com/ocaisa/fc97b4556f12cef0be62f6c13ca994b9 for a full test report.

@ocaisa
Copy link
Copy Markdown
Member Author

ocaisa commented Feb 17, 2026

@boegelbot Please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@ocaisa: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=25306 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_25306 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9721

Test results coming soon (I hope)...

Details

- notification for comment with ID 3914571960 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (total: 1 min 42 secs) (1 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.23
See https://gist.github.com/boegelbot/02686e0cea82d6be5285293319412d5a for a full test report.

@boegel boegel added this to the next release (5.2.1) milestone Feb 17, 2026
@boegel boegel added bug fix and removed change labels Feb 17, 2026
@boegel
Copy link
Copy Markdown
Member

boegel commented Feb 17, 2026

Test report by @boegel
SUCCESS
Build succeeded for 1 out of 1 (total: 2 mins 19 secs) (1 easyconfigs in total)
node4203.shinx.os - Linux RHEL 9.6, x86_64, AMD EPYC 9654 96-Core Processor (zen4), Python 3.9.21
See https://gist.github.com/boegel/f789b661622f9d6b0313bc0017a32c76 for a full test report.

Copy link
Copy Markdown
Member

@boegel boegel left a comment

Choose a reason for hiding this comment

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

lgtm

@boegel
Copy link
Copy Markdown
Member

boegel commented Feb 17, 2026

Going in, thanks @ocaisa!

@boegel boegel merged commit 4da2451 into easybuilders:develop Feb 17, 2026
8 checks passed
@ocaisa ocaisa deleted the 20260217125330_new_pr_Pango1570 branch February 17, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2025b issues & PRs related to 2025b common toolchains bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants