Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2009 13:25:27 +1000 (EST)
From:      Mark Andrews <marka@isc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/137441: multimedia/gstreamer 0.10.23 format error [patch]
Message-ID:  <200908050325.n753PROh073876@drugs.dv.isc.org>
Resent-Message-ID: <200908050330.n753U5Pe096470@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137441
>Category:       ports
>Synopsis:       multimedia/gstreamer 0.10.23 format error [patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 05 03:30:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Mark Andrews
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
ISC
>Environment:
System: FreeBSD drugs.dv.isc.org 6.4-STABLE FreeBSD 6.4-STABLE #31: Thu Apr 30 07:41:29 EST 2009 marka@drugs.dv.isc.org:/usr/obj/usr/src/sys/DRUGS i386


>Description:

	argument/format mis-match in gstregistry.c

>How-To-Repeat:

	compile multimedia/gstreamer and read warning.

>Fix:

Add
multimedia/gstreamer/files/patch-gstregistry.c:
--- gst/gstregistry.c.orig	2009-04-01 22:45:44.000000000 +1100
+++ gst/gstregistry.c	2009-08-05 13:08:42.000000000 +1000
@@ -896,7 +896,7 @@
         GST_DEBUG_OBJECT (registry, "mtime %ld != %ld or size %"
             G_GINT64_FORMAT " != %" G_GINT64_FORMAT " or external dependency "
             "env_vars changed: %d or external dependencies changed: %d",
-            plugin->file_mtime, file_status.st_mtime,
+            (long) plugin->file_mtime, (long) file_status.st_mtime,
             (gint64) plugin->file_size, (gint64) file_status.st_size,
             env_vars_changed, deps_changed);
         gst_registry_remove_plugin (gst_registry_get_default (), plugin);

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908050325.n753PROh073876>