From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 5 05:07:01 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8F5337F1 for ; Mon, 5 Aug 2013 05:07:01 +0000 (UTC) (envelope-from robbak@gmail.com) Received: from mail-oa0-x235.google.com (mail-oa0-x235.google.com [IPv6:2607:f8b0:4003:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A5212864 for ; Mon, 5 Aug 2013 05:07:01 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id k18so5203030oag.40 for ; Sun, 04 Aug 2013 22:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=7q76BvfDEmCcFP2OHo9ybjwj+yNrK36muW507Ht1qKk=; b=f5oqyLNUMQo7UCBTVL0f//kIwOAHClNJi+O8jLqJUyS5an6ecXuO5dn/jPA+/i7zlc TDVzefrwSIiAWd4YS9vQ3s6J9SwDYQH8Yl9S64/Talmlu/GTuARHPJ7+22I/HzxP4SMX yE1JA1QxCNt6i/QjHXlw/kkogP8Jt/mU66XA+tbn8Sc8tvUMFcWqkkpI8inoPUJzh6ZR pAbqZD9TqGXkqq4j39AriuDLPipOQ/5B+++x6oxGhwG6TzAMj6jgeP9ywG32pMWGxMmP DXobVUClfc7fVlMMLKhpZLc2JgSqY8TXDIQ3eXPu0NWKIGd5C/0kEGDF0N8Y61A/KIkJ 3k2w== MIME-Version: 1.0 X-Received: by 10.182.71.38 with SMTP id r6mr12868121obu.64.1375679220666; Sun, 04 Aug 2013 22:07:00 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.109.7 with HTTP; Sun, 4 Aug 2013 22:07:00 -0700 (PDT) In-Reply-To: <86k3l4pzog.fsf@freeenv.ad.medctr.ucla.edu> References: <86k3l4pzog.fsf@freeenv.ad.medctr.ucla.edu> Date: Mon, 5 Aug 2013 15:07:00 +1000 X-Google-Sender-Auth: cyHIdqWQFuR7rnOjm53HCZE47AM Message-ID: Subject: Re: Failed Build gstreamer-plugins-gl FreeBSD 9.1 From: Robert Backhaus To: Aric Gregson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2013 05:07:01 -0000 I had this issue too. Long story short, you have an old version of libvisual. The one you need is graphics/libvisual04. Remove graphics/libvisual (which probably isn't being referred to by any port) and it will build fine. On 6 July 2013 05:35, Aric Gregson wrote: > Hello, > > I am upgrading my ports from June 7 2013 to July 3 2013 and apparently > need to rebuild graphics/gstreamer-plugins-gl. I am consistently > receiving the following error: > > visual-gl.c:943: error: 'GstVisualGL' has no member named 'earliest_time' > visual-gl.c:961: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:961: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:966: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:966: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:968: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:968: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:969: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:969: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:973: error: 'GstVisualGL' has no member named 'duration' > visual-gl.c:979: error: 'GstVisualGL' has no member named 'spf' > visual-gl.c:983: error: 'GstVisualGL' has no member named 'adapter' > visual-gl.c:983: error: 'GstVisualGL' has no member named 'spf' > visual-gl.c: In function 'gst_visual_gl_change_state': > visual-gl.c:1017: warning: null format string > visual-gl.c:1089: error: 'GstVisualGL' has no member named 'width' > visual-gl.c:1089: error: 'GstVisualGL' has no member named 'height' > visual-gl.c:1111: warning: null format string > visual-gl.c: In function 'gst_visual_gl_actor_plugin_is_gl': > visual-gl.c:1142: warning: implicit declaration of function > 'VISUAL_ACTOR_PLUGIN' > visual-gl.c:1142: error: invalid type argument of '->' > visual-gl.c: In function 'plugin_init': > visual-gl.c:1183: warning: implicit declaration of function > 'visual_collection_size' > visual-gl.c:1183: warning: implicit declaration of function > 'VISUAL_COLLECTION' > gmake[3]: *** [libgstlibvisualgl_la-visual-gl.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/graphics/gstreamer-plugins-gl/work/gst-plugins-gl-0.10.3/ext/libvisual' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/graphics/gstreamer-plugins-gl/work/gst-plugins-gl-0.10.3/ext' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/graphics/gstreamer-plugins-gl/work/gst-plugins-gl-0.10.3' > gmake: *** [all] Error 2 > *** [do-build] Error code 1 > > Stop in /usr/ports/graphics/gstreamer-plugins-gl. > > > I am running: > > FreeBSD freeenv 9.1-STABLE FreeBSD 9.1-STABLE #0 r248590: Thu Mar 21 > 12:44:17 PDT 2013 root@freeenv:/usr/obj/usr/src/sys/GENERIC amd64 > > Any suggestions would be greatly appreciated. Also, if you need more > information please let me know. > > Thanks very much, Aric > _______________________________________________ > 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" >