Bug 65165

Summary: Can't compile kdelib3 on -current
Product: Ports & Packages Reporter: Josef Karthauser <joe>
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 Josef Karthauser 2004-04-04 18:10:09 UTC
	I get the following build time error trying to build kdelibs3:

gmake[3]: Leaving directory `/data/ports/workdirs/usr/ports/x11/kdelibs3/work/kdelibs-3.2.1/kdecore/svgicons'
Making all in .
gmake[3]: Entering directory `/data/ports/workdirs/usr/ports/x11/kdelibs3/work/kdelibs-3.2.1/kdecore'
../dcop/dcopidl/dcopidl ./ksycoca.h > ksycoca.kidl || ( rm -f ksycoca.kidl ; false )
Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
Abort trap (core dumped)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-04-04 18:23:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainers
Comment 2 Arjan van Leeuwen 2004-04-04 18:32:12 UTC
See /usr/src/UPDATING, entry 20040303.

Arjan
Comment 3 Andy Fawcett 2004-04-04 18:32:24 UTC
FAQ. You have mixed thread libraries in use on your -current box.

The general solution is to rebuild every port on the box to ensure that 
everything uses the same threading library.

A.
Comment 4 Michael Nottebrock freebsd_committer freebsd_triage 2004-04-05 00:44:10 UTC
State Changed
From-To: open->closed

Not a bug.