From owner-freebsd-ports Mon Apr 9 17:36:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mobile.hub.org (SHW39-29.accesscable.net [24.138.39.29]) by hub.freebsd.org (Postfix) with ESMTP id E54DC37B423 for ; Mon, 9 Apr 2001 17:36:32 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by mobile.hub.org (8.11.1/8.11.1) with ESMTP id f3A0aVF77277 for ; Mon, 9 Apr 2001 21:36:31 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: mobile.hub.org: scrappy owned process doing -bs Date: Mon, 9 Apr 2001 21:36:31 -0300 (ADT) From: The Hermit Hacker To: Subject: [qt-copy] uic segmentation faults on listboxeditor.ui ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running FreeBSD 4.3 on this machine, XFree86-4.0.3 from ports ... Just in case I maybe had something wrong in my ports, I cleaned them all out with pkg_delete and rebuilt what I needed from scratch, same effect ... I'm wondering if maybe its "yet another problem" with 4.0.3? I'm compiling qt using: ======== #!/bin/sh export QTDIR=/usr/local/kde/qt-copy ./configure -debug -sm -gif -system-libpng -system-jpeg \ -thread -no-g++-exceptions -L/usr/local/lib -I/usr/local/include -lc_r gmake symlinks sub-src sub-tools ========= does anyone know of a way to debug this? gmake[5]: Entering directory `/usr/local/kde/qt-copy/tools/designer/designer' /usr/local/kde/qt-copy/bin/uic listboxeditor.ui -o ./listboxeditor.h gmake[5]: *** [listboxeditor.h] Segmentation fault (core dumped) gmake[5]: *** Deleting file `listboxeditor.h' bin/uic runs: atelier# bin/uic Qt user interface compiler Usage: bin/uic [options] [mode] Generate declaration: bin/uic [options] Generate implementation: bin/uic [options] -impl name of the declaration file Generate subclass declaration: bin/uic [options] -subdecl name of the subclass to generate declaration file of the baseclass Generate subclass implementation: bin/uic [options] -subimpl name of the subclass to generate declaration file of the subclass Options: -o file Write output to file rather than stdout -tr func Use func(...) rather than tr(...) for i18n The core file shows nothing: #0 0x286d66dc in sysctl () from /usr/lib/libc.so.4 (gdb) where #0 0x286d66dc in sysctl () from /usr/lib/libc.so.4 #1 0x286ec16a in .cerror () from /usr/lib/libc.so.4 #2 0x286ec06a in exit () from /usr/lib/libc.so.4 #3 0x804d805 in _start () but, even with the seg fault, it appears to be building the listboxeditor.h file: ================================ protected: QGridLayout* ListBoxEditorBaseLayout; QHBoxLayout* Layout1; QGridLayout* GroupBox1Layout; }; #endif // LISTBOXEDITORBASE_H atelier# ls -lt !$ ls -lt listboxeditor.h -rw-r--r-- 1 root wheel 1837 Apr 9 10:25 listboxeditor.h atelier# ================================ I'm compiling qt with: #!/bin/sh export QTDIR=/usr/local/kde/qt-copy ./configure -debug -sm -gif -system-libpng -system-jpeg \ -thread -no-g++-exceptions -L/usr/local/lib -I/usr/local/include -lc_r gmake symlinks sub-src sub-tools Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message