All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] Generation of locales
Date: Sun, 23 Jun 2019 20:37:54 +0200	[thread overview]
Message-ID: <20190623203754.5e0ff0ba@windsurf> (raw)
In-Reply-To: <a7f64d7d-6e93-3d7b-e1d0-ab77dde72e11@onet.eu>

Hello Witold,

Sorry for the very long delay before this reply.

On Fri, 4 Jan 2019 11:38:01 +0100
WK <sdrb@onet.eu> wrote:

> I noticed that compiling buildroot a few times without "make clean" the 
> size of locale-archive file in $(TARGET_DIR)/usr/lib/locale is increasing.
> 
> The strange thing is that it occures about three times and then it stops 
> increasing.

I was not able to reproduce. I built the following defconfig:

BR2_arm=y
BR2_cortex_a8=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y
BR2_INIT_NONE=y
BR2_SYSTEM_BIN_SH_NONE=y
BR2_GENERATE_LOCALE="fr_FR.UTF-8 en_US.UTF-8"
# BR2_PACKAGE_BUSYBOX is not set
# BR2_TARGET_ROOTFS_TAR is not set

After the first build, the size of output/target/usr/lib/locale was:

$ du -sb output/target/usr/lib/locale/
1678944	output/target/usr/lib/locale/

Then I restarted "make" (without doing "make clean"), and looked at the
size again, and it was exactly the same.

Could you provide a defconfig + scenario that allows to reproduce the
issue, and indicate which version of Buildroot you're using ? We
recently updated localedef, perhaps the behavior changed ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2019-06-23 18:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-04 10:38 [Buildroot] Generation of locales WK
2019-06-23 18:37 ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190623203754.5e0ff0ba@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.