Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 154409
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Fabio Erculiani <lxnay@lxnaydesign.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 154409 depends on: Show dependency tree
Bug 154409 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-07 15:22 0000
Hi,
both ebuilds contains this function:
pkg_setup() {
        if [ -z "${A}" ]; then
                echo
                eerror "You must set the LINGUAS environment variable to a list
of valid"
                eerror "language codes, one for each language you would like to
install."
                eerror "e.g.: LINGUAS=\"sv de pt\""
                eerror ""
                eerror "The available language codes are:"
                echo "${LANGS}"
                echo
                die
        fi
}

I think that you cannot use ${A} in this because you break quickpkg && emerge
-K otherwise.

Just try (koffice-i18n example):
quickpkg koffice-i18n
emerge -K koffice-i18n --> this will fail

Thanks.

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2006-11-07 16:00:52 0000 -------
Thanks, fixed now.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug