Установка kbfx-0.4.9
Гость 19 апреля, 2006 - 23:51
1. Скачал ебилды с kde-look.org, устанавливаю, на этапе make , пишет
mainwin.cpp:51: warning: format not a string literal and no format arguments mainwin.cpp:50: warning: unused parameter `const QString&url' mainwin.cpp:50: warning: unused parameter `const QByteArray&formData' mainwin.cpp:50: warning: unused parameter `const QString&target' mainwin.cpp:50: warning: unused parameter `const QString&contentType' mainwin.cpp:50: warning: unused parameter `const QString&boundary' mainwin.cpp: In member function `void MainWindow::openURLRequest(const KURL&, const KParts::URLArgs&)': mainwin.cpp:125: warning: format not a string literal and no format arguments mainwin.cpp:90: warning: unused parameter `const KParts::URLArgs&nam' mainwin.cpp: In member function `void MainWindow::loadHTML(QString)': mainwin.cpp:265: warning: format not a string literal and no format arguments mainwin.cpp: In constructor `MainWindow::MainWindow(const char*)': mainwin.cpp:300: warning: format not a string literal and no format arguments /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o kbfxconfigapp -R /usr/kde/3.4/lib -R /usr/qt/3/lib -R /usr/lib main.o mainwin.o kbfxconfig.o kbfxconfigview.moc.o -L/usr/kde/3.5/lib -lkio -lkhtml /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lkio collect2: ld returned 1 exit status make[3]: *** [kbfxconfigapp] Error 1 make[3]: Leaving directory `/var/tmp/portage/kbfx-0.4.9/work/kbfx-0.4.9/kbfxconfigapp' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kbfx-0.4.9/work/kbfx-0.4.9/kbfxconfigapp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kbfx-0.4.9/work/kbfx-0.4.9' make: *** [all] Error 2 !!! ERROR: kde-misc/kbfx-0.4.9 failed. !!! Function kde_src_compile, Line 168, Exitcode 2 !!! died running emake, kde_src_compile:make !!! If you need support, post the topmost build error, NOT this status message.
2. Пытался установить вручную (через ./configure), но на сайте kbfx.org написаны специальные инструкции по установке Дженты. Но я так и не понял. Может, кто-нибудь разъяснит/переведет ?
»
- Для комментирования войдите или зарегистрируйтесь
Вот написал
Вот написал рабочии ебилд.. если патчей хватать не будет.. найдешь в инете
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit kde
need-kde 3.3
S=${WORKDIR}/${P}
DESCRIPTION="New themeable kicker button style."
HOMEPAGE="http://www.linuxlots.com/~siraj/kde/plugin/home/"
SRC_URI="http://osdn.dl.sourceforge.net/sourceforge/kbfx/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RESTRICT="nomirror"
src_unpack() {
kde_src_unpack
epatch /usr/local/portage/kde-misc/kbfx/files/kbfx-0.4.9-kio.patch
}
src_compile() {
make -f Makefile.cvs
kde_src_compile
}
________________
emerge world -Dupv