Summary: | app-office/openoffice-3.2.0 doesn't find QT4 Libraries | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Steffen Hau <steffen> |
Component: | New packages | Assignee: | Gentoo Office Team <office> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aidanamarks, b.brachaczek, fcoiffie, madcored, mr, penetsdorfer, tomas |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Steffen Hau
2010-02-21 01:07:36 UTC
Please try follow: # echo 'QT4LIB="/usr/lib/qt4"' >> /etc/env.d/44qt4 # echo 'QT4DIR="/usr/lib/qt4"' >> /etc/env.d/44qt4 # env-update && source /etc/profile # emerge openoffice Same problem here; tried the workaround and right now the build phase is running on, so far so good :) Not sure about how many hours it will take to end the compile phase but it seems ok. Interesting enough, on a very similar installation but on a 64 bit arch oo compiled just fine even without env.d fix. This is only x86 bug with kde flag. More can be found in this thread: http://bugs.gentoo.org/show_bug.cgi?id=280344 In short, there is wrong Qt4 path in the configure script for x86 plattform. When will the patch of Comment #3 included in the portage tree? Should be fixed by setting QT4LIB in the ebuild (which I've done now). Please give the mirrors some time to catch up, resync and then report back if the fix works for you. (In reply to comment #1) > Please try follow: > # echo 'QT4LIB="/usr/lib/qt4"' >> /etc/env.d/44qt4 > # echo 'QT4DIR="/usr/lib/qt4"' >> /etc/env.d/44qt4 > # env-update && source /etc/profile > # emerge openoffice > This help, but ooo cant build later. This i another bug... > This help, but ooo cant build later. This i another bug...
This iS
(In reply to comment #6) > Should be fixed by setting QT4LIB in the ebuild (which I've done now). Please > give the mirrors some time to catch up, resync and then report back if the fix > works for you. > Confirming that this fix works good. Thanks. Fixed, closing |