<div dir="ltr">Wezterm looks interesting, but I could not build it for 15.0 using sbopkg:<div><br></div><div>freetype2-e4586d960f339cf75e2e0b34aee30a0ed8353c0d/tests/issue-1063/<br>freetype2-e4586d960f339cf75e2e0b34aee30a0ed8353c0d/tests/issue-1063/main.c<br>freetype2-e4586d960f339cf75e2e0b34aee30a0ed8353c0d/tests/meson.build<br>freetype2-e4586d960f339cf75e2e0b34aee30a0ed8353c0d/tests/scripts/<br>freetype2-e4586d960f339cf75e2e0b34aee30a0ed8353c0d/tests/scripts/download-test-fonts.py<br>freetype2-e4586d960f339cf75e2e0b34aee30a0ed8353c0d/<a href="http://vms_make.com">vms_make.com</a><br>tar: /var/lib/sbopkg/SBo/15.0/system/wezterm/image-fe069785ae245a2c510fd724ef96da283b05a236.tar.gz: Cannot open: No such file or directory<br>tar: Error is not recoverable: exiting now<br></div><div><br></div><div>However, check this out:</div><div><br></div><div>$ ls -l /var/lib/sbopkg/SBo/15.0/system/wezterm/image-fe06978fe069785ae245a2c510fd724ef96da283b05a236.tar.gz <br>lrwxrwxrwx 1 root root 78 Sep  9 12:30 /var/lib/sbopkg/SBo/15.0/system/wezterm/image-fe06978fe069785ae245a2c510fd724ef96da283b05a236.tar.gz -> /var/cache/sbopkg/image-fe06978fe069785ae245a2c510fd724ef96da283b05a236.tar.gz<br></div><div><br></div><div>The block fe06978f is duplicated here. It does look fishy.</div><div><br></div><div>This may be just a problem with sbopkg. But, since building wezterm with the Slackbuilds script directly involves downloading many dozens of crate files by hand, I'll pass on checking that out.</div><div><br></div><div>Anyway, this issue can be overcome by creating the appropriate symbolic link by hand. Once this is done, the next stumbling block is the following:</div><div><br></div><div>zvariant_utils-1.0.1/LICENSE<br>zvariant_utils-1.0.1/README.md<br>zvariant_utils-1.0.1/src/<a href="http://case.rs">case.rs</a><br>zvariant_utils-1.0.1/src/<a href="http://lib.rs">lib.rs</a><br>zvariant_utils-1.0.1/src/<a href="http://macros.rs">macros.rs</a><br>error: process didn't exit successfully: `rustc -vV` (exit status: 127)<br>--- stderr<br>rustc: error while loading shared libraries: librustc_driver-7adeb809cd07c1ca.so: cannot open shared object file: No such file or directory<br></div><div><br></div><div>That shared library is present in the system, but under /opt/rust16/lib64 - which, at least in my case, does not seem to be in the shared libraries search path.</div><div><br></div><div>In turn, this issue can be sorted out by defining the LD_LIBARY_PATH environment variable appropriately in the shell where the build is taking place.</div><div><br></div><div>After this, and a rather long time in a relatively beefy system, the installation package can be built. Perhaps it would be a good idea to provide a binary build package, just as it already is done for tools like pandoc or sage, and in essence for the same reasons.</div><div><br></div></div>