Your message dated Wed, 10 Aug 2005 19:33:37 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#317055: fixed in vlc 0.8.4-svn20050810-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 5 Jul 2005 21:21:43 +0000 >From [EMAIL PROTECTED] Tue Jul 05 14:21:43 2005 Return-path: <[EMAIL PROTECTED]> Received: from atlrel9.hp.com [156.153.255.214] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DpurP-0008SZ-00; Tue, 05 Jul 2005 14:21:43 -0700 Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.15.136.253]) by atlrel9.hp.com (Postfix) with ESMTP id 298DE37F4 for <[EMAIL PROTECTED]>; Tue, 5 Jul 2005 17:21:42 -0400 (EDT) Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30]) by smtp2.fc.hp.com (Postfix) with ESMTP id 9A4E841FB43; Tue, 5 Jul 2005 21:21:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id 68A6D1341DA; Tue, 5 Jul 2005 15:21:41 -0600 (MDT) Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27188-01; Tue, 5 Jul 2005 15:21:40 -0600 (MDT) Received: from krebs (krebs.dannf [10.8.0.7]) by ldl.fc.hp.com (Postfix) with ESMTP id 4BBFC1340D4; Tue, 5 Jul 2005 15:21:40 -0600 (MDT) Received: by krebs (Postfix, from userid 20800) id 83EBF3B68D4; Tue, 5 Jul 2005 15:23:50 -0600 (MDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dann frazier <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: vlc: FTBFS w/ g++ 4 X-Mailer: reportbug 3.15 Date: Tue, 05 Jul 2005 15:23:50 -0600 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: vlc Version: 0.8.2-1 Severity: serious Justification: no longer builds from source I tried a pbuilder build of vlc today and it failed, likely due to the gcc 4 migration. Here's a tail of the build log. ... if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX -I../../../include `top_builddir="../../.." ../../../vlc-config --cxxflags plugin skins2` -Wsign-compare -Wsign-compare -Wall -pipe -MT libskins2_plugin_a-theme.o -MD -MP -MF ".deps/libskins2_plugin_a-theme.Tpo" \ -c -o libskins2_plugin_a-theme.o `test -f 'src/theme.cpp' || echo './'`src/theme.cpp; \ then mv -f ".deps/libskins2_plugin_a-theme.Tpo" ".deps/libskins2_plugin_a-theme.Po"; \ else rm -f ".deps/libskins2_plugin_a-theme.Tpo"; exit 1; \ fi src/../src/../utils/position.hpp:31: warning: 'class Box' has virtual functions but non-virtual destructor src/../src/../utils/position.hpp:41: warning: 'class Rect' has virtual functions but non-virtual destructor if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX -I../../../include `top_builddir="../../.." ../../../vlc-config --cxxflags plugin skins2` -Wsign-compare -Wsign-compare -Wall -pipe -MT libskins2_plugin_a-theme_loader.o -MD -MP -MF ".deps/libskins2_plugin_a-theme_loader.Tpo" \ -c -o libskins2_plugin_a-theme_loader.o `test -f 'src/theme_loader.cpp' || echo './'`src/theme_loader.cpp; \ then mv -f ".deps/libskins2_plugin_a-theme_loader.Tpo" ".deps/libskins2_plugin_a-theme_loader.Po"; \ else rm -f ".deps/libskins2_plugin_a-theme_loader.Tpo"; exit 1; \ fi src/../src/../utils/position.hpp:31: warning: 'class Box' has virtual functions but non-virtual destructor src/../src/../utils/position.hpp:41: warning: 'class Rect' has virtual functions but non-virtual destructor src/theme_loader.cpp: In function 'int gzopen_frontend(char*, int, int)': src/theme_loader.cpp:559: error: cast from 'void*' to 'int' loses precision make[7]: *** [libskins2_plugin_a-theme_loader.o] Error 1 make[7]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules/gui/skins2' make[6]: *** [all-modules] Error 1 make[6]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules/gui/skins2' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules/gui' make[4]: *** [all] Error 2 make[4]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules/gui' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/buildd/vlc-0.8.2/modules' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/vlc-0.8.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/vlc-0.8.2' make: *** [build-stamp] Error 2 pbuilder: Failed autobuilding of package -> Aborting with an error -> unmounting dev/pts filesystem -> unmounting proc filesystem -> cleaning the build env -> removing directory /var/cache/pbuilder/build//23388 and its subdirectories -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: ia64 Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-mckinley Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) --------------------------------------- Received: (at 317055-close) by bugs.debian.org; 11 Aug 2005 02:38:19 +0000 >From [EMAIL PROTECTED] Wed Aug 10 19:38:19 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E32sz-0001K7-00; Wed, 10 Aug 2005 19:33:37 -0700 From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#317055: fixed in vlc 0.8.4-svn20050810-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Wed, 10 Aug 2005 19:33:37 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 3 Source: vlc Source-Version: 0.8.4-svn20050810-1 We believe that the bug you reported is fixed in the latest version of vlc, which is due to be installed in the Debian FTP archive: gnome-vlc_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/gnome-vlc_0.8.4-svn20050810-1_i386.deb gvlc_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/gvlc_0.8.4-svn20050810-1_i386.deb kvlc_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/kvlc_0.8.4-svn20050810-1_i386.deb libvlc0-dev_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/libvlc0-dev_0.8.4-svn20050810-1_i386.deb mozilla-plugin-vlc_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/mozilla-plugin-vlc_0.8.4-svn20050810-1_i386.deb qvlc_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/qvlc_0.8.4-svn20050810-1_i386.deb vlc-plugin-alsa_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/vlc-plugin-alsa_0.8.4-svn20050810-1_i386.deb vlc-plugin-arts_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/vlc-plugin-arts_0.8.4-svn20050810-1_i386.deb vlc-plugin-esd_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/vlc-plugin-esd_0.8.4-svn20050810-1_i386.deb vlc-plugin-ggi_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/vlc-plugin-ggi_0.8.4-svn20050810-1_i386.deb vlc-plugin-glide_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/vlc-plugin-glide_0.8.4-svn20050810-1_i386.deb vlc-plugin-sdl_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/vlc-plugin-sdl_0.8.4-svn20050810-1_i386.deb vlc-plugin-svgalib_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/vlc-plugin-svgalib_0.8.4-svn20050810-1_i386.deb vlc_0.8.4-svn20050810-1.diff.gz to pool/main/v/vlc/vlc_0.8.4-svn20050810-1.diff.gz vlc_0.8.4-svn20050810-1.dsc to pool/main/v/vlc/vlc_0.8.4-svn20050810-1.dsc vlc_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/vlc_0.8.4-svn20050810-1_i386.deb vlc_0.8.4-svn20050810.orig.tar.gz to pool/main/v/vlc/vlc_0.8.4-svn20050810.orig.tar.gz wxvlc_0.8.4-svn20050810-1_i386.deb to pool/main/v/vlc/wxvlc_0.8.4-svn20050810-1_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated vlc package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 10 Aug 2005 16:18:37 +0200 Source: vlc Binary: wxvlc vlc-plugin-sdl kvlc vlc-plugin-ggi gvlc vlc-plugin-alsa qvlc vlc-plugin-glide vlc-plugin-esd gnome-vlc mozilla-plugin-vlc vlc vlc-plugin-arts vlc-plugin-svgalib libvlc0-dev Architecture: source i386 Version: 0.8.4-svn20050810-1 Distribution: unstable Urgency: low Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Description: gnome-vlc - GNOME frontend for VLC (dummy legacy package) gvlc - GTK+ frontend for VLC (dummy legacy package) kvlc - KDE frontend for VLC (dummy legacy package) libvlc0-dev - development files for VLC mozilla-plugin-vlc - multimedia plugin for Mozilla based on VLC qvlc - Qt frontend for VLC (dummy legacy package) vlc - multimedia player for all audio and video formats vlc-plugin-alsa - ALSA audio output plugin for VLC vlc-plugin-arts - aRts audio output plugin for VLC vlc-plugin-esd - Esound audio output plugin for VLC vlc-plugin-ggi - GGI video output plugin for VLC vlc-plugin-glide - Glide video output plugin for VLC vlc-plugin-sdl - SDL video and audio output plugin for VLC vlc-plugin-svgalib - SVGAlib video output plugin for VLC wxvlc - wxWindows frontend for VLC Closes: 290612 316161 317035 317055 317067 317380 319292 319598 320874 321461 321988 322003 322013 322166 Changes: vlc (0.8.4-svn20050810-1) unstable; urgency=low . * New SVN snapshot. * Rebuilt against libaa1 and new wxWin and SDL packages to complete the aalib transition (Closes: #320874) and make the packages installable again (Closes: #319292, #319598, #321461, #322166, #317380). * debian/rules: + Use DEB_BUILD_ARCH_CPU instead of DEB_BUILD_GNU_CPU. * debian/vlc.desktop: + Added desktop file, thanks to Mantas Kriauciunas (Closes: #290612). * debian/control: + Removed unused dummy packages (Closes: #321988, #322003, #322013). + Build-depend on libmatroska-dev (>= 0.7.7). + Build-depend on libwxgtk2.4-dev (>= 2.4.4). + Build-depend on libdvbpsi4-dev instead of libdvbpsi3-dev. * Build-depend on libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3). + Build-depend on a newer version of libmatroska-dev and mozilla-dev because of the C++ transition. + Build-depend on libsvga1-dev instead of svgalib1-dev. * This snapshot no longer uses tune=opteron on amd64 (Closes: #316161). * The SVN version adds support for Freebox users (Closes: #317035). * Various gcc-4.x FTBFS were fixed upstream (Closes: #317055). * mozilla/support/npunix.c: fixed undeclared NPP_GetJavaClass (Closes: #317067). Files: ac45e0c1e75eabc8b4edd7adb1c3a1c2 1850 graphics optional vlc_0.8.4-svn20050810-1.dsc 8a7a0cd99fb6d9aa9c0ff6f839f62b00 10478368 graphics optional vlc_0.8.4-svn20050810.orig.tar.gz e69bf41c49dbe880522b57ccfa0cd552 15585 graphics optional vlc_0.8.4-svn20050810-1.diff.gz c92cb35645632c97e4ce0a30113dc3de 7100366 graphics optional vlc_0.8.4-svn20050810-1_i386.deb 6a2c7b47e804038fb6114417ec3cd108 842198 libdevel optional libvlc0-dev_0.8.4-svn20050810-1_i386.deb 65e954289dacfc5706bcfda243ceea81 1258 oldlibs optional gnome-vlc_0.8.4-svn20050810-1_i386.deb 6ef0395ac92a3a460bd0b7a20e304d5d 1266 oldlibs optional gvlc_0.8.4-svn20050810-1_i386.deb 139bffbc64f319da1f297efe3323e567 4408 graphics optional vlc-plugin-esd_0.8.4-svn20050810-1_i386.deb 72b566ad2921fdc1a01b655cb76d699d 9748 graphics optional vlc-plugin-alsa_0.8.4-svn20050810-1_i386.deb e434c276b63f68b1fefdb91c2e0a0a7c 9552 graphics optional vlc-plugin-sdl_0.8.4-svn20050810-1_i386.deb e9f6cadb55674058550399640256069f 5494 graphics optional vlc-plugin-ggi_0.8.4-svn20050810-1_i386.deb a218735c5a6cc016871fc7df47e3b0da 3918 graphics optional vlc-plugin-glide_0.8.4-svn20050810-1_i386.deb 59b456521f122e8b3396e0c596cb66ea 958 oldlibs optional qvlc_0.8.4-svn20050810-1_i386.deb c2392485243b13f0b4927892deeba305 3690 graphics optional vlc-plugin-arts_0.8.4-svn20050810-1_i386.deb 822c1a568b5639f47cf0423d5ce793c3 653186 graphics optional mozilla-plugin-vlc_0.8.4-svn20050810-1_i386.deb a37995fbee791db406761e898bc36dda 974 oldlibs optional kvlc_0.8.4-svn20050810-1_i386.deb db3ac953f69a910b87b6b9bcb3c53964 4204 graphics optional vlc-plugin-svgalib_0.8.4-svn20050810-1_i386.deb de1ae2c7ea919d51151916aed5c6661f 379972 graphics optional wxvlc_0.8.4-svn20050810-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC+jdTfPP1rylJn2ERAtmcAJ0UCNbaU9QFHN2Tp9nT1DvUgVAuyQCfQn0/ urzi+4H+fZXBStxTelLyh14= =32nH -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]