From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 25 16:29:08 2014 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B070809 for ; Tue, 25 Nov 2014 16:29:08 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4313619A for ; Tue, 25 Nov 2014 16:29:08 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAPGT8r2071307 for ; Tue, 25 Nov 2014 16:29:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 195282] multimedia/clutter-gst 'clutter_gst_init' is invalid in C99 Date: Tue, 25 Nov 2014 16:29:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2014 16:29:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195282 --- Comment #4 from mikhail.rokhin@gmail.com --- (In reply to Koop Mast from comment #2) > I don't think a warning should cause the introspection generation to fail. > What version of FreeBSD is this? warning still exists, but previous failure was corrected in update. gmake[5]: Entering directory '/usr/ports/multimedia/clutter-gst/work/clutter-gst-2.0.12/clutter-gst' GEN ClutterGst-2.0.gir /usr/ports/multimedia/clutter-gst/work/clutter-gst-2.0.12/clutter-gst/tmp-introspectXB_EoF/ClutterGst-2.0.c:587:3: warning: implicit declaration of function 'clutter_gst_init' is invalid in C99 [-Wimplicit-function-declaration] clutter_gst_init(0,NULL); ^ 1 warning generated. (gst-plugin-scanner:1580): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstopencv.so': /usr/local/lib/gstreamer-1.0/libgstopencv.so: Undefined symbol "_ZN2cv3Mat10deallocateEv" GEN ClutterGst-2.0.typelib -- You are receiving this mail because: You are the assignee for the bug.