Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Problems updating

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
JoeDuncan
Tux's lil' helper
Tux's lil' helper
Posts: 87
Joined: Fri Jun 04, 2004 11:26 am
Location: Ottawa, Ontario

Problems updating

  • Quote

Post by JoeDuncan » Wed Aug 24, 2005 2:00 am

Ok, I am trying to update my system with:

emerge -uDv world

However, I keep getting this:

Code: Select all

emerge -uDv world
Calculating world dependencies ...done!
>>> emerge (1 of 89) kde-base/kde-i18n-3.4.1 to /
>>> md5 files   ;-) kde-i18n-3.3.2.ebuild
>>> md5 files   ;-) kde-i18n-3.4.2.ebuild
>>> md5 files   ;-) kde-i18n-3.2.3.ebuild
>>> md5 files   ;-) kde-i18n-3.4.1.ebuild
>>> md5 files   ;-) files/digest-kde-i18n-3.2.3
>>> md5 files   ;-) files/digest-kde-i18n-3.3.2
>>> md5 files   ;-) files/digest-kde-i18n-3.4.1
>>> md5 files   ;-) files/digest-kde-i18n-3.4.2
>>> md5 files   ;-) files/kde-i18n-ru-3.3.2-kmplot.diff

 * You must define a LINGUAS environment variable that contains a list
 * of the language codes for which languages you would like to install.
 * Look at the LANGS variable inside the ebuild to see the list of
 * available languages.
 * e.g.: LINGUAS="sv de pt"


!!! ERROR: kde-base/kde-i18n-3.4.1 failed.
!!! Function pkg_setup, Line 35, Exitcode 0
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
I have tried the follwing:

Code: Select all

LINGUAS="en"
export LINGUAS
emerge -uDv world
as well as

Code: Select all

LINGUAS="en" emerge -uDv world
but they both give me the same results as above. Also, I have added LINGUAS="en" to /etc/make.conf and that doesn't help either... what's the problem here?

This is what emerge --info gives:

Code: Select all

emerge --info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0/2.4, gcc-3.3.5-20050130, glibc-2.3.5-r1, 2.4.28-gentoo-r8 i686)
=================================================================
System uname: 2.4.28-gentoo-r8 i686 Intel(R) Celeron(TM) CPU                1400MHz
Gentoo Base System version 1.6.12
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirror.iawnet.sandia.gov/pub/gentoo/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/  http://128.213.5.34/gentoo/ ftp://ibiblio.org/pub/Linux/distributions/gentoo/"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 alsa apm arts avi berkdb bitmap-fonts cdr crypt cups curl dedicated divx4linux dvd dvdr dvdread eds emboss encode esd ethereal fam flac foomaticdb fortran gd gdbm gif gpm gstreamer gtk gtk2 icq imagemagick imlib ipv6 java joystick jpeg junit kde libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline samba sdl slang spell sqlite ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts videos vorbis win32codecs xine xml xml2 xmms xv xvid zlib video_cards_rage128 video_cards_radeon linguas_en userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Thanks!
Top
ecatmur
Advocate
Advocate
User avatar
Posts: 3595
Joined: Mon Oct 20, 2003 8:07 pm
Location: Edinburgh
Contact:
Contact ecatmur
Website

  • Quote

Post by ecatmur » Wed Aug 24, 2005 2:09 am

kde-i18n doesn't have the "en" LINGUA, as that is the base language. If you only want American, you don't need kde-i18n.
No more cruft
dep: Revdeps that work
Using command-line ACCEPT_KEYWORDS?
Top
JoeDuncan
Tux's lil' helper
Tux's lil' helper
Posts: 87
Joined: Fri Jun 04, 2004 11:26 am
Location: Ottawa, Ontario

  • Quote

Post by JoeDuncan » Wed Aug 24, 2005 2:14 am

Ok, that makes sense, but then why is "emerge -uDv world" trying to install it?

I have never had this problem before, if I'd have had kde-i18n installed before, I would have run into this, no?
Top
ecatmur
Advocate
Advocate
User avatar
Posts: 3595
Joined: Mon Oct 20, 2003 8:07 pm
Location: Edinburgh
Contact:
Contact ecatmur
Website

  • Quote

Post by ecatmur » Wed Aug 24, 2005 1:48 pm

Not necessarily; it could be a new feature of the updated ebuild. The emerge --ask or emerge --pretend output will show whether this is an upgrade or a new package.
No more cruft
dep: Revdeps that work
Using command-line ACCEPT_KEYWORDS?
Top
JoeDuncan
Tux's lil' helper
Tux's lil' helper
Posts: 87
Joined: Fri Jun 04, 2004 11:26 am
Location: Ottawa, Ontario

  • Quote

Post by JoeDuncan » Wed Aug 24, 2005 10:50 pm

<shrug>meh...</shrug>

I don't need it so I did "emerge -v unmerge kde-i18n" and now "emerge -uDv world" doesn't bitch anymore.

:)

Thanks!
Top
Post Reply

5 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic