Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290849 - app-office/openoffice-3.1.1 emerge with kde USE flag fais because of QT4 lib trouble
Summary: app-office/openoffice-3.1.1 emerge with kde USE flag fais because of QT4 lib ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-28 08:47 UTC by Stefan Trenker
Modified: 2009-10-28 15:02 UTC (History)
0 users

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


Attachments
emerge --info (emerge--info.txt,4.45 KB, text/plain)
2009-10-28 08:48 UTC, Stefan Trenker
Details
ebuild log (app-office:openoffice-3.1.1:20091028-081825.log,1004.07 KB, text/plain)
2009-10-28 08:49 UTC, Stefan Trenker
Details
ebuild environment file (environment,218.71 KB, text/plain)
2009-10-28 08:49 UTC, Stefan Trenker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Trenker 2009-10-28 08:47:14 UTC
To make it short: I have this problem only on ARCH=x86, ARC=amd64 works.

emerge of openoffice-3.1.1 fails. It complains mising qt4 libraries and recommends setting of a QT4DIR environment variable.

This QT4DIR variable is not in my default environment (not on x86 and not on amd64). 

When I try to export QT4DIR=/usr/lib/qt4 or QT4DIR=/usr the emerge still fails with the same error message to set the QT4DIR variable correctly.

I have no further ideas how to procede.

Please find my emerge --info as attachment.


Reproducible: Always




checking for Qt4 headers... /usr/include/qt4                                                                                                                                      
checking for Qt4 libraries... no                                                                                                                                                  
configure: error: Qt4 libraries not found.  Please specify the root of your Qt4 installation by exporting QT4DIR before running "configure".                                      
make: *** [stamp/build] Error 1                                                                                                                                                   
 * ERROR: app-office/openoffice-3.1.1 failed:                                                                                                                                     
 *   Build failed                                                                                                                                                                 
 *                                                                                                                                                                                
 * Call stack:                                                                                                                                                                    
 *     ebuild.sh, line  49:  Called src_compile                                                                                                                                   
 *   environment, line 5512:  Called die                                                                                                                                          
 * The specific snippet of code:                                                                                                                                                  
 *       make || die "Build failed"
 *
 * If you need support, post the output of 'emerge --info =app-office/openoffice-3.1.1',
 * the complete build log and the output of 'emerge -pqv =app-office/openoffice-3.1.1'.
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.15"
JAVACFLAGS="-source 1.5 -target 1.5" COMPILER=""
and of course, the output of emerge --info
 * The complete build log is located at '/var/log/portage/app-office:openoffice-3.1.1:20091028-081825.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-3.1.1/temp/environment'.
 * S: '/var/tmp/portage/app-office/openoffice-3.1.1/work/ooo'
Comment 1 Stefan Trenker 2009-10-28 08:48:04 UTC
Created attachment 208485 [details]
emerge --info
Comment 2 Stefan Trenker 2009-10-28 08:49:19 UTC
Created attachment 208486 [details]
ebuild log
Comment 3 Stefan Trenker 2009-10-28 08:49:40 UTC
Created attachment 208487 [details]
ebuild environment file
Comment 4 Stefan Trenker 2009-10-28 09:05:15 UTC
gucky ~ # emerge -pqv =app-office/openoffice-3.1.1
[ebuild   R   ] app-office/openoffice-3.1.1  USE="bash-completion cups dbus gnome gstreamer gtk java kde* ldap nsplugin opengl pam (-aqua) -binfilter -debug -eds -mono -odk -templates" LINGUAS="de -af -ar -as_IN -be_BY -bg -bn -br -brx -bs -ca -cs -cy -da -dgo -dz -el -en -en_GB -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"

Comment 5 HTS 2009-10-28 11:56:07 UTC
Confirmed on x86. amd64 is not affected.
Comment 6 HTS 2009-10-28 12:01:46 UTC
Are you building with kde use flag enabled and using kde3?
Comment 7 Stefan Trenker 2009-10-28 12:12:33 UTC
(In reply to comment #6)
> Are you building with kde use flag enabled and using kde3?
> 

Nope.

It's a pure KDE4.3 system. There is not even kdelibs for KDE3.10 installed. 
Comment 8 Stefan Trenker 2009-10-28 15:02:06 UTC
New ooo-build-3.1.1.4 seems to fix the problem.

Ooo compiles now. It's still ongoing but I do not expect any further hurdles.

Many thanks for Your efforts sorting this out.