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.000023
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 24 Next › Last »

xuiqzy commented on 2017-02-27 13:39 (UTC)

please change source und upstream url to tls encrypted https one :)

Rhinoceros commented on 2017-02-27 06:55 (UTC)

Just updated to 2.10.5550-1, but I'm having similar problems to the other comments. 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-jre/jre" $ archlinux-java status Available Java environments: java-7-openjdk java-8-jre/jre (default) java-8-openjdk/jre To fix: $ sudo archlinux-java set java-7-openjdk Perhaps you need to hard-reference the java install rather than rely on archlinux-java.

shimi commented on 2016-10-28 17:56 (UTC)

Only works after running: # archlinux-java set java-7-openjdk Otherwise, same issue as @zenlord.

MountainX commented on 2016-07-12 08:18 (UTC)

Jitsi installed for me without errors (and using the default java 7 dependencies).

zenlord commented on 2016-04-13 06:16 (UTC)

At my laptop, the build fails with: "BUILD FAILED /tmp/packerbuild-0/jitsi/jitsi/src/jitsi/build.xml:486: 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 generates this output: Available Java environments: java-7-openjdk java-8-openjdk/jre (default) Solved by installing jdk8-openjdk from the extra repo, but then this should be a build dependency, no?

aurelieng commented on 2016-03-29 07:44 (UTC)

OK, I reset my PATH to a minimal '/usr/local/bin:/usr/bin', and it now works as expected. The problem is on my side, I'm gonna investigate what's wrong with my setup. Sorry for the warning, and thank you for packaging jitsi :-)

xdevla commented on 2016-03-29 07:40 (UTC)

Weird, same version and I just rebuild it without any issue. [xavierd@thinkpad ~/aur/maintained/jitsi] [] $ makepkg -sf ==> Making package: jitsi 2.8.5426-3 (Tue Mar 29 09:36:34 CEST 2016) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found jitsi-src-2.8.5426.zip -> Found jitsi.desktop -> Found jitsi.sh ==> Validating source files with sha256sums... jitsi-src-2.8.5426.zip ... Passed jitsi.desktop ... Passed jitsi.sh ... Passed ==> Extracting sources... -> Extracting jitsi-src-2.8.5426.zip with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.aatext=true Buildfile: /home/xavierd/aur/maintained/jitsi/src/jitsi/build.xml clean-bundle-repositories: clean-test-reports: clean-macosx: clean: init: [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/classes [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/doc/api [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/sc-bundles [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/sc-bundles/os-specific [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/sc-bundles/os-specific/macosx [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/sc-bundles/os-specific/linux [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/sc-bundles/os-specific/windows [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/sc-bundles/os-specific/freebsd [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/sc-bundles/os-specific/solaris [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/sc-bundles/os-specific/android [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/test-reports [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/test-reports/html [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/release [mkdir] Created dir: /home/xavierd/aur/maintained/jitsi/src/jitsi/log -pre-version: version: [javac] Compiling 3 source files to /home/xavierd/aur/maintained/jitsi/src/jitsi/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] 1 warning [echo] Jitsi version 2.8.build.2.8.5426 compile: [javac] Compiling 2305 source files to /home/xavierd/aur/maintained/jitsi/src/jitsi/classes ... bundles: package: make: rebuild: [echo] ver=2.8.build.2.8.5426 BUILD SUCCESSFUL Total time: 26 seconds ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing empty directories... -> Removing libtool files... -> Purging unwanted files... -> Compressing man and info pages... ==> Checking for packaging issue... ==> Creating package "jitsi"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: jitsi 2.8.5426-3 (Tue Mar 29 09:37:28 CEST 2016)

aurelieng commented on 2016-03-29 07:34 (UTC)

Well, I unfortunately have the very same error without packer: BUILD SUCCESSFUL Total time: 37 seconds ==> Entering fakeroot environment... ==> Starting package()... find: The current directory is included in the PATH environment variable, which is insecure in combination with the -execdir action of find. Please remove the current directory from your $PATH (that is, remove ".", doubled colons, or leading or trailing colons) ==> ERROR: A failure occurred in package(). I'm using: /usr/bin/makepkg is owned by pacman 5.0.1-2 /usr/bin/find is owned by findutils 4.6.0-1

xdevla commented on 2016-03-29 07:28 (UTC)

Packer is causing troubles not the package. Did update the license and .SRCINFO

aurelieng commented on 2016-03-27 07:52 (UTC)

It seems that the PKBUILD needs an update ? ==> Making package: jitsi 2.8.5426-2 (Sat Mar 26 10:04:27 CET 2016) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... /tmp/packerbuild-1000/jitsi/jitsi/src/jitsi find: The current directory is included in the PATH environment variable, which is insecure in combination with the -execdir action of find. Please remove the current directory from your $PATH (that is, remove ".", doubled colons, or leading or trailing colons) ==> ERROR: A failure occurred in package(). Aborting..