[needs-packaging] Please package mission-control

Bug #111719 reported by Daniel Holbach
6
Affects Status Importance Assigned to Milestone
Debian
Fix Released
Unknown
Ubuntu
Fix Released
Wishlist
Telepathy

Bug Description

Mission Control, or MC, is a telepathy (chat and voip framework) component providing a way for "end-user" applications to abstract some details of low level telepathy components such as connection managers.

http://sourceforge.net/project/showfiles.php?group_id=190214

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

Daniel,

working on this I stumbled against a little problem for which I need your advise.

Compilation fails at line 793 of mcd-connection.c:
warning: passing argument 3 of 'g_file_get_contents' from incompatible pointer type

Since one of the compilation flags is -Werror, warnings are treated as erros and compilation fails.

Indeed, line 793 is:

g_file_get_contents (filename, &avatar->data, &avatar->len, &error)

In the Glib manual, argument 3 should be gsize (which is typedefined as an unsigned int) and avatar->len is declared as guint (also typedefined as an unsigned int).

What of these do you think I should do:

- patch the source, or
- disable the Werror directive, or
- disable the strict pointer type checking

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

Forget my previous comment. I just noticed that debian is releasing the package :-)

Revision history for this message
Daniel Holbach (dholbach) wrote :

Sync was requested. Should be in Gutsy soon.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.