On Wed, Jul 24, 2013 at 1:42 PM, Bruce Dubbs <[email protected]> wrote: > On Wed, Jul 24, 2013 at 1:13 PM, Thanos Baloukas <[email protected]> wrote: >> On 07/24/2013 07:02 PM, Bruce Dubbs wrote: >>> I was checking wicd so it can be updated for lfs-7.3 and I ran into a >>> problem. >>> The install procedure tries to copy a lot of translations for wicd.mo to >>> /usr/share, but none of these seem to exist. I don't use this package >>> so I'm unsure how to proceed. >>> >>> Has anyone seen this or even installed this package? > >> I have it installed. In the build script I see that I configured with >> --no-install-i18n-man but can not remember why. > > Thanks. That's probably it. I'll validate and update the book.
Well, that wasn't it. It requires pybabel (http://babel.edgewall.org/wiki/Download) which, in turn, needs setuptools to actually get the pybabel script in /usr/bin. :( It also fails because the babel does not recognize the ast (Asturian) locale. One way to fix it is to just 'rm po/*.po' without babel and 'rm po/ast.po' with it. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
