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 653565 - FTBFS because of implicit pointer conversions
FTBFS because of implicit pointer conversions
Status: RESOLVED DUPLICATE of bug 652531
Product: vinagre
Classification: Applications
Component: general
3.1.x
Other Linux
: Normal major
: ---
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-28 11:38 UTC by Jeremy Bicha
Modified: 2011-06-28 12:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeremy Bicha 2011-06-28 11:38:28 UTC
See the build log at https://launchpadlibrarian.net/74232035/buildlog_ubuntu-oneiric-amd64.vinagre_3.1.2-0ubuntu1_FAILEDTOBUILD.txt.gz

Function `vinagre_utils_get_builder' implicitly converted to pointer at vinagre/vinagre-bookmarks-ui.c:46
Function `vinagre_utils_get_builder' implicitly converted to pointer at vinagre/vinagre-connect.c:404
Function `vinagre_utils_get_builder' implicitly converted to pointer at vinagre/vinagre-prefs.c:216
Function `vinagre_utils_get_builder' implicitly converted to pointer at vinagre/vinagre-reverse-vnc-listener-dialog.c:213

Our automated build log filter detected the problem(s) above that will
likely cause your package to segfault on architectures where the size of
a pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

Since use of implicitly converted pointers is always fatal to the application
on ia64, they are errors.  Please correct them for your next upload.

More information can be found at:
http://wiki.debian.org/ImplicitPointerConversions
Comment 1 David King 2011-06-28 12:00:25 UTC

*** This bug has been marked as a duplicate of bug 652531 ***