Your message dated Tue, 16 Aug 2011 07:47:09 +0000
with message-id <[email protected]>
and subject line Bug#637891: fixed in dkopp 5.9.1-2
has caused the Debian Bug report #637891,
regarding dkopp: FTBFS (!linux): fatal error: linux/cdrom.h: Datei oder 
Verzeichnis nicht gefunden
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.)


-- 
637891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637891
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dkopp
Version: 5.9.1-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd-porting
X-Debbugs-Cc: [email protected]
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on kfreebsd but can be fixed with the
appended patch. It seems to start up at least with this modification and
things like ejecting the drive still works. You'll also have to change
the depends on udev to linux-only (`udev [linux-any]`).

--- dkopp-5.9.1.orig/dkopp-5.9.1.cc
+++ dkopp-5.9.1/dkopp-5.9.1.cc
@@ -28,7 +28,9 @@
 #include <dirent.h>
 #include <sys/ioctl.h>
 #include <sys/mount.h>
+#if defined __linux__
 #include <linux/cdrom.h>
+#endif
 #include "zfuncs.h"                                                        //  
order important for 64-bit
 
 //  parameters and limits
--- dkopp-5.9.1.orig/zfuncs.h
+++ dkopp-5.9.1/zfuncs.h
@@ -36,7 +36,9 @@
 #include <signal.h>
 #include <execinfo.h>
 #include <locale.h>
+#if defined __linux__
 #include <sys/inotify.h>
+#endif
 
 #define  int8   char                                                       //  
number types
 #define  int16  short

Regards

    Christoph

If you have further questions please mail [email protected]

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer



--- End Message ---
--- Begin Message ---
Source: dkopp
Source-Version: 5.9.1-2

We believe that the bug you reported is fixed in the latest version of
dkopp, which is due to be installed in the Debian FTP archive:

dkopp_5.9.1-2.debian.tar.gz
  to main/d/dkopp/dkopp_5.9.1-2.debian.tar.gz
dkopp_5.9.1-2.dsc
  to main/d/dkopp/dkopp_5.9.1-2.dsc
dkopp_5.9.1-2_amd64.deb
  to main/d/dkopp/dkopp_5.9.1-2_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.
Alessio Treglia <[email protected]> (supplier of updated dkopp 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: Tue, 16 Aug 2011 09:34:48 +0200
Source: dkopp
Binary: dkopp
Architecture: source amd64
Version: 5.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia <[email protected]>
Changed-By: Alessio Treglia <[email protected]>
Description: 
 dkopp      - Full and incremental backup to DVD
Closes: 637891
Changes: 
 dkopp (5.9.1-2) unstable; urgency=low
 .
   * Fix FTBFS on kfreebsd (Closes: #637891) and set dependency on udev to
     linux-any only, credits to Cristoph Egger for the report and patch.
Checksums-Sha1: 
 021e42911284c6ccbf3b4e47b814cbfc4cc17b98 1167 dkopp_5.9.1-2.dsc
 71a0aa9ae6723d97781ab99d0d681e97e8c6a77f 3970 dkopp_5.9.1-2.debian.tar.gz
 a836be85b024cb208036017929962a1ea03ef2bb 636396 dkopp_5.9.1-2_amd64.deb
Checksums-Sha256: 
 6c5bb439d62a89ab28d6b554795116ccd20cf44f4ed1a02bd28cb42fc1fd1ba2 1167 
dkopp_5.9.1-2.dsc
 058914d7513c882d800eca92abf835e3c5a086f43a3a10ad0e3ac39764569de5 3970 
dkopp_5.9.1-2.debian.tar.gz
 e65ed9c78dc62e9a19c488459a92eba8b165acaf3f99936ac30088ee225c0a65 636396 
dkopp_5.9.1-2_amd64.deb
Files: 
 2519720fb1aef487742b2641efd3099e 1167 admin optional dkopp_5.9.1-2.dsc
 5ab0316d55fc21dd40cf5146194bbf25 3970 admin optional 
dkopp_5.9.1-2.debian.tar.gz
 372b7de2f750f14cb113c8606d77c045 636396 admin optional dkopp_5.9.1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5KHrUACgkQRdSMfNz8P9BJ9gCfXtClwzQMmSKVPAUz6i2pWaxn
tBEAn2V7103gW5RWE4xHZWPaHgu1y/by
=z3GA
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to