[Pkg-telepathy-maintainers] Bug#714534: telepathy-gabble: FTBFS on hurd-i386

Samuel Thibault sthibault at debian.org
Sun Jun 30 15:01:40 UTC 2013


Package: telepathy-gabble
Version: 0.17.5-1
Severity: important
Tags: patch

Hello,

telepathy-gabble currently FTBFS on hurd-i386 because errno is actually
a reserved word in C, please apply the attached patch.

Samuel

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
How do I type "for i in *.dvi do xdvi i done" in a GUI?
(Discussion in comp.os.linux.misc on the intuitiveness of interfaces.)
-------------- next part --------------
diff -ur tmp/telepathy-gabble-0.17.5/src/media-stream.h telepathy-gabble-0.17.5/src/media-stream.h
--- tmp/telepathy-gabble-0.17.5/src/media-stream.h	2013-02-25 11:38:44.000000000 +0000
+++ telepathy-gabble-0.17.5/src/media-stream.h	2013-06-30 14:47:34.000000000 +0000
@@ -86,7 +86,7 @@
 #define MAKE_COMBINED_DIRECTION(d, p) \
     ((CombinedStreamDirection) ((d) | ((p) << 2)))
 
-gboolean gabble_media_stream_error (GabbleMediaStream *self, guint errno,
+gboolean gabble_media_stream_error (GabbleMediaStream *self, guint errnum,
     const gchar *message, GError **error);
 
 void gabble_media_stream_close (GabbleMediaStream *close);


More information about the Pkg-telepathy-maintainers mailing list