Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 146527

Summary: emerge -F does not care about LINGUAS
Product: Portage Development Reporter: Mathieu Jobin <somekool>
Component: Core - Interface (emerge)Assignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: kingsly, somekool
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mathieu Jobin 2006-09-06 02:33:48 UTC
I got LINGUAS='ja', when I do emerge -av kde-i18n it download and install only the japanese one. now if I do emerge -avF kde-i18n, it will download them all.

regards,
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-06 02:36:57 UTC
 --fetch-all-uri (-F)
Instead of doing any package building, just perform fetches for all packages (the  main package as well as all dependencies), grabbing all potential files.

Notice the word *all*
Comment 2 Mathieu Jobin 2006-09-06 02:49:43 UTC
ok, it was not a bug, but a suggestion, I think -F should care about ENV variables and download what will be needed.

Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-09-06 02:51:09 UTC
Looks like you want -f, not -F ;)
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-09-14 18:36:42 UTC
*** Bug 147637 has been marked as a duplicate of this bug. ***