Summary: | qtruby not installed with kdebindings | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ian Monroe <gentoo> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ian Monroe
2004-03-06 13:58:27 UTC
On a perhaps unrelated note, I tried emerging it with all the USEs off except for ruby just to see what it would install and recieved the following error: $ USE="-python -java -perl -gtk -mozilla" emerge -v kdebindings [snip] make[4]: Entering directory `/var/tmp/portage/kdebindings-3.2.0/work/kdebindings-3.2.0/qtjava/javalib' g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -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 -O2 -mcpu=i686 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp /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 -O2 -mcpu=i686 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o javalib -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib main.o ./qtjava/libqtjava.la -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread cf qtjava.jar org/kde/qt/*.class /bin/sh: line 1: cf: command not found make[4]: *** [qtjava.jar] Error 127 make[4]: Leaving directory `/var/tmp/portage/kdebindings-3.2.0/work/kdebindings-3.2.0/qtjava/javalib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/kdebindings-3.2.0/work/kdebindings-3.2.0/qtjava/javalib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kdebindings-3.2.0/work/kdebindings-3.2.0/qtjava' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kdebindings-3.2.0/work/kdebindings-3.2.0' make: *** [all] Error 2 !!! ERROR: kde-base/kdebindings-3.2.0 failed. !!! Function kde_src_compile, Line 128, Exitcode 2 !!! died running emake, kde_src_compile:make Bug #39841 mentions the problem as well, not really the same bug though. grep DO_NO_COMPILE * remove the qtruby / korundum stuff via a patch in the ebuild, and qtruby will build... i'll create a ebuild for qtruby only soon. Alex I just committed 'split' kdebindings (3.3.1) ebuilds into the main portage tree. Testing is solicited - I intend to unmask them soon. Split ebuilds for all the other kde-base packages are available at kde-metaebuilds.berlios.de. What this means: you can now emerge just the bindings you want (or all of them, of course) as separate packages with interdependencies and so forth. In particular, you can run 'emerge qtruby'. The new packages are all in the kde-base category (and the kdebindings-meta package depends on all of them). so we'll call this bug fixed |