I can't install it, it gives me the following error:
Could somebody help?
Git Clone URL: | https://aur.archlinux.org/tigervnc-git.git (read-only, click to copy) |
---|---|
Package Base: | tigervnc-git |
Description: | Suite of VNC servers and clients. Based on the VNC 4 branch of TightVNC. |
Upstream URL: | http://www.tigervnc.org |
Licenses: | GPL |
Conflicts: | tigervnc, tightvnc |
Provides: | tigervnc |
Submitter: | Gusar |
Maintainer: | drew33 |
Last Packager: | drew33 |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-29 11:43 (UTC) |
Last Updated: | 2023-11-01 14:55 (UTC) |
I can't install it, it gives me the following error:
Could somebody help?
@sp1d3rmxn (and others trying to build this): Change _xorgver at the top of the PKGBUILD to 1.20.6 then update the sha256sums, it should compile then. The machine where I have ssh keys for uploading to AUR isn't with me right now, so it'll be a week or two before I can do an update.
Shit doesn't build:
configure: error: Package requirements (glproto >= 1.4.17 gl >= 9.2.0) were not met:
Package dependency requirement 'gl >= 9.2.0' could not be satisfied. Package 'gl' has version '1.2', required version is '>= 9.2.0'
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables GL_CFLAGS and GL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ==> ERROR: A failure occurred in build(). Aborting...
Fucking bullshit.
Getting this error:
dri3.c:29:10: fatal error: drm_fourcc.h: No such file or directory
Solved by specifying where libdrn header files are before re-installation attempt:
export CPATH="/usr/include/libdrm"
This PKGBUILD should be rebased against community. _xorgver needs to be bumped to 1.19.x to build without libxfont, now removed from Arch. community currently builds against 1.19.6. The corresponding xserver patch file needs to be invoked too. The upstream PKGBUILD also installs the systemd services differently.
libxfont has been replaced, so that dependency can no longer be satisfied.
Pinned Comments
Gusar commented on 2019-11-23 21:13 (UTC) (edited on 2019-11-23 21:13 (UTC) by Gusar)
@sp1d3rmxn (and others trying to build this): Change _xorgver at the top of the PKGBUILD to 1.20.6 then update the sha256sums, it should compile then. The machine where I have ssh keys for uploading to AUR isn't with me right now, so it'll be a week or two before I can do an update.