You are not logged in.

#1 2012-12-17 18:00:44

opteronup
Member
Registered: 2012-12-17
Posts: 3

Zumocast gives error on Arch Linux x86_64

I found a RPM package of Zumocast here -> http://orion.lcg.ufrj.br/RPMS/myrpms/zumocast/

I tried to make make a PKGBUILD. Here is the PKGBUILD:

pkgname=zumocast
pkgver=1.3
pkgrel=1
pkgdesc="Access all your files and media from your computer"
arch=('x86_64')
license=('unknown')
depends=('rpmextract')
makedepends=('rpmextract inotify-tools gnet librtfcomp libstdc++5')
url="http://www.zumocast.com/"

source=(http://orion.lcg.ufrj.br/RPMS/myrpms/zumocast/zumocast-1.3.x86_64.rpm)
md5sums=('ac73a175bf5dbf2de40eae2b2d9d7b54')

build() {
  source /etc/profile.d/jre.sh || source /etc/profile.d/openjdk6.sh
  cd "$pkgdir"
  rpmextract.sh ../zumocast-1.3.x86_64.rpm
}


I have installed the package, but now there are errors when I start ZumoCast.

The first error was about missing library libnotify.so.1. I ran this from terminal: "ln -sf /usr/lib/libnotify.so.4.0.0 /usr/lib/libnotify.so.1", then there was another error -> "[Unknown Mozilla path (MOZILLA_FIVE_HOME not set)])
".
Then I put in file Zumocast (/usr/bin/Zumocast) this "export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-17.0.1/". And again another error.

Here is the error: (see below)

Starting main method

(ZumoCast:3855): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -1 and height -1
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000000000, pid=3855, tid=139860261119808
#
# JRE version: 7.0_09-b30
# Java VM: OpenJDK 64-Bit Server VM (23.2-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  0x0000000000000000
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/user/Downloads/zumocast/hs_err_pid3855.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

The log file can be downloaded here -> https://docs.google.com/open?id=0B-Q51O … 195cUwxZVU

Please help guys and sorry for my bad English.

Offline

#2 2012-12-19 15:19:40

opteronup
Member
Registered: 2012-12-17
Posts: 3

Re: Zumocast gives error on Arch Linux x86_64

Nobody knows?

Offline

#3 2012-12-29 13:58:42

opteronup
Member
Registered: 2012-12-17
Posts: 3

Re: Zumocast gives error on Arch Linux x86_64

Somebody has an idea what's the problem?

Offline

Board footer

Powered by FluxBB