Package Details: open62541 v1.3_r11_g237ca65b7-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: MPL2
Submitter: Pro
Maintainer: Samega7Cattac
Last Packager: Samega7Cattac
Votes: 0
Popularity: 0.000000
First Submitted: 2019-08-14 16:29 (UTC)
Last Updated: 2022-05-24 10:21 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

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