Search Criteria
Package Details: looking-glass-module-dkms-git 2:B6.r51.g53525847-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/looking-glass-git.git (read-only, click to copy) |
---|---|
Package Base: | looking-glass-git |
Description: | A kernel module that implements a basic interface to the IVSHMEM device for when using LookingGlass in VM->VM mode |
Upstream URL: | https://looking-glass.io/ |
Licenses: | GPL2 |
Conflicts: | looking-glass-module-dkms |
Provides: | looking-glass-module-dkms |
Submitter: | Omar007 |
Maintainer: | Omar007 |
Last Packager: | Omar007 |
Votes: | 14 |
Popularity: | 0.84 |
First Submitted: | 2017-12-14 09:38 (UTC) |
Last Updated: | 2023-05-08 10:14 (UTC) |
Dependencies (15)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- binutils (make)
- cmake (cmake-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libegl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, libglvnd) (make)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- libsamplerate (libsamplerate-gitAUR) (make)
- libxi (libxi-gitAUR) (make)
- libxpresent (make)
- libxss (make)
- obs-studio (obs-studio-libertyAUR, obs-studio-gitAUR, obs-studio-tytan652AUR, obs-studio-browserAUR, obs-studio-rcAUR) (make)
- spice-protocol (spice-protocol-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Omar007 commented on 2020-07-24 11:01 (UTC) (edited on 2020-07-24 11:02 (UTC) by Omar007)
Ah that explains @rku's comment haha. I was looking at that from the perspective of what the module 'package' does without realizing an extra file was added that is needed for even DKMS to be able do its thing after the package is installed.
Pushing an update shortly.
AE86 commented on 2020-07-24 06:54 (UTC)
You forgot to add kvmfr.h into dkms package
Omar007 commented on 2020-05-26 21:34 (UTC) (edited on 2020-05-26 21:34 (UTC) by Omar007)
The build and packaging of the c-host was removed already but I'll take out the patch as well. No point in keeping that fix around either if it won't build anyway.
New version will be up in a few minutes.
Meivyn commented on 2020-05-26 20:57 (UTC) (edited on 2021-07-18 23:09 (UTC) by svenstaro)
Since today, I can't build this package. I get this error:
It looks like
c-host
got renamed tohost
: https://github.com/gnif/LookingGlass/commit/bc7871f630972dfc738e7e50a82ec3d1aacc25f3Omar007 commented on 2020-05-25 15:48 (UTC) (edited on 2020-05-25 15:48 (UTC) by Omar007)
@rku: I feel like you're hard-compiling the module for your specific kernel then. Taking that route is up to you but be aware that any kernel change may brake it without warning. You'll have to rebuild it yourself.
If you're using this properly, the module is build automatically with DKMS so that it is available for every kernel you have installed and is automatically rebuild when installing, upgrading or downgrading a kernel.
rku commented on 2020-05-25 06:02 (UTC)
I had to include kvmfr.h along with kvmfr.c for this module to build.
Omar007 commented on 2020-05-23 12:34 (UTC)
I've updated the dependency and removed the Linux c-host for now. Unless it gets dropped completely, I will re-add it once it gets a fix.
Omar007 commented on 2020-05-15 01:54 (UTC)
@evelyn: I don't think there is much I can do about that. Based on my automated build reports the c-host has been broken for about 3 weeks now. From what I can tell there is no Linux platform implementation (time.c) for said lgCreateTimer/lgTimerDestroy functions upstream, only for the Windows platform. Hence the undefined reference error; only a header exists but no implementation. I've not had the time to dive deeper into this yet sadly.
@Netboy3: You are right. I did add it for the build (makedepends) but it seems I'd forgotten/neglected to also put it into the depends. I suspect you are the first to notice this since the change was made and it's been like this for quite a while now xD
I'm hoping to pick this up upcoming weekend, worst case the one after.
Netboy3 commented on 2020-05-14 16:15 (UTC)
libxi should be a "depends" for the client. It provides a library that is linked against the looking-glass-client executable. Without this, if a user system doesn't have any other package using libxi and they decide to remove orphans, the client will break.
evelyn commented on 2020-05-04 02:18 (UTC) (edited on 2020-05-04 02:19 (UTC) by evelyn)
Seem to be getting an error right at the end of the build process and not really sure how to troubleshoot this :/
[100%] Linking C executable looking-glass-host
/usr/bin/ld: CMakeFiles/looking-glass-host.dir/src/app.c.o: in function `startThreads':
app.c:(.text.startThreads+0x34): undefined reference to `lgCreateTimer'
/usr/bin/ld: CMakeFiles/looking-glass-host.dir/src/app.c.o: in function `stopThreads':
app.c:(.text.stopThreads+0x61): undefined reference to `lgTimerDestroy' collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/looking-glass-host.dir/build.make:113: looking-glass-host] Error 1
make[1]: *** [CMakeFiles/Makefile2:258: CMakeFiles/looking-glass-host.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
==> ERROR: A failure occurred in build(). Aborting...
« First ‹ Previous 1 2 3 4 5 6 Next › Last »