From owner-freebsd-questions@FreeBSD.ORG  Sun Jan  1 18:47:04 2006
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
X-Original-To: freebsd-questions@freebsd.org
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2BB7E16A420
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Jan 2006 18:47:04 +0000 (GMT)
	(envelope-from nospam@apriori.net)
Received: from modena360.cwihosting.com (modena360.cwihosting.com
	[209.18.76.204])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5263643D69
	for <freebsd-questions@freebsd.org>;
	Sun,  1 Jan 2006 18:46:56 +0000 (GMT)
	(envelope-from nospam@apriori.net)
Received: from apriori by modena360.cwihosting.com with local (Exim 4.52)
	id 1Et8EI-0002Ao-Sb
	for freebsd-questions@freebsd.org; Sun, 01 Jan 2006 13:46:54 -0500
Received: from 127.0.0.1 ([127.0.0.1])
	(SquirrelMail authenticated user nospam@apriori.net)
	by www.apriori.net with HTTP; Sun, 1 Jan 2006 13:46:54 -0500 (EST)
Message-ID: <48049.127.0.0.1.1136141214.squirrel@www.apriori.net>
In-Reply-To: <20060101120052.3E1BC16A420@hub.freebsd.org>
References: <20060101120052.3E1BC16A420@hub.freebsd.org>
Date: Sun, 1 Jan 2006 13:46:54 -0500 (EST)
From: nospam@apriori.net
To: freebsd-questions@freebsd.org
User-Agent: SquirrelMail/1.4.4
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-AntiAbuse: This header was added to track abuse,
	please include it with any abuse report
X-AntiAbuse: Primary Hostname - modena360.cwihosting.com
X-AntiAbuse: Original Domain - freebsd.org
X-AntiAbuse: Originator/Caller UID/GID - [688 689] / [47 12]
X-AntiAbuse: Sender Address Domain - apriori.net
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Subject: KDE 3.5 install probs (FBSD 5.4)
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Jan 2006 18:47:04 -0000

I've been trying to install the newer release of KDE on my 5.4 system with
no luck. Here are some attempts:

1. Download kdebase-3.5.0 tarball, run ./configure (for starters):

[laptop]/home/laptop/KDE/kdebase/kdebase-3.5.0(40): ./configure
checking build system type... i386-unknown-freebsd5.4
checking host system type... i386-unknown-freebsd5.4
checking target system type... i386-unknown-freebsd5.4
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for kde-config... not found
configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.

...I couldn't find a tarball or anything else looking like "kde-config" to
install.

2. Use konstruct:

Download the sources, untar them. They are supposed to play like FBSD
ports; cd into some directory and type make install. There is a "meta"
directory; here's what happens there:

[laptop]/home/laptop/KDE/konstruct/meta(48): make install
"../category.mk", line 13: Need an operator
make: fatal errors encountered -- cannot continue

3. Some other attempt wth konstruct; cd into the kdebase subdirectory and
do a make install there:

[laptop]/home/laptop/KDE/konstruct/kde/kdebase(54): make install
"../../gar.conf.mk", line 38: Need an operator
"../../gar.conf.mk", line 54: Need an operator
"../../gar.conf.mk", line 64: Need an operator
"../../gar.conf.mk", line 100: Need an operator
"../../gar.conf.mk", line 108: Need an operator
"../../gar.conf.mk", line 116: Need an operator
"../../gar.conf.mk", line 134: Need an operator
"../../gar.conf.mk", line 135: Need an operator
"../../gar.conf.mk", line 136: Need an operator
"../../gar.conf.mk", line 137: Need an operator
"../../gar.conf.mk", line 138: Need an operator
"../../gar.conf.mk", line 139: Need an operator
"../../gar.lib.mk", line 272: Need an operator
"../../gar.lib.mk", line 274: Need an operator
"../../gar.lib.mk", line 277: Need an operator
"../../gar.lib.mk", line 288: Need an operator
"../../color.mk", line 19: Missing dependency operator
"../../color.mk", line 62: Need an operator
"../../gar.mk", line 65: Need an operator
"../../gar.mk", line 67: Need an operator
"../../gar.mk", line 69: Need an operator
Error expanding embedded variable.

I didn't play with the gar.conf.mk file; it looked like it was supposed to
run okay the way it was. I probably do not understand what they're doing
with the gar.conf.mk files.

cheers & happy new year -
-- paz.