Date: Fri, 21 Dec 2001 09:32:31 +0100 From: "Christophe Gouiran" <christophe.gouiran@steria.com> To: "Daniel Malaby" <dan@equine.peritek.com>, <freebsd-questions@freebsd.org> Subject: Re: qt23 make core dumps Message-ID: <03af01c189fa$083c1870$8502100a@base1> References: <200112202042.fBKKgnT60517@equine.peritek.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <dan@equine.peritek.com> To: <freebsd-questions@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?03af01c189fa$083c1870$8502100a>