Your message dated Wed, 26 Mar 2014 15:52:35 +0000
with message-id <[email protected]>
and subject line Bug#742280: fixed in farstream-0.2 0.2.3-3
has caused the Debian Bug report #742280,
regarding FTBFS: parser error : Opening and ending tag mismatch:
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 [email protected]
immediately.)
--
742280: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742280
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:farstream-0.2
Version: 0.2.3-2
Severity: serious
Tags: patch
Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=76458
Hi,
farsight-0.2 FTBFS with current gtk-doc in unstable.
make[4]: Entering directory `/«PKGBUILDDIR»/docs/libs'
DOC Scanning header files
DOC Introspecting gobjects
DOC Building XML
../../farstream/fs-candidate.c:228: warning: Parameter description for
fs_candidate_new_full::username is missing in source code comment block.
./farstream-libs-unused.txt:1: warning: 2 unused declarations.They should be
added to farstream-libs-sections.txt in the appropriate place.
DOC Building HTML
../xml/fs-conference.xml:82: parser error : Opening and ending tag mismatch:
refsect1 line 75 and para
</para></para>
^
../xml/fs-conference.xml:95: parser error : Opening and ending tag mismatch:
para line 93 and refsect1
</refsect1>
^
../farstream-libs-docs.sgml:23: element include: XInclude error : could not
load ../xml/fs-conference.xml, and no fallback was found
../xml/fs-session.xml:133: parser error : Opening and ending tag mismatch:
refsect1 line 122 and para
</para></para>
^
../xml/fs-session.xml:228: parser error : Opening and ending tag mismatch: para
line 226 and refsect1
</refsect1>
^
../farstream-libs-docs.sgml:25: element include: XInclude error : could not
load ../xml/fs-session.xml, and no fallback was found
../xml/fs-stream.xml:120: parser error : Opening and ending tag mismatch:
refsect1 line 110 and para
</para></para>
../xml/fs-stream.xml:179: parser error : Opening and ending tag mismatch: para
line 177 and refsect1
</refsect1>
^
../farstream-libs-docs.sgml:26: element include: XInclude error : could not
load ../xml/fs-stream.xml, and no fallback was found
make[4]: *** [html-build.stamp] Error 6
I forwarded the bug upstream with a patch, attached. Maybe you want to apply
it.
Cheers,
--
Iain Lane [ [email protected] ]
Debian Developer [ [email protected] ]
Ubuntu Developer [ [email protected] ]
>From ce20a4ca68c7d8f806f5278c2a131269920dd800 Mon Sep 17 00:00:00 2001
From: Iain Lane <[email protected]>
Date: Fri, 21 Mar 2014 15:18:38 +0000
Subject: [PATCH] Fix some mismatched / redundant <para> gtk-doc tags
gtk-doc 1.20 got more strict about correctness here wrt. balanced tags.
https://bugs.freedesktop.org/show_bug.cgi?id=76458
---
farstream/fs-conference.c | 4 ++--
farstream/fs-session.c | 4 ++--
farstream/fs-stream.c | 4 ++--
gst/fsrtpconference/fs-rtp-session.c | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/farstream/fs-conference.c b/farstream/fs-conference.c
index f6d6404..7c6327a 100644
--- a/farstream/fs-conference.c
+++ b/farstream/fs-conference.c
@@ -43,7 +43,7 @@
*
* This will communicate asynchronous events to the user through #GstMessage
* of type #GST_MESSAGE_ELEMENT sent over the #GstBus.
- * </para>
+ *
* <refsect2><title>The "<literal>farstream-error</literal>" message</title>
* |[
* "src-object" #GObject The object (#FsConference, #FsSession or #FsStream) that emitted the error
@@ -54,7 +54,7 @@
* The message is sent on asynchronous errors.
* </para>
* </refsect2>
- * <para>
+ *
*/
diff --git a/farstream/fs-session.c b/farstream/fs-session.c
index f6cc23a..08a1517 100644
--- a/farstream/fs-session.c
+++ b/farstream/fs-session.c
@@ -39,7 +39,7 @@
*
* This will communicate asynchronous events to the user through #GstMessage
* of type #GST_MESSAGE_ELEMENT sent over the #GstBus.
- * </para>
+ *
* <refsect2><title>The "<literal>farstream-send-codec-changed</literal>"
* message</title>
* <table>
@@ -132,7 +132,7 @@
* telephony event has stopped.
* </para>
* </refsect2>
- * <para>
+ *
*/
#ifdef HAVE_CONFIG_H
diff --git a/farstream/fs-stream.c b/farstream/fs-stream.c
index c81e878..8502eb2 100644
--- a/farstream/fs-stream.c
+++ b/farstream/fs-stream.c
@@ -36,7 +36,7 @@
*
* This will communicate asynchronous events to the user through #GstMessage
* of type #GST_MESSAGE_ELEMENT sent over the #GstBus.
- * </para>
+ *
* <refsect2><title>The "<literal>farstream-new-local-candidate</literal>" message</title>
* |[
* "stream" #FsStream The stream that emits the message
@@ -93,7 +93,7 @@
* This message is emitted the state of a component of a stream changes.
* </para>
* </refsect2>
- * <para>
+ *
*/
#ifdef HAVE_CONFIG_H
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index e20539f..00e15cb 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -30,7 +30,7 @@
* fs_conference_new_session() on a #FsRtpConference. It can be either
* Audio or Video. It also represents data send with one and only one
* SSRC (although if there is a SSRC collision, that SSRC may change).
- * </para>
+ *
* <refsect2><title>Codec profiles</title>
* <para>
* It is possible to define "codec profiles", that is non-autodetected
@@ -50,7 +50,7 @@
* Also, it is possible to declare profiles with only a decoding pipeline,
* you will only be able to receive from this codec, the encoding may be a
* secondary pad of some other codec.
- * </para></refsect2><para>
+ * </para></refsect2>
*/
#ifdef HAVE_CONFIG_H
--
1.9.1
--- End Message ---
--- Begin Message ---
Source: farstream-0.2
Source-Version: 0.2.3-3
We believe that the bug you reported is fixed in the latest version of
farstream-0.2, which is due to be installed in the Debian FTP archive.
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.
Simon McVittie <[email protected]> (supplier of updated farstream-0.2 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: SHA256
Format: 1.8
Date: Wed, 26 Mar 2014 15:12:09 +0000
Source: farstream-0.2
Binary: libfarstream-0.2-2 libfarstream-0.2-dev libfarstream-0.2-doc
libfarstream-0.2-dbg gir1.2-farstream-0.2
Architecture: source amd64 all
Version: 0.2.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Telepathy maintainers
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Description:
gir1.2-farstream-0.2 - Audio/Video communications framework:
GObject-Introspection
libfarstream-0.2-2 - Audio/Video communications framework: core library
libfarstream-0.2-dbg - Audio/Video communications framework: debugging symbols
libfarstream-0.2-dev - Audio/Video communications framework: development files
libfarstream-0.2-doc - Audio/Video communications framework: documentation
Closes: 742280
Changes:
farstream-0.2 (0.2.3-3) unstable; urgency=medium
.
* Add patch from Iain Lane to build successfully with current gtk-doc
(Closes: #742280)
Checksums-Sha1:
8e74c2c166cc47ef3695d961905c97864c4427ec 2584 farstream-0.2_0.2.3-3.dsc
3b6e840a3fc3c0fe89a99d36bb0fda08e12040cb 8388
farstream-0.2_0.2.3-3.debian.tar.xz
276953425b3fa2da2b57d47efed28196005dced2 376220
libfarstream-0.2-2_0.2.3-3_amd64.deb
cbd1b331c27a146fb9fdac134ade881592f964ed 221772
libfarstream-0.2-dev_0.2.3-3_amd64.deb
fa4ae7732d93931e74a7d970fad36def0eae3eba 245200
libfarstream-0.2-doc_0.2.3-3_all.deb
c9b18451a1c1e830f449dca3f7aef3fb3d6a14e8 892138
libfarstream-0.2-dbg_0.2.3-3_amd64.deb
50bf747e661d35cc4f0430d7c5860777d868b041 202080
gir1.2-farstream-0.2_0.2.3-3_amd64.deb
Checksums-Sha256:
2aaaff22da94b429ac11c9b28806b3c25cc50a970543271a0dc78f73b935ee22 2584
farstream-0.2_0.2.3-3.dsc
8b05a0b93c7df26e22afc532c5f2e228bd344370daa959218b2a52f01ee6ed8c 8388
farstream-0.2_0.2.3-3.debian.tar.xz
f11f8e6910f3481f64f87f208bbd6ee14257f7ba27271a80fb1f1cd3429dd533 376220
libfarstream-0.2-2_0.2.3-3_amd64.deb
8a41b73fbc4bb2d72619607936750d9a4437ad61781c5c8262b4a0c0d8de34cf 221772
libfarstream-0.2-dev_0.2.3-3_amd64.deb
15e816464e683c236fca0a2a5af903c8799c8bf736ad16ffc15766f6a918df30 245200
libfarstream-0.2-doc_0.2.3-3_all.deb
15816209b3ee131a4e3b47a41b7a9e2d0cc5916875e0933edce3c6baafcea092 892138
libfarstream-0.2-dbg_0.2.3-3_amd64.deb
24492e3ca906dd84404098afbd95b2c1a18ad52340dd4efe4e82642d63f943be 202080
gir1.2-farstream-0.2_0.2.3-3_amd64.deb
Files:
776e785eaa2185e9c0eccc9b6bda8699 2584 libs optional farstream-0.2_0.2.3-3.dsc
fb7684317c610cc49fa90dbc4a0797bb 8388 libs optional
farstream-0.2_0.2.3-3.debian.tar.xz
90f4453cd5da4adf2951796ae35cb3ad 376220 libs optional
libfarstream-0.2-2_0.2.3-3_amd64.deb
fffdb9f6bfb299b78d6a036e4555fe12 221772 libdevel optional
libfarstream-0.2-dev_0.2.3-3_amd64.deb
a0399bb7e1aed3fc9b5b0b3436b40d47 245200 doc optional
libfarstream-0.2-doc_0.2.3-3_all.deb
4fba4fd5fbba9bfa579fa1a7f0bb0e0b 892138 debug extra
libfarstream-0.2-dbg_0.2.3-3_amd64.deb
3aa47253e68b2f0f830efd3957542330 202080 introspection optional
gir1.2-farstream-0.2_0.2.3-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIVAwUBUzLy5U3o/ypjx8yQAQgR6Q//VsTHTF+aUW5IDT77GvbDnTI2j5ztod5i
NKCLImm01hVwZ3bweFJl1ZJ700Qht1EYxaPqHTAl+3QxCY6XY9kznY1jhDX8uPCP
B4Efi3i+9FW91/+uNt6vVhm3yYTJ6A5lIT44qdJvNZzK4ZymtTQFFcxNFYKpjQYO
zaGi5UF3CLqKoJ3IuhZY7u2vtLLYz40Mpm9LaE8uB+DrdmjBKouyirzhQOWt82Wy
8jxiwG4sZUuU99PnlOcqIag8BXG7Gj31Xnf1iyw4HUAE4rtrpR+GlVxUTb9OG3/I
KdoFYLpTms51VAiVuyc4w9qZCa6twkbUDofVKqujm1aqyaqBW3tBmYoCQZgHW3tU
0MAPw2X/2uuoeUvMdDXhY+5+ufh7fsZF2MBfk9Panjiiyq0QWf0HtQOZjl8YPiwA
JZHmTuRmDj1R7IXa6AzsNFIxBHrXXOiLmnk2tDJKny3yGISOJ0PIa4sp1/K8NE9E
fOp8uY95L8L8GRSY13WNl3XPNOrhG0yf+o9HHh6KYHJgtKfttAKvf+CeOSGkmp2x
Ywm0kFdSqs2XpWKbLunNdbXZmC2uJJ25mOAhZLJVxWLiOpFkWsd/Fyl46XYn26Q4
Cl/fiKNibtBNlEQDs3kxmjf9yNZRNJ7o1p4O1qq+5mL8CQNLO8T+yqDuFr3m715g
Ey2zqHcyLWU=
=09Kv
-----END PGP SIGNATURE-----
--- End Message ---