Re: Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)
Bryan Evenson
Ross,
From: Burton, Ross [mailto:ross.burton@...]
Sent: Wednesday, September 27, 2017 6:43 PM To: Bryan Evenson <bevenson@...> Cc: yocto@... Subject: Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)
On 27 September 2017 at 21:59, Bryan Evenson <bevenson@...> wrote:
That link count doesn't seem feasible though... we hardlink frequently during a recipe build, but I'd expect to see 10 links, not over a thousand. You've definitely found the problem, just need to figure out what is causing such excessive linking,
Two files, LC_MEASUREMENT and LC_PAPER, seem to be identical through most the locales. I’m not sure which are copies and which are hard links, but I did a md5sum comparison and found over 1200 identical LC_MEASUREMENT files in the glibc-locale working directory. I don’t need all the locales, so I set GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" in my local.conf and now glibc-locale completes building.
I’ll report back if the rest of the build completes.
Bryan
|
|