ports/137441: multimedia/gstreamer 0.10.23 format error [patch]

Mark Andrews marka at isc.org
Wed Aug 5 03:30:06 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list