From owner-freebsd-questions Fri Dec 21 8:45:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relais3v4.steria.fr (relais3v4.steria.fr [194.51.219.134]) by hub.freebsd.org (Postfix) with ESMTP id 0C3E637B419 for ; Fri, 21 Dec 2001 08:45:45 -0800 (PST) Received: from mailai1.aix.net.steria.fr ([10.16.2.9]) by relais3v4.steria.fr (Netscape Messaging Server 4.15) with ESMTP id GOOQGF00.O1J for ; Fri, 21 Dec 2001 09:33:51 +0100 Received: from base1 ([10.16.2.133]) by mailai1.aix.net.steria.fr (Netscape Messaging Server 4.15) with SMTP id GOOQEB00.J6R; Fri, 21 Dec 2001 09:32:35 +0100 Message-ID: <03af01c189fa$083c1870$8502100a@base1> From: "Christophe Gouiran" To: "Daniel Malaby" , References: <200112202042.fBKKgnT60517@equine.peritek.com> Subject: Re: qt23 make core dumps Date: Fri, 21 Dec 2001 09:32:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I had the same problem few days ago. For me, it was the fact the binary moc2 is objprelink'ed. You have 2 possibilities: 1)Re-update your port tree(I just compiled qt yesterday and it went fine). 2)Try to edit /usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc/Makefile(I don't remember the exact path and i'm under w2k at work) and replace each occurence of "objprelink" with, let's say, "echo". Then recompile moc: gmake -C /usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src/moc/ clean all Hope it will help. Good luck. ----- Original Message ----- From: "Daniel Malaby" To: Sent: Thursday, December 20, 2001 9:42 PM Subject: qt23 make core dumps > I cvsuped the ports dir on 12/13 than ran "portsdb -Uu" to > update the ports database. After doing this I ran "portversion > -vL '='" to get what ports needed to be upgraded. One of the ports > that needed upgrading was qt > qt-2.3.1 < needs updating (port has 2.3.1_1) > > so Iran "portuprade -Rr qt > the following error accured > /usr/ports/x11-toolkits/qt23/work/qt-2.3.1/bin/moc2 kernel/qthread_unix.cpp -o kernel/qthread_unix.moc > gmake[2]: *** [kernel/qthread_unix.moc] Segmentation fault (core dumped) > gmake[2]: *** Deleting file `kernel/qthread_unix.moc' > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1/src' > gmake[1]: *** [src-mt] Error 2 > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt23/work/qt-2.3.1' > gmake: *** [src-mt] Error 2 > *** Error code 2 > > I am running 4.3 stable and XFree86 4.1.0 > > Any help or pointers would be much appreciated. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message