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

Bug#203852: marked as done (busybox-cvs: FTBFS on alpha)



Your message dated Tue, 26 Aug 2003 01:38:24 +1000
with message-id <20030826013824.75f6e34d.bug1@optushome.com.au>
and subject line (no subject)
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; 2 Aug 2003 07:12:14 +0000
>From alastair@saorleir.com Sat Aug 02 02:12:12 2003
Return-path: <alastair@saorleir.com>
Received: from ni-mail1.dna.utvinternet.net [194.46.8.62] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19iqYm-00030E-00; Sat, 02 Aug 2003 02:12:12 -0500
Received: from coll.saorleir.com (unverified [195.218.107.5]) by ni-mail1.dna.utvinternet.net
 (Vircom SMTPRS 2.1.255) with ESMTP id <B0023218744@ni-mail1.dna.utvinternet.net>;
 Sat, 2 Aug 2003 08:12:10 +0100
Received: by coll.saorleir.com (Postfix, from userid 1000)
	id 8CDCA3BBB9; Sat,  2 Aug 2003 08:07:53 +0100 (IST)
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="UTF-8"
From: Alastair McKinstry <mckinstry@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: busybox-cvs: FTBFS on alpha
X-Mailer: reportbug 2.20
Date: Sat, 02 Aug 2003 08:07:53 +0100
Message-Id: <[🔎] 20030802070753.8CDCA3BBB9@coll.saorleir.com>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0
	tests=BAYES_30,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp)

Package: busybox-cvs
Version: 0.60.99.cvs20030426 (not installed)
Severity: serious


Fails to build from source on Alpha:


gcc -I./include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wstrict-prototypes -Wshadow -Os
-fomit-frame-pointer -D_BSD_SOURCE -DNDEBUG    -D_GNU_SOURCE
-I./modutils/obj/  -c -o util-linux/fdisk.o util-linux/fdisk.c
util-linux/fdisk.c:860: warning: declaration of `fd' shadows a global
declaration
util-linux/fdisk.c:214: warning: shadowed declaration is here
util-linux/fdisk.c: In function `_llseek':
util-linux/fdisk.c:862: error: `__NR__llseek' undeclared (first use in
this function)
util-linux/fdisk.c:862: error: (Each undeclared identifier is reported
only once
util-linux/fdisk.c:862: error: for each function it appears in.)
util-linux/fdisk.c: In function `my_llseek':
util-linux/fdisk.c:873: warning: passing arg 4 of `_llseek' from
incompatible pointer type

Due to a lacking ___NR_llseek on Alpha. I think defining it as ==
__NR_lseek should do, as the alpha is 64-bit. 

This bug is serious as it breaks debian-installer on the Alpha.

-- System Information:
Debian Release: testing/unstable
Architecture: alpha
Kernel: Linux coll 2.4.20-686 #1 Mon Jan 13 22:22:30 EST 2003 i686
Locale: LANG=ga_IE.UTF-8, LC_CTYPE=ga_IE.UTF-8 (ignored: LC_ALL set)


---------------------------------------
Received: (at 201161-done) by bugs.debian.org; 25 Aug 2003 15:38:35 +0000
>From bug1@optushome.com.au Mon Aug 25 10:38:33 2003
Return-path: <bug1@optushome.com.au>
Received: from mail002.syd.optusnet.com.au [211.29.132.32] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19rJQO-0005ZD-00; Mon, 25 Aug 2003 10:38:32 -0500
Received: from home.prv (c211-28-122-16.sunsh3.vic.optusnet.com.au [211.28.122.16])
	by mail002.syd.optusnet.com.au (8.11.6p2/8.11.6) with SMTP id h7PFcU406893
	for <201161-done@bugs.debian.org>; Tue, 26 Aug 2003 01:38:30 +1000
Date: Tue, 26 Aug 2003 01:38:24 +1000
From: Glenn McGrath <bug1@optushome.com.au>
To: 201161-done@bugs.debian.org
Message-Id: <20030826013824.75f6e34d.bug1@optushome.com.au>
X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i686-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: 201161-done@bugs.debian.org
X-Spam-Status: No, hits=0.0 required=4.0
	tests=none
	version=2.53-bugs.debian.org_2003_8_17
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_17 (1.174.2.15-2003-03-30-exp)

Fix in 20030819-2



Reply to: