Comment 33 for bug 21144

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sun, 21 Aug 2005 10:56:13 +0900
From: Horms <email address hidden>
To: Frans Pop <email address hidden>, <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#322723: #322723 D-I: 'id route add' fails w/ "Network is unreachable"

On Sat, Aug 20, 2005 at 06:03:59PM +0200, Frans Pop wrote:
> On Friday 19 August 2005 21:01, Bastian Blank wrote:
> > - the problem is not there in the 686 image.
>
> On request from waldi, I've compiled a -386 kernel (using gcc-4.0) with
> one change in ./debian/arch/i386/config.386:
> - CONFIG_CC_OPTIMIZE_FOR_SIZE=y
> + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
>
> The problem was solved when installing from a mini.iso built using this
> kernel.

Funny, I ran into this bug over the weekend too.
Damn pain to track down too.

I've put the following in SVN, so this
should be resolved in the next release.

Thanks for tracking this down, I was dreading having to.

--
Horms

Index: arch/i386/config.386
===================================================================
--- arch/i386/config.386 (revision 3967)
+++ arch/i386/config.386 (working copy)
@@ -1,4 +1,4 @@
-CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
 CONFIG_M386=y
 # CONFIG_M686 is not set
 # CONFIG_MK7 is not set