Yeah, my bad. I was using a custom makepkg.conf
after resetting the config, everything works fine now.
thanks for help aliu.
| Git Clone URL: | https://aur.archlinux.org/livecaptions.git (read-only, click to copy) |
|---|---|
| Package Base: | livecaptions |
| Description: | Linux Desktop application that provides live captioning |
| Upstream URL: | https://github.com/abb128/LiveCaptions |
| Keywords: | captions livecaptions |
| Licenses: | GPL3 |
| Submitter: | sant0s |
| Maintainer: | abb128 |
| Last Packager: | abb128 |
| Votes: | 8 |
| Popularity: | 0.103074 |
| First Submitted: | 2023-04-27 15:09 (UTC) |
| Last Updated: | 2024-09-24 10:03 (UTC) |
Yeah, my bad. I was using a custom makepkg.conf
after resetting the config, everything works fine now.
thanks for help aliu.
Did you set any custom DLAGENTS in your /etc/makepkg.conf?
can't build anymore
==> Making package: livecaptions 0.4.2-2 (Wednesday 08 April 2026 08:46:06 PM)
==> Retrieving sources...
-> Updating LiveCaptions git repo...
==> ERROR: Unknown download protocol: https
Aborting...
error: failed to download sources for 'livecaptions-0.4.2-2':
error: packages failed to build: livecaptions-0.4.2-2
rebuild (reinstall/re-makepkg) it
livecaptions: /usr/lib/libonnxruntime.so.1: version `VERS_1.22.2' not found (required by livecaptions)
If the COPYING file is just vanilla GPLv3, you can omit the step of packaging the LICENSE file and simply use an SPDX identifier for the license field: https://wiki.archlinux.org/title/PKGBUILD#license
Followed the steps installing openmpi and ONNX using Pacman -S
Then downgraded onnxruntime to 1.19.2-4
Installed Livecaptions using "yay -S Livecaptions"
install goes well.
When launching the livecaption, it started loading then crashed. Any advice? I can get crash logs submitted but unsure how to retrieve the logs, let me know if crash logs is needed.
Currently using Flatpak version but flatpak seems to stop captioning after like 15minutes, so would prefer native version of Livecaptions instead.
Any advice appreciated, thank you so much
@aliu It seems to be a package issue with onnxruntime 1.20.2. You can try downgrading to 1.19.2-4 until it's fixed. I reported it here
It looks like 1. onnx (not just runtime) is required for libonnx.so 2. the model is now broken "libapril: (../subprojects/april-asr/src/ort_util.h:132) [ERROR] ONNX: This is an invalid model. In Node, ("/encoder/encoder_embed/Unsqueeze", Unsqueeze, "", -1) : ("x": tensor(float),) -> ("/encoder/encoder_embed/Unsqueeze_output_0",) , Error /usr/src/debug/onnx/onnx/onnx/defs/schema.cc:1116: SchemasRegisterer: Assertiondbg_registered_schema_count == DbgOperatorSetTracker::Instance().GetCount()failed: 4 schema were exposed from operator sets and automatically placed into the static registry. 696 were expected based on calls to registration macros. Operator set functions may need to be updated.?
@thx1138 It builds on my system with no such error, not sure what the problem would be. You can try the flatpak version
Pinned Comments
sant0s commented on 2023-05-01 11:21 (UTC)
@Cryen Probably
onnxruntime. Try usingonnxruntime-bininstead.Cryen commented on 2023-05-01 11:15 (UTC)
Which dependency would require me to install
nvidia-utilsoropencl-nvidiaon my intel only system?Is this necessary?