From owner-freebsd-ports@FreeBSD.ORG Thu Feb 18 03:03:19 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91FFF106568B for ; Thu, 18 Feb 2010 03:03:19 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6257F8FC08 for ; Thu, 18 Feb 2010 03:03:19 +0000 (UTC) Received: by pwj7 with SMTP id 7so1375254pwj.13 for ; Wed, 17 Feb 2010 19:03:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=QFOVPH8LprOIzNdbHEa+A+/GzTxRQ9tB7Rvm+vq3YYU=; b=QzH5qZcvzFo52XhWxiNtAS56aoA7U+yrY7rSfGgjh8/CTr3Jvan5UAZaTx1JVBEnd8 5PEevvcpIT19drKSKUss/9lY+fPQHGlrVu1D8igwvIkH9seczs3kgtpA7WjzmXDAZYP8 C10QcrPmVzKDBHgaC4kEKC16bM7COhVttbOxI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=yC1IqBWcQuHF0JlLiAj4tabSXhQHKFleCOTG8RsxGFK0rRFLUxGDifVpw5+tdc5VNc tBaBhnXhcZVnsZcAT3cXS6cVpxZT8yitemCsEIILxQJSNd4gxz9mhhHnWe9tqPmSgEJ4 lWcPMqdvD9rj2ziyFCdSuo0oyKYsmJ7sxpzxM= MIME-Version: 1.0 Received: by 10.142.2.14 with SMTP id 14mr1559956wfb.178.1266462198867; Wed, 17 Feb 2010 19:03:18 -0800 (PST) In-Reply-To: References: <20100209143219.GI5537@bsdcrew.de> <201002151642.21059.fluffy@fluffy.khv.ru> <201002160230.32468.fluffy@fluffy.khv.ru> Date: Wed, 17 Feb 2010 19:03:18 -0800 Message-ID: From: Freddie Cash To: kde-freebsd@kde.org, ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: [kde-freebsd] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 03:03:19 -0000 On Tue, Feb 16, 2010 at 8:20 AM, Freddie Cash wrote: > On Mon, Feb 15, 2010 at 8:38 PM, Freddie Cash wrote: > >> /var/db/ports/soprano/options from my original build listed >> WITH_REDLAND=true, WITH_VIRTUOSO=true, and WITHOUT_SESAME2=true. >> Now, it lists just WITHOUT_SESAME2=true. >> >> However, on the rebuild, after updating the ports tree and KDE/PORTS from >> area51, portmaster output the following: >> ===>>> Creating a backup package for old version >> soprano-2.4.0.1 >> tar: lib/soprano/libsoprano_redlandbackend.so: Cannot stat: No such file >> or directory >> tar: share/soprano/plugins/redlandbackend.desktop: Cannot stat: No such >> file or directory >> tar: Error exit delayed from previous >> errors. >> pkg_create: make_dist: tar command failed with code >> 256 >> >> Thus, it appears that even though those options were set in my initial >> ports build, those files were not actually installed. Which would be why >> things failed later on. >> >> I've rebuild soprano and redland. Strigi and kdelibs4 are in the process >> of compiling. >> >> Once those complete, I'll try the install of kdegraphics4 and let you know >> how things go. >> >> The rebuild after the area51 update has fixed the issue. The configure > stage for kdegraphics4 found all the nepomuk libs, and installed > successfully. > > Now to start playing with all this semantic desktop stuff. :) Thanks for > all the hard work put into the KDE ports!! > > Another error regarding to nepomuk: /usr/local/kde4/bin/nepomukserver and /usr/local/kde4/bin/nepomukservicestub do not exist. The man pages are listed under /usr/local/kde4/man/man8/ and these files are list in /var/db/pkg/kdebase-runtime-4.4.0/+CONTENTS Looking in the Makefile for kdebase4-runtime, nepomuk requires /usr/local/lib/soprano/libsoprano_virtuosobackend.so, which does exist. Not sure what else to look for at this point. Any pointers, tips, etc?? More than willing to be the guinea pig. :) -- Freddie Cash fjwcash@gmail.com