Search Criteria
Package Details: looking-glass 2:B6-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/looking-glass.git (read-only, click to copy) |
---|---|
Package Base: | looking-glass |
Description: | A client application for accessing the LookingGlass IVSHMEM device of a VM |
Upstream URL: | https://looking-glass.io/ |
Licenses: | GPL2 |
Submitter: | Omar007 |
Maintainer: | Omar007 |
Last Packager: | Omar007 |
Votes: | 37 |
Popularity: | 0.61 |
First Submitted: | 2017-12-22 16:49 (UTC) |
Last Updated: | 2024-08-07 11:00 (UTC) |
Dependencies (33)
- binutils
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gmp (gmp-hgAUR)
- libegl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, libglvnd)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libx11 (libx11-gitAUR)
- libxcursor
- libxfixes
- libxi (libxi-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- libxpresent
- libxss
- nettle (nettle-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (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 .. 3 4 5 6 7 8 9 10 Next › Last »
Omar007 commented on 2020-05-23 12:03 (UTC)
@admicos: Please don't flag this as outdated if there hasn't been a new official release. B1 is still the latest version atm; https://looking-glass.hostfission.com/downloads
As I mentioned before:
Omar007 commented on 2020-05-07 19:31 (UTC)
As you already established, a recompile fixes it. But I'm bumping the pkgrel to force an update for anyone using an AUR helper or w/e just in case.
Volst commented on 2020-05-07 17:07 (UTC) (edited on 2020-05-07 17:16 (UTC) by Volst)
Hello,
For information it seems the latest nettle update (3.6-1) broke this package. Following the latest system upgrade I get the message "looking-glass-client: error while loading shared libraries: libnettle.so.7: cannot open shared object file: No such file or directory".
NEVERMIND, I'm an idiot. For anyone else running into this issue, just recompile the package.
Omar007 commented on 2019-07-25 19:05 (UTC)
Update to the first official release version. From here on out, the package will only be updated on new official releases, not on RC releases.
If anyone has interest in RC releases, feel free to create a looking-glass-rc variant based on this yourself.
darthvader commented on 2019-06-17 03:47 (UTC)
Thanks for your support @Omar007, indeed I had sdl2_ttf already installed before. My issue is solved now.
Omar007 commented on 2019-06-16 13:24 (UTC) (edited on 2019-06-16 13:54 (UTC) by Omar007)
It doesn't. That's why you get the error. If it did, it would have removed it without making a fuzz about it. Case in point:
And no, you can't (shouldn't) as sdl2_ttf is not a dependency for everything, only for looking-glass.
The problem is that AFTER build but BEFORE installation, it would indeed no longer be needed to keep sdl2_ttf around. But since you also install it, it can not be removed as it is now again depended upon by something on your system. Hence the error.
EDIT: Also, the reason it now suddenly succeeds is most likely because you already had sdl2_ttf installed now and -s didn't need to sync it to satisfy the dependency, thus -r also not removing it. As I said, it's already in the depends array for looking-glass.
darthvader commented on 2019-06-16 12:29 (UTC)
The problem with having
sdl2_ttf
insidemakedepends
is that pacman will marksdl2_ttf
as an orphan after installation (you can see it withpacman -Qtdq
). Would it be possible to move the top-levelsdl2_ttf
out of makedepends? I tried the following changes and installation is working fine:Omar007 commented on 2019-06-16 11:40 (UTC) (edited on 2019-06-16 11:41 (UTC) by Omar007)
It's declared in both so that error is expected then if you use -r, as the depends entry blocks the removal. Nothing I can change about that.
darthvader commented on 2019-06-16 11:28 (UTC) (edited on 2019-06-16 11:33 (UTC) by darthvader)
@Omar007, thanks for the quick answer. I was installing looking-glass by using
makepg -sri
.Building the package with
makepkg
ormakepkg -s
is successful.Installing the package by using
makepkg -i
is successful.However
sdl2_ttf
and other required dependencies in the PKGBUILD are declared insidemakedepends
, as far as I understandmakedepends
is used for build-time dependencies anddepends
for regular dependencies, so if you install looking-glass by usingmakepkg -ri
, pacman will try to remove the dependencies declared insidemakedepends
after looking-glass is installed which will fail as shown in my previous comment.« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »