Your message dated Fri, 03 Nov 2006 20:02:28 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#396842: fixed in util-linux 2.12r-15
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: util-linux
Version: 2.12r-14
Severity: serious
Tags: patch
When building 'util-linux' on amd64/unstable,
I get the following error:
# /usr/bin/make disk-utils/raw - this is done above if linux/raw.h exists
touch build
rm -rf debian/tmp*
install -d
debian/tmp/{DEBIAN,bin,sbin,etc/init.d,usr/{bin,sbin,lib/mime/packages,share/{locale/{ca,cs,da,de,es,et,fi,fr,it,ja,nl,pt_BR,sl,sv,tr}/LC_MESSAGES,man/{man1,man8},info,util-linux,doc/util-linux/examples,lintian/overrides}}}
install -s sys-utils/arch text-utils/more sys-utils/dmesg debian/tmp/bin
install -s disk-utils/mkswap hwclock/hwclock disk-utils/{blockdev,raw,isosize}
mount/pivot_root login-utils/agetty
disk-utils/{{fsck,mkfs}.{minix,cramfs},mkfs} fdisk/{cfdisk,fdisk,sfdisk}
debian/tmp/sbin
install -s sys-utils/{ipcs,ipcrm,setsid}
misc-utils/{namei,setterm,mcookie,whereis,ddate} getopt/getopt
text-utils/{rev,line,pg} disk-utils/fdformat debian/tmp/usr/bin
install misc-utils/chkdupexe debian/tmp/usr/bin
install -s sys-utils/readprofile disk-utils/elvtune sys-utils/{tunelp,cytune}
sys-utils/rdev debian/tmp/usr/sbin
install: cannot stat `sys-utils/rdev': No such file or directory
make: *** [binary-arch] Error 1
With the attached patch 'util-linux' can be built on amd64.
Regards
Andreas Jochens
diff -urN ../tmp-orig/util-linux-2.12r/debian/patches/10amd64-rdev.dpatch
./debian/patches/10amd64-rdev.dpatch
--- ../tmp-orig/util-linux-2.12r/debian/patches/10amd64-rdev.dpatch
2006-11-03 09:09:06.000000000 +0000
+++ ./debian/patches/10amd64-rdev.dpatch 2006-11-03 09:07:57.000000000
+0000
@@ -5,14 +5,15 @@
## DP: hacking "architecture detection" to get rdev on amd64 too.
@DPATCH@
---- util-linux/MCONFIG.old 2005-03-02 23:14:51.424457925 +0100
-+++ util-linux/MCONFIG 2005-03-02 23:22:06.749245047 +0100
-@@ -17,7 +17,7 @@
- # Select for CPU i386 if the binaries must be able to run on an intel 386
- # (by default i486 code is generated, see below)
- CPU=$(shell uname -m)
--ARCH=$(shell echo $(CPU) | sed 's/i.86/intel/;s/arm.*/arm/')
-+ARCH=$(shell echo $(CPU) | sed 's/i.86/intel/;s/arm.*/arm/;s/x86_64/intel/')
+diff -urN ../tmp-orig/util-linux-2.12r/sys-utils/Makefile ./sys-utils/Makefile
+--- ../tmp-orig/util-linux-2.12r/sys-utils/Makefile 2004-11-15
17:47:47.000000000 +0000
++++ ./sys-utils/Makefile 2006-11-03 09:05:30.000000000 +0000
+@@ -37,7 +37,7 @@
+ endif
+ endif
- # If HAVE_PAM is set to "yes", then login, chfn, chsh, and newgrp
- # will use PAM for authentication. Additionally, passwd will not be
+-ifeq "$(ARCH)" "intel"
++ifneq (,findstring("$(ARCH)",intel x86_64))
+ MAN8:=$(MAN8) rdev.8 ramsize.8 rootflags.8 vidmode.8
+ USRSBIN:=$(USRSBIN) rdev
+ endif
--- End Message ---
--- Begin Message ---
Source: util-linux
Source-Version: 2.12r-15
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-15_i386.deb
to pool/main/u/util-linux/bsdutils_2.12r-15_i386.deb
cfdisk-udeb_2.12r-15_i386.udeb
to pool/main/u/util-linux/cfdisk-udeb_2.12r-15_i386.udeb
fdisk-udeb_2.12r-15_i386.udeb
to pool/main/u/util-linux/fdisk-udeb_2.12r-15_i386.udeb
mount_2.12r-15_i386.deb
to pool/main/u/util-linux/mount_2.12r-15_i386.deb
util-linux-locales_2.12r-15_all.deb
to pool/main/u/util-linux/util-linux-locales_2.12r-15_all.deb
util-linux_2.12r-15.diff.gz
to pool/main/u/util-linux/util-linux_2.12r-15.diff.gz
util-linux_2.12r-15.dsc
to pool/main/u/util-linux/util-linux_2.12r-15.dsc
util-linux_2.12r-15_i386.deb
to pool/main/u/util-linux/util-linux_2.12r-15_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: Fri, 3 Nov 2006 20:44:05 -0700
Source: util-linux
Binary: util-linux cfdisk-udeb fdisk-udeb util-linux-locales bsdutils mount
Architecture: all i386 source
Version: 2.12r-15
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: 396842
Changes:
util-linux (2.12r-15) unstable; urgency=low
.
* New amd64 rdev patch. Closes: #396842
Files:
3b1a3087819854a67c7daa1c01491dc1 101905 base required
util-linux_2.12r-15.diff.gz
40d2d41f39646a61a4bc88fc89075726 156300 admin required mount_2.12r-15_i386.deb
4ebb16d062de99bb603a096a3e7069dc 1084982 utils optional
util-linux-locales_2.12r-15_all.deb
72335582dda43eed77095be8c982d47c 372644 utils required
util-linux_2.12r-15_i386.deb
a65f307b5544978fb13ff63ab6eb6715 58002 debian-installer extra
fdisk-udeb_2.12r-15_i386.udeb
e72fadaf7815f4fe8444345841fc29ef 67948 utils required
bsdutils_2.12r-15_i386.deb
387b80d7777a4fa1dfdc086db4d69464 740 base required util-linux_2.12r-15.dsc
e8d20260ce1d81c5d7082b4a0c85ca37 483456 debian-installer extra
cfdisk-udeb_2.12r-15_i386.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFFTA1qzN/kmwoKyScRArhgAJsE5cXxrd1JHFJ5f0o7U1XLKT+tJACdEalM
9SeD4V/qPXdW0DYRrunCawM=
=Ymx5
-----END PGP SIGNATURE-----
--- End Message ---