From owner-freebsd-ports Sun Apr 1 7:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9693837B71E for ; Sun, 1 Apr 2001 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31Eo1P79442; Sun, 1 Apr 2001 07:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1D3937B71D for ; Sun, 1 Apr 2001 07:46:03 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f31Ek3d78498; Sun, 1 Apr 2001 07:46:03 -0700 (PDT) (envelope-from nobody) Message-Id: <200104011446.f31Ek3d78498@freefall.freebsd.org> Date: Sun, 1 Apr 2001 07:46:03 -0700 (PDT) From: adsouza@math.uwaterloo.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/26269: KOffice 2.0.1 will not compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 #include #include #include #include #include #include #include #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