Bug 66421 - Cannot Build qt33 (re: qtorrent) (signal 11 from `uic`)
Summary: Cannot Build qt33 (re: qtorrent) (signal 11 from `uic`)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-09 17:10 UTC by Mike Hunter
Modified: 2004-07-06 17:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hunter 2004-05-09 17:10:15 UTC
      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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-09 19:59:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainers.
Comment 2 Michael Nottebrock 2004-05-10 00:21:54 UTC
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
Comment 3 Michael Nottebrock freebsd_committer freebsd_triage 2004-05-10 00:40:37 UTC
State Changed
From-To: open->closed

Closed why: WORKSFORME
Comment 4 snowfall 2004-07-06 17:24:51 UTC
--

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'.