[Parted-maintainers] Bug#321212: marked as done (Fix building using sarge)

Debian Bug Tracking System owner at bugs.debian.org
Sun Aug 21 21:03:20 UTC 2005


Your message dated Sun, 21 Aug 2005 13:49:17 -0700
with message-id <E1E6wkn-0004tH-00 at spohr.debian.org>
and subject line Bug#321212: fixed in parted 1.6.24-1
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Aug 2005 04:47:12 +0000
>From otavio at debian.org Wed Aug 03 21:47:10 2005
Return-path: <otavio at debian.org>
Received: from aveiro.procergs.com.br [200.198.128.42] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E0XdM-00087R-00; Wed, 03 Aug 2005 21:47:08 -0700
Received: from localhost (unknown [201.10.58.28])
	by aveiro.procergs.com.br (Postfix) with ESMTP id 9DAD45010824;
	Thu,  4 Aug 2005 01:46:34 -0300 (BRST)
Received: by localhost (Postfix, from userid 1000)
	id EC8961C37C35; Thu,  4 Aug 2005 01:53:49 -0300 (BRT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Otavio Salvador <otavio at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: Fix building using sarge
X-Mailer: reportbug 3.15
Date: Thu, 04 Aug 2005 01:53:49 -0300
Message-Id: <20050804045349.EC8961C37C35 at localhost>
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: parted
Version: 1.6.23-3
Severity: minor
Tags: patch

Please, apply this patch when possible.

I found a problem while I was building the package using sarge
toolchain. After looking the code I realise the following patch to
solve the problem.

--- parted-1.6.23/debian/patches/lvm2.dpatch
+++ parted-1.6.23/debian/patches/lvm2.dpatch
@@ -77,7 +77,7 @@
 +                      continue;
 +
 +              snprintf (buf, sizeof (buf), "/dev/mapper/%s", dent->d_name);
-+              if (stat (buf, &st) == 0 && (major (st.st_rdev) == lvm_major))
++              if (stat (buf, &st) == 0 && ((unsigned int)major (st.st_rdev) == lvm_major))
 +                      _ped_device_probe (buf);
 +      }
 +      closedir (mapper_dir);

Thanks in advance,
Otavio

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1)

Versions of packages parted depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libncurses5                 5.4-9        Shared libraries for terminal hand
ii  libparted1.6-12             1.6.23-3     The GNU Parted disk partitioning s
ii  libreadline4                4.3-15       GNU readline and history libraries

parted recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 321212-close) by bugs.debian.org; 21 Aug 2005 20:57:29 +0000
>From joerg at spohr.debian.org Sun Aug 21 13:57:29 2005
Return-path: <joerg at spohr.debian.org>
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1E6wkn-0004tH-00; Sun, 21 Aug 2005 13:49:17 -0700
From: Otavio Salvador <otavio at debian.org>
To: 321212-close at bugs.debian.org
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#321212: fixed in parted 1.6.24-1
Message-Id: <E1E6wkn-0004tH-00 at spohr.debian.org>
Sender: Joerg Jaspert <joerg at spohr.debian.org>
Date: Sun, 21 Aug 2005 13:49:17 -0700
Delivered-To: 321212-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 5

Source: parted
Source-Version: 1.6.24-1

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

libparted1.6-13_1.6.24-1_powerpc.deb
  to pool/main/p/parted/libparted1.6-13_1.6.24-1_powerpc.deb
libparted1.6-dbg_1.6.24-1_powerpc.deb
  to pool/main/p/parted/libparted1.6-dbg_1.6.24-1_powerpc.deb
libparted1.6-dev_1.6.24-1_powerpc.deb
  to pool/main/p/parted/libparted1.6-dev_1.6.24-1_powerpc.deb
libparted1.6-i18n_1.6.24-1_all.deb
  to pool/main/p/parted/libparted1.6-i18n_1.6.24-1_all.deb
libparted1.6-udeb_1.6.24-1_powerpc.udeb
  to pool/main/p/parted/libparted1.6-udeb_1.6.24-1_powerpc.udeb
parted-doc_1.6.24-1_all.deb
  to pool/main/p/parted/parted-doc_1.6.24-1_all.deb
parted-udeb_1.6.24-1_powerpc.udeb
  to pool/main/p/parted/parted-udeb_1.6.24-1_powerpc.udeb
parted_1.6.24-1.diff.gz
  to pool/main/p/parted/parted_1.6.24-1.diff.gz
