From owner-freebsd-current@FreeBSD.ORG Mon Jan 30 20:38:14 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23CB316A420 for ; Mon, 30 Jan 2006 20:38:14 +0000 (GMT) (envelope-from air.lightz@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB3343D4C for ; Mon, 30 Jan 2006 20:38:13 +0000 (GMT) (envelope-from air.lightz@gmail.com) Received: by uproxy.gmail.com with SMTP id c2so21ugf for ; Mon, 30 Jan 2006 12:38:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HpT0V/lPxcTMGmXmxlW0HVe3dP3LZr2MIpNGmwd/Q2LFo4LnguYuo0Ur+SGw2eFZAKnFEjlfSmJv64FiMHCqhYF5AI34PPIm1M/yyugJbRb7QyuUZS37rfv3ZK70Bh79p+LkVhQOkNuom8Ghl+gwh9o7JTcaz5Pg9W+cWuC6U7c= Received: by 10.49.34.11 with SMTP id m11mr861466nfj; Mon, 30 Jan 2006 11:32:36 -0800 (PST) Received: by 10.49.26.14 with HTTP; Mon, 30 Jan 2006 11:32:36 -0800 (PST) Message-ID: <1b62a7390601301132n48ccee95vdcb09a92e281b875@mail.gmail.com> Date: Mon, 30 Jan 2006 11:32:36 -0800 From: resonant evil To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: KDE 3.5 doesn't want to compile. karamba_python.cpp errors galore 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, 30 Jan 2006 20:38:14 -0000 Hi everyone.. I just installed a minimal 7.0-CURRENT install and was recently compiling everything.. I successfully compiled xorg and what not, but now when I am trying to do a 'make install' in /usr/ports/x11/kde3, like 3 hours into the compilation process I'm getting a boatload of errors that are stopping me from continuing.. I sadly do not have a bloody clue how to fix it; I don't know Python or C.. So hopefully you pros can help me out :-) Here is the output that is stopping the show: gmake[3]: Entering directory `/usr/ports/misc/kdeutils3/work/kdeutils-3.5.0= /supe rkaramba/src' if c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/in= clude -I/usr/local/include -I/usr/local/include/python2.4 -D_THREAD_SAFE -pth= read -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11= R6/in clude -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointe= r-ari th -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_ASC= II_CA ST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT karamba_python.o -MD= -MP -MF ".deps/karamba_python.Tpo" -c -o karamba_python.o karamba_python.cpp; \ then mv -f ".deps/karamba_python.Tpo" ".deps/karamba_python.Po"; else rm -f= ".de ps/karamba_python.Tpo"; exit 1; fi karamba_python.cpp: In static member function `static void KarambaPython::i= nitPy thon()': karamba_python.cpp:370: error: `PyEval_InitThreads' undeclared (first use t= his f unction) karamba_python.cpp:370: error: (Each undeclared identifier is reported only= once for each function it appears in.) karamba_python.cpp:376: error: `PyEval_ReleaseLock' undeclared (first use t= his f unction) karamba_python.cpp: In static member function `static void KarambaPython::s= hutdo wnPython()': karamba_python.cpp:386: error: `PyEval_AcquireLock' undeclared (first use t= his f unction) karamba_python.cpp: In member function `void KarambaPython::getLock(PyThrea= dStat e**)': karamba_python.cpp:393: error: `PyEval_AcquireLock' undeclared (first use this function) karamba_python.cpp: In member function `void KarambaPython::releaseLock(PyT= hread State*)': karamba_python.cpp:409: error: `PyEval_ReleaseLock' undeclared (first use t= his f unction) gmake[3]: *** [karamba_python.o] Error 1 gmake[3]: Leaving directory `/usr/ports/misc/kdeutils3/work/kdeutils-3.5.0/= super karamba/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/misc/kdeutils3/work/kdeutils-3.5.0/superkaramba' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/misc/kdeutils3/work/kdeutils-3.5.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/misc/kdeutils3. *** Error code 1 Stop in /usr/ports/x11/kde3. bash-2.05b# *** SORRY if this looks or pasted like crap, I'm trying to manage through gmail here in bloody lynx from a console and do all my cutting and pasting as well. I always ask on #FreeBSD on irc.freenode.net before I visit the mailing lists for help, but all they can tell me in there is that the problem looks like "sloppy code" or "unrefined code" (Don't hold me to this! I know squat about coding!) They did all tell me though that this looks like a pretty serious problem and should be reported to the lists, so hopefully somebody here can give me some insight! I know compiling from scratch isn't always reccomended, and the easiest way is to install everything right at installtime, but I was on a very short schedule and have been having to do things in small sections each day, which is why I did the 'minimal' install and am just trying to choose what I want.. I also know that 7.0-CURRENT is considered unstable and isn't reccomended for usage, but I need to make use of multiple experimental Atheros patches for my 6th generation ath card that has NO native support yet. (I've already done an entire rebuild world process without problems) Hopefully somebody can help me with resolving this problem, I look forward to a response Thank you in advance everyone :) -Ryan