Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33859 - kde-i18n for spanish crash while trying to emerge
Summary: kde-i18n for spanish crash while trying to 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:
: 38566 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-19 14:25 UTC by LuisMi Garcia
Modified: 2004-03-16 05:24 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 LuisMi Garcia 2003-11-19 14:25:45 UTC
I was trying to emerge kde-i18n spanish with:

export LINGUAS="es"
emerge kde-i18n

and the following text appeared:

Making all in quanta
make[4]: Entering directory
`/var/tmp/portage/kde-i18n-3.2.0_beta1/work/kde-i18n-es-3.1.93/docs/qua
nta/quanta'
/usr/kde/3.2/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
debugging-quanta.docbook:1: parser error : Missing encoding in text declaration
<?xml version="1.0" ?>
                    ^
adv-quanta.docbook:16: error: Failure to process entity debugging-quanta
&debugging-quanta;
                  ^
adv-quanta.docbook:16: parser error : Entity 'debugging-quanta' not defined
&debugging-quanta;
                  ^
adv-quanta.docbook:265: parser error : chunk is not well balanced

^
index.docbook:169: error: Failure to process entity advanced-quanta
&advanced-quanta;
                 ^
index.docbook:169: parser error : Entity 'advanced-quanta' not defined
&advanced-quanta;
                 ^
make[4]: *** [index.cache.bz2] Error 1
make[4]: Leaving directory
`/var/tmp/portage/kde-i18n-3.2.0_beta1/work/kde-i18n-es-3.1.93/docs/quan
ta/quanta'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kde-i18n-3.2.0_beta1/work/kde-i18n-es-3.1.93/docs/quan
ta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kde-i18n-3.2.0_beta1/work/kde-i18n-es-3.1.93/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kde-i18n-3.2.0_beta1/work/kde-i18n-es-3.1.93'
make: *** [all] Error 2

!!! ERROR: kde-base/kde-i18n-3.2.0_beta1 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make

bash-2.05b# 

Reproducible: Always
Steps to Reproduce:
1. export LINGUAS="es"
2. emerge kde-i18n
3. Not emerged because of the bug

Actual Results:  
I don't have the spanish package installed, obviously.

Expected Results:  
kde-i18n for spanish being installed
Comment 1 Francisco José Cañizares Santofimia 2003-12-18 12:38:01 UTC
I agree for kde-i18n-3.2.0_beta2, i obtained the same error.
Comment 2 iCeCLoW 2004-01-13 13:55:50 UTC
This is the same problem that appears when compilating quanta. This problem appears in the kde 3.2.0 beta2 i18n package also. Here is some workaround:

The are some files in quanta section that are not writed correctly.

First if you dont have a string replacement utility merge it:
         emerge rpl

Then start emerging the kde-i18n-3.2.0 package (Remember setting up correctly the LINGUAS enviroment variable to "es" and ACCEPT_KEYWORDS to ~x86) and pause it.

	emerge kde-i18n-3.2.0-beta2.ebuild (or beta1)
	When he says "source unpacked" do:
        ctrl+z

Cd to portage tmp directory and find the kde-i18n directory, quanta subdir:

       cd /var/tmp/portage/kde-i18n-3.2.0_beta2/work/kde-i18n-es-3.1.94/docs/quanta/

Here you will find many docbook type files, to correct the problem do:

       rpl -R -x '.docbook' '<?xml version="1.0" ?>' '<?xml version="1.0"              encoding="UTF-8"?>' *

And finally continue with compile process type:
      
	fg

And that is you got kde in spanish as normally.

Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-01-18 06:50:07 UTC
*** Bug 38566 has been marked as a duplicate of this bug. ***
Comment 4 katerina 2004-01-22 12:57:24 UTC
This bug still exists in 3.2-rc1.
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2004-01-23 05:44:22 UTC
I have notified the kde people upstream that this bug still exists.  I am working on trying to get an automated fix in portage but it's more difficult than it sounds due to the way the ebuild is setup.  Hopefully it will be fixed soon.
Comment 6 Manolo Padrón Martínez 2004-02-04 03:57:30 UTC
This bug is still in 3.2.0
Comment 7 Caleb Tennis (RETIRED) gentoo-dev 2004-02-04 04:54:53 UTC
The KDE packagers told me that they wouldn't fix it; it sounds like it's with the spanish translators and I'm not sure if that's being maintained or not.
Comment 8 Miguel Revilla Rodríguez 2004-02-04 15:32:44 UTC
Hi,

I'm from the kde-es team. We are working on solving this bug. Unfortunately, we have notice of this bug only since yesterday, because it seems that nobody had the time for informing us. The bug will be corrected in the next KDE minor release (3.2.1), but I'll provide a patch here for current release.

Regards.
Comment 9 Caleb Tennis (RETIRED) gentoo-dev 2004-02-04 16:10:21 UTC
I notified the kde packagers because I thought it was a mistake in packaging.  Sorry for not notifying the kde-es team. :)
Comment 10 Ioannis Aslanidis (RETIRED) gentoo-dev 2004-03-05 03:24:28 UTC
Watching on bug.
Comment 11 Caleb Tennis (RETIRED) gentoo-dev 2004-03-16 05:24:20 UTC
The latest word is that this now works (3.2.1).  Please reopen if that's not true.