Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11027 - Karchiver 3.01 fails to compile
Summary: Karchiver 3.01 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-20 15:45 UTC by Viktor Lakics
Modified: 2003-02-04 19:42 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 Viktor Lakics 2002-11-20 15:45:35 UTC
Emerge bombs out on karchiver 3.01 with the following output 
 
ndex.docbook:396: validity error: No declaration for element itemizedlist 
</itemizedlist> 
              ^ 
index.docbook:403: error: Entity 'underFDL' not defined 
&underFDL; 
         ^ 
index.docbook:404: error: Entity 'underGPL' not defined 
&underGPL; 
         ^ 
index.docbook:390: validity error: No declaration for element chapter 
</chapter> 
         ^ 
index.docbook:409: error: Entity 'documentation.index' not defined 
&documentation.index; 
                     ^ 
index.docbook:8: validity error: No declaration for element book 
</book> 
      ^ 
make[3]: *** [index.cache.bz2] Error 1 
make[3]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc/en' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1' 
make: *** [all] Error 2 
 
!!! ERROR: app-arch/karchiver-3.0.1 failed. 
!!! Function kde_src_compile, Line -6013, Exitcode 2 
!!! died running emake, kde_src_compile:make
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-20 17:54:36 UTC
please emerge libxml2-2.4.24 and emerge karchiver again (libxml2-2.4.26 
is broken). 
Comment 2 Viktor Lakics 2002-11-20 23:35:28 UTC
Thanks for the tip. Emerged libxml2-2.4.24. Its digest does not match, but 
found a copy somewhere else and succesfully emerged it. 
Unfortunately, karchiver stil fails to compile. This time with the following 
output:  
 
&& CONFIG_FILES= CONFIG_HEADERS=config.h \ 
/bin/sh ./config.status 
config.status: creating config.h 
config.status: config.h is unchanged 
config.status: executing default-1 commands 
make  all-recursive 
make[1]: Entering directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1' 
Making all in doc 
make[2]: Entering directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc' 
Making all in en 
make[3]: Entering directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc/en' 
/usr/kde/3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook 
make[3]: *** [index.cache.bz2] Error 139 
make[3]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc/en' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1' 
make: *** [all] Error 2 
 
!!! ERROR: app-arch/karchiver-3.0.1 failed. 
!!! Function kde_src_compile, Line -6013, Exitcode 2 
!!! died running emake, kde_src_compile:make 
 
Comment 3 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-21 05:06:23 UTC
ok, then emerge libxslt-1.0.20 (10.0.22 also does not work with kde) 
Comment 4 Viktor Lakics 2002-11-21 15:37:23 UTC
My system used libxslt-1.0.20 and not libxslt-1.0.22 anyway. But I re-merged 
1.0.20 after an emerge rsync, and tried karchiver again. No avail. Output: 
 
onfig.status: executing default-1 commands 
make  all-recursive 
make[1]: Entering directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1' 
Making all in doc 
make[2]: Entering directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc' 
Making all in en 
make[3]: Entering directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc/en' 
/usr/kde/3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook 
make[3]: *** [index.cache.bz2] Error 139 
make[3]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc/en' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1/doc' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory 
`/mnt/extra/portage/karchiver-3.0.1/work/karchiver-3.0.1' 
make: *** [all] Error 2 
 
!!! ERROR: app-arch/karchiver-3.0.1 failed. 
!!! Function kde_src_compile, Line -6013, Exitcode 2 
!!! died running emake, kde_src_compile:make 
 
It also says at the very beginning of the configure script: 
 
 
configure: WARNING: If you wanted to set the --build type, don't use --host. 
    If a cross compiler is detected then cross compile mode will be used. 
checking build system type... i686-pc-linux-gnu... 
 
But it goes on without problems unti it fails like above... 
 
 
Comment 5 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-22 09:10:44 UTC
when kdelibs was compiled, was there libxslt-1.0.20 or libxslt-1.0.22 on the system? 
Comment 6 Viktor Lakics 2002-11-22 23:18:36 UTC
Re-merged kdelibs 3.04 with previously installed libxslt-1.0.20, and this 
SOLVED the problem...Thanks for working on this!  
 
Should I close this bug? Who is supposed to do that? 
Cheers:  Viktor  
Comment 7 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-23 05:50:02 UTC
you can close it.