Your message dated Mon, 30 Oct 2006 10:32:16 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#396180: fixed in hfsplus 1.0.4-12
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: hfsplus
Version: 1.0.4-11
Severity: normal
Tags: patch

With kernel 2.6.17 headers (Ubuntu's kernel), hfsplus FTBFS with

 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -g -Wall -MT os.lo -MD -MP -MF 
.deps/os.Tpo -c os.c -o os.o >/dev/null 2>&1
if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../..     -O2 -g -Wall -MT unicode.lo -MD -MP -MF ".deps/unicode.Tpo" -c -o 
unicode.lo unicode.c; \
        then mv -f ".deps/unicode.Tpo" ".deps/unicode.Plo"; else rm -f 
".deps/unicode.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -O2 -g -Wall -MT unicode.lo -MD -MP -MF 
.deps/unicode.Tpo -c unicode.c  -fPIC -DPIC -o .libs/unicode.o
unicode.c:19:26: error: linux/string.h: No such file or directory

The #include does not seem necessary, removing it helps.

Thanks for considering,

Martin
-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?
diff -u hfsplus-1.0.4/debian/changelog hfsplus-1.0.4/debian/changelog
--- hfsplus-1.0.4/debian/changelog
+++ hfsplus-1.0.4/debian/changelog
@@ -1,3 +1,11 @@
+hfsplus (1.0.4-11ubuntu1) feisty; urgency=low
+
+  * Synchronize to Debian, remaining Ubuntu change:
+    - Fix for FTBFS with 2.6.17 kernel headers.
+      (debian/patches/remove_linux_string_include.dpatch)
+
+ -- Martin Pitt <[EMAIL PROTECTED]>  Mon, 30 Oct 2006 12:11:34 +0100
+
 hfsplus (1.0.4-11) unstable; urgency=low
 
   * New maintainer. (Closes: #387337)
diff -u hfsplus-1.0.4/debian/patches/00list hfsplus-1.0.4/debian/patches/00list
--- hfsplus-1.0.4/debian/patches/00list
+++ hfsplus-1.0.4/debian/patches/00list
@@ -8,0 +9 @@
+remove_linux_string_include
--- hfsplus-1.0.4.orig/debian/patches/remove_linux_string_include.dpatch
+++ hfsplus-1.0.4/debian/patches/remove_linux_string_include.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## remove_linux_string_include.dpatch by  <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad hfsplus-1.0.4~/libhfsp/src/unicode.c 
hfsplus-1.0.4/libhfsp/src/unicode.c
+--- hfsplus-1.0.4~/libhfsp/src/unicode.c       2002-03-05 20:50:29.000000000 
+0100
++++ hfsplus-1.0.4/libhfsp/src/unicode.c        2006-10-30 12:01:46.000000000 
+0100
+@@ -16,7 +16,6 @@
+ #include <stdlib.h>
+ #include <endian.h>
+ #include <byteswap.h>
+-#include <linux/string.h>
+ 
+ #define __USE_GNU
+     /* need wcsrtomb */

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: hfsplus
Source-Version: 1.0.4-12

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

hfsplus_1.0.4-12.diff.gz
  to pool/main/h/hfsplus/hfsplus_1.0.4-12.diff.gz
hfsplus_1.0.4-12.dsc
  to pool/main/h/hfsplus/hfsplus_1.0.4-12.dsc
hfsplus_1.0.4-12_amd64.deb
  to pool/main/h/hfsplus/hfsplus_1.0.4-12_amd64.deb
libhfsp-dev_1.0.4-12_amd64.deb
  to pool/main/h/hfsplus/libhfsp-dev_1.0.4-12_amd64.deb
libhfsp0_1.0.4-12_amd64.deb
  to pool/main/h/hfsplus/libhfsp0_1.0.4-12_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.
Aurélien GÉRÔME <[EMAIL PROTECTED]> (supplier of updated hfsplus 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.7
Date: Mon, 30 Oct 2006 18:42:24 +0100
Source: hfsplus
Binary: libhfsp-dev libhfsp0 hfsplus
Architecture: source amd64
Version: 1.0.4-12
Distribution: unstable
Urgency: low
Maintainer: Aurélien GÉRÔME <[EMAIL PROTECTED]>
Changed-By: Aurélien GÉRÔME <[EMAIL PROTECTED]>
Description: 
 hfsplus    - Tools to access HFS+ formatted volumes
 libhfsp-dev - Library to access HFS+ formatted volumes
 libhfsp0   - Shared library to access HFS+ formatted volumes
Closes: 396180
Changes: 
 hfsplus (1.0.4-12) unstable; urgency=low
 .
   * Fix possible future FTBFS by removing an unused header.
     Add 396180_remove_unused_header.dpatch.
     Thanks to Martin Pitt. (Closes: #396180)
Files: 
 6531a6cf3e78b230845906909f2635aa 653 otherosfs optional hfsplus_1.0.4-12.dsc
 7ddb80b1c800d3338487ab8dfcde3649 12752 otherosfs optional 
hfsplus_1.0.4-12.diff.gz
 c90e258ccc9bfe98ea50519f6fffa68a 40088 libs optional 
libhfsp0_1.0.4-12_amd64.deb
 92fe3722a0e5a34994c0e91dd0331a13 53656 otherosfs optional 
hfsplus_1.0.4-12_amd64.deb
 ada954c054dfe1d1f2027a85d172e82a 52154 libdevel optional 
libhfsp-dev_1.0.4-12_amd64.deb

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

iD8DBQFFRkEOzWFP1/XWUWkRAnrdAJ97+r9WQB7NyMErJgHym/3hPK7nGQCdEf97
nSghpBn/m/Gcfzx7T7iSE40=
=myYg
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to