GNOME Bugzilla – Bug 676624
gsttypefindhelper has proto mismatch
Last modified: 2012-05-24 09:05:44 UTC
Created attachment 214734 [details] [review] patch fixing issue. The proto for helper_find_suggest has a different argument than the actual function in the same file has. This causes the Sun Studio comnpiler to fail. The attached patch fixes this compile issue.
Could you attach this in "git format-patch" format?
Actually this would be a bother for me. I was just providing some patches that we put in our build system upstream. Normally we do not do not generate patches within git source trees. Since our build system uses tarballs, the Desktop team at Solaris has always just been generating patches via this command: gpatch -urp file.old file.new > patch.diff Is there some other way I can attach the bug in a format you like, such as different gpatch arguments or using ".txt" as the extension instead of diff? If different gpatch arguments would work, I can work with people here at Oracle to use what is recommended.
commit 30c6d0cc35aa76893d9c55a9525ddfd3a6754bca Author: Brian Cameron <brian.cameron at oracle.com> Date: Thu May 24 11:02:53 2012 +0200 typefind: fix prototype of helper_find_suggest The proto for helper_find_suggest has a different argument than the actual function in the same file has. This causes the Sun Studio compiler to fail. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676624