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

Bug#240918: marked as done (__NR__llseek undeclared when compiling on amd64.)



Your message dated Sun, 04 Apr 2004 07:47:06 -0400
with message-id <E1BA65i-0001wu-00@newraff.debian.org>
and subject line Bug#240918: fixed in busybox-cvs 20040402-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; 29 Mar 2004 22:23:48 +0000
>From Q@ping.be Mon Mar 29 14:23:48 2004
Return-path: <Q@ping.be>
Received: from adicia.telenet-ops.be [195.130.132.56] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B85Aa-0007oT-00; Mon, 29 Mar 2004 14:23:48 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
	by adicia.telenet-ops.be (Postfix) with SMTP id 85C6644049
	for <submit@bugs.debian.org>; Tue, 30 Mar 2004 00:23:46 +0200 (MEST)
Received: from kabel.telenet.be (D5767DEE.kabel.telenet.be [213.118.125.238])
	by adicia.telenet-ops.be (Postfix) with ESMTP id 76DB444033
	for <submit@bugs.debian.org>; Tue, 30 Mar 2004 00:23:46 +0200 (MEST)
Received: by kabel.telenet.be (Postfix, from userid 501)
	id 2C553158AD5; Tue, 30 Mar 2004 00:23:46 +0200 (CEST)
Date: Tue, 30 Mar 2004 00:23:46 +0200
From: Kurt Roeckx <Q@ping.be>
To: submit@bugs.debian.org
Subject: __NR__llseek undeclared when compiling on amd64.
Message-ID: <20040329222346.GA11861@ping.be>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
Sender: Q@ping.be
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: busybox-cvs
Version: 20040101

When trying to build the package I get the following error:
gcc -I./include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -Wstrict-prototypes -Wshadow -Os -fomit-frame-pointer -DNDEBUG     -c -o
util-linux/fdisk.o util-linux/fdisk.c
util-linux/fdisk.c: In function `my_llseek':
util-linux/fdisk.c:873: error: `__NR__llseek' undeclared (first use in this function)
util-linux/fdisk.c:873: error: (Each undeclared identifier is reported only onceutil-linux/fdisk.c:873: error: for each function it appears in.)
make[1]: *** [util-linux/fdisk.o] Error 1
make[1]: Leaving directory `/usr/src/busybox-cvs-20040101'
make: *** [build-arch-static-stamp] Error 2


Patch:
--- fdisk.c.old 2004-03-29 16:19:12.491937714 -0600
+++ fdisk.c     2004-03-29 16:20:14.076090497 -0600
@@ -856,7 +856,7 @@
  */


-#if defined(__alpha__) || defined(__ia64__) || defined(__s390x__)
+#if defined(__alpha__) || defined(__ia64__) || defined(__s390x__) || defined (__x86_64__)

 #define my_llseek lseek



Kurt


---------------------------------------
Received: (at 240918-close) by bugs.debian.org; 4 Apr 2004 11:53:13 +0000
>From katie@ftp-master.debian.org Sun Apr 04 04:53:13 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BA6Bd-0005JD-00; Sun, 04 Apr 2004 04:53:13 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BA65i-0001wu-00; Sun, 04 Apr 2004 07:47:06 -0400
From: Bastian Blank <waldi@debian.org>
To: 240918-close@bugs.debian.org
X-Katie: $Revision: 1.46 $
Subject: Bug#240918: fixed in busybox-cvs 20040402-1
Message-Id: <E1BA65i-0001wu-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 04 Apr 2004 07:47:06 -0400
Delivered-To: 240918-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Scores: 1

Source: busybox-cvs
Source-Version: 20040402-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_20040402-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-floppy-udeb_20040402-1_i386.udeb
busybox-cvs-static_20040402-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs-static_20040402-1_i386.deb
busybox-cvs-udeb_20040402-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-udeb_20040402-1_i386.udeb
busybox-cvs_20040402-1.diff.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20040402-1.diff.gz
busybox-cvs_20040402-1.dsc
  to pool/main/b/busybox-cvs/busybox-cvs_20040402-1.dsc
busybox-cvs_20040402-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs_20040402-1_i386.deb
busybox-cvs_20040402.orig.tar.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20040402.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 240918@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, 02 Apr 2004 23:49:25 +0200
Source: busybox-cvs
Binary: busybox-cvs-static busybox-cvs busybox-cvs-udeb busybox-cvs-floppy-udeb
Architecture: source i386
Version: 20040402-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: 240918
Changes: 
 busybox-cvs (20040402-1) unstable; urgency=low
 .
   * New CVS version
     - Fix llseek mess. (closes: #240918)
   * debian/config-*:
     - Update.
Files: 
 25e8ff942b34f606276110171d526100 793 - optional busybox-cvs_20040402-1.dsc
 37c0593cbdf9f40c26711ca51354f0c7 1324096 - optional busybox-cvs_20040402.orig.tar.gz
 cb1db617773def8bad803caae36599b8 143708 - optional busybox-cvs_20040402-1.diff.gz
 6a87b29b85e956445b9e61936023cd4a 664152 shells optional busybox-cvs-static_20040402-1_i386.deb
 6dcbc9c2a24e132e839c3ccf863327c4 124976 utils optional busybox-cvs_20040402-1_i386.deb
 8033ec65454624e5e916f17f449d5c7a 135926 debian-installer extra busybox-cvs-udeb_20040402-1_i386.udeb
 39e9f1f09d9ad7e37231ef3e66fcf61f 59030 debian-installer extra busybox-cvs-floppy-udeb_20040402-1_i386.udeb

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

iEYEARECAAYFAkBv8nkACgkQLkAIIn9ODhHtqQCdFJAi6m1uBJSqSuSzdSR1Ipso
wjkAniIZJdJBjm4w0JJz0tOtaAbjtHWt
=ejPa
-----END PGP SIGNATURE-----



Reply to: