Package: vlc Version: 0.8.6-svn20060823.debian-3 Severity: important Tags: patch
Our automated buildd log filter[1] detected a problem that will 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. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions ----- Forwarded message from Buildd user <[EMAIL PROTECTED]> ----- Subject: Log for successful build of vlc_0.8.6-svn20060823.debian-3 (dist=unstable) From: Buildd user <[EMAIL PROTECTED]> Date: Fri, 25 Aug 2006 11:51:41 +0000 To: undisclosed-recipients: ; X-PMX-Version: 5.1.2.240295, Antispam-Engine: 2.3.0.1, Antispam-Data: 2006.8.25.43942 X-PerlMx-Spam: Gauge=XXXI, Probability=31%, Report='HASHBUSTER_BLOCK_V2 3.4, __CP_MEDIA_BODY 0, __CP_URI_IN_BODY 0, __HASHBUSTER_BLOCK_V2_1 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __SANE_MSGID 0, __STOCK_CRUFT 0' X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on ldl.lart X-Spam-Level: X-Spam-Status: No, score=-1.3 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS autolearn=no version=3.0.3 Debian-Buildd-Error: Yes Function `convert_xml_special_chars' implicitly converted to pointer at rpn.c:426 Function `unescape_URI_duplicate' implicitly converted to pointer at xspf.c:520 Function `FromLocaleDup' implicitly converted to pointer at asx.c:71 Function `EnsureUTF8' implicitly converted to pointer at xspf.c:279 ----- End forwarded message ----- --- vlc-0.8.6-svn20060823.debian/modules/control/http/rpn.c~ 2006-08-23 04:45:37.000000000 -0600 +++ vlc-0.8.6-svn20060823.debian/modules/control/http/rpn.c 2006-08-29 13:20:56.000000000 -0600 @@ -26,6 +26,7 @@ #include "http.h" #include "vlc_url.h" #include "vlc_meta.h" +#include "vlc_strings.h" static vlc_object_t *GetVLCObject( intf_thread_t *p_intf, const char *psz_object, --- vlc-0.8.6-svn20060823.debian/modules/demux/playlist/xspf.c~ 2006-07-20 07:24:57.000000000 -0600 +++ vlc-0.8.6-svn20060823.debian/modules/demux/playlist/xspf.c 2006-08-29 13:23:40.000000000 -0600 @@ -33,6 +33,7 @@ #include "playlist.h" #include "vlc_xml.h" #include "vlc_strings.h" +#include "vlc_url.h" #include "xspf.h" struct demux_sys_t --- vlc-0.8.6-svn20060823.debian/modules/demux/playlist/asx.c~ 2006-08-23 04:45:41.000000000 -0600 +++ vlc-0.8.6-svn20060823.debian/modules/demux/playlist/asx.c 2006-08-29 13:25:43.000000000 -0600 @@ -36,6 +36,7 @@ #include <errno.h> /* ENOMEM */ #include "playlist.h" #include "vlc_meta.h" +#include "charset.h" struct demux_sys_t { --- vlc-0.8.6-svn20060823.debian/modules/misc/playlist/xspf.c~ 2006-06-25 11:28:31.000000000 -0600 +++ vlc-0.8.6-svn20060823.debian/modules/misc/playlist/xspf.c 2006-08-29 13:28:02.000000000 -0600 @@ -32,6 +32,7 @@ #include "vlc_meta.h" #include "vlc_strings.h" #include "xspf.h" +#include "charset.h" /** * \brief Prints the XSPF header to file, writes each item by xspf_export_item() -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]