ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'livecaptions-0.4.1-2':
error: packages failed to build: livecaptions-0.4.1-2
a bunch of fatal errors at compile time.
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: | 4 |
Popularity: | 0.037869 |
First Submitted: | 2023-04-27 15:09 (UTC) |
Last Updated: | 2024-09-24 10:03 (UTC) |
« First ‹ Previous 1 2
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'livecaptions-0.4.1-2':
error: packages failed to build: livecaptions-0.4.1-2
a bunch of fatal errors at compile time.
@AskAlice Should be fixed now :)
hmm not sure why this would happen
❯ yay -S livecaptions
AUR Explicit (1): livecaptions-v0.4.1.r0.gdf0540a-1
:: PKGBUILD up to date, skipping download: livecaptions
1 livecaptions (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/alice/.cache/yay/livecaptions
HEAD is now at d4fcc3b Add auto pkgver
Removing LiveCaptions/
Removing april-english-dev-01110_en.april
Skipping repository src/LiveCaptions
Removing src/april-english-dev-01110_en.april
1 livecaptions (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
==> Making package: livecaptions v0.4.1.r0.gdf0540a-1 (Tue 28 Nov 2023 09:35:33 AM MST)
==> Retrieving sources...
-> Cloning LiveCaptions git repo...
Cloning into bare repository '/home/alice/.cache/yay/livecaptions/LiveCaptions'...
remote: Enumerating objects: 1253, done.
remote: Counting objects: 100% (88/88), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 1253 (delta 83), reused 80 (delta 79), pack-reused 1165
Receiving objects: 100% (1253/1253), 837.68 KiB | 3.48 MiB/s, done.
Resolving deltas: 100% (836/836), done.
-> Downloading april-english-dev-01110_en.april...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 321M 100 321M 0 0 8757k 0 0:00:37 0:00:37 --:--:-- 9282k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
LiveCaptions ... Skipped
april-english-dev-01110_en.april ... Passed
:: (1/1) Parsing SRCINFO: livecaptions
==> Making package: livecaptions v0.4.1.r0.gdf0540a-1 (Tue 28 Nov 2023 09:36:13 AM MST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating LiveCaptions git repo...
-> Found april-english-dev-01110_en.april
==> Validating source files with md5sums...
LiveCaptions ... Skipped
april-english-dev-01110_en.april ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of LiveCaptions git repo...
Cloning into 'LiveCaptions'...
done.
==> Starting prepare()...
error: pathspec 'vv0.4.1.r0.gdf0540a' did not match any file(s) known to git
==> ERROR: A failure occurred in prepare().
Aborting...
-> error making: livecaptions-exit status 4
-> Failed to install the following packages. Manual intervention is required:
livecaptions - exit status 4
@sant0s Yup, that was it. Thanks a lot!
@Cryen Probably onnxruntime
. Try using onnxruntime-bin
instead.
Which dependency would require me to install nvidia-utils
or opencl-nvidia
on my intel only system?
Is this necessary?
@schrmh I am new to this but I think that you're supposed to specify the dependencies as provided by the packages. onnxruntime-bin provides onnxruntime so it's fine like this. You can manually install onnxruntime-bin and then install this package :)
On the GitHub it is mentioned that no GPU is needed but the onnxruntime package has a cuda dependency. Can we get this without having to install cuda?
Edit: Oh, you actually put a onnxruntime-bin without that dependency in the AUR... Could you then modify the PKGBUILD to use that instead of onnxruntime?
depends=(
'libadwaita'
'onnxruntime-bin'
)
Pinned Comments
sant0s commented on 2023-05-01 11:21 (UTC)
@Cryen Probably
onnxruntime
. Try usingonnxruntime-bin
instead.Cryen commented on 2023-05-01 11:15 (UTC)
Which dependency would require me to install
nvidia-utils
oropencl-nvidia
on my intel only system?Is this necessary?