| Summary: | kdebase-3.5.0 installation failed : lots of "unknown source extension" messages | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Frédéric COIFFIER <fcoiffie> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Frédéric COIFFIER
2005-11-30 07:11:16 UTC
Same problem with kdeadmin-3.5.0 :
>>> Install kdeadmin-3.5.0 into /var/tmp/portage/kdeadmin-3.5.0/image/
category kde-base
WARNING: use unsermake instead of make or use a wrapper script, e.g.
makeobj!!!
unsermake install
ERROR:kdat/Makefile.am: unknown source extension .ui for kdat
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .skel
for kcm_knetworkconfmodule.la
ERROR:knetworkconf/knetworkconf/Makefile.am: unknown source extension .ui for
kcm_knetworkconfmodule.la
ERROR:kuser/Makefile.am: unknown source extension .kcfgc for kuser
ERROR:kuser/Makefile.am: unknown source extension .ui for kuser
ERROR:kuser/Makefile.am: unknown source extension .ui for kuser
ERROR:kuser/Makefile.am: unknown source extension .ui for kuser
ERROR:kuser/Makefile.am: unknown source extension .ui for kuser
ERROR:kuser/Makefile.am: unknown source extension .ui for kuser
make: *** [install] Erreur 1
!!! ERROR: kde-base/kdeadmin-3.5.0 failed.
!!! Function kde_src_install, Line 198, Exitcode 2
!!! died running make install, kde_src_install:make
!!! If you need support, post the topmost build error, NOT this status
message.
Which unsermake do you have installed? Do you have multiple copies installed? Only 1 unsermake version is installed (version 0.4) :
sh-3.00# emerge search unsermake
Searching...
[ Results for search key : unsermake ]
[ Applications found : 1 ]
* kde-base/unsermake
Latest version available: 0.3.0.4254.0
Latest version installed: 0.4.20050710
Size of downloaded files: 139 kB
Homepage: http://wiki.kde.org/tiki-index.php?page=unsermake
Description: Unsermake - Advanced KDE build system
License: GPL-2
it may be broken. isn't it package.masked ? If I install unsermake-0.3.0.4254.0, unsermake isn't in the path and the
installation fails (even if I previously export PATH or UNSERMAKE as explained
by unsermake-0.3.0.4254.0.ebuild) :
>>> Install kdebase-3.5.0 into /var/tmp/portage/kdebase-3.5.0/image/ category
kde-base
WARNING: use unsermake instead of make or use a wrapper script, e.g.
makeobj!!!
unsermake install
make: unsermake : commande introuvable
make: *** [install] Erreur 127
Yeah. You may need to remove /var/tmp/portage/kdeXXXXX to clear up some cache files relating to unsermake. Yes, it's ok if I do 'emerge' instead of 'ebuild XXXXX install'. So, with : - unsermake-0.3.0.4254.0 - export UNSERMAKE=/usr/kde/unsermake/unsermake It works. Thank for your help. |