From nobody@FreeBSD.org  Sun May  9 09:07:07 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A832C16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  9 May 2004 09:07:07 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 52B1A43D46
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  9 May 2004 09:07:07 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i49G77WH017947
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 9 May 2004 09:07:07 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i49G77iZ017946;
	Sun, 9 May 2004 09:07:07 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200405091607.i49G77iZ017946@www.freebsd.org>
Date: Sun, 9 May 2004 09:07:07 -0700 (PDT)
From: Mike Hunter <mhunter@ack.berkeley.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Cannot Build qt33 (re: qtorrent) (signal 11 from `uic`)
X-Send-Pr-Version: www-2.3

>Number:         66421
>Category:       ports
>Synopsis:       Cannot Build qt33 (re: qtorrent) (signal 11 from `uic`)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 09 09:10:15 PDT 2004
>Closed-Date:    Sun May 09 16:41:54 PDT 2004
>Last-Modified:  Tue Jul  6 16:30:22 GMT 2004
>Originator:     Mike Hunter
>Release:        5.2-current (Apr 7 2004)
>Organization:
UC Berkeley
>Environment:
FreeBSD celeste.net.berkeley.edu 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Wed Apr  7 13:23:19 PDT 2004     root@celeste.net.berkeley.edu:/usr/obj/usr/src/sys/dorine  i386

>Description:
      cd designer && make -f Makefile
/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/bin/uic -L /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/plugins listboxeditor.ui -o listboxeditor.h
*** Signal 11

Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/tools/designer/designer.
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/tools/designer.
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1/tools.
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.1.
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt33.
*** Error code 1

Stop in /usr/ports/devel/py-sip.
*** Error code 1

Stop in /usr/ports/x11-toolkits/py-qt.
*** Error code 1

I'd hit it with GDB, but when I try to issue the uic command it says it can't find "libqt-mt.so.3"...I find that in /usr/ports but didn't take the time to figure out how to get uic to recognize it there

>How-To-Repeat:
      make
>Fix:
      
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kde 
Responsible-Changed-By: krion 
Responsible-Changed-When: Sun May 9 11:59:43 PDT 2004 
Responsible-Changed-Why:  
Over to maintainers. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66421 

From: Michael Nottebrock <michaelnottebrock@gmx.net>
To: freebsd-gnats-submit@FreeBSD.org, mhunter@ack.berkeley.edu
Cc:  
Subject: Re: ports/66421: Cannot Build qt33 (re: qtorrent) (signal 11 from `uic`)
Date: Mon, 10 May 2004 01:21:54 +0200

 Not repeatable. Qt builds fine on the package clusters, so try using a
 package: pkg_add -r qt
 
 -- 
    ,_,   | Michael Nottebrock               | lofi@freebsd.org
  (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
    \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
 
State-Changed-From-To: open->closed 
State-Changed-By: lofi 
State-Changed-When: Sun May 9 16:40:37 PDT 2004 
State-Changed-Why:  
Closed why: WORKSFORME 


http://www.freebsd.org/cgi/query-pr.cgi?pr=66421 

From: Craig Carey <snowfall@gmx.co.uk>
To: freebsd-gnats-submit@FreeBSD.org, mhunter@ack.berkeley.edu
Cc:  
Subject: Re: ports/66421: Cannot Build qt33 (re: qtorrent) (signal 11
  from `uic`)
Date: Wed, 07 Jul 2004 04:24:51 +1200

 --
 
 A guess I have, is that the bug behind the crash of "uic" of "Qt",
 would be caused by having an /etc/libmap.conf that did not contain:
 
    libc_r.so.5  libpthread.so.1  # /usr/src/UPDATING
    libc_r.so    libpthread.so
 
 Having that file be wrong will cause signal 6 crashes in the build
 of Qt (when executing uic) and also in the build of KDE (in June
 2004). The FreeBSD 5.2 include file "thr_spinlock.c" says:
     'Spinlock called when not threaded'.
 
 
>Unformatted:
