Package Details: spark 2.9.4-1

Git Clone URL: https://aur.archlinux.org/spark.git (read-only, click to copy)
Package Base: spark
Description: Cross-platform real-time collaboration client optimized for business and organizations.
Upstream URL: http://www.igniterealtime.org/projects/spark/
Licenses: LGPL
Conflicts: spark-svn
Submitter: mortzu
Maintainer: None
Last Packager: hwesselmann
Votes: 32
Popularity: 0.001398
First Submitted: 2009-02-07 12:31 (UTC)
Last Updated: 2020-11-25 19:45 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ArthurBorsboom commented on 2015-01-19 14:04 (UTC)

Hi Sirat, I believe the error of not able to find the lib/windows folder is due to a hardcoded library path. Can you add to the PKGBUILD a find and replace (sed) to search for \lib\windows in the file "Spark" and replace it with lib/linux ? On my system I am lacking a .desktop file for this application. Would you mind to create one and it to the package?

Sirat18 commented on 2012-06-06 09:52 (UTC)

dependencies updated

axil42 commented on 2012-06-02 18:32 (UTC)

Hi, since I don't really use that package I'll just orphan it so feel free to adopt it.

<deleted-account> commented on 2012-06-01 14:55 (UTC)

Hi, I think lib32-libxtst (multilib) dependencies is missing. I had this message without lib32-libxtst installed : ls: impossible d'accéder à /opt/spark/lib/windows: Aucun fichier ou dossier de ce type java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jivesoftware.launcher.Startup.start(Startup.java:94) at org.jivesoftware.launcher.Startup.main(Startup.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.install4j.runtime.Launcher.main(Unknown Source) Caused by: java.lang.UnsatisfiedLinkError: /opt/spark/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.load0(Unknown Source) at java.lang.System.load(Unknown Source) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at sun.security.action.LoadLibraryAction.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Unknown Source) at java.awt.Toolkit.<clinit>(Unknown Source) at com.jtattoo.plaf.JTattooUtilities.<clinit>(Unknown Source) at com.jtattoo.plaf.AbstractLookAndFeel.<clinit>(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at javax.swing.SwingUtilities.loadSystemClass(Unknown Source) at javax.swing.UIManager.setLookAndFeel(Unknown Source) at org.jivesoftware.Spark.loadLookAndFeel(Spark.java:271) at org.jivesoftware.Spark.startup(Spark.java:186) ... 12 more

axil42 commented on 2011-09-08 20:46 (UTC)

Sorry for the late reply. I ran it aa user and it magically worked! I only get a ls: cannot access /opt/spark/lib/windows: No such file or directory As root, I get the same error but it doesn't open. Really strange as when I compiled it, it wouldn't open as a user as you can see from previous comments. Maybe there was an update that fixed the problem or I have an extra package that you don't... I will investigate.

fusca commented on 2011-09-02 19:14 (UTC)

I've got a problem executing spark 2.6.3. My Arch is 64bits and I'm using jdk6. When I execute spark with non-root user, I've got this message: "Preparing JRE ... /usr/bin/spark: line 150: bin/unpack200: No such file or directory Error unpacking jar files. Aborting. You might need administrative priviledges for this operation." I also tried to execute with root user and I've got the same message. Ideas? Thanks!

axil42 commented on 2011-07-05 21:35 (UTC)

So there's a new version. Thanks, I'll update sometime tomorrow and check the thing about jre folder.

<deleted-account> commented on 2011-07-05 14:54 (UTC)

Ok got it to run. But not with this package. I downloaded 2.6.3.tar.gz. Extracted it to my home folder. In a terminal i went to: cd /home/username/Spark then i ran a command i found on the net in a terminal mv /home/username/Spark/jre /home/username/Spark/jre.not after that i could start Spark in terminal with: /home/username/Spark/Spark you must replace "username" with your name ;)

axil42 commented on 2011-07-04 11:43 (UTC)

Updated. Run it with "sudo spark".