Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kmplayer fail, kplayer fail with same error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
eagle_cz
Apprentice
Apprentice


Joined: 06 Jun 2003
Posts: 214

PostPosted: Mon Jan 26, 2004 10:28 am    Post subject: kmplayer fail, kplayer fail with same error Reply with quote

test ! -f zh_CN.gmo || touch zh_CN.gmo
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.8.1/work/kmplayer/po'
make[2]: Entering directory `/var/tmp/portage/kmplayer-0.8.1/work/kmplayer'
make[2]: Leaving directory `/var/tmp/portage/kmplayer-0.8.1/work/kmplayer'
make[1]: Leaving directory `/var/tmp/portage/kmplayer-0.8.1/work/kmplayer'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-kmplayer-0.8.1-12627.log"

open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.2rc.lock
open_wr: /usr/qt/3/etc/settings/qt_plugins_3.2rc.tmp
open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.2rc.lock
open_wr: /usr/qt/3/etc/settings/qt_plugins_3.2rc.tmp
open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.2rc.lock
open_wr: /usr/qt/3/etc/settings/qt_plugins_3.2rc.tmp
open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.2rc.lock
open_wr: /usr/qt/3/etc/settings/qt_plugins_3.2rc.tmp
open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.2rc.lock
open_wr: /usr/qt/3/etc/settings/qt_plugins_3.2rc.tmp
open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.2rc.lock
open_wr: /usr/qt/3/etc/settings/qt_plugins_3.2rc.tmp
open_wr: /usr/qt/3/etc/settings/.qt_plugins_3.2rc.lock
open_wr: /usr/qt/3/etc/settings/qt_plugins_3.2rc.tmp
--------------------------------------------------------------------------------

any tip ?
Back to top
View user's profile Send private message
Birnenpfluecker
Guru
Guru


Joined: 01 Sep 2003
Posts: 315
Location: Lage, Germany

PostPosted: Wed Jan 28, 2004 11:09 am    Post subject: Reply with quote

Have the same problems with yammi. Could it be, that there is something wrong with qt? Or the ebuilds?
Back to top
View user's profile Send private message
eagle_cz
Apprentice
Apprentice


Joined: 06 Jun 2003
Posts: 214

PostPosted: Wed Jan 28, 2004 11:58 am    Post subject: Reply with quote

i found, that files whitch he try to write doesnt exist, nor directory
Back to top
View user's profile Send private message
Sipi
Guru
Guru


Joined: 03 Apr 2003
Posts: 406
Location: Hungary

PostPosted: Wed Jan 28, 2004 12:04 pm    Post subject: Reply with quote

It should be an error with the ebuild itself.
This kind of error means that during the emerge process, when trying to install the program with "make install" into the temporary space from where it will be moved to the final location, the program wanted to write data not to this temporary space, but somewhere else, into your real filesystem.

This is a bug, ebuilds must not behave this way.

After it fails, you should try the following: go to the dir where the sources are (e.g. /var/tmp/portage/kmplayer-0.8.1), and if there is no .compiled file, add the following:

touch .compiled

This way you tell emerge that this build has been compiled.

Now go to the dir where your program's ebuild is (e.g. /usr/portage/media-video/kmplayer), and add the following:

ebuild kmplayer-0.8.1.ebuild install

This makes the same as emerge did, but maybe now it will work.

And then:

ebuild kmplayer-0.8.1.ebuild qmerge

will merge it from temp space to the final location.

Sipi
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum