Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306913 - qt-gui[+raster]: app-office/openoffice-3.2.0 crashes on startup
Summary: qt-gui[+raster]: app-office/openoffice-3.2.0 crashes on startup
Status: RESOLVED DUPLICATE of bug 306211
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 306951
  Show dependency tree
 
Reported: 2010-02-26 08:30 UTC by Alexander Wright
Modified: 2010-02-26 18:15 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Wright 2010-02-26 08:30:57 UTC
+++ This bug was initially created as a clone of Bug #306903 +++

If x11-libs/qt-gui-4.6.2 was built with USE="raster", app-office/openoffice-3.2.0 fails to get past its splash screen. qt-gui buit with USE="-raster" cures the problem.

The Error:
path ~ $oowriter
path ~ $ X-Error: BadDrawable (invalid Pixmap or Window parameter)
        Major opcode: 62 (X_CopyArea)
        Resource ID:  0x0
        Serial No:    464 (464)
These errors are reported asynchronously,
set environment variable SAL_SYNCHRONIZE to 1 to help debugging


 % emerge -pv openoffice
app-office/openoffice-3.2.0  USE="bash-completion binfilter cups dbus gstreamer gtk java kde ldap nsplugin opengl pam (-aqua) -debug -eds -gnome (-kdeenablefinal) -mono -odk -templates%" LINGUAS="en en_GB -af -ar -as_IN -be_BY -bg -bn -br -brx -bs -ca -cs -cy -da -de -dgo -dz -el -en_US -en_ZA -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi_IN -hr -hu -id -it -ja -ka -kk -km -kn_IN -ko -kok -ks -ku -lt -mai -mk -ml_IN -mn -mni -mr_IN -nb -ne -nl -nn -nr -ns -oc -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sa_IN -sat -sd -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -uz -ve -vi -xh -zh_CN -zh_TW -zu"

 % emerge -pv qt-gui 
[ebuild   R   ] x11-libs/qt-gui-4.6.2  USE="accessibility cups dbus exceptions glib gtk mng pch qt3support  raster tiff (-aqua) -debug -nas -nis -xinerama"
Comment 1 Alexey Charkov 2010-02-26 16:20:47 UTC
The same happens on my system when I try to start app-office/openoffice-3.2.0 built with USE=kde from a KDE session (with USE=raster enabled for Qt). Starting it from an Xfce session on the same machine works fine (as Qt is not used there).
Comment 2 Nikos Chantziaras 2010-02-26 17:24:32 UTC
I can't reproduce this here.  AMD64.

[ebuild   R   ] x11-libs/qt-gui-4.6.2  USE="accessibility dbus exceptions glib mng qt3support raster tiff (-aqua) -cups -debug -gtk -nas -nis -pch -xinerama"

[ebuild   R   ] app-office/openoffice-3.2.0  USE="bash-completion dbus kde nsplugin (-aqua) -binfilter -cups -debug -eds -gnome -gstreamer -gtk -java (-kdeenablefinal) -ldap -mono -odk -opengl -pam -templates" LINGUAS="en en_US -af -ar -as_IN -be_BY -bg -bn -br -brx -bs -ca -cs -cy -da -de -dgo -dz -el -en_GB -en_ZA -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi_IN -hr -hu -id -it -ja -ka -kk -km -kn_IN -ko -kok -ks -ku -lt -mai -mk -ml_IN -mn -mni -mr_IN -nb -ne -nl -nn -nr -ns -oc -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sa_IN -sat -sd -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -uz -ve -vi -xh -zh_CN -zh_TW -zu"
Comment 3 Alexey Charkov 2010-02-26 17:59:24 UTC
Nikos, did you rebuild openoffice after adding USE=raster to qt-gui? Personally I did not, maybe that is the source of all evil...

(In reply to comment #2)
> I can't reproduce this here.  AMD64.
> 
> [ebuild   R   ] x11-libs/qt-gui-4.6.2  USE="accessibility dbus exceptions glib
> mng qt3support raster tiff (-aqua) -cups -debug -gtk -nas -nis -pch -xinerama"
> 
> [ebuild   R   ] app-office/openoffice-3.2.0  USE="bash-completion dbus kde
> nsplugin (-aqua) -binfilter -cups -debug -eds -gnome -gstreamer -gtk -java
> (-kdeenablefinal) -ldap -mono -odk -opengl -pam -templates" LINGUAS="en en_US
> -af -ar -as_IN -be_BY -bg -bn -br -brx -bs -ca -cs -cy -da -de -dgo -dz -el
> -en_GB -en_ZA -eo -es -et -eu -fa -fi -fr -ga -gl -gu -he -hi_IN -hr -hu -id
> -it -ja -ka -kk -km -kn_IN -ko -kok -ks -ku -lt -mai -mk -ml_IN -mn -mni -mr_IN
> -nb -ne -nl -nn -nr -ns -oc -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sa_IN -sat
> -sd -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta -ta_IN -te_IN -tg -th -ti_ER -tn -tr
> -ts -uk -ur_IN -uz -ve -vi -xh -zh_CN -zh_TW -zu"
> 

Comment 4 Nikos Chantziaras 2010-02-26 18:04:29 UTC
(In reply to comment #3)
> Nikos, did you rebuild openoffice after adding USE=raster to qt-gui? Personally
> I did not, maybe that is the source of all evil...

No, it's from before I built qt-gui with raster actually.  Maybe some of the different USE flags have something to do with it?
Comment 5 Dror Levin (RETIRED) gentoo-dev 2010-02-26 18:15:21 UTC
Resync and recompile openoffice, it should work now.

*** This bug has been marked as a duplicate of bug 306211 ***