Search Criteria
Package Details: intel-ipsec-mb 2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/intel-ipsec-mb.git (read-only, click to copy) |
---|---|
Package Base: | intel-ipsec-mb |
Description: | Intel(R) Multi-Buffer Crypto for IPsec Library |
Upstream URL: | https://github.com/intel/intel-ipsec-mb |
Licenses: | BSD-3-Clause |
Submitter: | xdavidwu |
Maintainer: | iyanmv |
Last Packager: | iyanmv |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-07 15:22 (UTC) |
Last Updated: | 2024-11-09 00:14 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- cmake (cmake-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
Latest Comments
iyanmv commented on 2022-10-02 19:53 (UTC)
I've adopted and bump to latest version. Please let me know if you find any issues.
vith: AUR helpers are not supported, so if you have issues with paru/yay/anyotheraurhelper, it's always a good idea to build with
makepkg
, or even better, withextra-x86_64-build
dreieck: I will not add the
-j1
because it doesn't fail to build. Forcing a single core build only makes sense when there are issues due to race conditions in certain versions or simply because it is not supported in the first place. Feel free to manually modify the PKGBUILD locally if you run out of memory, or make it permanent for all your builds by addingMAKEFLAGS="-j1"
to your /etc/makepkg.conf. In any case, I also have a 8 GiB and I didn't have issues building this version, so maybe it was an issue from previous versions.dreieck commented on 2022-03-01 11:47 (UTC)
Upon build, this spawns several
nasm
processes (on my machine as much as I have CPU cores (4)), which over time consume a lot of memory. I have 8 GiB of memory, and this was not enough, making the system thrashing and the build fail.Please make the build process such that it only spawns one process. I had to manually add
-j1
to themake
call to achieve this successfully.Thanks for maintaining!
vith commented on 2021-10-31 09:16 (UTC)
still wasn't building for me just now (same error as @vitiok78), but worked after
rm ~/.cache/paru/clone/intel-ipsec-mb -rf
xdavidwu commented on 2021-10-29 15:40 (UTC)
@vitiok78 PKGBUILD updated with a workaround.
vitiok78 commented on 2021-10-29 14:39 (UTC) (edited on 2021-10-29 14:40 (UTC) by vitiok78)
It doesn't work again... Trying to update
vitiok78 commented on 2021-05-05 19:27 (UTC)
@xdavidwu Uninstalled stress-ng with dependencies, cleared all caches/build files and the issue has gone. Thanks!
xdavidwu commented on 2021-05-05 18:34 (UTC)
@vitiok78 Try building it in a clean environment without old version installed. It sounds like it somehow uses the older header existing in your system. (
IMB_KEY_SIZE_BYTES
is new in v1.0.)vitiok78 commented on 2021-05-05 17:43 (UTC)
It does not build with huge error list
First lines where the errors start: