Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138971 - k3b-0.12.16 fails to compile
Summary: k3b-0.12.16 fails to compile
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 02:07 UTC by Leonid Podolny
Modified: 2006-08-09 09:39 UTC (History)
2 users (show)

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


Attachments
Build log (k3b-0.12.16.log,401.15 KB, text/plain)
2006-07-03 02:22 UTC, Leonid Podolny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Podolny 2006-07-03 02:07:26 UTC
fast creating zh_CN/messages/Makefile
config.pl: fast created 105 file(s).
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

*** Creating acinclude.m4
cd . && /bin/sh /var/tmp/portage/k3b-0.12.16/work/k3b-i18n-0.12.16/admin/missing --run aclocal-1.7
cd . && \
          /bin/sh /var/tmp/portage/k3b-0.12.16/work/k3b-i18n-0.12.16/admin/missing --run automake-1.7 --foreign  Makefile
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/var/tmp/portage/k3b-0.12.16/work/k3b-i18n-0.12.16'
autom4te-2.60: cannot create autom4te.cache: File exists
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
configure.in: required file `./install-sh' not found
configure.in: required file `./mkinstalldirs' not found
configure.in: required file `./missing' not found
SUBDIRS: variable `TOPSUBDIRS' is used but `TOPSUBDIRS' is undefined
make: *** [Makefile.in] Error 1
make: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/k3b-0.12.16/work/k3b-i18n-0.12.16'

!!! ERROR: app-cdr/k3b-0.12.16 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  k3b-0.12.16.ebuild, line 101:   Called kde_src_compile
  kde.eclass, line 164:   Called kde_src_compile 'all'
  kde.eclass, line 306:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 302:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Leonid Podolny 2006-07-03 02:22:57 UTC
Created attachment 90753 [details]
Build log
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2006-07-03 08:42:34 UTC
emerge --info missing
Comment 3 Azamat H. Hackimov 2006-07-20 17:05:48 UTC
This is localization-related error. Here fix for k3b-0.12.14.ebuild:

--- k3b-0.12.14.ebuild  2006-07-21 04:04:24.000000000 +0600
+++ k3b-0.12.14-r1.ebuild       2006-07-21 04:04:15.000000000 +0600
@@ -49,6 +49,7 @@
 LANGS="af bg br bs ca cs cy da de el en_GB es et eu fr ga he hi hu is it ja lt mk nb nl nn pa pl pt pt_BR ro ru se sl sr sr@Latn sv ta tr uk zh_CN"

 for X in ${LANGS}; do
+       IUSE="${IUSE} linguas_${X}"
        SRC_URI="${SRC_URI} linguas_${X}? ( mirror://sourceforge/k3b/${I18N}.tar.bz2 )"
 done
Comment 4 Luis Medinas (RETIRED) gentoo-dev 2006-07-28 14:26:23 UTC
emerge --info please
Comment 5 Azamat H. Hackimov 2006-08-06 12:27:48 UTC
OK, my previos suggestion is wrong.

Actually, I solve this problem by editing /etc/locale.gen and then executing locale-gen.

After all, k3b-i18n compiles without problems.
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2006-08-09 09:39:36 UTC
> autom4te-2.60: cannot create autom4te.cache: File exists

Only be possible to happen, if you have built K3B halfway and didn't clean the directory. Resolving as worksforme, looks more invalid, though.