[oe] [Bug 1363] New: konqueror-embedded_20030705 fails in configure stage (no qte library found)

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sat Aug 26 15:25:28 UTC 2006


http://bugs.openembedded.org/show_bug.cgi?id=1363

           Summary: konqueror-embedded_20030705 fails in configure stage (no
                    qte library found)
           Product: Openembedded
           Version: OpenZaurus 3.5.4.x
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-devel at lists.openembedded.org
        ReportedBy: manuel.teira at telefonica.net
         QAContact: tinderbox-oe at gmx.net


Running:

bitbake -b
../org.openembedded.dev/packages/konqueror/konqueror-embedded_20030705.bb

Fails with message:
...
| checking for libjpeg6b... no
| checking for libjpeg... -ljpeg
| checking for Qt... configure: error: Qt (>= Qt 2.2.2) (library qte) not
found. Please check your installation!
| For more details about this problem, look at the end of config.log.
| FATAL: oe_runconf failed

It seems that the library to be linked should be libqte-mt. I workarrounded it
with the following patch:

--- org.openembedded.dev/packages/konqueror/konqueror-embedded_20030705.bb     
2006-08-03 13:38:14.000000000 +0200
+++ konqueror-embedded_20030705.bb      2006-08-26 17:42:21.000000000 +0200
@@ -39,7 +39,7 @@
                 --with-extra-includes=${STAGING_INCDIR}
--with-extra-libs=${STAGING_LIBDIR}     \
                 --with-ssl-version=0.9.7c --with-ssl-dir=${STAGING_LIBDIR}/.. 
                 \
                 --with-qt-dir=${QTDIR} --with-qtopia-dir=${OPIEDIR}           
                 \
-               --enable-libsuffix=""                                          
                '
+               --enable-threading --enable-mt --enable-libsuffix=""           
                '

 CXXFLAGS += "-DOPIE_NO_ERASE_RECT_HACKFIX -DOPIE_NEW_MALLOC"


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-devel mailing list