summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@ovgu.de>2022-05-15 03:01:29 +0200
committerGitHub <noreply@github.com>2022-05-14 18:01:29 -0700
commitff03e2ef4cf24c4682fdf2858d6a2be6001ac7ec (patch)
treed53fad196337c643d84220dfd7d5fdbc73f4ccd6 /var
parentbee311edf3f92d5643b191d679b3bfd3ab5ac3eb (diff)
downloadspack-ff03e2ef4cf24c4682fdf2858d6a2be6001ac7ec.tar.gz
spack-ff03e2ef4cf24c4682fdf2858d6a2be6001ac7ec.tar.bz2
spack-ff03e2ef4cf24c4682fdf2858d6a2be6001ac7ec.tar.xz
spack-ff03e2ef4cf24c4682fdf2858d6a2be6001ac7ec.zip
uninstall: fix dependency check (#30674)
The dependency check currently checks whether there are only build dependencies left for a particular package. However, the database also contains uninstalled packages, which can cause the check to fail. For instance, with `bison` and `flex` having already been uninstalled, `m4` will have the following dependents: ``` bison ('build', 'run')--> m4 flex ('build',)--> m4 libnl ('build',)--> m4 ``` `bison` and `flex` should be ignored in this case because they are not installed anymore. Fixes #30673
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions