| Summary: | Cannot Build qt33 (re: qtorrent) (signal 11 from `uic`) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mike Hunter <mhunter> |
| Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mike Hunter
2004-05-09 17:10:15 UTC
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainers. 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 Closed why: WORKSFORME --
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'.
|