Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85997 - kde-i18n doesn't emerge
Summary: kde-i18n doesn't emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-20 04:20 UTC by Nikolay
Modified: 2005-03-21 05:55 UTC (History)
0 users

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 Nikolay 2005-03-20 04:20:23 UTC
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 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-21 05:55:24 UTC
This happens when the value of LINGUAS is not recognized by the ebuild. I changed the ebuild to better deal with this case now.