Your message dated Fri, 13 Mar 2015 17:48:49 +0000
with message-id <e1ywthz-0003tn...@franck.debian.org>
and subject line Bug#636814: fixed in gpart 1:0.2.2-1
has caused the Debian Bug report #636814,
regarding gpart: FTBFS on !linux-any
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 ow...@bugs.debian.org
immediately.)


-- 
636814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpart
Version: 0.1h-11
Severity: important
Tags: patch

Hello,

gpart currently FTBFS on !linux-any because it uses linux-specific
endian functions and does not use -ldl. The attached patch fixes hurd
and kfreebsd, both also based on glibc which provides standard endian
functions.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Samuel Thibault <samuel.thiba...@fnac.net>
Fatal Error: Found [MS-Windows] System -> Repartitioning Disk for Linux...
(By cbbr...@io.org, Christopher Browne)
--- debian/patches/01-conglomeration.patch.orig 2011-08-06 02:09:55.000000000 
+0000
+++ debian/patches/01-conglomeration.patch      2011-08-06 02:16:04.000000000 
+0000
@@ -121,9 +121,12 @@
 diff -Naurp gpart.orig/src/Makefile gpart/src/Makefile
 --- gpart.orig/src/Makefile    2001-01-30 17:01:08.000000000 +0000
 +++ gpart/src/Makefile 2008-09-19 06:13:18.000000000 +0000
-@@ -7,6 +7,8 @@ include ../make.defs
+@@ -7,8 +7,10 @@ include ../make.defs
+ include ../make.defs
+ 
  CFLAGS+=-DVERSION=\"$(version)\"
- ifeq ($(shell uname),Linux)
+-ifeq ($(shell uname),Linux)
++ifneq ($(findstring $(shell uname),Linux GNU GNU/kFreeBSD),)
  LIBS=-ldl
 +CFLAGS += -D__USE_FILE_OFFSET64 -D__USE_LARGEFILE64
 +CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
@@ -189,7 +192,7 @@
   */
  
 +#include <stdint.h>
-+#include <asm/byteorder.h>
++#include <endian.h>
 +
  #ifndef _GM_NTFS_H
  #define _GM_NTFS_H
@@ -231,13 +234,13 @@
 -#define NTFS_GETS24(p)                (NTFS_GETU24(p) < 0x800000 ? 
(int)NTFS_GETU24(p) :
 -
  
-+#define CPU_TO_LE16(a) __cpu_to_le16(a)
-+#define CPU_TO_LE32(a) __cpu_to_le32(a)
-+#define CPU_TO_LE64(a) __cpu_to_le64(a)
++#define CPU_TO_LE16(a) htole16(a)
++#define CPU_TO_LE32(a) htole32(a)
++#define CPU_TO_LE64(a) htole64(a)
 +
-+#define LE16_TO_CPU(a) __cpu_to_le16(a)
-+#define LE32_TO_CPU(a) __cpu_to_le32(a)
-+#define LE64_TO_CPU(a) __cpu_to_le64(a)
++#define LE16_TO_CPU(a) le16toh(a)
++#define LE32_TO_CPU(a) le32toh(a)
++#define LE64_TO_CPU(a) le64toh(a)
 +
 +/* Macros reading unsigned integers */
 +#define NTFS_GETU8(p)      (*(ntfs_u8*)(p))