parted_1.6.24-1.dsc
  to pool/main/p/parted/parted_1.6.24-1.dsc
parted_1.6.24-1_powerpc.deb
  to pool/main/p/parted/parted_1.6.24-1_powerpc.deb
parted_1.6.24.orig.tar.gz
  to pool/main/p/parted/parted_1.6.24.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 321212 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador <otavio at debian.org> (supplier of updated parted 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 ftpmaster at debian.org)


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

Format: 1.7
Date: Sun, 21 Aug 2005 15:56:50 -0300
Source: parted
Binary: libparted1.6-13 libparted1.6-i18n libparted1.6-dbg parted-udeb parted-doc libparted1.6-dev libparted1.6-udeb parted
Architecture: source powerpc all
Version: 1.6.24-1
Distribution: unstable
Urgency: low
Maintainer: Parted Maintainer Team <parted-maintainers at lists.alioth.debian.org>
Changed-By: Otavio Salvador <otavio at debian.org>
Description: 
 libparted1.6-13 - The GNU Parted disk partitioning shared library
 libparted1.6-dbg - The GNU Parted disk partitioning library debug development files
 libparted1.6-dev - The GNU Parted disk partitioning library development files
 libparted1.6-i18n - The GNU Parted disk partitioning library i18n support
 libparted1.6-udeb - The GNU Parted disk partitioning shared library (udeb)
 parted     - The GNU Parted disk partition resizing program
 parted-doc - The GNU Parted disk partition resizing program documentation
 parted-udeb - The GNU Parted disk partition resizing program (udeb)
Closes: 297580 298020 311664 313948 321212
Changes: 
 parted (1.6.24-1) unstable; urgency=low
 .
   [ Sven Luther ]
   * New Upstream release.
 .
   [ Otavio Salvador ]
   * Applied my patch to solve building using Sarge's toolchain. (Closes: #321212)
   * Patch included upstream to fix some small typos on German translation
     (Jens Seidel <jensseidel at users.sf.net>). (Closes: #313948)
   * Really include udev-devfs-rules.dpatch but already on the updated
     version (Colin Watson <cjwatson at ubuntu.com>). (Closes: #311664)
   * Patch included upstream to update documentation for HFS and HFS+
     current status (Nikolaus Schulz <microschulz at web.de>). (Closes: #298020)
   * Applied patch to fix FTBFS on Hurd (Michael Banck
     <mbanck at debian.org>). (Closes: #297580)
   * gcc_warnings_fix.dpatch: Created to fix current warnings while
     building using GCC 4.0.
   * Change library soname to 13.
   * Add myself on uploaders field.
Files: 
 6b0be7eb3d0f8dfcc0017ba3d08e2a6b 964 admin optional parted_1.6.24-1.dsc
 b1e83f3abab0a1894a8cc617779461ef 1516493 admin optional parted_1.6.24.orig.tar.gz
 413a8c184c2d47bd2ece2bcfddb6297d 45404 admin optional parted_1.6.24-1.diff.gz
 369150bcf40d1dd3805c145d3c2dc943 83890 admin optional parted_1.6.24-1_powerpc.deb
 3408a951366501b4fae6552656caaea9 21854 debian-installer extra parted-udeb_1.6.24-1_powerpc.udeb
 99ec898e6135d06210a8193f8f687ed1 220816 libs optional libparted1.6-13_1.6.24-1_powerpc.deb
 8c22248ced46e223968da3e5fa6edfd6 149074 debian-installer extra libparted1.6-udeb_1.6.24-1_powerpc.udeb
 9bbb6d592a1008256cfa2ebdd923ebab 282454 libdevel optional libparted1.6-dev_1.6.24-1_powerpc.deb
 607a728626c4a4c2859ed53a06b71d17 827380 libdevel extra libparted1.6-dbg_1.6.24-1_powerpc.deb
 baf514c795d292900ce3aaafeac18f6d 208664 libs optional libparted1.6-i18n_1.6.24-1_all.deb
 8b7b673874b3c9fa2fb102df82a30627 142208 doc optional parted-doc_1.6.24-1_all.deb
Package-Type: udeb

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

iD8DBQFDCNEqLqiZQEml+FURAsLLAJwOeVtOdCDIs7TgA5VxB7r1tqomXwCfRAy5
zHBJAd9T9KMxrvJuJdcsHbA=
=SI15
-----END PGP SIGNATURE-----




More information about the Parted-maintainers mailing list