From owner-freebsd-stable@FreeBSD.ORG Fri Oct 9 13:38:35 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2521A1065697 for ; Fri, 9 Oct 2009 13:38:35 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id D16048FC19 for ; Fri, 9 Oct 2009 13:38:34 +0000 (UTC) Received: by yxe1 with SMTP id 1so199188yxe.3 for ; Fri, 09 Oct 2009 06:38:34 -0700 (PDT) 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:cc:content-type; bh=AKnJZ4nJoS/Yy3XCPq8FiA663T7RY8q9Y6pliPnZ10U=; b=qVL4bHeC/fiPa61ahNeMFK8sJugg+LObJ0TBZTRqwNkUr/uRfWpfhLBm9vsv+u+zha oTTSoG4MfCvFnpxCAMHmKWB+Oq+KNkqHJQAjmUZcBIJ76jypPI91+A0XYw3TOYKXigTo D7MkFcd9JbQR9hARMKMee/+FCODUMg2LATEEk= 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 :cc:content-type; b=SyHFRKPv6u2VhGrhKULN4clFjiF93FfLW2sqFQECvH3IpI6dR5gG6V5CgrgmOxCTNL qRymO/r+pEMWdkclZUm/8UzWKaCCM3gswwo0OztVOur+Vo+cioBTHurlwCF/uaGAqHzh fGYrUFHOMb5mICLTR7Nbn5/3aAsQtUJx18crA= MIME-Version: 1.0 Received: by 10.150.104.2 with SMTP id b2mr4847300ybc.19.1255095514361; Fri, 09 Oct 2009 06:38:34 -0700 (PDT) In-Reply-To: <93C575B79E9B01449EBBB084032BC57011F84E7A55@mail.ucwv.edu> References: <93C575B79E9B01449EBBB084032BC57011F84E7A55@mail.ucwv.edu> Date: Fri, 9 Oct 2009 08:38:34 -0500 Message-ID: <6201873e0910090638r5564ba93sdd7b4aca530218e0@mail.gmail.com> From: Adam Vande More To: mailinglist Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-stable@freebsd.org" Subject: Re: Problems Compiling KDE4 from ports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 13:38:35 -0000 On Fri, Oct 9, 2009 at 8:06 AM, mailinglist wrote: > I'm trying to install the KDE4 "meta" port on an up-to-date install of > Freebsd 7.2. When it tries to build a dependency, > kdebindings4-python-pykde4, I get the following build error: > > /usr/ports/kdebindings4-python-pykde4/work/kdebindings-4.3.1/python/pykde4/sip/soprano/languagetag.sip:27:33 > error: soprano/language.h: no such file for directory > > I'm updated my ports collection, done a "make clean" and tried it again. I > still get the same thing. Any > ideas?_______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > I hope you're continuing to use a port tool like portmaster or portupgrade. The line you posted is an invalid path. The port dir is /usr/ports/devel/kdebindings4-python-pykde4/ -- Adam Vande More