-
Notifications
You must be signed in to change notification settings - Fork 499
Open
Labels
Description
Steps to reproduce the issue
$ spack install [email protected]Error message
#1625 Does not seem to have fully resolved all the sisues
Found CMake: /usr/bin/cmake (3.26.5)
Run-time dependency gobject-introspection-1.0 found: NO (tried cmake)
../spack-src/meson.build:2699:24: ERROR: Dependency lookup for gobject-introspection-1.0 with method 'pkgconfig' failed: Could not generate cflags for gobject-introspection-1.0:
Package dependency requirement 'glib-2.0 >= 2.82.0' could not be satisfied.
Package 'glib-2.0' has version '2.68.4', required version is '>= 2.82.0'
Package dependency requirement 'gobject-2.0 >= 2.82.0' could not be satisfied.
Package 'gobject-2.0' has version '2.68.4', required version is '>= 2.82.0'
also: this appears to need a build cmake dependency (Found CMake: /usr/bin/cmake (3.26.5))
Information on your system
spack debug report
* **Spack:** 1.2.0.dev0 (https://github.com/spack/spack/commit/499a1b5494fc8c2d7bfe8bd74e84033ae690ca17)
* **Builtin repo:** https://github.com/spack/spack-packages/commit/e6dbe840bfaecfee7e85f45f08d762b7c12f053d
* **Python:** 3.9.18
* **Platform:** linux-rhel9-sapphirerapids
Additional information
General information
- I have run
spack debug reportand reported the version of Spack/Python/Platform - I have run
spack maintainers <name-of-the-package>and @mentioned any maintainers - I have uploaded the build log and environment files
- I have searched the issues of this repo and believe this is not a duplicate