Your message dated Fri, 02 Mar 2012 07:47:18 +0000
with message-id <[email protected]>
and subject line Bug#620129: fixed in cstream 3.0.0-1
has caused the Debian Bug report #620129,
regarding cstream: Porting to 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.)
--
620129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620129
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cstream
Version: 2.7.6-1
Severity: normal
Tags: patch
A patch is attached to make it build on kfreebsd-*, that doesn't have O_DIRECT.
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages cstream depends on:
ii libc0.1 2.11.2-10 Embedded GNU C Library: Shared lib
cstream recommends no packages.
cstream suggests no packages.
-- no debconf information
--- cstream.c.orig 2008-12-19 21:38:37.000000000 +0000
+++ cstream.c 2011-03-30 12:27:43.000000000 +0000
@@ -569,11 +569,16 @@
}
if (state->using_o_direct) {
+#ifdef O_DIRECT
flags |= O_DIRECT;
if (o->v > 1) {
fprintf(stderr, "Using O_DIRECT on output file with blocksize %d\n"
, state->b);
}
+#else
+ fprintf(stderr, "Trying to use O_DIRECT but this OS doesn't have it\n");
+ exit(2);
+#endif
if (!o->user_specified_blocksize) {
#ifdef HAVE_SYS_STATVFS_H
--- End Message ---
--- Begin Message ---
Source: cstream
Source-Version: 3.0.0-1
We believe that the bug you reported is fixed in the latest version of
cstream, which is due to be installed in the Debian FTP archive:
cstream_3.0.0-1.debian.tar.gz
to main/c/cstream/cstream_3.0.0-1.debian.tar.gz
cstream_3.0.0-1.dsc
to main/c/cstream/cstream_3.0.0-1.dsc
cstream_3.0.0-1_amd64.deb
to main/c/cstream/cstream_3.0.0-1_amd64.deb
cstream_3.0.0.orig.tar.gz
to main/c/cstream/cstream_3.0.0.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated cstream 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: SHA512
Format: 1.8
Date: Fri, 02 Mar 2012 08:35:10 +0100
Source: cstream
Binary: cstream
Architecture: source amd64
Version: 3.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Description:
cstream - general-purpose stream-handling tool similar to dd
Closes: 620129
Changes:
cstream (3.0.0-1) unstable; urgency=low
.
* New upstream release.
Closes: bug#620129.
* Modernize CDBS usage: Drop local snippets (all included in cdbs
package).
* Use dpkg source format 3.0 (quilt). Stop including quilt make
snippet. Stop mentioning quilt in README.source.
* Git-ignore .pc dir, to ease using git-buildpackage.
* Refresh patches with shortening options -pab --no-timestamps
--no-index.
* Add DEP3 header to patch 1001.
* Bump debhelper compat level to 7.
* Drop unneeded uupdate option in watch file.
* Rewrite copyright file using copyright format 1.0.
* Shorten Vcs-Git field in control file, and use anonscm.debian.org in
Vcs-Browser field.
* Avoid optional build-dependencies to ease backporting.
* Autogenerate autotools.
* Update package relations:
+ Relax build-depend unversioned on cdbs, debhelper and dh-buildinfo
(needed versions satisfied even in oldstable).
+ Drop build-depending on quilt and patchutils: Superceded by dpkg
source version 3.0 (quilt).
+ Drop build-depending on devscripts: Suppressed to ease
backporting.
+ Build-depend on automake1.11 and autoconf: Needed to autogenerate
autotools.
Checksums-Sha1:
c92c09cb7a16f578ea5d676e86d42c8e91509fb0 1866 cstream_3.0.0-1.dsc
bbffc1722cca7a19633647b4d4e4f2d00c2435d1 98286 cstream_3.0.0.orig.tar.gz
8b4a5044f878c0ec6248cb3f5c145b1e95fff25b 10556 cstream_3.0.0-1.debian.tar.gz
c3f37671f5c80b26979e149657b6f5eb1543921b 31556 cstream_3.0.0-1_amd64.deb
Checksums-Sha256:
b212f7e355b8dd440a5c1538e1297d241026050afcc39c0e97bc0daf34d38f73 1866
cstream_3.0.0-1.dsc
3261202434d22256bb55fbcbafdfda5fac84c9c1e5589ba2c4ded45d3dad9bfc 98286
cstream_3.0.0.orig.tar.gz
b2ee2192926d51eb183b12abfce81cb64162c7e026db26dba8f57886997f2eb5 10556
cstream_3.0.0-1.debian.tar.gz
d5c4be3871383231cde0c274e99c6e955b8d0535583d6d8cf5203ddfd639dca8 31556
cstream_3.0.0-1_amd64.deb
Files:
e0fd4a94277c6e55692d14a4a5a50bf0 1866 utils optional cstream_3.0.0-1.dsc
00e9d6932051bd744d61972c7a38c3d7 98286 utils optional cstream_3.0.0.orig.tar.gz
04806fbd7d5b6982928ef313fe88eefc 10556 utils optional
cstream_3.0.0-1.debian.tar.gz
49ac2b1514cc8ecb2589527f7f57d376 31556 utils optional cstream_3.0.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJPUHjOAAoJECx8MUbBoAEhqo0QAJ+BNeA78eP+KMJea9e/9jgg
d1fklKJtySj09tEeccIcjftml23Bluqvv5nQpFdAL07HLZaj4sWy0jcFq0fX2SW3
ZdSiQQFQUpEV718U4gAOZFIclu88qsloJEMDk2u0vDzBY8vzlW+/BqsclHAWD2jS
XpHIj8inaXhXmBgOBr8/nxzmK+xFjdTKguK6mIEd9eK5hqzURimVVter/XI0oC7O
8btt79WfaaSZC+2SALMZjrOGkW8P2+PeCk+NUEa+VopYXWYcwsYlUR8D+A8Bw5EY
VV8Ebcpv45S4UmyeGj++MvRD6ZtvY+AmlqXu81B45c9JIqIEvJVpgtIUw2TK0rPB
0t4RCLw+reridjBe2Pdlu8vCfYs8X65+3de2osy5JYvtyPbwdHcnCMO+ieUySFr5
QPi2pWVmJwDNFWKdVXsVKMd84ed344LE48OtDMNr14pxA2clT6eA4WfVkfDxq3p3
1T2cZHUvuoiv0Nn3Pu/a8Uao+nF45CSeiLk1PwxEiQyT5uKq3R4YB2YuRqOOGk5g
gIHnkTWZyJyu3jeX4faINTPJdsPmXRkgV2ukny4evTK/wK5Vpy3q5+9lmfHcXVZB
aAY9Hvj+07tEseZjZd23WNL2dIzp8gDxraJL2tVTmCBcOrVG0aCM/43mk6RqZOK9
nOD64Qpq3x4Ze3OYoqr1
=Ra6H
-----END PGP SIGNATURE-----
--- End Message ---