Package Details: guacamole-client 1.5.4-1

Git Clone URL: https://aur.archlinux.org/guacamole-client.git (read-only, click to copy)
Package Base: guacamole-client
Description: Java and Maven components of Guacamole
Upstream URL: https://guacamole.apache.org/
Keywords: guacamole
Licenses: GPL3
Replaces: guacamole
Submitter: calendulish
Maintainer: figue (figuepluto, jfigueras)
Last Packager: figue
Votes: 17
Popularity: 0.007869
First Submitted: 2013-09-17 15:21 (UTC)
Last Updated: 2023-12-08 16:37 (UTC)

Dependencies (6)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

figue commented on 2023-11-19 10:43 (UTC)

Hi, personally I use trizen, just works for me. But I tried pikaur in some new systems. Perhaps pikaur can be configured to allow .m2 builds. Have fun if you want to try to make it work! :)

tachtler commented on 2023-11-19 06:32 (UTC)

Hi @fugue,

YES, your're right, manual build with makepkg still works. Which AUR helper do you use?

Thank you Klaus.

figue commented on 2023-11-18 23:31 (UTC)

Hi @tachtler. I think it's a pikaur issue. Can you try with makepkg directly? Maybe it has to be reported to pikaur, because compilation needs to build some modules in $HOME/.m2 folder.

tachtler commented on 2023-11-17 13:19 (UTC)

Hi fugue,

thank you for building guacamole(-client)!

Follwing problem occured today:

# pikaur --noconfirm -S guacamole-client
...
...
...
==> Starting build()...
[ERROR] Could not create local repository at /.m2/repository -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LocalRepositoryNotAccessibleException
==> ERROR: A failure occurred in build().
    Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=4
Service runtime: 8.856s
CPU time consumed: 2.740s

Command '/usr/sbin/systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -p WorkingDirectory=/var/cache/private/pikaur/build/guacamole-client -E GNUPGHOME=/etc/pacman.d/gnupg/ makepkg --force' failed to execute.

Thank you, Klaus.

sergeimipt commented on 2023-02-17 08:36 (UTC)

@figue it installed w/o errors now, thanks a lot!!!

figue commented on 2023-02-16 23:15 (UTC)

@sergeimipt build was fixed. Thanks.

sergeimipt commented on 2023-02-16 10:46 (UTC) (edited on 2023-02-16 10:48 (UTC) by sergeimipt)

hi, got the following error during installation (makepkg -si), selected java-11-openjdk:


[ERROR] Failed to execute goal com.github.searls:jasmine-maven-plugin:2.2:test (default) on project guacamole-common-js: The jasmine-maven-plugin encountered an exception: 
[ERROR] org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
[ERROR] Build info: version: '2.53.1', revision: 'a36b8b1cd5757287168e54b817830adce9b0158d', time: '2016-06-30 19:26:09'
[ERROR] System info: host: 'thinkpad-pc', ip: '192.168.0.10', os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.12-arch1-1', java.version: '11.0.18'

figue commented on 2022-04-24 11:10 (UTC)

@jayray I was having some issues with this package, but it was because I use a optimized version of zlib and that cause an issue during the "mvn package". Installing core/zlib fixes that compilation.

jayray commented on 2022-04-11 01:26 (UTC) (edited on 2022-04-14 13:34 (UTC) by jayray)

Fresh install an dno build: [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.11.3:npm (npm-build) on project guacamole: Failed to run task: 'npm run build' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 2 (Exit value: 2) -> [Help 1]

*btw saved myself a lot of time by just downloading the war package from the project. May try to build again some other time.