From owner-freebsd-multimedia@FreeBSD.ORG Sun Jul 27 17:04:52 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1EAE106567A for ; Sun, 27 Jul 2008 17:04:52 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC4E8FC1E for ; Sun, 27 Jul 2008 17:04:51 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by ik-out-1112.google.com with SMTP id c30so5387278ika.3 for ; Sun, 27 Jul 2008 10:04:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=a5S/j92TDn4JZoDenWk+Is2oqQLh3JgelgYxdtexKMA=; b=YKln/EptDus/M01fBG0NlzU0HsGd6A/icgQyn8MOr/8pumPY0+c4a3Q/QjyRVNVDwq R/gIgX9Zp/4V/TpxXN4vQZIvzHj7ZbiJStt7z+KI9Jw55rSuM+aU1ZmTy67GdXU0Dy/U PUXVY61ryFIABdfttiMghbGHtZfgoSD800a44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=H4DokmyhEnLJnzzxWq+IuzRYqJO0haR5DpYsNo3asPKHZkeH34XoWUyxDpgCSQlZF0 3voLqcXx3k439y1HwEorwctQw6jnQvyoI4cKW27KWtqRs4zuKWK2NH9BwkIFYEd5EnlD XNb3ShYjXu+kD2zy88Zcr41jmNCUmvKsrNl+A= Received: by 10.210.11.13 with SMTP id 13mr4647430ebk.142.1217176761566; Sun, 27 Jul 2008 09:39:21 -0700 (PDT) Received: by 10.210.66.9 with HTTP; Sun, 27 Jul 2008 09:39:21 -0700 (PDT) Message-ID: Date: Sun, 27 Jul 2008 11:39:21 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Lowell Gilbert" In-Reply-To: <448wvnl4iy.fsf@lowell-desk.lan> MIME-Version: 1.0 References: <1217085781.00103287.1217073002@10.7.7.3> <448wvnl4iy.fsf@lowell-desk.lan> X-Google-Sender-Auth: 472745900c05e069 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, Jan Henrik Sylvester Subject: Re: gstreamer-plugins-pango build fails X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2008 17:04:52 -0000 On Sun, Jul 27, 2008 at 10:40 AM, Lowell Gilbert wrote: > Jan Henrik Sylvester writes: > > > I do not understand make enough to fix it. From ext/pango/, gmake > > cannot make ../../gst-libs/gst/video/libgstvideo-0.10.la, but if I go > > there and call it manually, it works: > > > > # cd /usr/ports/x11-toolkits/gstreamer-plugins-pango/ > > # make > > [...] > > cc [...] -c gsttimeoverlay.c [...] > > gmake: *** No rule to make target > > ../../gst-libs/gst/video/libgstvideo-0.10.la', needed by > > libgstpango.la'. Stop. > > [...] > > # cd > > > /usr/ports/x11-toolkits/gstreamer-plugins-pango/work/gst-plugins-base-0.10.20/ext/pango/ > > # gmake > > gmake: *** No rule to make target > > ../../gst-libs/gst/video/libgstvideo-0.10.la', needed by > > libgstpango.la'. Stop. > > # cd > > > /usr/ports/x11-toolkits/gstreamer-plugins-pango/work/gst-plugins-base-0.10.20/gst-libs/gst/video/ > > # gmake libgstvideo-0.10.la > > [...] > > # cd > > > /usr/ports/x11-toolkits/gstreamer-plugins-pango/work/gst-plugins-base-0.10.20/ext/pango/ > > # gmake > > [...] > > # cd /usr/ports/x11-toolkits/gstreamer-plugins-pango/ > > # make > > ===> Building for gstreamer-plugins-pango-0.10.20_1,3 > > gmake: Nothing to be done for `all'. > > > > Jan Henrik > > I was having trouble with this too. Try cleaning the build > directories (I did a "portsclean -C" with the portupgrade facility). > I'm not sure that's what fixed it for me (I was tinkering with > other adjustments in the port at the same time), but it's my best > guess. I added a patch to multimedia/gstreamer-plugins that fixed it yesterday morning. If you're still having trouble update your ports and retry. > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > freebsd-multimedia-unsubscribe@freebsd.org" >