Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270493 - app-cdr/k3b-1.0.5-r4 failed on dodoc
Summary: app-cdr/k3b-1.0.5-r4 failed on dodoc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-05-19 20:33 UTC by .:deadhead:.
Modified: 2009-05-19 22:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
k3b-1.0.5-r4.ebuild.diff (k3b-1.0.5-r4.ebuild.diff,467 bytes, patch)
2009-05-19 20:41 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description .:deadhead:. 2009-05-19 20:33:23 UTC
[ebuild     U ] app-cdr/k3b-1.0.5-r4 [1.0.5-r3] USE="alsa css dvd dvdr encode ffmpeg flac hal mp3 musepack musicbrainz sndfile vcd vorbis -arts -debug -emovix -xinerama" LINGUAS="it -af -ar -bg -br -bs -ca -cs -cy -da -de -el -en_GB -es -et -eu -fa -fi -fr -ga -gl -he -hi -hu -is -ja -ka -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ru -rw -se -sk -sr -sr@Latn -sv -ta -tr -uk -uz -zh_CN -zh_TW" 0 kB

....

make[4]: Leaving directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5/uz@cyrillic/messages'
make[3]: Leaving directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5/uz@cyrillic/messages'
make[2]: Leaving directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5/uz@cyrillic/messages'
make[2]: Entering directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5/uz@cyrillic'
make[3]: Entering directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5/uz@cyrillic'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5/uz@cyrillic'
make[2]: Leaving directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5/uz@cyrillic'
make[1]: Leaving directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5/uz@cyrillic'
make[1]: Entering directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5'
make[2]: Entering directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Leaving directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5'
make[1]: Leaving directory `/var/tmp/portage/app-cdr/k3b-1.0.5-r4/work/k3b-i18n-1.0.5'
!!! dodoc: FAQ does not exist
!!! dodoc: KNOWNBUGS does not exist
!!! dodoc: PERMISSIONS does not exist
 *
 * ERROR: app-cdr/k3b-1.0.5-r4 failed.
 * Call stack:
 *               ebuild.sh, line   48:  Called src_install
 *             environment, line 4283:  Called die
 * The specific snippet of code:
 *       dodoc FAQ KNOWNBUGS PERMISSIONS || die "dodoc failed";
 *  The die message:
 *   dodoc failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-cdr/k3b-1.0.5-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-cdr/k3b-1.0.5-r4/temp/environment'.
 *
 * QA Notice: file does not exist:
 *
 *      dodoc: FAQ does not exist
 *      dodoc: KNOWNBUGS does not exist
 *      dodoc: PERMISSIONS does not exist
 * QA Notice: Unrecognized configure options:
 *
 *      configure: WARNING: unrecognized options: --with-x, --enable-mitshm, --without-xinerama, --without-debug
 *      configure: WARNING: unrecognized options: --with-x, --enable-mitshm, --without-xinerama, --without-debug
 *      configure: WARNING: unrecognized options: --with-x, --enable-mitshm, --without-xinerama, --without-debug
 *      configure: WARNING: unrecognized options: --with-x, --enable-mitshm, --without-xinerama, --without-debug
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-05-19 20:41:04 UTC
Created attachment 191843 [details, diff]
k3b-1.0.5-r4.ebuild.diff

This is an ebuild problem as the ebuild messes with KDE_S variable in too few places...
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2009-05-19 21:22:35 UTC
Thx for patch.
Applied
Comment 3 .:deadhead:. 2009-05-19 22:31:15 UTC
thank you dude for the patch... While I was starting to look for some documentation about KDE_S you have understood the problem and realized a fix: great!