BTS

Message1634

Author suntong
Recipients
Date 2008-11-03.18:12:16
Content
On Mon, Nov 3, 2008 at 12:32 PM, Michael Prokop <bts@bts.grml.org> wrote:
>
> Michael Prokop <mika@grml.org> added the comment:
>
> * Tong Sun <bts@bts.grml.org> [20081021 19:33]:
>
>> During installing my additional packages:
>
>>  . . .
>> Setting up libpcre3 (7.6-2.1) ...
>> Setting up locales (2.7-14) ...
>> Generating locales (this might take a while)...
>>  en_US.ISO-8859-1... done
>>  en_US.UTF-8... done
>>  zh_CN.GB2312... done
>>  zh_CN.UTF-8... done
>>  zh_HK.UTF-8... done
>> Generation complete.
>> Setting up lsof (4.78.dfsg.1-4) ...
>>  . . .
>
>> Then,
>
>>   Executing stage reconfigure...
>> Generating locales (this might take a while)...
>>  en_US.ISO-8859-1... done
>>  en_US.UTF-8... done
>>  zh_CN.GB2312... done
>>  zh_CN.UTF-8... done
>>  zh_HK.UTF-8... done
>> Generation complete.
>>   Executing stage hosts...
>
>> It is not a big deal for other configurations, but generating locales
>> takes a lot of time on my PC.
>
> Hm interesting. Which "additional packages" do you have?
> Is the issue still unresolved from your side?

hmm... I don't think it is the "additional packages" that matters. The
"stage reconfigure" (re)generates locales. This requires the 'locales'
packages installed beforehand, normally in the additional packages
list. Does Debian generates locales when installing the 'locales'
package?

Actually, I installed the 'locales' package in the debootstrap phase:

  DEBOOTSTRAP_OPT='--include=debconf-utils,locales,pciutils
--exclude=nano,tasksel,tasksel-data,iptables'

So if you can't duplicate the error, maybe this is the cause.

> PS: Did you check the origin/t/tong branch within grml-debootstrap?
> I'm waiting for your "ACK". ;)

Oh, I didn't make it clear:

	---------- Forwarded message ----------
	From: Tong Sun <suntong001@gmail.com>
	Date: Tue, Oct 21, 2008 at 12:19 PM
	Subject: Re: [PATCH] bug fix: additional packages were not installed in chroot
	To: mika@grml.org

	On Tue, Oct 21, 2008 at 1:16 PM, Tong Sun <suntong@cpan.org> wrote:
	> I don't know how it worked before but this is the only way for me
to get additional packages installed in chroot.

	Apart from this, everything is working fine.

I meant everything is fine, having applied the new patch. I was
waiting for you thinking that you are too busy doing something else.
Sorry for the confusion. :-)

cheers

tong
History
Date User Action Args
2008-11-03 18:12:18suntonglinkissue560 messages
2008-11-03 18:12:16suntongcreate