envolution: checksum was correct until the additional commits bumping the version, but it is fixed now pointing to the new release.
Search Criteria
Package Details: linux-enable-ir-emitter 6.0.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-enable-ir-emitter.git (read-only, click to copy) |
---|---|
Package Base: | linux-enable-ir-emitter |
Description: | Enables infrared cameras that are not directly enabled out-of-the box |
Upstream URL: | https://github.com/EmixamPP/linux-enable-ir-emitter |
Keywords: | cameras infrared |
Licenses: | MIT |
Conflicts: | chicony-ir-toggle, linux-enable-ir-emitter-git |
Submitter: | renyuneyun |
Maintainer: | iyanmv |
Last Packager: | iyanmv |
Votes: | 10 |
Popularity: | 0.188622 |
First Submitted: | 2021-06-12 17:19 (UTC) |
Last Updated: | 2024-10-13 08:56 (UTC) |
Dependencies (9)
- fmt (fmt-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- opencv (opencv-cuda)
- spdlog (spdlog-gitAUR)
- yaml-cpp
- argparse (make)
- meson (meson-gitAUR) (make)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (0)
Sources (1)
iyanmv commented on 2024-10-03 07:29 (UTC) (edited on 2024-10-03 07:29 (UTC) by iyanmv)
envolution commented on 2024-10-03 06:25 (UTC)
b2sum issue in PKGBUILD for the patch file, should be
9690a13ec65b7135aadd63486a29c4f4b3688e5cfb4668e9869eb19dda9b8eeac73a42e3057cf7c907907072eeac569908679b487b224ddd4053dd8f705618d9
neko_ayaya commented on 2024-09-14 13:50 (UTC) (edited on 2024-09-14 16:05 (UTC) by neko_ayaya)
After updating the system, sudo systemctl status linux-enable-ir-emitter.service
prompts
linux-enable-ir-emitter[1396]: linux-enable-ir-emitter: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory
Solved by rebuilding
iyanmv commented on 2024-07-09 15:21 (UTC)
a15355447898a: I also cannot replicate your issue with yay
. Have you tried doing a clean build with yay? Have you modified makepkg.conf
or any other relevant config files? In any case, I don't think this is an issue with the current PKGBUILD so I will not add your suggestion.
neko_ayaya commented on 2024-07-09 15:12 (UTC)
@iyanmv: I get this error using yay, I don't get it using extra-x86_64-build
iyanmv commented on 2024-07-09 13:49 (UTC)
a15355447898a: are you using an AUR helper? If so, which one? Do you observe the same error if you build it in a clean chroot env, for example, with extra-x86_64-build
?
neko_ayaya commented on 2024-07-09 13:44 (UTC)
@iyanmv : I don't know, I got this error after updating the arch this afternoon.(stable version)
iyanmv commented on 2024-07-09 11:39 (UTC)
Hi a15355447898a: can you elaborate a little bit? When are these errors expected to happen (next release, future gcc version)? I just tried to rebuild the package on a clean env and I don't experience those issues with current stable repos enabled.
neko_ayaya commented on 2024-07-09 09:41 (UTC)
There will be the following errors during construction
usr/include/c++/14.1.1/bits/regex_executor.tcc:155:17:
/usr/include/c++/14.1.1/bits/regex_executor.h:244:31: 错误:argument 1 value is zero [-Werror=alloc-zero]
244 | : _M_visited_states(new bool[__n]()), _M_start(__start)
| ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/14.1.1/bits/new_allocator.h:34,
from /usr/include/c++/14.1.1/x86_64-pc-linux-gnu/bits/c++allocator.h:33,
from /usr/include/c++/14.1.1/bits/allocator.h:46,
from /usr/include/c++/14.1.1/memory:65,
from ../linux-enable-ir-emitter-6.0.0/camera/camera.hpp:4,
from ../linux-enable-ir-emitter-6.0.0/camera/camera.cpp:1:
Please modify PKGBUILD
build() {
mkdir -p build
#arch-meson $pkgname-$pkgver build
arch-meson $pkgname-$pkgver build -Dcpp_args="-Wno-error=alloc-zero"
meson compile -C build
}
chenus commented on 2023-08-12 04:43 (UTC) (edited on 2023-08-12 04:47 (UTC) by chenus)
My computer cannot work with the latest version but version 4.1.5. Others who encounter difficulties may consider downgrading and modifying PKGBUILD.
Pinned Comments