From owner-freebsd-alpha Thu Oct 31 9:46:17 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023B637B401 for ; Thu, 31 Oct 2002 09:46:16 -0800 (PST) Received: from qescan2.qgraph.com (QESCAN2.qgraph.com [206.158.124.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CC0243E6E for ; Thu, 31 Oct 2002 09:46:15 -0800 (PST) (envelope-from Aaron.Schroeder@qg.com) Received: from 192.168.200.29 by qescan2.qgraph.com (InterScan E-Mail VirusWall NT); Thu, 31 Oct 2002 11:46:00 -0600 Received: by sxsmtp2.qgraph.com with Internet Mail Service (5.5.2656.59) id ; Thu, 31 Oct 2002 11:46:00 -0600 Message-ID: <025596A38A894B45AFE62346A6BF47464E30C6@waexch1.qgraph.com> From: "Schroeder, Aaron" To: "'freebsd-alpha@freebsd.org'" Subject: qt3.0.5 build error on 4.7-STABLE Date: Thu, 31 Oct 2002 11:45:59 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all, I googled for a problem I was having with KDE saying that it cannot contact kdeinit. After searching, the answers pointed to rebuilding kdelibs or qt. I tried kdelibs first, and that failed in the configure stage complaining that it couldn't find qt libs. Obviously, I tried to compile the new version of qt from ports and I get this error: c++ -fno-exceptions -pthread -o ../../../bin/uic .obj/release-shared-mt/main.o .obj/release-shared-mt/uic.o .obj/release-shared-mt/form.o .obj/release-shared-mt/object.o .obj/release-shared-mt/subclassing.o .obj/release-shared-mt/embed.o .obj/release-shared-mt/widgetdatabase.o .obj/release-shared-mt/domtool.o .obj/release-shared-mt/parser.o -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib -L/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lz -lqt-mt -lGLU -lGL -lXmu -lICE -lSM -lXext -lX11 -lm -lXinerama -lXrender -lXft -lfreetype /usr/lib/libc_r.so: undefined reference to `__sys_sigaltstack' gmake[3]: *** [../../../bin/uic] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/designer/uic' gmake[2]: *** [sub-uic] Error 2 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/designer' gmake[1]: *** [sub-designer] Error 2 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools' gmake: *** [sub-tools] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/qt30 Would anyone have any suggestions on how to fix this or fix KDE? Somehow my qt libs are broken it seems. TIA, AJ Schroeder To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message