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

Bug#212485: marked as done (busybox-cvs-udeb: typo in build scripts prevent busybox from being built with optimization)



Your message dated Fri, 03 Oct 2003 12:44:05 -0400
with message-id <E1A5T2D-0008G3-00@auric.debian.org>
and subject line Bug#212485: fixed in busybox-cvs 20030926-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; 23 Sep 2003 22:56:06 +0000
>From root@dessverre.samfundet.no Tue Sep 23 17:56:03 2003
Return-path: <root@dessverre.samfundet.no>
Received: from dessverre.samfundet.no [129.241.93.53] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A1w4f-0005Jm-00; Tue, 23 Sep 2003 17:56:01 -0500
Received: from root by dessverre.samfundet.no with local (Exim 3.36 #1 (Debian))
	id 1A1w4X-0005oG-00; Wed, 24 Sep 2003 00:55:53 +0200
Content-Type: multipart/mixed; boundary="===============2017339192=="
MIME-Version: 1.0
From: "Steinar H. Gunderson" <sgunderson@bigfoot.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: busybox-cvs-udeb: typo in build scripts prevent busybox from being built
 with optimization
X-Mailer: reportbug 2.29
Date: Wed, 24 Sep 2003 00:55:53 +0200
Message-Id: <E1A1w4X-0005oG-00@dessverre.samfundet.no>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-12.8 required=4.0
	tests=BAYES_10,HAS_PACKAGE,PATCH_UNIFIED_DIFF
	autolearn=ham version=2.53-bugs.debian.org_2003_9_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_21 (1.174.2.15-2003-03-30-exp)

This is a multi-part MIME message sent by reportbug.

--===============2017339192==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: busybox-cvs-udeb
Version: 0.60.99.cvs20030819-3 (not installed)
Severity: important
Tags: patch d-i upstream

A typo (OPTIMIZATION is used some places and OPTIMIZATIONS others)
prevent busybox-cvs-udeb from being built with optimization (only
-fomit-frame-pointer is activated, no -O option at all). This wastes
16kB in the udeb (more uncompressed), which should hopefully be enough
to get the d-i floppies under the size limit again. Please apply the
attached patch.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dessverre 2.4.22-1-k7 #1 Sat Sep 6 02:13:04 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C


--===============2017339192==
Content-Type: text/x-makefile; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="busybox-build-with-optimization.patch"

diff -ur busybox-cvs-0.60.99.cvs20030819/Rules.mak.in busybox-cvs-patched/Rules.mak.in
--- busybox-cvs-0.60.99.cvs20030819/Rules.mak.in	2003-09-17 23:15:05.000000000 +0200
+++ busybox-cvs-patched/Rules.mak.in	2003-09-24 00:47:03.000000000 +0200
@@ -99,7 +99,7 @@
 	OPTIMIZATION += -mpreferred-stack-boundary=2
 	OPTIMIZATION += -falign-functions=0 -falign-jumps=0 -falign-loops=0
 endif
-OPTIMIZATIONS += -fomit-frame-pointer
+OPTIMIZATION += -fomit-frame-pointer
 
 #
 #--------------------------------------------------------
@@ -131,7 +131,7 @@
     LDFLAGS +=-Wl,-warn-common
     STRIPCMD:=/bin/true -Not_stripping_since_we_are_debugging
 else
-    CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -DNDEBUG
+    CFLAGS+=$(WARNINGS) $(OPTIMIZATION) -DNDEBUG
     LDFLAGS += -s -Wl,-warn-common
     STRIPCMD:=$(STRIP) --remove-section=.note --remove-section=.comment
 endif


--===============2017339192==--

---------------------------------------
Received: (at 212485-close) by bugs.debian.org; 3 Oct 2003 16:54:00 +0000
>From troup@auric.debian.org Fri Oct 03 11:54:00 2003
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A5TBo-0001gh-00; Fri, 03 Oct 2003 11:54:00 -0500
Received: from troup by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1A5T2D-0008G3-00; Fri, 03 Oct 2003 12:44:05 -0400
From: Bastian Blank <waldi@debian.org>
To: 212485-close@bugs.debian.org
X-Katie: lisa $Revision: 1.25 $
Subject: Bug#212485: fixed in busybox-cvs 20030926-1
Message-Id: <E1A5T2D-0008G3-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Fri, 03 Oct 2003 12:44:05 -0400
Delivered-To: 212485-close@bugs.debian.org

Source: busybox-cvs
Source-Version: 20030926-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_20030926-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-floppy-udeb_20030926-1_i386.udeb
busybox-cvs-static_20030926-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs-static_20030926-1_i386.deb
busybox-cvs-udeb_20030926-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-udeb_20030926-1_i386.udeb
busybox-cvs_20030926-1.diff.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20030926-1.diff.gz
busybox-cvs_20030926-1.dsc
  to pool/main/b/busybox-cvs/busybox-cvs_20030926-1.dsc
busybox-cvs_20030926-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs_20030926-1_i386.deb
busybox-cvs_20030926.orig.tar.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20030926.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 212485@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, 26 Sep 2003 15:10:14 +0200
Source: busybox-cvs
Binary: busybox-cvs-static busybox-cvs busybox-cvs-udeb busybox-cvs-floppy-udeb
Architecture: source i386
Version: 20030926-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: 211457 211675 212485 212764
Changes: 
 busybox-cvs (20030926-1) unstable; urgency=low
 .
   * new cvs version
   * Makefile
     - fix libpwdgrp link (upstream) (closes: #211675)
   * Rules.mak.in
     - fix optimization (closes: #212485)
   * debian/config*
     - update
   * debian/config*udeb*
     - move linux-i386 to linux (enable modutils on any linux arch)
     - rename net to floppy
     - enable wget status bar (closes: #211457)
   * init/init.c
     - workaround race conditions (closes: #212764)
Files: 
 60a493fd4db044e93d4c863bb6db84ef 835 - optional busybox-cvs_20030926-1.dsc
 bb886187fc0edbbcac3366b1a2e402c6 1273560 - optional busybox-cvs_20030926.orig.tar.gz
 375af534f0e870a765a393dac512f6eb 153756 - optional busybox-cvs_20030926-1.diff.gz
 510764227807c67f234b76c385134e44 101040 utils optional busybox-cvs_20030926-1_i386.deb
 6bc9d5dcd7cc9efd6ace0b1b0cc845b2 636756 shells optional busybox-cvs-static_20030926-1_i386.deb
 605069664a3b9ebaef28e4e5528fb3be 134516 debian-installer extra busybox-cvs-udeb_20030926-1_i386.udeb
 f45b0767d769e57c5126af2a7603941f 115850 debian-installer extra busybox-cvs-floppy-udeb_20030926-1_i386.udeb

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

iEYEARECAAYFAj90PMwACgkQLkAIIn9ODhE+UACg8Amz+7/oreLJQFjT/dzK/SAm
GOgAnAzbzaw1hKtrJ1SdzwzAYZvxoREl
=Tupv
-----END PGP SIGNATURE-----



Reply to: