Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85320 - digikam won't compile
Summary: digikam won't compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 03:13 UTC by Marshall Bjerke
Modified: 2005-03-15 03:17 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 Marshall Bjerke 2005-03-15 03:13:30 UTC
Trying to install digikam for the first time on this gentoo install.  

Reproducible: Didn't try
Steps to Reproduce:
emerge digikam I guess?
Actual Results:  
Making all in po
make[2]: Entering directory `/var/tmp/portage/digikam-0.6.2/work/digikam/po'
rm -f da.gmo; /usr/bin/gmsgfmt -o da.gmo ./da.po
rm -f de.gmo; /usr/bin/gmsgfmt -o de.gmo ./de.po
test ! -f de.gmo || touch de.gmo
rm -f cs.gmo; /usr/bin/gmsgfmt -o cs.gmo ./cs.po
test ! -f da.gmo || touch da.gmo
rm -f es.gmo; /usr/bin/gmsgfmt -o es.gmo ./es.po
test ! -f cs.gmo || touch cs.gmo
rm -f fr.gmo; /usr/bin/gmsgfmt -o fr.gmo ./fr.po
test ! -f es.gmo || touch es.gmo
rm -f hu.gmo; /usr/bin/gmsgfmt -o hu.gmo ./hu.po
test ! -f fr.gmo || touch fr.gmo
rm -f it.gmo; /usr/bin/gmsgfmt -o it.gmo ./it.po
test ! -f hu.gmo || touch hu.gmo
rm -f nl.gmo; /usr/bin/gmsgfmt -o nl.gmo ./nl.po
test ! -f it.gmo || touch it.gmo
rm -f pl.gmo; /usr/bin/gmsgfmt -o pl.gmo ./pl.po
test ! -f nl.gmo || touch nl.gmo
test ! -f pl.gmo || touch pl.gmo
make[2]: Leaving directory `/var/tmp/portage/digikam-0.6.2/work/digikam/po'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/digikam-0.6.2/work/digikam/doc'
Making all in en
make[3]: Entering directory `/var/tmp/portage/digikam-0.6.2/work/digikam/doc/en'
cat ./index.docbook | expand | sed s/^[\ ]*// > index-shifted.docbook
xml2pot ./index.docbook > index_en.pot
/bin/sh: xml2pot: command not found
make[3]: *** [index_en.pot] Error 127
make[3]: Leaving directory `/var/tmp/portage/digikam-0.6.2/work/digikam/doc/en'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/digikam-0.6.2/work/digikam/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/digikam-0.6.2/work/digikam'
make: *** [all] Error 2

!!! ERROR: media-gfx/digikam-0.6.2 failed.
!!! Function kde_src_compile, Line 166, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Ebuild builds as usual.

I guess I'm somehow missing xml2pot;

marshall@msb ~ $ locate xml2pot
marshall@msb ~ $

not on my system as you can see.
Comment 1 Marshall Bjerke 2005-03-15 03:17:47 UTC
This is my fault I believe, I unmased kde>=3.4 so I'd get the betas but now that the ebuilds for 3.4 are in portage even though kde 3.4 isn't released yet it tries to install 

I didn't have kdesdk installed at all so when I did emerge --resume --skipfirst when it failed (couldn't get tarball, because it isn't released) I never got the dependancy.  So building the correct (released) version of kde-sdk should fix my problem.