Package Details: tigervnc-git r4793.1e87050d-1

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)

Required by (16)

Sources (5)

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.

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

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.

sp1d3rmxn commented on 2019-11-16 10:23 (UTC)

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.

marcin commented on 2018-08-13 01:13 (UTC) (edited on 2018-08-13 03:37 (UTC) by marcin)

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"

sjuxax commented on 2018-02-11 03:34 (UTC) (edited on 2018-02-11 03:38 (UTC) by sjuxax)

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.

DrosteEffect commented on 2018-02-11 00:41 (UTC)

libxfont has been replaced, so that dependency can no longer be satisfied.

normalraw commented on 2016-10-26 20:56 (UTC)

Could you please ship the user service too, like the community/tigervnc package does? Thanks!

Gusar commented on 2015-02-04 00:07 (UTC)

Bah, that's what I get for not even compile-testing. The actual error is above what you posted: vncExtInit.h:62:41: error: unknown type name size_t void vncServerCutText(const char *text, size_t len); ^ I fixed that, then had a bunch of other errors, fixed that too. No idea if my fixes are correct, but the resulting Xvnc binary does work.

butler360 commented on 2015-02-03 19:32 (UTC)

Failing to build: "Makefile:904: recipe for target 'Xvnc-xvnc.o' failed"