From owner-freebsd-ports Fri Aug 2 3:56:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E399437B400; Fri, 2 Aug 2002 03:56:08 -0700 (PDT) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A5E43E3B; Fri, 2 Aug 2002 03:56:08 -0700 (PDT) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.5/8.12.5) with ESMTP id g72Atbo5056125; Fri, 2 Aug 2002 06:55:37 -0400 (EDT) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.5/8.12.5/Submit) id g72Atb4D056124; Fri, 2 Aug 2002 06:55:37 -0400 (EDT) (envelope-from alane) Date: Fri, 2 Aug 2002 06:55:36 -0400 From: Alan E To: Michael Nottebrock Cc: Jonathan Chen , kde@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [kde-freebsd] Building kdebase3 Message-ID: <20020802105536.GA56061@wwweasel.geeksrus.net> References: <20020802094313.GA86720@grimoire.chen.org.nz> <3D4A5B7A.3050902@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D4A5B7A.3050902@gmx.net> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Aug 02, 2002 at 12:14:18PM +0200, Michael Nottebrock wrote: >Jonathan Chen wrote: >>I've recently cvsup'd and am trying to build kdebase3. However it's >>failing with: >Yes, 10 minutes ago. Here's a patch, ready to go into >/x11/kdebase3/files I guess nobody else has bothered to realize that this file does not exist until the package is built. It is ia generated file, as is the corresponding .cpp file; it comes from a .ui file by way the uic command. Apparently, it's possible to build things in such an order that klistview.h doesn't exist at the time uic is run and so the include does not get generated; at least that's my hypothesis as of now. i don't think uic is borked, but i think the environment around it is. is klistview.h a new file with 3.0.2? i think the bottom line is that if you make sure you have kdelibs-3.0.2 installed before you build kdebase you should be fine. Please test this hypothesis. Michael, you can't patch what isn't there. Good try, but you need to backtrace the problem a bit further before coming up with an attempt at a solution; a quick make patch followed by trying to find the file would have told you there's more here than meets the eye (literally). -- AlanE KDE-FreeBSD Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message