Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 15:15:19 -0300
From:      "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
To:        freebsd-ports@freebsd.org
Subject:   Kde2 does not build (XFree4.0.2_6 + qt2.2.4 + yesterday's kde2 ports)
Message-ID:  <20010227151518.A13876@Fedaykin.here>

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

	Does anyone know what do about the "breakage" of
XFree4.0.2_6 + qt2.2.4 + yesterday's kde2 ports?
I have XFREE_VERSION=4 in my /etc/make.conf

	OS: FreeBSD 4.2-Stable as of 25 Feb 2001
	CFLAGS: -O -pipe
	cvsup ports: as of today

	I cleaned my whole ports tree and took the best
part of yesterday and today to rebuild. kdesupport2 still
does not build. I am considering getting the packages if I
can find them but I wonder why this is not working.
	Here is the message:

conftest.C: In function `int main()':
conftest.C:20: warning: unused variable `int magnolia'
conftest.C:15: warning: unused variable `class QStringList * t'
/usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_getspecific'
/usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_key_create'
/usr/X11R6/lib/libGL.so.1: 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 >= 222)
#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
Stop in /usr/ports/converters/kdesupport2.
*** Error code 1

	Regards,

-- 
Mario S F Ferreira - UnB - Brazil - "I guess this is a signature."
lioux at ( freebsd dot org | linf dot unb dot br )
flames to beloved devnull@someotherworldbeloworabove.org

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?20010227151518.A13876>