You are not logged in.

#1 2009-10-03 19:18:14

jaycc
Member
Registered: 2009-10-03
Posts: 3

trying to install mumble

I am kinda new to Arch but not to linux. I use mumble quite often but I can't seem to get it to work, I am trying to install it via yaourt but I get:

==> Starting build()...
cd src/mumble/ && make -f Makefile 
make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-mumble/mumble/src/mumble-1.1.8/src/mumble'
/usr/bin/qmake -unix CONFIG+=no-bundled-speex\ no-speechd\ no-g15\ no-xevie\ no-server DEFINES+=PLUGIN_PATH=/usr/lib/mumble/plugins -o Makefile mumble.pro
WARNING: Failure to find: qt_de.qm
WARNING: Failure to find: qt_es.qm
WARNING: Failure to find: qt_fr.qm
WARNING: Failure to find: qt_ru.qm
WARNING: Failure to find: qt_pl.qm
WARNING: Failure to find: qt_ja_JP.qm
WARNING: Failure to find: qt_de.qm
WARNING: Failure to find: qt_es.qm
WARNING: Failure to find: qt_fr.qm
WARNING: Failure to find: qt_ru.qm
WARNING: Failure to find: qt_pl.qm
WARNING: Failure to find: qt_ja_JP.qm
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_en.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_es.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_fr.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_de.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_ru.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_ja.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_cs.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_pl.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_de.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_es.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_fr.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_ru.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_pl.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_ja_JP.qm'
RCC: Warning: No resources in 'mumble_qt.qrc'.
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_en.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_es.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_fr.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_de.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_ru.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_ja.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_cs.qm'
RCC: Error in 'mumble.qrc': Cannot find file 'mumble_pl.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_de.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_es.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_fr.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_ru.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_pl.qm'
RCC: Error in 'mumble_qt.qrc': Cannot find file 'qt_ja_JP.qm'
RCC: Warning: No resources in 'mumble_qt.qrc'.
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-mumble/mumble/src/mumble-1.1.8/src/mumble'
make[1]: Entering directory `/tmp/yaourt-tmp-root/aur-mumble/mumble/src/mumble-1.1.8/src/mumble'
make -f Makefile.Release
make[2]: Entering directory `/tmp/yaourt-tmp-root/aur-mumble/mumble/src/mumble-1.1.8/src/mumble'
cp -f /usr/share/qt/translations/qt_de.qm qt_de.qm
cp: cannot stat `/usr/share/qt/translations/qt_de.qm': No such file or directory
make[2]: *** [qt_de.qm] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-mumble/mumble/src/mumble-1.1.8/src/mumble'
make[1]: *** [release] Error 2
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-mumble/mumble/src/mumble-1.1.8/src/mumble'
make: *** [sub-src-mumble-make_default-ordered] Error 2
Error: Makepkg was unable to build mumble package.

I have qt installed...

if anyone has any idea how to fix this, would be great thanks. smile

Last edited by jaycc (2009-10-03 19:51:17)

Offline

#2 2009-10-03 19:48:48

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: trying to install mumble

Please use the forum's code tags when posting build output, log extracts, etc.

Offline

#3 2009-10-03 19:50:21

jaycc
Member
Registered: 2009-10-03
Posts: 3

Re: trying to install mumble

tomk wrote:

Please use the forum's code tags when posting build output, log extracts, etc.

Ok, sorry.

Offline

#4 2009-10-03 20:57:17

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: trying to install mumble

Welcome to the forums jaycc.

If you read the comments on the AUR page, you'd see that others are having the same problem. I don't know if there's a solution, but I wanted to recommend that you take the time to understand what you're downloading when using yaourt. There are no safeguards in the AUR against malicious code other than careful users.

Offline

#5 2009-10-03 21:45:02

jaycc
Member
Registered: 2009-10-03
Posts: 3

Re: trying to install mumble

skottish wrote:

Welcome to the forums jaycc.

If you read the comments on the AUR page, you'd see that others are having the same problem. I don't know if there's a solution, but I wanted to recommend that you take the time to understand what you're downloading when using yaourt. There are no safeguards in the AUR against malicious code other than careful users.

Thank you for the warning skottish, I must admite I do not know much about yaourt yet. I did read the AUR page and i couldn't really tell if it was the exact problem as I was having.. after a few hours of looking for a solution I noticed someone saying they had no problem installing it with yaourt (I was trying to make it without yaourt first) so I gave that a try to figure out it was pretty much the same thing as I was doing. so I thought I would post on the forums to see if anyone had any better ideas..

Again thank you I will keep that in mind... I am kinda used to Ubuntu's apt-get anything you need. heh tongue

Offline

Board footer

Powered by FluxBB