Package Details: openvino 2026.1.0-2

Git Clone URL: https://aur.archlinux.org/openvino.git (read-only, click to copy)
Package Base: openvino
Description: A toolkit for optimizing and deploying deep learning models
Upstream URL: https://docs.openvino.ai/
Licenses: Apache-2.0, LicenseRef-custom
Conflicts: intel-openvino
Provides: intel-openvino
Replaces: intel-openvino
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 17
Popularity: 0.156263
First Submitted: 2020-12-23 22:29 (UTC)
Last Updated: 2026-04-25 19:54 (UTC)

Sources (26)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

alzpmq commented on 2026-05-20 13:24 (UTC)

The PKGBUILD will generate /usr/lib/libopenvino_jax_frontend.so.2026.1.0.dbg,which make ldconfig segmentfault

newfstatat(AT_FDCWD, "/usr/lib/libopenvino_jax_frontend.so.2026.1.0", {st_mode=S_IFREG|0755, st_size=532296, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/usr/lib/libopenvino_jax_frontend.so.2026.1.0.dbg", {st_mode=S_IFREG|0644, st_size=3648, ...}, AT_SYMLINK_NOFOLLOW) = 0
openat(AT_FDCWD, "/usr/lib/libopenvino_jax_frontend.so.2026.1.0.dbg", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=3648, ...}) = 0
mmap(NULL, 3648, PROT_READ, MAP_SHARED, 4, 0) = 0x7f17af548000
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7f1851c75a94} ---
+++ killed by SIGSEGV (core dumped) +++
[1]    199467 segmentation fault (core dumped)  strace -f ldconfig -r / 2>&1 | 
       199468 done                              tail -n 50

leenux commented on 2026-05-01 20:13 (UTC)

and still not building here.

leenux commented on 2026-04-10 09:01 (UTC) (edited on 2026-04-15 08:46 (UTC) by leenux)

And I forgot: audacity-openvino and audacity-openvino-bin won´t build either anymore because of libtorch-cxx11abi-cpu. So, without audacity-openvino, this all doesn´t make any sense, neither. We call it asymmetric warfare. Every community gets indoctrinated.

leenux commented on 2026-04-10 08:52 (UTC)

Using pacman and the AUR since more then 10 years. Problems and issues are rare and after some time solved. Here, it seems to take a lil longer. I will wait until audacity openvino to landd in the Arch repos. Still this package won't building here, the git version also not building here. Still same error: -- /usr/bin/pkg-config: libva (1.23.0) is found at /usr -- Configuring done (8.9s) CMake Error at /usr/lib64/cmake/ONNX/ONNXTargets.cmake:70 (set_target_properties): The link interface of target "ONNX::onnx" contains:

absl::absl_check

Discussion here seems quite dysfunctional, too.

dbermond commented on 2026-04-09 00:40 (UTC)

@imskyyc Upstream usually makes a soname bump in each minor release. It's user responsibility to track all installed AUR packages and take care of the needed rebuilds accordingly.

imskyyc commented on 2026-04-08 21:10 (UTC)

After the most recent update, packages that expect libopenvino_c.so.2600 are broken. Does the package no longer provide that?

zertyz commented on 2026-04-02 02:26 (UTC) (edited on 2026-04-02 02:27 (UTC) by zertyz)

There is a PR -- already merged to master -- that fixes the compilation issue.

For those wanting to build it, change the PKGCONFIG: _commit=3ca3d437c2f7ad0adacbf5029834a40b326e536f

I suggest the maintainer to do so for the package, as it is currently preventing instalation for new users.

Orion-zhen commented on 2026-03-21 07:30 (UTC)

I can build this package, but cannot follow llama.cpp openvino guide.

Because the /opt/intel/openvino directory is missing, and no /opt/intel/openvino/setupvars.sh, too.

Should the path /opt/intel/openvino exist in this package? If it shouldn't, how can I setup environment variables correctly?

rainest commented on 2026-03-16 18:59 (UTC)

@kistlin i hit the same build failure. looks like it's tied to https://github.com/openvinotoolkit/openvino/issues/34426 so it should be clear when the next openvino minor's out (not sure re that older 2025 version but... hopefully the latest one is fine? or will be)