From owner-freebsd-stable@FreeBSD.ORG Fri Oct 9 14:26:04 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 E6CB9106566B for ; Fri, 9 Oct 2009 14:26:04 +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 9E0A68FC13 for ; Fri, 9 Oct 2009 14:26:04 +0000 (UTC) Received: by yxe1 with SMTP id 1so234483yxe.3 for ; Fri, 09 Oct 2009 07:26:03 -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=to03Qk6k4fv7Q1tagnjhthlm+MhuAudhLU0ugkGKO3g=; b=mAuBe6wMvdzehWQGJf0xMbCmVNfgM/Zo92lcRDJalduAE0R1u+gGBxdc792O+FnaF3 kytydZX3zhCBJXBhAK4g1qAKXknt8irdLX5y4t1qhZZVOttTdo6G+fnDaZCw+gjISIu1 beaZxNCd5IjPy/f7Ke1SWkZPdqDo3xzunvnIg= 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=qWQZIh6+zJBmdk3k+nhiNwKPXXpdji9eNHeZjVe2d0U+bq9vD8PSzmRHZoIhBxBofv j/6CHkoR0MMdx0F70Jx6hJsD4MCg8OO33glTIxefMoRT6eo6vXOHrPgsTY95BL3EJD79 XKNnJC64ZOcAQ3CC0YTOP5CDeEQmk89PeBnbA= MIME-Version: 1.0 Received: by 10.150.44.16 with SMTP id r16mr4906291ybr.65.1255098363886; Fri, 09 Oct 2009 07:26:03 -0700 (PDT) In-Reply-To: <93C575B79E9B01449EBBB084032BC57011F84E7A56@mail.ucwv.edu> References: <93C575B79E9B01449EBBB084032BC57011F84E7A55@mail.ucwv.edu> <6201873e0910090638r5564ba93sdd7b4aca530218e0@mail.gmail.com> <93C575B79E9B01449EBBB084032BC57011F84E7A56@mail.ucwv.edu> Date: Fri, 9 Oct 2009 09:26:03 -0500 Message-ID: <6201873e0910090726l70d73029pae087eddebce70cb@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 14:26:05 -0000 On Fri, Oct 9, 2009 at 8:56 AM, mailinglist wrote: > > ________________________________________ > From: Adam Vande More [amvandemore@gmail.com] > Sent: Friday, October 09, 2009 9:38 AM > To: mailinglist > Cc: freebsd-stable@freebsd.org > Subject: Re: Problems Compiling KDE4 from ports > > On Fri, Oct 9, 2009 at 8:06 AM, mailinglist mailinglist@ucwv.edu>> 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 > > ------------------------------------------------------------------ > > Sorry, I couldn't get copy/paste to work. I had to type everything in by > hand, I made a mistake. The port dir you listed is correct. > > All I'm doing is going into the kdebindings4-python-pykde4 folder and > running "make". Is that not the way I should be doing it? > That method is OK if you're doing a clean install ie only freebsd is installed no ports. However, if you're upgrading an existing system after updating your ports tree then you need to worry about dependencies. make doesn't like when old versions of dependencies are already installed. That's what tools like portmaster and portupgrade are for. Read /usr/ports/UPDATING after every ports tree update for new info. To properly upgrade kde4 you should do something like this: portmaster -D x11/kde4 -- Adam Vande More