[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#652152: marked as done (gecko-mediaplayer: FTBFS: npupp.h:703:49: error: declaration of C function 'char* NP_GetMIMEDescription()' conflicts with)



Your message dated Thu, 12 Jan 2012 20:49:16 +0000
with message-id <E1RlRaG-0005f9-IL@franck.debian.org>
and subject line Bug#652152: fixed in gecko-mediaplayer 1.0.5-1
has caused the Debian Bug report #652152,
regarding gecko-mediaplayer: FTBFS: npupp.h:703:49: error: declaration of C function 'char* NP_GetMIMEDescription()' conflicts with
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
652152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652152
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gecko-mediaplayer
Version: 1.0.4-2
Severity: serious
Tags: wheezy sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20111210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[4]: Entering directory `/build/gecko-mediaplayer-ztaSMG/gecko-mediaplayer-1.0.4/src'
>   CXX    plugin_types_std.o
>   CXX    plugin.o
> In file included from /usr/lib/xulrunner-devel-8.0/include/nsrootidl.h:13:0,
>                  from /usr/lib/xulrunner-devel-8.0/include/nsISupports.h:10,
>                  from /usr/lib/xulrunner-devel-8.0/include/nsIPrefBranch.h:10,
>                  from plugin.cpp:45:
> /usr/lib/xulrunner-devel-8.0/include/nscore.h:417:2: warning: #warning libxul SDK was configured with char16_t support, but now building without [-Wcpp]
> plugin.h: In constructor 'CPlugin::CPlugin(NPP)':
> plugin.h:177:9: warning: 'CPlugin::mInstance' will be initialized after [-Wreorder]
> plugin.h:105:15: warning:   'NPStream* CPlugin::m_pNPStream' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.h:110:15: warning: 'CPlugin::m_pScriptableObjectMedia' will be initialized after [-Wreorder]
> plugin.h:109:15: warning:   'NPObject* CPlugin::m_pScriptableObjectSettings' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.h:189:14: warning: 'CPlugin::dbus_dispatch' will be initialized after [-Wreorder]
> plugin.h:185:12: warning:   'gchar* CPlugin::path' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.h:185:12: warning: 'CPlugin::path' will be initialized after [-Wreorder]
> plugin.h:184:14: warning:   'gboolean CPlugin::acceptdata' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.h:187:14: warning: 'CPlugin::playerready' will be initialized after [-Wreorder]
> plugin.h:180:10: warning:   'gint CPlugin::nextid' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.h:205:12: warning: 'CPlugin::user_agent' will be initialized after [-Wreorder]
> plugin.h:178:12: warning:   'gchar* CPlugin::page_url' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.h:207:14: warning: 'CPlugin::quicktime_emulation' will be initialized after [-Wreorder]
> plugin.h:197:14: warning:   'gboolean CPlugin::disable_context_menu' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.h:217:12: warning: 'CPlugin::event_leavewindow' will be initialized after [-Wreorder]
> plugin.h:199:14: warning:   'gboolean CPlugin::debug' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.h:224:12: warning: 'CPlugin::tv_driver' will be initialized after [-Wreorder]
> plugin.h:223:12: warning:   'gchar* CPlugin::tv_device' [-Wreorder]
> plugin.cpp:183:1: warning:   when initialized here [-Wreorder]
> plugin.cpp:228:14: warning: variable 'b' set but not used [-Wunused-but-set-variable]
> plugin.cpp: In member function 'NPError CPlugin::SetWindow(NPWindow*)':
> plugin.cpp:442:36: warning: unused variable 'ws_info' [-Wunused-variable]
> plugin.cpp: In function 'void* CURLGetURLNotify(gpointer)':
> plugin.cpp:1552:1: warning: no return statement in function returning non-void [-Wreturn-type]
>   CXX    memmem_compat.o
>   CXX    plugin_list.o
> plugin_list.cpp: In function 'GList* list_parse_qt(GList*, ListItem*)':
> plugin_list.cpp:268:12: warning: variable 'rmdr' set but not used [-Wunused-but-set-variable]
>   CXX    plugin_setup.o
>   CXX    plugin_dbus.o
> plugin_dbus.cpp: In function 'DBusHandlerResult filter_func(DBusConnection*, DBusMessage*, void*)':
> plugin_dbus.cpp:44:18: warning: variable 'sender' set but not used [-Wunused-but-set-variable]
> plugin_dbus.cpp:45:18: warning: variable 'destination' set but not used [-Wunused-but-set-variable]
> plugin_dbus.cpp:50:12: warning: variable 'path' set but not used [-Wunused-but-set-variable]
>   CXX    np_entry.o
> In file included from np_entry.cpp:44:0:
> npupp.h:703:49: error: declaration of C function 'char* NP_GetMIMEDescription()' conflicts with
> /usr/lib/xulrunner-devel-8.0/include/npfunctions.h:303:24: error: previous declaration 'const char* NP_GetMIMEDescription()' here
> np_entry.cpp:83:30: error: new declaration 'char* NPP_GetMIMEDescription()'
> /usr/lib/xulrunner-devel-8.0/include/npapi.h:792:13: error: ambiguates old declaration 'const char* NPP_GetMIMEDescription()'
> np_entry.cpp: In function 'char* NP_GetMIMEDescription()':
> np_entry.cpp:87:35: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
> make[4]: *** [np_entry.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/12/10/gecko-mediaplayer_1.0.4-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: gecko-mediaplayer
Source-Version: 1.0.5-1

We believe that the bug you reported is fixed in the latest version of
gecko-mediaplayer, which is due to be installed in the Debian FTP archive:

gecko-mediaplayer_1.0.5-1.debian.tar.gz
  to main/g/gecko-mediaplayer/gecko-mediaplayer_1.0.5-1.debian.tar.gz
gecko-mediaplayer_1.0.5-1.dsc
  to main/g/gecko-mediaplayer/gecko-mediaplayer_1.0.5-1.dsc
gecko-mediaplayer_1.0.5-1_amd64.deb
  to main/g/gecko-mediaplayer/gecko-mediaplayer_1.0.5-1_amd64.deb
gecko-mediaplayer_1.0.5.orig.tar.gz
  to main/g/gecko-mediaplayer/gecko-mediaplayer_1.0.5.orig.tar.gz



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 652152@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <s.ramacher@gmx.at> (supplier of updated gecko-mediaplayer 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 05 Jan 2012 00:53:13 +0100
Source: gecko-mediaplayer
Binary: gecko-mediaplayer
Architecture: source amd64
Version: 1.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <s.ramacher@gmx.at>
Description: 
 gecko-mediaplayer - Multimedia plug-in for Gecko browsers
Closes: 567169 628997 638336 652152
Changes: 
 gecko-mediaplayer (1.0.5-1) unstable; urgency=low
 .
   [ Sebastian Ramacher ]
   * New upstream release (Closes: #652152).
   * debian/control:
     - add myself to Uploaders.
     - don't depend on specific browsers (Closes: #567169)
     - Build-Dep on dh-autoreconf instead of autotools-dev.
     - Build-Dep on pkg-config (>= 2.26).
     - Remove unnecessary Build-Dep on libidl0.
   * debian/rules:
     - regenerate configure with dh-autoreconf.
   * debian/patches:
     - add 0002-fix-spelling-error.patch to fix spelling mistake in
       src/plugin.cpp.
     - update 0001-nomozalloc.patch to not include diff for configure.
 .
   [ Julien Lavergne ]
   * debian/patches:
     - force-no-gsettings.patch: Remove, since gnome-mplayer provide the
       gsettings schemas.
 .
   [ Brandon Snider ]
   * debian/rules: convert package to dh short form (Closes: #638336).
   * debian/compat: bump compat to 8.
   * debian/control:
     - Build-Dep on debhelper (>= 8)
     - Build-Dep on libgmlib-dev
   * debian/copyright: make it DEP-5 compliant
 .
   [ Aron Xu ]
   * debian/control:
     - Move to Debian Multimedia Team, add Julien and myself to Uploaders.
       (Closes: #628997)
     - Add Vcs-* fields.
Checksums-Sha1: 
 a5f36871ab99a4efe165b2d219fed289e197136b 2016 gecko-mediaplayer_1.0.5-1.dsc
 2a8b87805972d7988eb840840dc12343a6edcc5b 262377 gecko-mediaplayer_1.0.5.orig.tar.gz
 a07dc1c686d1921e6bdc658095217b61eb362dbe 15669 gecko-mediaplayer_1.0.5-1.debian.tar.gz
 7c79ade62da77730b88d7e18df53fdda0c342201 233228 gecko-mediaplayer_1.0.5-1_amd64.deb
Checksums-Sha256: 
 4b08faf05acae4365237e34c331b9db4f7c5f5981ef396ca00d03d18abd8a597 2016 gecko-mediaplayer_1.0.5-1.dsc
 913fd39e70c564cb210c2544a88869f9d1a448184421f000b14b2bc5ba718b49 262377 gecko-mediaplayer_1.0.5.orig.tar.gz
 87521059a49790a9d65b10a55ca4c51adf42665b6fb6cfd73a26d993362b8515 15669 gecko-mediaplayer_1.0.5-1.debian.tar.gz
 ce5087ada6f644791b50949cb91d5bfa943d7168f7c004dfa2de449215257982 233228 gecko-mediaplayer_1.0.5-1_amd64.deb
Files: 
 3c335ffc6e86dd8a816c0ca23ad53bfc 2016 video optional gecko-mediaplayer_1.0.5-1.dsc
 1a96daf878d06452c0fd9a13fd186021 262377 video optional gecko-mediaplayer_1.0.5.orig.tar.gz
 e3306624c45f626a70e8260da59a4e7b 15669 video optional gecko-mediaplayer_1.0.5-1.debian.tar.gz
 e7352468e29a3ca19ae9082fc23386d8 233228 video optional gecko-mediaplayer_1.0.5-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBCgAGBQJPDznCAAoJEEmrPP2rYrC4vHUH/3W413ri4kND+z3BpbFXZF67
szNiZ7jy9FlXohCEzIfuPunTaS3TARrEKiXJpINdLr3D+AX2lDUeY45IYYm2ui68
uFZYl7HY1adb0mYNpdQQMffn+pVowiMemExTD96qBzJGJy9VOefjLN09JdNEZbpD
5+P79K/dhPsKdaP36bSZuwUdBxUml2QVG32PTO2arUIYYhcm11zJwU4ykka1X6pV
S1P4/vAzKtcQfltg/C1ZPQVqOqJNJC1H35lXJWl0pCK4ef9vVybErhRCENMVHk2e
W/IsiDWI3nt7IbnhoZzNDeIA8IukB10YnOb58ggsAZ58btJ7ccbW0zl9Bgkm8Hk=
=rOpU
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: