You are not logged in.
Pages: 1
I've installed Arch twice, and never encountered problem when installing Super Karamba.
However, the third time is really not the charm....I got long error messages like this, which I can't find on the web.
:make
make all-recursive
make[1]: Entering directory `/home/herman/superkaramba-0.33'
Making all in doc
make[2]: Entering directory `/home/herman/superkaramba-0.33/doc'
Making all in .
make[3]: Entering directory `/home/herman/superkaramba-0.33/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/herman/superkaramba-0.33/doc'
Making all in en
make[3]: Entering directory `/home/herman/superkaramba-0.33/doc/en'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/herman/superkaramba-0.33/doc/en'
make[2]: Leaving directory `/home/herman/superkaramba-0.33/doc'
Making all in po
make[2]: Entering directory `/home/herman/superkaramba-0.33/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/herman/superkaramba-0.33/po'
Making all in src
make[2]: Entering directory `/home/herman/superkaramba-0.33/src'
make[3]: Entering directory `/home/herman/superkaramba-0.33/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/opt/qt/include -I/usr/X11R6/include -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/python2.3 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -Wmissing-prototypes -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -MT imagelabel.o -MD -MP -MF ".deps/imagelabel.Tpo"
-c -o imagelabel.o `test -f 'imagelabel.cpp' || echo './'`imagelabel.cpp;
then mv ".deps/imagelabel.Tpo" ".deps/imagelabel.Po";
else rm -f ".deps/imagelabel.Tpo"; exit 1;
fi
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
In file included from /usr/include/python2.3/Python.h:8,
from imagelabel.cpp:11:
/usr/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined
<command line>:5:1: warning: this is the location of the previous definition
imagelabel.cpp: In member function `virtual void ImageLabel::setValue(QString)':
imagelabel.cpp:250: warning: `download' is deprecated (declared at /opt/kde/include/kio/netaccess.h:115)
imagelabel.cpp: In member function `void ImageLabel::parseImages(QString, QString, int, int, int, int)':
imagelabel.cpp:412: warning: `download' is deprecated (declared at /opt/kde/include/kio/netaccess.h:115)
imagelabel.cpp:456: warning: `download' is deprecated (declared at /opt/kde/include/kio/netaccess.h:115)
imagelabel.cpp: At global scope:
imagelabel.cpp:540: error: extra `;'
imagelabel.cpp:552: error: extra `;'
make[3]: *** [imagelabel.o] Error 1
make[3]: Leaving directory `/home/herman/superkaramba-0.33/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/herman/superkaramba-0.33/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/herman/superkaramba-0.33'
make: *** [all] Error 2
have anyone experienced this before? what possibly could cause the error? dependencies? missing devel-engines?
Please help!
Thanks
Offline
Are you using the sources?
How about getting the built package from (not thoroughly tested though):
ftp://ftp.archlinux.org/tur/dp/superkar … pkg.tar.gz
and install it with "pacman -A superkaramba-0.33-4.pkg.tar.gz"
?
You can also change pacman's configuration to get the file lists from the TURs (search the forum, it is explained somewhere around).
I think it's easier.
IceRAM
:: / my web presence
Offline
I initally downloaded it from sourceforge website, so it's compiled to work on any distro by default. I finally grab the one from the arch ftp, and it's working, and even better since it's not "always sitting on top".
I appreciate the hint.
The only question I have is, I initially search for Superkaramba in archlinux webpage, and it didn't return any result. I believe the pacman.conf has only "current, extra, testing, and unstable" defined.
So, from this link
"ftp://ftp.archlinux.org/tur/dp/superkar … pkg.tar.gz" you gave me, what's that "tur/dp" stands for?
Thanks! you're saving me from worse headache
Offline
TUR = Trusted User Repository
dp = the nickname of the trusted user
(if a file is in a TUR and not released in current/extra, that does not mean the package is safe - it stays there for further testing)
http://tur.archlinux.org/ - Check the links on the top of the page
:: / my web presence
Offline
Pages: 1