After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 317222 - Missing include in src/common/gst-auth.c
Missing include in src/common/gst-auth.c
Status: RESOLVED FIXED
Product: gnome-system-tools
Classification: Deprecated
Component: general
1.4.x
Other All
: Normal major
: ---
Assigned To: Carlos Garnacho
Carlos Garnacho
Depends on:
Blocks:
 
 
Reported: 2005-09-26 09:38 UTC by Loïc Minier
Modified: 2005-11-27 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Loïc Minier 2005-09-26 09:38:19 UTC
Hi,

dann frazier reported that suspicious warnings appeared while building
gnome-system-tools:
Function `gst_platform_get_key' implicitly converted to pointer at
gst-auth.c:348

He suggests an include is missing:
diff -urN gnome-system-tools-1.4.0.orig/src/common/gst-auth.c
gnome-system-tools-1.4.0/src/common/gst-auth.c
--- orig.gnome-system-tools-1.4.0/src/common/gst-auth.c 2005-08-08
13:00:01.000000000 -0600
+++ gnome-system-tools-1.4.0/src/common/gst-auth.c      2005-09-25
17:46:35.000000000 -0600
@@ -49,6 +49,7 @@

 #include "gst-auth.h"
 #include "gst-tool.h"
+#include "gst-platform.h"

 #define GST_AUTH_RESPONSE_NP 1

This is Debian bug http://bugs.debian.org/330104.

Bye,
Comment 1 dann frazier 2005-09-26 16:15:00 UTC
Note that the reported error string (Function `gst_platform_get_key' implicitly
converted to pointer at gst-auth.c:348) does not appear in the build log.  That
output is produced by a script that analyzes build logs for this class of bug. 
See: http://wiki.debian.net/?ImplicitPointerConversions
Comment 2 Carlos Garnacho 2005-11-27 22:28:24 UTC
Thanks for reporting this bug, the fix is already in CVS :)