-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Installation issue: tcl #19546
Copy link
Copy link
Closed
Labels
Description
Steps to reproduce the issue
$ spack install tcl
...
==> tcl: Executing phase: 'install'
==> Error: FileNotFoundError: [Errno 2] No such file or directory: '/home/andrew/sta-toolchain/spack/opt/spack/linux-opensuse_leap15-haswell/gcc-8.4.0/tcl-8.6.8-dpeohvixrp4p4ktrfw66eow7nvrbcelq/lib/tclConfig.sh'
/home/andrew/sta-toolchain/spack/var/spack/repos/builtin/packages/tcl/package.py:58, in install:
55 # Replace stage dir -> installed src dir in tclConfig
56 filter_file(
57 stage_src, installed_src,
>> 58 join_path(self.spec.prefix, 'lib', 'tclConfig.sh'))
59
60 # Don't install binaries in src/ tree
61 with working_dir(join_path(installed_src, self.configure_directory)):Information on your system
- Spack: 0.15.4
- Python: 3.6.10
- Platform: linux-opensuse_leap15-haswell
spack-build-env.txt
spack-build-out.txt
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
Reactions are currently unavailable