Your message dated Thu, 23 Aug 2012 11:51:14 +0200
with message-id <[email protected]>
and subject line Fixed in 1.3.6-2
has caused the Debian Bug report #677434,
regarding hivex: FTBFS on hurd-i386: wrong assumption on multiarch string
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.)


-- 
677434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677434
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hivex
Version: 1.3.6-1
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd

Hi,

currently[1], hivex does not build on hurd-i386.

The problem has been introduced in hivex 1.3.3-2, with the switch to
multiarch: the .install files of libhivex0 and libhivex-dev assume that
the multiarch directory has at least three dash-separated components
(e.g. i386-linux-gnu), while on Hurd there are only two (i386-gnu),
leading dh_install to not locate the multiarch library paths correctly.

The attached patch fixes the issue lowering the number of components
to two ("*-*-*" -> "*-*"); it seems enough to avoid picking the library
directories of bindings.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=hivex&arch=hurd-i386&ver=1.3.6-1&stamp=1339616378

Thanks,
-- 
Pino
--- a/debian/libhivex-dev.install
+++ b/debian/libhivex-dev.install
@@ -1,6 +1,6 @@
 usr/include/*
-usr/lib/*-*-*/lib*.a
-usr/lib/*-*-*/lib*.so
-usr/lib/*-*-*/pkgconfig/*
+usr/lib/*-*/lib*.a
+usr/lib/*-*/lib*.so
+usr/lib/*-*/pkgconfig/*
 
 usr/share/man/man3/hivex.3
--- a/debian/libhivex0.install
+++ b/debian/libhivex0.install
@@ -1 +1 @@
-usr/lib/*-*-*/lib*.so.*
+usr/lib/*-*/lib*.so.*

--- End Message ---
--- Begin Message ---
Source: hivex
Source-Version: 1.3.6-2

The bug has been fixed (thanks!) in hivex 1.3.6-2, but due to a typo in 
changelog ("Cloese") it was not closed with the upload. Closing 
accordingly then.

Thanks,
-- 
Pino Toscano

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to