From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 21:45:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22EF916A4CE for ; Wed, 11 Aug 2004 21:45:48 +0000 (GMT) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [66.13.175.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84ECE43D2D for ; Wed, 11 Aug 2004 21:45:47 +0000 (GMT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com (localhost [127.0.0.1]) i7BLjkRN041066; Wed, 11 Aug 2004 16:45:46 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from 12.148.147.242 (SquirrelMail authenticated user rnejdl); by mail.ringofsaturn.com with HTTP; Wed, 11 Aug 2004 16:45:46 -0500 (CDT) Message-ID: <41704.12.148.147.242.1092260746.squirrel@[12.148.147.242]> In-Reply-To: <200408111857.16230.michaelnottebrock@gmx.net> References: <18300.12.148.147.242.1092234409.squirrel@[12.148.147.242]> <200408111857.16230.michaelnottebrock@gmx.net> Date: Wed, 11 Aug 2004 16:45:46 -0500 (CDT) From: "Rusty Nejdl" To: "Michael Nottebrock" User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.75, clamav-milter version 0.75 on tethys.ringofsaturn.com X-Virus-Status: Clean cc: freebsd-current@freebsd.org Subject: Re: Signal 11 compiling qt33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 21:45:48 -0000 > > uic segfaulting like this is often a result of mixed up threads > libraries... > > You could use a package from http://rabarber.fruitsalad.org, they have > recently been redone for post-gcc-3.4 -CURRENT. > > http://rabarber.fruitsalad.org/packages/3.2.3-final-5/5-CURRENT/All/qt-3. > 3.2_2.tbz > is the direct link. Well, keeping this alive, I installed the qt from the above link and then went back to compiling kde3. kdelibs3 died: /usr/X11R6/bin/moc ./kconfigdialogmanager.h -o kconfigdialogmanager.moc if /bin/sh ../libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kio/kssl -I../kdefx -I../dcop -I../libltdl -I../kdefx -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/libart-2.0 -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O -pipe -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT kconfigdialogmanager.lo -MD -MP -MF ".deps/kconfigdialogmanager.Tpo" -c -o kconfigdialogmanager.lo kconfigdialogmanager.cpp; \ then mv -f ".deps/kconfigdialogmanager.Tpo" ".deps/kconfigdialogmanager.Plo"; else rm -f ".deps/kconfigdialogmanager.Tpo"; exit 1; fi ../dcop/dcopidl/dcopidl ./ksycoca.h > ksycoca.kidl || ( rm -f ksycoca.kidl ; false ) Segmentation fault (core dumped) gmake[3]: *** [ksycoca.kidl] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.3/kdecore' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.3/kdecore' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.3' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. *** Error code 1 Stop in /usr/ports/x11/kdebase3. *** Error code 1 Stop in /usr/ports/x11/kdebase3. *** Error code 1 Stop in /usr/ports/x11/kde3. > So, I installed the kdelibs3 from the above link, and started to compile kdebase3: checking for dcopidlng... /usr/local/bin/dcopidlng checking for xmllint... /usr/local/bin/xmllint Segmentation fault (core dumped) configure: error: /usr/local/bin/kde-config --prefix outputed the non existant prefix '' for kdelibs. This means it has been moved since you installed it. This won't work. Please recompile kdelibs for the new prefix. ===> Script "configure" failed unexpectedly. Please report the problem to kde@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/kdebase3/work/kdebase-3.2.3/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11/kdebase3. *** Error code 1 Stop in /usr/ports/x11/kde3. And for grins, I ran kde-config: > /usr/local/bin/kde-config Segmentation fault > Last time I saw this was with threading all messed up on 5.2.1. I have no /etc/libmap.conf and a clean system: > uname -a FreeBSD pan.ringofsaturn.com 5.2-CURRENT-20040809-JPSNAP FreeBSD 5.2-CURRENT-20040809-JPSNAP #0: Mon Aug 9 02:33:23 UTC 2004 root@ushi.jp.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 > What is up with threading here??? Rusty Nejdl