Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53727 - LINGUAS: portage is fetching all tarballs, instead only the wanted ones.
Summary: LINGUAS: portage is fetching all tarballs, instead only the wanted ones.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
: 38727 63772 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-12 10:27 UTC by Colin Tinker
Modified: 2005-07-14 16:53 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Tinker 2004-06-12 10:27:45 UTC
I have in make.conf

LINGUAS="en_GB"

But it still tries to install all languages, even if I use on the command line:-

LINGUAS="en_GB" emerge kde-i18n I get the same result.


Reproducible: Always
Steps to Reproduce:
1. emerge kde-i18n
2.
3.

Actual Results:  
Tries to install all languages 

Expected Results:  
Install en_GB only 

emerge info 
Portage 2.0.50-r8 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0, 
2.6.5-gentoo-r1) 
================================================================= 
System uname: 2.6.5-gentoo-r1 i686 AMD Athlon(tm) processor 
Gentoo Base System version 1.4.16 
Autoconf: sys-devel/autoconf-2.59-r4 
Automake: sys-devel/automake-1.8.5 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=athlon-tbird -O3 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=athlon-tbird -O3 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs buildpkg ccache clean fixpackages sandbox userpriv 
usersandbox" 
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="3dnow X X509 aac aalib acpi acpi4linux aim alsa apm arts avantgo avi 
berkdb bluetooth bonobo cddb cdr chroot crypt cups curl dga directfb 
divx4linux dvd encode esd ethereal evo faad fam fbcon fftw flac foomaticdb 
freetype gdbm gif gimp gimpprint gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml 
icq imagemagick imlib innodb ipv6 irda irmc jabber java joystick jpeg kde ldap 
libg++ libwww linguas_en_GB live mad mikmod mmx motif mozcalendar mozilla 
mozp3p mozsvg mpeg mpeg4 msn mysql nas ncurses nls nocd nptl offensive 
oggvorbis ooo-kde opengl opie oss pam pcap pda pdflib perl pic png postgres 
prelink pthreads python qt quicktime readline samba scanner sdl silc skey 
slang sox speedo speex spell sse ssl svg svga t1lib tcpd threads tiff 
transcode truetype type1 unicode usb v4l v4l2 vim-with-x wifi wmf x86 xfs xml2 
xmms xprint xv xvid zlib zvbi"
Comment 1 Olivier Fisette (RETIRED) gentoo-dev 2004-06-27 11:35:57 UTC
Same problem here. With LINGUAS="fr" in /etc/make.conf or as an environment variable, emerge installs all available languages.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-06-28 06:08:09 UTC
Did you try and emerge it first before setting LINGUAS?  perhaps something is cached somewhere and it's using the cache vs. your current linguas setting.

maybe try "touch"ing the ebuild to see if portage refreshes its cache?
Comment 3 Colin Tinker 2004-06-28 09:09:59 UTC
This has been happening ever since 3.1.x of kde and has never worked for me.  I have done as you suggested thiugh and it is still the same even using LINUAS="en_GB" emerge kde-i18n does not work it always tries emerge all languages.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2004-06-28 09:20:39 UTC
Have you seen my email Caleb? This is an issue since your latest major change in the ebuild, if I'm not wrong. Any reason you didn't close Bug 53503 btw.?
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2004-06-28 11:46:01 UTC
hmm, i guess it should be converted back then?  My ebuild change was to make it work on my end - it's most likely a portage problem, but if someone wants to take the initiative to change back the ebuild perhaps that will help.

Carlo: didn't see your mail.  My spam count is really high these days, so it probably got lumped in there.
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2004-06-28 11:55:22 UTC
Caleb: It's the answer on your email from 2004-06-18
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2004-09-21 13:02:40 UTC
will be fixed in portage 2.0.51rc2
Comment 8 Carsten Lohrke (RETIRED) gentoo-dev 2004-10-03 13:47:13 UTC
Unfortunately it seems to be a bit more complicated, so there's no fix yet.

FEATURES=cvs or FEATURES=mirror cause Portage to download all tarballs, instead only linguas_xy? <tarball_xy>. If neither cvs nor mirror are set, the shown dowloadsize is the total of the size of all tarballs. (#63772)
Comment 9 Carsten Lohrke (RETIRED) gentoo-dev 2004-10-03 13:48:18 UTC
*** Bug 63772 has been marked as a duplicate of this bug. ***
Comment 10 Carsten Lohrke (RETIRED) gentoo-dev 2004-10-03 16:22:58 UTC
*** Bug 38727 has been marked as a duplicate of this bug. ***
Comment 13 Jason Stubbs (RETIRED) gentoo-dev 2004-10-04 16:31:32 UTC
That's correct behaviour...
Comment 14 Carsten Lohrke (RETIRED) gentoo-dev 2004-10-05 07:04:28 UTC
Jason: I chatted with Carpaski about that and he promised to fix that with rc2, but couldn't do it for some reason. It is (still) an issue and my list of fetched files is a bit longer, of course. I always thought it would be a .50 problem, that's why I reassigned this problem that late.
Comment 15 Caleb Tennis (RETIRED) gentoo-dev 2005-07-14 09:58:25 UTC
Can I assume this is fixed? 
Comment 16 Colin Tinker 2005-07-14 10:03:24 UTC
Yes sorry forgot about this one.  It has worked over the last few updates for 
me. 
Comment 17 Jason Stubbs (RETIRED) gentoo-dev 2005-07-14 16:53:10 UTC
Is working for me without issue and this is a very old bug, so I'll assume 
it's fixed for everybody.