Your message dated Mon, 16 Jan 2006 14:50:23 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322130: fixed in util-linux 2.12r-3
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; 9 Aug 2005 08:15:44 +0000
>From [EMAIL PROTECTED] Tue Aug 09 01:15:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d029047.adsl.hansenet.de (localhost.localdomain) [80.171.29.47]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E2PGx-0003v7-00; Tue, 09 Aug 2005 01:15:44 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
id 1E2PGv-0005Yl-Td; Tue, 09 Aug 2005 10:15:42 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: util-linux: FTBFS (ppc64): Please support the ppc64 architecture
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 09 Aug 2005 10:15:42 +0200
Delivered-To: [EMAIL PROTECTED]
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: util-linux
Version: 2.12p-5
Severity: wishlist
Tags: patch
When building 'util-linux' on ppc64/unstable,
I currently get the following error:
install debian/mount.postinst debian/tmp-mount/DEBIAN/postinst
install debian/mount.prerm debian/tmp-mount/DEBIAN/prerm
ls debian/tmp-mount/{bin,sbin}/* | xargs dpkg-shlibdeps -pmount
dpkg-gencontrol -isp -pmount -Pdebian/tmp-mount
dpkg-gencontrol: error: current build architecture ppc64 does not appear in
package's list (alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc sh s390
sparc sparc64)
make: *** [binary-arch] Error 255
The attached patch adds support for the ppc64 architecture to 'util-linux'.
Regards
Andreas Jochens
diff -urN ../tmp-orig/util-linux-2.12p/debian/control ./debian/control
--- ../tmp-orig/util-linux-2.12p/debian/control 2005-08-09 07:32:14.000000000
+0000
+++ ./debian/control 2005-08-09 07:29:12.000000000 +0000
@@ -34,7 +34,7 @@
messages in other languages than English.
Package: mount
-Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc sh s390
sparc sparc64
+Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc ppc64 sh
s390 sparc sparc64
Essential: yes
Pre-Depends: ${mount:Depends}
Description: Tools for mounting and manipulating filesystems
@@ -54,7 +54,7 @@
Included are: logger, renice, replay, script, wall
Package: fdisk-udeb
-Architecture: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc hurd-i386
sparc s390
+Architecture: alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64
hurd-i386 sparc s390
Priority: extra
Section: debian-installer
Depends: ${cfdisk-udeb:Depends}
diff -urN ../tmp-orig/util-linux-2.12p/debian/rules ./debian/rules
--- ../tmp-orig/util-linux-2.12p/debian/rules 2005-08-09 07:32:14.000000000
+0000
+++ ./debian/rules 2005-08-09 07:32:01.000000000 +0000
@@ -21,7 +21,7 @@
export arch = $(DEB_HOST_ARCH)
version := $(shell sed -e '1{;s|^util-linux (\(.*\))\ .*|\1|;q;}'
debian/changelog)
-fdisk_arch = $(findstring $(arch),alpha i386 powerpc arm mips mipsel hppa ia64
hurd-i386 amd64 s390)
+fdisk_arch = $(findstring $(arch),alpha i386 powerpc ppc64 arm mips mipsel
hppa ia64 hurd-i386 amd64 s390)
sparc = $(findstring $(arch),sparc)
nohwclock = $(findstring $(arch),s390)
@@ -196,7 +196,7 @@
install -m 644 $(DOCFILES) debian/tmp/usr/share/doc/$(PACKAGE)
endif
install -m 644 $(EXAMPLES) debian/tmp/usr/share/doc/$(PACKAGE)/examples
-ifeq ($(arch), powerpc)
+ifeq ($(arch),$(findstring $(arch),powerpc ppc64))
mv -f debian/tmp/sbin/fdisk debian/tmp/sbin/ddisk
mv -f debian/tmp/usr/share/man/man8/fdisk.8
debian/tmp/usr/share/man/man8/ddisk.8
endif
@@ -208,7 +208,7 @@
(cd debian/tmp/sbin ; mv agetty getty)
(cd debian/tmp/usr/share/man/man8 ; mv agetty.8 getty.8)
ifneq ($(arch), $(nohwclock))
-ifneq ($(arch), powerpc)
+ifneq ($(arch),$(findstring $(arch),powerpc ppc64))
(cd debian/tmp/usr/share/man/man8 && ln -s hwclock.8.gz clock.8.gz)
endif
endif
---------------------------------------
Received: (at 322130-close) by bugs.debian.org; 16 Jan 2006 22:51:52 +0000
>From [EMAIL PROTECTED] Mon Jan 16 14:51:52 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1EydB9-0001Gf-1T; Mon, 16 Jan 2006 14:50:23 -0800
From: LaMont Jones <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#322130: fixed in util-linux 2.12r-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 16 Jan 2006 14:50:23 -0800
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: 2
Source: util-linux
Source-Version: 2.12r-3
We believe that the bug you reported is fixed in the latest version of
util-linux, which is due to be installed in the Debian FTP archive:
bsdutils_2.12r-3_i386.deb
to pool/main/u/util-linux/bsdutils_2.12r-3_i386.deb
cfdisk-udeb_2.12r-3_i386.udeb
to pool/main/u/util-linux/cfdisk-udeb_2.12r-3_i386.udeb
fdisk-udeb_2.12r-3_i386.udeb
to pool/main/u/util-linux/fdisk-udeb_2.12r-3_i386.udeb
mount_2.12r-3_i386.deb
to pool/main/u/util-linux/mount_2.12r-3_i386.deb
util-linux-locales_2.12r-3_all.deb
to pool/main/u/util-linux/util-linux-locales_2.12r-3_all.deb
util-linux_2.12r-3.diff.gz
to pool/main/u/util-linux/util-linux_2.12r-3.diff.gz
util-linux_2.12r-3.dsc
to pool/main/u/util-linux/util-linux_2.12r-3.dsc
util-linux_2.12r-3_i386.deb
to pool/main/u/util-linux/util-linux_2.12r-3_i386.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.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated util-linux 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, 16 Jan 2006 14:35:42 -0700
Source: util-linux
Binary: util-linux cfdisk-udeb fdisk-udeb util-linux-locales bsdutils mount
Architecture: all i386 source
Version: 2.12r-3
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description:
bsdutils - Basic utilities from 4.4BSD-Lite
cfdisk-udeb - Partition a hard drive (cfdisk)
fdisk-udeb - Partition a hard drive (manual)
mount - Tools for mounting and manipulating filesystems
util-linux - Miscellaneous system utilities
util-linux-locales - Locales files for util-linux
Closes: 315660 322130 343447 348235
Changes:
util-linux (2.12r-3) unstable; urgency=low
.
* Add ppc64 support. Closes: #322130
* Update sections to match the overrides file.
* hwclockfirst.sh may not exit, since it gets sourced.
Closes: #343447
* make the start messages from hwclock{first,}.sh slightly
different, for clarity.
* Build sparc binaries on sparc64
* Actually cleanup pager alternatives. Closes: #348235
* Deal better with long passwords. Based on patch from YAEGASHI Takeshi
<[EMAIL PROTECTED]>. Closes: #315660
Files:
8662dacce707011570d151019f6c28c1 713 base required util-linux_2.12r-3.dsc
38131f1c2d5db4193457b19e700dd02b 59090 debian-installer extra
fdisk-udeb_2.12r-3_i386.udeb
555644c3e0e172bfff40d6807f2ceb7a 369578 utils required
util-linux_2.12r-3_i386.deb
7b518b85ab99a3f0b843a2f23d618399 78742 base required util-linux_2.12r-3.diff.gz
7d3935f7765921958a4c76b1f124173f 1083604 utils optional
util-linux-locales_2.12r-3_all.deb
85886688ac59853a4a773810e12171da 483444 debian-installer extra
cfdisk-udeb_2.12r-3_i386.udeb
8ddb8ca0808aeefede8a84d70b9221ff 141156 admin required mount_2.12r-3_i386.deb
9d09d6a9429e5975a9767ff7af642fa2 66982 utils required bsdutils_2.12r-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDzBL5zN/kmwoKyScRAlGAAJ998EJaHlFAPmMFkTq/IrKwarO46QCgmRHc
s4e0W8/KPOPG4GwkL0qc4u0=
=XSpV
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]