--- End Message ---
--- Begin Message ---
Source: gpart
Source-Version: 1:0.2.2-1

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

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 636...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eribe...@debian.org> (supplier of updated gpart 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 12 Mar 2015 14:04:38 -0300
Source: gpart
Binary: gpart
Architecture: source amd64
Version: 1:0.2.2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Changed-By: Joao Eriberto Mota Filho <eribe...@debian.org>
Description:
 gpart      - Guess PC disk partition table, find lost partitions
Closes: 397632 636814
Changes:
 gpart (1:0.2.2-1) experimental; urgency=medium
 .
   * New upstream release. (Closes: #397632, #636814)
   * Package version: I was mistaken in my last upload. The version should have
       been 0.2.1, not 2.1. So, I will use the epoch 1: from now.
   * debian/copyright: updated the upstream copyright years.
   * debian/patches/: removed. The upstream fixed the source code. Thanks to
       Baruch Even.
   * debian/README.Debian: updated.
Checksums-Sha1:
 c6f95563364b66c0b26c716f85649d417080cb3f 1876 gpart_0.2.2-1.dsc
 03e704ee9fa6eb65ddd39ab3de093958415b965d 51388 gpart_0.2.2.orig.tar.gz
 59a71f1d3015008339b118f13ecdae05b9c36a70 7212 gpart_0.2.2-1.debian.tar.xz
 5642e3cf48269b3d70938310b97f84780f8cb493 37264 gpart_0.2.2-1_amd64.deb
Checksums-Sha256:
 496a4f85a959fdf22a6ec9c08024d7685908d4f7080c4f7d3f5a09dab3c72661 1876 
gpart_0.2.2-1.dsc
 82b2f9fd86439cf1435da00abfde5bdf7ea4d8ee0355e45e9d7d93f109e5f0d4 51388 
gpart_0.2.2.orig.tar.gz
 e24c6ab028e5b021221b8325a5cd2853c40960002ca5c46042eaaa7b3eeba4bb 7212 
gpart_0.2.2-1.debian.tar.xz
 b9ebfbe3c76a605b77652cba7ee247247fb4c3c70bf2ca85dcb7ffef69975dbc 37264 
gpart_0.2.2-1_amd64.deb
Files:
 6e0cf201a92e795615f1978354f42a15 1876 admin optional gpart_0.2.2-1.dsc
 39fda5dafb48a7a353f4c98347055dd8 51388 admin optional gpart_0.2.2.orig.tar.gz
 7e9ea8d22c787a25f1c6b3b7bac2f224 7212 admin optional 
gpart_0.2.2-1.debian.tar.xz
 c764146c214883156c6c49e99bafe811 37264 admin optional gpart_0.2.2-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJVAcvuAAoJEN5juccE6+nvTGsP/icNXqfTYeROvLDW+X53CvCT
L+516ei1DTOr8q/XgSCfI4rMsGn/GLUTtyaJrxty74ZWq1k6gcUweUJhQlpT45W6
1mbjnAMllE3eOa5rCyZvHeutW4QFzWL/J12i5GFXsQNjW4ILZC+ZUPnqSqfmuRmi
M1THZEKc4sUa4r6sDa64Xo2WawwgSObZfsasksIaS/J7KU5eSdo9s9U+z+oSk9Ox
A0uySZfUbNpeQCaAh2s5qFuE/CWdTK5njo41W9ahDEPeTEqBVi6KcZkfnntoH9Yy
twoMmJ1pH5l/VkDW1MDiWtzrLQeAST4yImBkg5BsZeR5HLH7yd828YvRi5vYCRrc
zcHGu93+KLm41tiVRAAcjSk23X4YWdwMyVqsT9v6n4+XnAgvtyzM2yMQDSnQ4Cyn
rs9sK1gk5XoCDo9ClLp1xxqQQtQEqKA7V1xWfPa953SmDlaFDJyKSe9W5t3wyD5H
OKKHNN7MHbwKfQQjLJw/yBkEGfNEyrJlubqsr0GPhEgF1S7/S9uMjRbvqGrYyfCc
mGPwvTeCxmBt2jvBUxQhaSMIRzRiFySfa549BGJZyuh0zCerAZ3OQDPoy4bNmDbT
gD6g46a5eohX+DXMFmDtyv4vKGfpwz84dsst3RmjMS3fFrMgdK/Rc67efyhD8NB6
NaEvMcPz3ByiDRL++lVE
=lHYI
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Reply via email to