Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38253 - partgui-0.2.2 fails to compile/install with ACCESS VIOLATION in .qtrc.lock
Summary: partgui-0.2.2 fails to compile/install with ACCESS VIOLATION in .qtrc.lock
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal critical (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 20:51 UTC by Johnny
Modified: 2004-11-16 23:29 UTC (History)
1 user (show)

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


Attachments
partgui-0.2.3-r2.ebuild (corrected version) (partgui-0.2.3-r2.ebuild,882 bytes, text/plain)
2004-08-30 17:22 UTC, robertc96
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny 2004-01-14 20:51:26 UTC
partgui-0.2.2 goes through the compile and ends with:

make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/var/tmp/portage/partgui-0.2.2/work/partgui-0.2.2'
make[1]: Leaving directory `/var/tmp/portage/partgui-0.2.2/work/partgui-0.2.2'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-partgui-0.2.2-5479.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
--------------------------------------------------------------------------------
and does not finish the install.
I have tried chmod the lock file to 755 and gone so far as to rename it to stop access. It still gives the same error.
Comment 1 Johnny 2004-01-15 09:36:10 UTC
As a test, I renamed _everything_ in the /usr/qt/3/settings/ directory adding "-old" to the end of the filename and then tried to re-emerge partgui.

It worked.
The program installed and executes.

There were 6 files in the directory- 3 of them hidden.

qt_plugins_3.2rc
qtrc
qtpartedrc
.qt_plugins_3.2rc.lock
.qtrc.lock
.qtpartedrc.lock

After the install, these files were replaced:

qt_plugins_3.2rc
qtrc
.qt_plugins_3.2rc.lock
.qtrc.lock

leaving the "-old" files intact.
Comment 2 Dominik Stadler (RETIRED) gentoo-dev 2004-02-20 07:36:42 UTC
I couldn't test this yet, but I think that a similar fix as in 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-db/tora/tora-1.3.13.ebuild?r1=1.2&r2=1.3
could solve this.
Comment 3 p cooper 2004-08-11 00:02:45 UTC
still a problem with partgui 0.2.3-r2

-------------------------- ACCESS VIOLATION SUMMARY -------------
LOG FILE = "/tmp/sandbox-app-admin_-_partgui-0.2.3-r2-20859.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
Comment 4 robertc96 2004-08-30 17:22:43 UTC
Created attachment 38550 [details]
partgui-0.2.3-r2.ebuild (corrected version)
Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2004-11-16 23:29:36 UTC
Fixed. Didn't get the bug assigned until now, sorry for the long delay.