From owner-freebsd-questions@FreeBSD.ORG Thu Mar 13 07:46:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6991A106566B for ; Thu, 13 Mar 2008 07:46:17 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from hawk.thalamus.net (hawk.thalamus.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 37AC68FC15 for ; Thu, 13 Mar 2008 07:46:17 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost.thalamus.net [127.0.0.1]) by hawk.thalamus.net (Postfix) with ESMTP id 185141EE87D; Thu, 13 Mar 2008 08:46:15 +0100 (CET) X-Virus-Scanned: by amavisd-new at thalamus.net X-Spam-Flag: NO X-Spam-Score: 2.092 X-Spam-Level: ** X-Spam-Status: No, score=2.092 tagged_above=-999 required=4.2 tests=[AWL=-1.177, HELO_LH_HOME=3.169, RDNS_DYNAMIC=0.1] Received: from hawk.thalamus.net ([127.0.0.1]) by localhost (hawk.thalamus.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d7x6UTA+6Dyp; Thu, 13 Mar 2008 08:46:07 +0100 (CET) Received: from lesbsdpc01.homenet.home (c-195-216-040-164.cust.thalamus.net [195.216.40.164]) by hawk.thalamus.net (Postfix) with ESMTP id 2E6151EE854; Thu, 13 Mar 2008 08:46:07 +0100 (CET) Message-ID: <47D8DBC0.3010106@eskk.nu> Date: Thu, 13 Mar 2008 08:46:08 +0100 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <47D7E889.8070100@eskk.nu> <200803121916.47569.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200803121916.47569.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Mel Subject: Re: Compile error, kde related? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2008 07:46:17 -0000 Mel skrev: > On Wednesday 12 March 2008 15:28:25 Leslie Jensen wrote: > >> The compile error I get is >> >> Mutex unlock failure: Operation not permitted >> >> Any suggestions? > > Details maybe? Just one line that's a pretty generic error message, that's > likely to be caused by system limits, isn't gonna get you much help. > The entire compilation line, the failure up until make returns control back to > the shell, that's what you'll need to provide at minimum. > Yes of course, here are some details: bsdpc01# uname -a FreeBSD bsdpc01.homenet.home 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 portsnap fetch update All ports up to date, otherwise compiled and installed. cd /usr/ports/x11/kdebase3/ make ---------------------------------------- c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -D_LARGE_FILES=1 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -MT kdcoplistview.o -MD -MP -MF .deps/kdcoplistview.Tpo -c -o kdcoplistview.o kdcoplistview.cpp mv -f .deps/kdcoplistview.Tpo .deps/kdcoplistview.Po /usr/local/bin/moc kdcopview.h -o kdcopview.moc rm -f kdcopview.cpp echo '#include ' > kdcopview.cpp echo '#include ' >> kdcopview.cpp /usr/local/bin/uic -L /usr/local/lib/kde3/plugins/designer -nounload -tr tr2i18n -i kdcopview.h ./kdcopview.ui > kdcopview.cpp.temp ; ret=$?; \ /usr/local/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" kdcopview.cpp.temp | /usr/local/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/local/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_kdcopview,g" | /usr/local/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> kdcopview.cpp ;\ rm -f kdcopview.cpp.temp ;\ if test "$ret" = 0; then echo '#include "kdcopview.moc"' >> kdcopview.cpp; else rm -f kdcopview.cpp ; exit $ret ; fi Mutex unlock failure: Operation not permitted ------------------------------------------ After this the cli just hangs! Processor goes idle. Disk and memory looks good. /Leslie