Package Details: open62541 v1.4.14_r14_g62c025b15-1

Git Clone URL: https://aur.archlinux.org/open62541.git (read-only, click to copy)
Package Base: open62541
Description: An open source and free implementation of OPC Unified Architecture written in the common subset of the C99 and C++98 languages.
Upstream URL: http://open62541.org/
Licenses: MPL-2.0
Submitter: Pro
Maintainer: qwjyh
Last Packager: qwjyh
Votes: 0
Popularity: 0.000000
First Submitted: 2019-08-14 16:29 (UTC)
Last Updated: 2025-12-17 20:11 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

qwjyh commented on 2025-12-17 20:15 (UTC)

@muesli4 Thanks for your comment. I updated the install prefixes. Please check.

muesli4 commented on 2025-12-16 09:38 (UTC)

This package does not work for me. I end up having /tmp/makepkg/ in the package with the directory structure in there that should be in the root of the package. And there is also sources and the license. I wonder if I misconfigured makepkg but I never experienced this with any other package.

This means the library and the headers are not in the right place and the file for pkgconfig is neither.

qwjyh commented on 2025-08-07 12:42 (UTC)

@kistlin Thanks for your comment. I fixed it

kistlin commented on 2025-08-07 12:28 (UTC)

@qwjyh can you please fix what @gehwolf suggested? It's causing issues for me as well and the same as @haykodarb reported.

gehwolf commented on 2023-03-04 19:40 (UTC) (edited on 2023-03-04 19:46 (UTC) by gehwolf)

If packaging with yay fails, apply the following patch in $HOME/.cache/yay/open62541:

diff --git a/PKGBUILD b/PKGBUILD
index 7f3d35b..ac1309e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,6 +59,6 @@ build() {
 package() {
     cd "$srcdir/$pkgname/build"

-    make install
+    make DESTDIR="$pkgdir/" install
     install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

haykodarb commented on 2022-06-06 23:38 (UTC)

Getting error

CMake Error at cmake_install.cmake:46 (file): file INSTALL cannot copy file "/home/user/.cache/yay/open62541/src/open62541/build/bin/lipopen62541.a" to "/usr/local/lib/libopen62541.a": Permission denied.

micwoj92 commented on 2021-05-10 05:39 (UTC)

Needs git in makedepends