Your message dated Wed, 12 Aug 2009 16:33:06 +0000
with message-id <[email protected]>
and subject line Bug#540130: fixed in mythtvfs-fuse 0.5.2-3
has caused the Debian Bug report #540130,
regarding mythtvfs-fuse: FTBFS on GNU/kFreeBSD
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.)
--
540130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540130
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mythtvfs-fuse
Version: 0.5.2-2
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
I think you want to check whether you're using the glibc instead of just
checking whether you're on Linux before using pread/pwrite. The attached
patch fixes the FTBFS on GNU/kFreeBSD.
Thanks for considering.
Mraw,
KiBi.
--- a/mythtvfs.c
+++ b/mythtvfs.c
@@ -20,7 +20,7 @@
#include <config.h>
-#ifdef linux
+#if defined(linux) || defined(__GLIBC__)
/* For pread()/pwrite() */
#define _XOPEN_SOURCE 500
#endif
--- End Message ---
--- Begin Message ---
Source: mythtvfs-fuse
Source-Version: 0.5.2-3
We believe that the bug you reported is fixed in the latest version of
mythtvfs-fuse, which is due to be installed in the Debian FTP archive:
mythtvfs-fuse_0.5.2-3.diff.gz
to pool/main/m/mythtvfs-fuse/mythtvfs-fuse_0.5.2-3.diff.gz
mythtvfs-fuse_0.5.2-3.dsc
to pool/main/m/mythtvfs-fuse/mythtvfs-fuse_0.5.2-3.dsc
mythtvfs_0.5.2-3_amd64.deb
to pool/main/m/mythtvfs-fuse/mythtvfs_0.5.2-3_amd64.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.
Kees Cook <[email protected]> (supplier of updated mythtvfs-fuse 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.8
Date: Wed, 12 Aug 2009 09:17:09 -0700
Source: mythtvfs-fuse
Binary: mythtvfs
Architecture: source amd64
Version: 0.5.2-3
Distribution: unstable
Urgency: low
Maintainer: Kees Cook <[email protected]>
Changed-By: Kees Cook <[email protected]>
Description:
mythtvfs - userspace filesystem client for MythTV
Closes: 540130
Changes:
mythtvfs-fuse (0.5.2-3) unstable; urgency=low
.
* 04_xopen_source.patch: allow pread/pwrite on GNU/kFreeBSD as well,
thanks to Cyril Brulebois (Closes: 540130).
Checksums-Sha1:
b07a34f88d60d1bb56d346e2d12edf36477d1384 1135 mythtvfs-fuse_0.5.2-3.dsc
8187b5bd36461921eefe085d181586f286b605d6 2562 mythtvfs-fuse_0.5.2-3.diff.gz
1bbd3d4cb575e60d7a2bf51511029e83ae70f920 22206 mythtvfs_0.5.2-3_amd64.deb
Checksums-Sha256:
2a1f839cea3f79d6c68904b7334e6ec77b5e04cbb9b0c2aeea3d82ffe7462596 1135
mythtvfs-fuse_0.5.2-3.dsc
f8b2a2f56be9b3b3f950414e29aeec9e56ec62c19e7f5082c8f19cf3c8b84073 2562
mythtvfs-fuse_0.5.2-3.diff.gz
6775bef4b877e2f982f1d5135015f12c535e9c76456f52a6b9fd48dbf566ed75 22206
mythtvfs_0.5.2-3_amd64.deb
Files:
42a763a2522edf48b19d32888061ab2b 1135 utils optional mythtvfs-fuse_0.5.2-3.dsc
43cebab7d06d87ce7dba4b8bbe9fcca9 2562 utils optional
mythtvfs-fuse_0.5.2-3.diff.gz
be9ec81428df3147388f2776d0b6425b 22206 utils optional
mythtvfs_0.5.2-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Kees Cook <[email protected]>
iEYEARECAAYFAkqC7AEACgkQH/9LqRcGPm1N6gCeJEDr2J6hOYxL9D1e28KOdTYu
jxAAoJJROUJIfrpwwxUNYIrsYO18zPsF
=xsnf
-----END PGP SIGNATURE-----
--- End Message ---