Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Apr 2001 07:46:03 -0700 (PDT)
From:      adsouza@math.uwaterloo.ca
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26269: KOffice 2.0.1 will not compile
Message-ID:  <200104011446.f31Ek3d78498@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         26269
>Category:       ports
>Synopsis:       KOffice 2.0.1 will not compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 01 07:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Antonio D'souza
>Release:        4.2-stable
>Organization:
University of Waterloo
>Environment:
FreeBSD alice.cshouse 4.2-STABLE 
FreeBSD 4.2-STABLE #0: Sat Mar  3 11:07:46 EST 2001 
root@alice.cshouse:/usr/obj/usr/src/sys/QUIK  i386
>Description:
When I run make for KOffice, I get this error while cjecking for QT in the configure script:
checking for Qt... configure: error: Qt (>= Qt 2.2.1) (libraries) not found. Please check your installation!
(I know I have QT2.4 installed)
The script dump has the following info in it at the end:

configure:5067: checking for Qt
configure:5228: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -I/usr/local/include  -L/usr/X11R6/lib -L/usr/X11R6/lib  -L/usr/local/lib conftest.C -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lgcc -lstdc++ -lqt2 -lpng -lz -lm -ljpeg  -lXext -lX11 -lSM -lICE  1>&5
conftest.C: In function `int main()':
conftest.C:20: warning: unused variable `int magnolia'
conftest.C:15: warning: unused variable `class QStringList * t'
/usr/lib/libgcc.a(_eh.o): In function `__empty':
_eh.o(.text+0xe8): undefined reference to `pthread_setspecific'
/usr/lib/libgcc.a(_eh.o): In function `__get_eh_info':
_eh.o(.text+0x169): undefined reference to `pthread_key_create'
_eh.o(.text+0x26a): undefined reference to `pthread_getspecific'
_eh.o(.text+0x289): undefined reference to `pthread_setspecific'
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qapp.h>
#include <qobjcoll.h>
#include <qevent.h>
#include <qstring.h>
#include <qstyle.h>
#include <qiconview.h>
#if ! (QT_VERSION >= 221)
#error 1
#endif

int main() {
    QStringList *t = new QStringList();
    QIconView iv(0);
    iv.setWordWrapIconText(false);
    QString s;
    s.setLatin1("Elvis is alive", 14);
    int magnolia = QEvent::Speech; /* new in 2.2 beta2 */
    return 0;
}
(end of "config.log")
*** Error code 1

>How-To-Repeat:
try to compile the KOffice port
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104011446.f31Ek3d78498>