-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Labels
Milestone
Description
The ImageMagick easyconfig file that was merged as a part of #15670 fails for me currently, with:
/software/binutils/2.38-GCCcore-11.3.0/bin/ld: cannot find -lpangocairo-1.0: No such file or directory
/software/binutils/2.38-GCCcore-11.3.0/bin/ld: cannot find -lpango-1.0: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:7133: MagickCore/libMagickCore-7.Q16HDRI.la] Error 1
I'm puzzled what's wrong here, since:
- This easyconfig did work for various others, see test reports in {vis}[GCCcore/11.3.0] ImageMagick v7.1.0-37, LittleCMS v2.13.1, JasPer v2.0.33, ... #15670, and it also did work for me a while ago
- The missing Pango libraries being mentioned as there in the
libsubdirectory of thePango/1.50.7-GCCcore-11.3.0installation directory, andPangois being loaded as a dependency (although indirectly)
The problem occurred for me during the regression test for EasyBuild v4.6.1, when starting to build the whole software tree from scratch...