Package Details: jitsi 2.11.5633-1

Git Clone URL: https://aur.archlinux.org/jitsi.git (read-only, click to copy)
Package Base: jitsi
Description: An audio/video SIP VoIP phone and instant messenger written in Java (formerly SIP-Communicator)
Upstream URL: https://desktop.jitsi.org/Main/HomePage
Licenses: Apache
Submitter: psychedelicious
Maintainer: SanskritFritz
Last Packager: figue
Votes: 372
Popularity: 0.001754
First Submitted: 2011-05-11 11:22 (UTC)
Last Updated: 2020-12-12 16:22 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Pinned Comments

figue commented on 2020-12-12 17:04 (UTC) (edited on 2021-01-03 19:13 (UTC) by figue)

I've built with jdk8... Like this:

env JAVA_HOME=/usr/lib/jvm/java-8-openjdk PATH=/usr/lib/jvm/java-8-openjdk/jre/bin:$PATH makepkg -sic

But if you want to execute jitsi, it's better to set it globally:

archlinux-java set java-8-openjdk

See pinned comment.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 24 Next › Last »

zierf commented on 2018-10-19 10:20 (UTC) (edited on 2018-10-19 10:21 (UTC) by zierf)

In my case it installed the package ant (v1.10.5-1) as makedependency, which provides apache-ant and has no such file /etc/profile.d/apache-ant.sh. You could uncomment the correspondent line 26 in PKGBUILD's build() as workaround:

. /etc/profile.d/apache-ant.sh

As alternative, you can replace the makedepend with package apache-ant-10 (also v1.10.5-1), which still provides the missing file /etc/profile.d/apache-ant.sh.

But then I had to set the JAVA_HOME environment variable (jdk8-openjdk/jre8-openjdk):

export JAVA_HOME=/usr/lib/jvm/default

and import the missing and unknown public key A2115AE15F6B8B72 for downloaded file apache-ant-1.10.5-src.tar.bz2 in the local keyring:

gpg --recv-keys A2115AE15F6B8B72

The file /etc/profile.d/apache-ant.sh only sets the proper path into the environment variable ANT_HOME. I think both workarounds produce the same results, because they are the same ant version and both set a valid ANT_HOME environment variable, whilst the former uses another config file and doesn't know the file jitsi wants to source while build. As long as you don't want to change the default ant paths you should be fine with both solutions.

stevenroose commented on 2018-10-10 12:35 (UTC)

/home/steven/.cache/yay/jitsi/PKGBUILD: line 26: /etc/profile.d/apache-ant.sh: No such file or directory

moparisthebest commented on 2018-06-19 17:27 (UTC)

This doesn't build with java10, needs java 8:

depends=('java-runtime=8') makedepends=('apache-ant' 'java-environment-common' 'java-environment=8')

theriddick commented on 2018-04-22 01:06 (UTC)

ArnaudNux you may not actually have java-8-open installed, check because I had exact same error and had java-8-openjdk/jre installed but not java-8-openjdk.

ArnaudNux commented on 2018-04-15 15:30 (UTC) (edited on 2018-04-15 15:31 (UTC) by ArnaudNux)

-pre-version:

version:

BUILD FAILED /home/arnaud/tempo/yaourt-tmp-arnaud/aur-jitsi/src/jitsi/build.xml:454: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "/usr/lib/jvm/java-8-openjdk/jre"

Total time: 0 seconds ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build jitsi. ==> Restart building jitsi ? [y/N] ==> ------------------------------

xdevla commented on 2018-04-03 11:53 (UTC)

Working fine for me with JAVA_HOME=/usr/lib/jvm/default-runtime Please check your env

Rhinoceros commented on 2018-04-03 10:42 (UTC)

For me, java 8 failed, and java 7 worked.

$ makepkg
...
BUILD FAILED
/tmp/jitsi/src/jitsi/build.xml:454: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "/usr/lib/jvm/java-8-openjdk/jre"
...
$ archlinux-java status
Available Java environments:
  java-7-openjdk
  java-8-openjdk/jre (default)
$ sudo archlinux-java set java-7-openjdk
$ makepkg

robertfoster commented on 2018-03-31 13:42 (UTC) (edited on 2018-03-31 13:47 (UTC) by robertfoster)

Hi, Please could you modify your .desktop in this manner?

[Desktop Entry]
Encoding=UTF-8
Name=Jitsi
GenericName=jitsi
Comment=VoIP and Instant Messaging client
Icon=jitsi
Type=Application
Categories=Network
Exec=/usr/bin/jitsi
Terminal=false

in order to provide themeability?

omgold commented on 2017-10-23 09:27 (UTC)

The package seems not to compile against Java 9 (Java 8 works): compile: [javac] Compiling 2172 source files to /tmp/yaourt-tmp-omangold/aur-jitsi/src/jitsi/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /tmp/yaourt-tmp-omangold/aur-jitsi/src/jitsi/src/net/java/sip/communicator/util/JitsiDnsNameService.java:35: error: cannot find symbol [javac] implements NameService [javac] ^ [javac] symbol: class NameService [javac] /tmp/yaourt-tmp-omangold/aur-jitsi/src/jitsi/src/net/java/sip/communicator/util/JitsiDnsNameService.java:25: error: package sun.net.spi.nameservice does not exist [javac] import sun.net.spi.nameservice.*; [javac] ^ [javac] /tmp/yaourt-tmp-omangold/aur-jitsi/src/jitsi/src/net/java/sip/communicator/util/JitsiDnsNameServiceDescriptor.java:29: error: cannot find symbol [javac] implements NameServiceDescriptor [javac] ^ [javac] symbol: class NameServiceDescriptor [javac] /tmp/yaourt-tmp-omangold/aur-jitsi/src/jitsi/src/net/java/sip/communicator/util/JitsiDnsNameServiceDescriptor.java:36: error: cannot find symbol [javac] public NameService createNameService() [javac] ^ [javac] symbol: class NameService [javac] location: class JitsiDnsNameServiceDescriptor [javac] /tmp/yaourt-tmp-omangold/aur-jitsi/src/jitsi/src/net/java/sip/communicator/util/JitsiDnsNameServiceDescriptor.java:20: error: package sun.net.spi.nameservice does not exist [javac] import sun.net.spi.nameservice.*; [javac] ^

monarc99 commented on 2017-03-01 21:30 (UTC)

login errors are gone, if i use jitsi.sh from jitsi-nightly https://aur.archlinux.org/cgit/aur.git/tree/jitsi.sh?h=jitsi-nightly