Your message dated Thu, 29 May 2008 17:19:09 +0100
with message-id <[EMAIL PROTECTED]>
and subject line cfdisk-utf8 has been removed from Debian, closing #249926
has caused the Debian Bug report #249926,
regarding FTBFS: cfdisk-utf8 lacks amd64 build support
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.)
--
249926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249926
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cfdisk-utf8
Version: 2.11n-5+1
Severity: important
Tags: patch
cfdisk-utf8 lacks amd64 build support. See attached patch.
Thanks
Frederik Schueler
--
ENOSIG
diff -ruN cfdisk-utf8-2.11n/debian/control cfdisk-utf8-2.11n.NEW/debian/control
--- cfdisk-utf8-2.11n/debian/control 2002-03-04 10:13:16.000000000 +0100
+++ cfdisk-utf8-2.11n.NEW/debian/control 2004-05-19 22:48:16.887430974
+0200
@@ -6,7 +6,7 @@
Standards-Version: 3.5.6.0
Package: cfdisk-utf8
-Architecture: i386 arm hppa mipsel alpha ia64 powerpc mips
+Architecture: i386 arm hppa mipsel alpha ia64 powerpc mips amd64
Depends: ${shlibs:Depends}
Description: A small UTF8 capable version of cfdisk
This package contains the cfdisk program linked against the UTF8
diff -ruN cfdisk-utf8-2.11n/fdisk/fdiskbsdlabel.h
cfdisk-utf8-2.11n.NEW/fdisk/fdiskbsdlabel.h
--- cfdisk-utf8-2.11n/fdisk/fdiskbsdlabel.h 2001-06-03 21:08:37.000000000
+0200
+++ cfdisk-utf8-2.11n.NEW/fdisk/fdiskbsdlabel.h 2004-05-19 22:46:23.408217415
+0200
@@ -46,7 +46,7 @@
#if defined (i386) || defined (__sparc__) || defined (__arm__) || defined
(__mips__) || defined (__s390__) || defined (__sh__)
#define BSD_LABELSECTOR 1
#define BSD_LABELOFFSET 0
-#elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) ||
defined (__hppa__)
+#elif defined (__alpha__) || defined (__x86_64__)|| defined (__powerpc__) ||
defined (__ia64__) || defined (__hppa__)
#define BSD_LABELSECTOR 0
#define BSD_LABELOFFSET 64
#else
diff -ruN cfdisk-utf8-2.11n/fdisk/sfdisk.c cfdisk-utf8-2.11n.NEW/fdisk/sfdisk.c
--- cfdisk-utf8-2.11n/fdisk/sfdisk.c 2001-11-05 01:11:32.000000000 +0100
+++ cfdisk-utf8-2.11n.NEW/fdisk/sfdisk.c 2004-05-19 22:47:47.440305935
+0200
@@ -131,7 +131,7 @@
*
* Note: we use 512-byte sectors here, irrespective of the hardware ss.
*/
-#if !defined (__alpha__) && !defined (__ia64__)
+#if !defined (__alpha__) && !defined (__ia64__) && !defined (__x86_64__)
static
_syscall5(int, _llseek, uint, fd, ulong, hi, ulong, lo,
loff_t *, res, uint, wh);
@@ -143,7 +143,7 @@
in = ((loff_t) s << 9);
out = 1;
-#if !defined (__alpha__) && !defined (__ia64__)
+#if !defined (__alpha__) && !defined (__ia64__) && !defined (__x86_64__)
if (_llseek (fd, in>>32, in & 0xffffffff, &out, SEEK_SET) != 0) {
#else
if ((out = lseek(fd, in, SEEK_SET)) != in) {
--- End Message ---
--- Begin Message ---
Version: 2.11n-5+1+rm
The cfdisk-utf8 package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/323769 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---