Package Details: looking-glass-module-dkms 2:B6-7

Git Clone URL: https://aur.archlinux.org/looking-glass.git (read-only, click to copy)
Package Base: looking-glass
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
Submitter: Omar007
Maintainer: Omar007
Last Packager: Omar007
Votes: 32
Popularity: 0.22
First Submitted: 2017-12-22 16:49 (UTC)
Last Updated: 2023-08-05 14:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Omar007 commented on 2022-08-27 16:06 (UTC)

@Swamp: Did you install the OBS plugin package? If you use this PKGBUILD as-is, it will result in 4 separate packages you can install; the client application, the DKMS modules, the host application and the OBS plugin.

Swamp commented on 2022-08-26 17:14 (UTC)

I'm not sure if it's my mistake but liblooking-glass-obs.so isn't being installed to /usr/lib/obs-plugins I copied it manually from the cache after building.

xiretza commented on 2022-07-09 16:06 (UTC)

Thanks for not blindly updating the hash like many others would have. I just compared the two tarballs, they seem to be identical except for timestamp differences, weird.

Omar007 commented on 2022-07-04 15:44 (UTC)

I no longer had the other artifact so instead I've compared the original git repository with the release artifact and looks like everything is good. VERSION file seems to be the only changed thing as of the July artifact.

Will update the checksums later.

Omar007 commented on 2022-07-02 12:23 (UTC)

The upstream file has changed as of this month (July) apparently. I'm not sure why so my initial gut reaction is to not just blindly update things, especially since the site page itself does not mention a newly packaged date/upload for it.

With a bit of luck I might have the previous build artifacts still somewhere so I can make a comparison.

darrena092 commented on 2022-07-01 19:36 (UTC)

Unfortunately getting a failure with the hash check on that tarball:

==> Making package: looking-glass 2:B5.0.1-2 (Fri 01 Jul 2022 20:32:54 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found looking-glass-B5.0.1.tar.gz
==> Validating source files with sha512sums...
    looking-glass-B5.0.1.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

artafinde commented on 2022-06-16 17:57 (UTC)

damir: I got no issues building the kernel module against 5.18.4-1-ck (both looking-glass-* and linux-ck build on clean chroot).

damir commented on 2022-06-16 17:38 (UTC) (edited on 2022-06-16 17:41 (UTC) by damir)

/var/lib/dkms/looking-glass/B5.0.1/build/kvmfr.c:378:22: note: each undeclared identif
ier is reported only once for each function it appears in
/var/lib/dkms/looking-glass/B5.0.1/build/kvmfr.c:381:16: error: implicit declaration o
f function ‘devm_memremap_pages’; did you mean ‘devm_memremap’? [-Werror=implicit-func
tion-declaration]
  381 |   kdev->addr = devm_memremap_pages(&dev->dev, &kdev->pgmap);
      |                ^~~~~~~~~~~~~~~~~~~
      |                devm_memremap
/var/lib/dkms/looking-glass/B5.0.1/build/kvmfr.c: In function ‘kvmfr_pci_remove’:
/var/lib/dkms/looking-glass/B5.0.1/build/kvmfr.c:407:3: error: implicit declaration of
 function ‘devm_memunmap_pages’; did you mean ‘devm_memunmap’? [-Werror=implicit-funct
ion-declaration]
  407 |   devm_memunmap_pages(&dev->dev, &kdev->pgmap);
      |   ^~~~~~~~~~~~~~~~~~~
      |   devm_memunmap
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:288: /var/lib/dkms/looking-glass/B5.0.1/build/kvm
fr.o] Error 1
make[1]: *** [Makefile:1834: /var/lib/dkms/looking-glass/B5.0.1/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.18.4-1-ck/build'
make: *** [Makefile:7: all] Error 2

am i the only one?

DuBistKomisch commented on 2022-06-13 00:14 (UTC)

paru still seems to be confused by this split pkgrel bump, says -2 is available but just rebuilds a cached -1 over and over again. You might want to bump pkgrel to 3 to clear things up properly.