[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#223773: marked as done (busybox-cvs-static: FTBFS on i386)



Your message dated Sat, 20 Dec 2003 13:32:14 -0500
with message-id <E1AXlte-0001Tw-00@auric.debian.org>
and subject line Bug#223773: fixed in busybox-cvs 20031212-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; 12 Dec 2003 11:45:00 +0000
>From cameron@patrick.wattle.id.au Fri Dec 12 05:44:59 2003
Return-path: <cameron@patrick.wattle.id.au>
Received: from i113-192.nv.iinet.net.au (cp.yi.org) [203.59.113.192] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AUkSY-0005Q9-00; Fri, 12 Dec 2003 04:23:47 -0600
Received: from erdos.home ([10.0.1.2] helo=erdos)
	by cp.yi.org with esmtp (Exim 3.36 #1 (Debian))
	id 1AUkSX-0005BL-00
	for <submit@bugs.debian.org>; Fri, 12 Dec 2003 18:23:45 +0800
Received: from cameron by erdos with local (Exim 3.36 #1 (Debian))
	id 1AUkSW-00050c-00
	for <submit@bugs.debian.org>; Fri, 12 Dec 2003 18:23:44 +0800
Date: Fri, 12 Dec 2003 18:23:44 +0800
From: Cameron Patrick <cameron@patrick.wattle.id.au>
To: submit@bugs.debian.org
Subject: busybox-cvs-static: FTBFS on i386
Message-ID: <[🔎] 20031212102344.GC9015@erdos.home>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="3Pql8miugIZX0722"
Content-Disposition: inline
Organization: Parenthesis Conspiracy
User-Agent: Mutt/1.5.4i
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_11 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_11
X-Spam-Level: 


--3Pql8miugIZX0722
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: busybox-cvs-static
Version: 20030926-2.1
Severity: serious
Justification: no longer builds from source

Busybox-cvs doesn't compile any more with the current libc6 and
linux-kernel-headers packages.  It chokes on fdisk.c with the error:

	util-linux/fdisk.c: In function `get_geometry':
        util-linux/fdisk.c:4060: error: subscripted value is neither array nor pointer
	
It seems that the definition of _IOR has changed in the kernel headers,
and so the definition of BLKGETSIZE64 at the top of fdisk.c needs to be
updated.  A patch is attached which changes this to be the same as the
#define in /usr/include/linux/fs.h.


--3Pql8miugIZX0722
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="busybox-fdisk.patch"

--- fdisk.c.old	2003-09-26 21:13:20.000000000 +0800
+++ fdisk.c	2003-12-12 17:49:32.000000000 +0800
@@ -55,7 +55,7 @@
 #define BLKGETSIZE _IO(0x12,96)    /* return device size */
 #define BLKFLSBUF  _IO(0x12,97)    /* flush buffer cache */
 #define BLKSSZGET  _IO(0x12,104)   /* get block device sector size */
-#define BLKGETSIZE64 _IOR(0x12,114,8)  /* 8 = sizeof(u64) */
+#define BLKGETSIZE64 _IOR(0x12,114,size_t)
 
 /*
    fdisk.h

--3Pql8miugIZX0722--

---------------------------------------
Received: (at 223773-close) by bugs.debian.org; 20 Dec 2003 20:34:51 +0000
>From katie@auric.debian.org Sat Dec 20 14:34:51 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AXlz7-0007UW-00; Sat, 20 Dec 2003 12:37:53 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AXlte-0001Tw-00; Sat, 20 Dec 2003 13:32:14 -0500
From: Bastian Blank <waldi@debian.org>
To: 223773-close@bugs.debian.org
X-Katie: $Revision: 1.43 $
Subject: Bug#223773: fixed in busybox-cvs 20031212-1
Message-Id: <E1AXlte-0001Tw-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Sat, 20 Dec 2003 13:32:14 -0500
Delivered-To: 223773-close@bugs.debian.org

Source: busybox-cvs
Source-Version: 20031212-1

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

busybox-cvs-floppy-udeb_20031212-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-floppy-udeb_20031212-1_i386.udeb
busybox-cvs-static_20031212-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs-static_20031212-1_i386.deb
busybox-cvs-udeb_20031212-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-udeb_20031212-1_i386.udeb
busybox-cvs_20031212-1.diff.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20031212-1.diff.gz
busybox-cvs_20031212-1.dsc
  to pool/main/b/busybox-cvs/busybox-cvs_20031212-1.dsc
busybox-cvs_20031212-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs_20031212-1_i386.deb
busybox-cvs_20031212.orig.tar.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20031212.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 223773@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (supplier of updated busybox-cvs 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@debian.org)


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

Format: 1.7
Date: Fri, 12 Dec 2003 21:19:41 +0100
Source: busybox-cvs
Binary: busybox-cvs-static busybox-cvs busybox-cvs-udeb busybox-cvs-floppy-udeb
Architecture: source i386
Version: 20031212-1
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description: 
 busybox-cvs - Tiny utilities for small and embedded systems
 busybox-cvs-floppy-udeb - Tiny utilities for the debian-installer floppy images (udeb)
 busybox-cvs-static - Standalone rescue shell with tons of builtin utilities
 busybox-cvs-udeb - Tiny utilities for the debian-installer (udeb)
Closes: 215169 215613 216528 216756 216950 222386 223770 223773
Changes: 
 busybox-cvs (20031212-1) unstable; urgency=low
 .
   * new cvs version
     - fixes IOR in fdisk. (closes: #223773)
   * debian/config*
     - update
     - remove mtab support from mount in busybox-static. (closes: #222386)
     - enable progress bar for wget. (closes: #223770)
   * modutils/obj/obj_s390{,x}.c
     - fix abi change, R_390_GOTOFF -> R_390_GOTOFF32. (closes: #216528)
   * acknowledge nmu. (closes: #216950, #216756, #215169, #215613)
Files: 
 06b5eb9829fcc3b2a55c2f78e68ce1c4 835 - optional busybox-cvs_20031212-1.dsc
 68402543f7b7c05b6d63a15a9398d711 1305110 - optional busybox-cvs_20031212.orig.tar.gz
 635b588c2b7658ac641ca754df9e8f22 148780 - optional busybox-cvs_20031212-1.diff.gz
 42787bb21225b1f091003b1b6092d772 135880 utils optional busybox-cvs_20031212-1_i386.deb
 d44b91ed48a66407599327f0b56fac55 676188 shells optional busybox-cvs-static_20031212-1_i386.deb
 58b9f11914f711c75be083541212183f 134502 debian-installer extra busybox-cvs-udeb_20031212-1_i386.udeb
 6d80fb0a6c38f3359e6e1e1f845cb22f 59132 debian-installer extra busybox-cvs-floppy-udeb_20031212-1_i386.udeb

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

iEYEARECAAYFAj/kkKIACgkQLkAIIn9ODhEHfwCgzTvMcsNfel4DS9fmy5dOWbhk
wIgAoLH70Sf0A0DpYh7Ya7VLrVxsov0Y
=CUZc
-----END PGP SIGNATURE-----



Reply to: