Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45289 - qsynth access errors
Summary: qsynth access errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Frank van de Pol (RETIRED)
URL: http://www.algocompsynth.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-21 09:10 UTC by M. Edward Borasky
Modified: 2004-06-20 07:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
qsynth 0.2.1 updated ebuild, without the sandbox errors (qsynth-0.2.1.ebuild,666 bytes, text/plain)
2004-06-19 03:19 UTC, Raphael Slinckx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description M. Edward Borasky 2004-03-21 09:10:38 UTC
"emerge -bv qsytnt" yields the following set of access violations:

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-media-sound_-_qsynth-0.1.0-11686.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
--------------------------------------------------------------------------------
Comment 1 Mark Knecht 2004-05-07 11:22:51 UTC
I'm seeing similar scary stuff here:
make[1]: Leaving directory `/var/tmp/portage/qsynth-0.1.0/work/qsynth-0.1.0'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-media-sound_-_qsynth-0.1.0-32646.log"

open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
open_wr:   /usr/qt/3/etc/settings/.qt_plugins_3.3rc.lock
--------------------------------------------------------------------------------
flash root # 

flash root # emerge -pv qsynth

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] media-sound/qsynth-0.1.0   0 kB 

Total size of downloads: 0 kB

flash root # 

Note: This version of qsynth seems to be pretty old. Is it time for an update to the ebuild? There does not seem to be a ~x86 version.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-05-07 11:55:07 UTC
an addwrite $QTDIR/etc/settings in the ebuild will fix those.  or using the kde.eclass need-qt function will do it as well.
Comment 3 Raphael Slinckx 2004-06-19 03:19:34 UTC
Created attachment 33550 [details]
qsynth 0.2.1 updated ebuild, without the sandbox errors

feel free to correct, this is my first one !
Comment 4 Raphael Slinckx 2004-06-19 03:20:09 UTC
I modified the qsynth 0.1.0 ebuild with your advice but this is my first time, it worked for me...

I updated also to the last version on their website 0.2.1
Comment 5 Frank van de Pol (RETIRED) gentoo-dev 2004-06-20 07:45:55 UTC
Fix for qsynth-0.1.0.ebuild comitted to CVS, thanks.

note: Package was marked stable x86; left it that way since this is only a
correction in the ebuild. Flagging it ~x86 might break people's systems who
managed to install it.