Search Criteria
Package Details: vramfs-git 1:r97.6eb95c9-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vramfs-git.git (read-only, click to copy) |
|---|---|
| Package Base: | vramfs-git |
| Description: | VRAM based file system for Linux |
| Upstream URL: | https://github.com/Overv/vramfs |
| Licenses: | MIT |
| Provides: | vramfs |
| Submitter: | Maxr1998 |
| Maintainer: | Maxr1998 |
| Last Packager: | Maxr1998 |
| Votes: | 6 |
| Popularity: | 0.000026 |
| First Submitted: | 2019-02-11 16:29 (UTC) |
| Last Updated: | 2025-10-23 01:06 (UTC) |
Dependencies (6)
- fuse3 (fuse3-gitAUR)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- opencl-driver (opencl-nvidia-410xxAUR, amdapp-sdkAUR, opencl-nvidia-440xxAUR, vc4cl-gitAUR, opencl-nvidia-430xxAUR, beignet-gitAUR, intel-openclAUR, mesa-wsl2-gitAUR, opencl-nvidia-340xxAUR, opencl-legacy-amdgpu-proAUR, beignetAUR, opencl-510xx-nvidiaAUR, intel-compute-runtime-gitAUR, intel-compute-runtime-legacyAUR, intel-compute-runtime-legacy-binAUR, opencl-nvidia-teslaAUR, clvk-gitAUR, opencl-nvidia-470xxAUR, opencl-nvidia-550xxAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, opencl-mesa-minimal-gitAUR, opencl-nvidia-390xxAUR, mesa-gitAUR, intel-compute-runtime-binAUR, opencl-amdAUR, opencl-nvidia-vulkanAUR, opencl-nvidia-535xxAUR, opencl-nvidia-betaAUR, mesa-rk35xx-gitAUR, opencl-nvidia-525xxAUR, intel-compute-runtime, intel-oneapi-compiler-shared-runtime, opencl-mesa, opencl-nvidia, rocm-opencl-runtime)
- git (git-gitAUR, git-glAUR) (make)
- opencl-clhpp (opencl-clhpp-gitAUR) (make)
- opencl-headers (opencl-headers-gitAUR, adaptivecpp-gitAUR, adaptivecppAUR) (make)
Latest Comments
1 2 Next › Last »
dreieck commented on 2025-10-30 19:32 (UTC)
Please change in
build()the entrymaketoCC=g++ make.g++is needed, otherwise, when justccis used, there are a lot of linking errors:It was introduced by a
Makefilechange that changedCC = g++toCC ?= g++, allowing to specify the compiler in the environment (so, alsoclang++can be used for example) and defaultingtog++if not set.Since
makepkgalready setsCC=ccby default, this needs to be overridden in thePKGBUILD.Regards!
Regards!
Maxr1998 commented on 2025-10-23 01:07 (UTC)
Thanks for the heads-up, fixed the version now.
dreieck commented on 2025-10-22 18:06 (UTC)
Ahoj,
since the
$pkgveronly contains thegit rev-list(and git commit hash), and not a real version number, the$pkgvermust start withr.Please prepend an
r, and setepoch=1since this package version scheme change would otherwise mean a downgrade.Regards and thanks for the package!
dreieck commented on 2025-10-22 18:04 (UTC)
Ahoj,
This ↗ has been fixed upstream after reporting (Please, report upstream issues to upstream so that they get aware and can fix).
Build now succeeds for me.
OzzyHelix commented on 2025-10-19 01:55 (UTC)
I am struggling to build this on current Arch Linux https://gist.github.com/OzzyHelix/e531920811cfd2658616d22d66a0ef80
Maxr1998 commented on 2021-10-05 14:51 (UTC)
Still builds just fine for me. Could you try building in a clean chroot? https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
mikeccuk2005 commented on 2021-10-05 12:48 (UTC)
getting errors: not sure where to add the flags before install /usr/include/fuse/fuse_common.h:33:2: error: #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags! 33 | #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags! | ^~~~~ make: *** [Makefile:18: build/util.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... error making: vramfs-git
Maxr1998 commented on 2020-11-17 22:50 (UTC)
Done, thanks for the heads-up.
LHLaurini commented on 2020-11-16 17:01 (UTC) (edited on 2020-11-16 17:04 (UTC) by LHLaurini)
Could you please add
opencl-clhpptomakedepends(containsusr/include/CL/cl2.hpp)? Also a good idea to haveprovides=('vramfs').Maxr1998 commented on 2020-07-20 12:21 (UTC)
Thanks, fixed.
1 2 Next › Last »