Bug 85997 - kde-i18n doesn't emerge
Bug#: 85997 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: major Priority: P2
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: nikolaymetchev@gmail.com
Component: KDE
URL: 
Summary: kde-i18n doesn't emerge
Keywords:  
Status Whiteboard: 
Opened: 2005-03-20 04:20 0000
Description:   Opened: 2005-03-20 04:20 0000
here is what I get when I run emerge -s kde-i18n:
Searching...
[ Results for search key : kde-i18n ]
[ Applications found : 1 ]

*  kde-base/kde-i18n
      Latest version available: 3.3.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 257,668 kB
      Homepage:    http://www.kde.org/
      Description: KDE 3.3.2 - i18n: kde-i18n
      License:     GPL-2
-------------------------------------------------
then when I run emerge kde-i18n:
Calculating dependencies ...done!
>>> emerge (1 of 1) kde-base/kde-i18n-3.3.2 to /
>>> Unpacking source...

!!! ERROR: kde-base/kde-i18n-3.3.2 failed.
!!! Function unpack, Line 352, Exitcode 0
!!! Nothing passed to the 'unpack' command
!!! If you need support, post the topmost build error, NOT this status message.

--------------------
here is my /etc/make.conf file:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O3 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk ftp://mirrors.blueyonder.co.uk/mirrors/gentoo http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="-gtk -gnome qt kde dvd alsa java mp3 mpeg avi bash-completion divx4linux dv dvdread -gtk2 hal opengl"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk ftp://mirrors.blueyonder.co.uk/mirrors/gentoo http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
LINGUAS="en"
LANGS="en"
----------------------------


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

Actual Results:  
!! ERROR: kde-base/kde-i18n-3.3.2 failed. 
!!! Function unpack, Line 352, Exitcode 0 
 

Expected Results:  
kde-i18n to be downloaded and built

------- Comment #1 From Gregorio Guidi (RETIRED) 2005-03-21 05:55:24 0000 -------
This happens when the value of LINGUAS is not recognized by the ebuild. I
changed the ebuild to better deal with this case now.