From owner-freebsd-current@FreeBSD.ORG Mon Dec 1 13:16:57 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95613106564A for ; Mon, 1 Dec 2008 13:16:57 +0000 (UTC) (envelope-from kallender@completecomputing.com) Received: from cgp.netins.net (f1phy.netins.net [167.142.228.65]) by mx1.freebsd.org (Postfix) with ESMTP id 629B88FC18 for ; Mon, 1 Dec 2008 13:16:57 +0000 (UTC) (envelope-from kallender@completecomputing.com) X-netINS-MPP: scanned Received: from [199.120.78.141] (account kylea@netins.net HELO [127.0.0.1]) by cgpf1.cgp.netins.net (CommuniGate Pro SMTP 5.2.10) with ESMTPA id 1850047408 for freebsd-current@freebsd.org; Mon, 01 Dec 2008 07:06:52 -0600 Message-ID: <4933E158.5030407@completecomputing.com> Date: Mon, 01 Dec 2008 07:06:32 -0600 From: Kyle Allender User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem in malloc.c, rev. 1.183 while building phonon-4.2.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 13:16:57 -0000 Hello. I ran into an error while attempting to build kde4 from source in FreeBSD 8.0-CURRENT: FreeBSD sia.prismequine.com 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Sun Nov 30 13:49:59 CST 2008 root@sia.prismequine.com:/usr/obj/usr/src/sys/GENERIC i386 where phonon-4.2.0 failed due to what appears to be an issue with the # of processors (1) and waiting for a lock? The relevant portions of the build messages are below. I should note that I updated my source yesterday around 4PM CST, ran into the build problem overnight (I kicked off an install and then went to bed). I noted the error, checked cvs and noted that a newer version of malloc.c had been committed. At that point, I resynced my source and re-started the build. However, the error remains the same. I'm running on a P4, 2.40Ghz system if that helps. Build error: Linking CXX executable backendtester cd /usr/ports/multimedia/phonon/work/phonon-4.2.0/build/phonon/tests && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/backendtester.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -fno-strict-aliasing -pipe -Woverloaded-virtual -fvisibility=hidden -fvisibility-inlines-hidden -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-check-new -fno-common -g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline -fPIC CMakeFiles/backendtester.dir/backendtester_automoc.o CMakeFiles/backendtester.dir/backendtester.o -o backendtester -L/usr/local/lib/qt4 /usr/local/lib/qt4/libQtCore.so -lpthread /usr/local/lib/qt4/libQtGui.so -Wl,-rpath,/usr/local/lib/qt4 /usr/local/bin/cmake -E cmake_progress_report /usr/ports/multimedia/phonon/work/phonon-4.2.0/build/CMakeFiles 33 34 35 [ 39%] Built target backendtester make -f phonon/tests/CMakeFiles/mediaobjecttest.dir/build.make phonon/tests/CMakeFiles/mediaobjecttest.dir/depend cd /usr/ports/multimedia/phonon/work/phonon-4.2.0/build/phonon/tests && /usr/local/kde4/bin/automoc4 /usr/ports/multimedia/phonon/work/phonon-4.2.0/build/phonon/tests/mediaobjecttest_automoc.cpp /usr/ports/multimedia/phonon/work/phonon-4.2.0/phonon/tests /usr/ports/multimedia/phonon/work/phonon-4.2.0/build/phonon/tests /usr/local/bin/moc-qt4 /usr/local/bin/cmake --touch Generating mediaobjecttest.moc Assertion failed: ((ret << BLOCK_COST_2POW) != 0), function malloc_spin_lock, file /usr/src/lib/libc/stdlib/malloc.c, line 1287. Abort trap (core dumped) *** Error code 134 Stop in /usr/ports/multimedia/phonon/work/phonon-4.2.0/build. *** Error code 1 Stop in /usr/ports/multimedia/phonon/work/phonon-4.2.0/build. *** Error code 1 Stop in /usr/ports/multimedia/phonon/work/phonon-4.2.0/build. *** Error code 1 Stop in /usr/ports/multimedia/phonon. *** Error code 1 Stop in /usr/ports/x11/kdelibs4. *** Error code 1 Stop in /usr/ports/accessibility/kdeaccessibility4. *** Error code 1 Stop in /usr/ports/x11/kde4. *** Error code 1 Stop in /usr/ports/x11/kde4. Thanks.