From owner-freebsd-ports Tue Oct 3 0:26:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from moon.harmonic.co.il (moon.harmonic.co.il [192.116.140.65]) by hub.freebsd.org (Postfix) with ESMTP id CEBEC37B502; Tue, 3 Oct 2000 00:26:24 -0700 (PDT) Received: (from nobody@localhost) by moon.harmonic.co.il (8.9.3/8.9.3) id JAA07353; Tue, 3 Oct 2000 09:25:32 +0200 To: Laurence Berland Subject: Re: KDE2 fails to compile in strangest possible way Message-ID: <970557932.39d989ec5eece@webmail.harmonic.co.il> Date: Tue, 03 Oct 2000 09:25:32 +0200 (IST) From: Roman Shterenzon Cc: ports@FreeBSD.ORG, stable@FreeBSD.ORG References: <39D924D1.DA491E02@confusion.net> In-Reply-To: <39D924D1.DA491E02@confusion.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Quoting Laurence Berland : > All, > Trying to compile KDE 4.1 on a somewhat recent 4.1-STABLE yields some > strange results. All appears to be going well, until it begins > compiling the file mcopidl.cc. The precise line is > > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I,,.,,.dcop -I../../kdecore > -I../../kdeui -I../../kssl -I/usr/X11R6/include/qt2 -I/usr/X11R6/include > -I/usr/local/include -I./../mcop -I/usr/local/include > -I/usr/local/include -O -pipe -frtti -c mcopidl.cc > > It doesn't fail per se, but it's been working on this for at least 7 > hours, with no sign of anything happening, though the activity lights > are flashing. Top shows some activity involving this process, and it > does seem to be using a large and oft-varied amount of memory (~50-70 > MB). Just for reference the machine is a PPro 200 with 32 MB ram, 128MB > swap, running a generic kernel. > > Anyone know how long this is gonna take? I had this couple of times back on 3.3-STABLE I think. With some other app. Pressing ^D made it proceed. IMHO it has to deal with "-pipe" flag to cc. Try to omit the "-pipe" flag in /etc/make.conf and recompile. I don't like it though; it should work ok with the "-pipe" flag. I'm reading my mail sequentally, so it's possible that other people already answered it. Sorry for additional traffic I might have caused :) --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message