You are not logged in.
*** YOU'RE USING automake (GNU automake) 1.8.
*** KDE requires automake 1.6
make: *** [cvs] Error 1
/usr/bin/makepkg: line 24: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed. Aborting...
i want to build a kde-app (kaffeine) from cvs ... this worked about 2 weeks ago ... now it gave me the error that i should use automake 1.6 instead of the installed (in arch) 1.8
any idea how to use 1.8 and just make it look like 1.6? (symlink to automake-1.6 maybe?)
The impossible missions are the only ones which succeed.
Offline
did you figure this one out, i'm trying to build the same pkg...
Offline
try putting :
./autogen.sh
before your configure line. if that doe snot work then comment out your ./configure line altogether and put whatever configure options after ./autogen.sh
AKA uknowme
I am not your friend
Offline
yeps, that's using autogen, here's the output:
sh-2.05b$ ./autogen.sh
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** YOU'RE USING automake (GNU automake) 1.8.
*** KDE requires automake 1.6
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
Offline
you may have to patch the source the automake required must be hard coded. i compiloed kde packages without 1.6 so the error saying this is just plain stupid. in fact much source is not very picky about this sort of thing.
AKA uknowme
I am not your friend
Offline
yeah i was thinking the same, espically after building all of kde 3.2 beta2 fine....
Offline
i contacted the author: he sait configure is changed ... now i can configure the cvs ok, but when comming to make, get this error:
make[1]: Entering directory `/usr/abs/local/kaffeine-cvs/src/kaffeine'
Making all in kaffeine
make[2]: Entering directory `/usr/abs/local/kaffeine-cvs/src/kaffeine/kaffeine'
if /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/opt/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -march=i686 -O2 -pipe -fno-exceptions -fno-check-new -MT kaffeine_part.lo -MD -MP -MF ".deps/kaffeine_part.Tpo" -c -o kaffeine_part.lo kaffeine_part.cpp;
then mv -f ".deps/kaffeine_part.Tpo" ".deps/kaffeine_part.Plo"; else rm -f ".deps/kaffeine_part.Tpo"; exit 1; fi
kaffeine_part.cpp:42:29: kaffeine_part.moc: No such file or directory
kaffeine_part.cpp: In member function `virtual bool KaffeinePart::openURL(const
KURL&)':
kaffeine_part.cpp:173: warning: `isMalformed' is deprecated (declared at
/opt/kde/include/kurl.h:490)
make[2]: *** [kaffeine_part.lo] Error 1
make[2]: Leaving directory `/usr/abs/local/kaffeine-cvs/src/kaffeine/kaffeine'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/abs/local/kaffeine-cvs/src/kaffeine'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...
[damir@Asteraceae kaffeine-cvs]$
maybe something should be done on the code to be able to compile with kdelibs >3.1.9x (=3.2.y)
The impossible missions are the only ones which succeed.
Offline
addition:
i use this build()
build() {
cd $startdir/src
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kaffeine co kaffeine
cd $startdir/src/$pkgname
aclocal
automake
autoconf
./autogen.sh
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/opt/kde KAFFEINE_PLUGINPATH=$startdir/pkg/usr/lib/kaffeineplugin install
}
The impossible missions are the only ones which succeed.
Offline
ok, the author gave me a link to the prerelease of kaffeine 0.4.1 --- i built it for kde3.2b2, and the package is now in staging --- it will work with the kde3.2b2 and maybe with 3.1.4 but maybe not --- if you want to have kaffeine for 3.1.4, take the PKGBUILD from TUR/staging and build it yourself
The impossible missions are the only ones which succeed.
Offline
Packages in staging should be built against the Archlinux released versions of software. You should be releasing a version built against 3.1.4.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Packages in staging should be built against the Archlinux released versions of software. You should be releasing a version built against 3.1.4.
Xentac, can you move it to my TUR, please? it takes about an hour to upload a 1mb package for me ... thanx in advance
a pkg of kaffeine 0.4.1for staging: i search for someone who uses kde3.1.4 (or has it installed) and is willing to compile it against it to be included into staging - thanx in advance
The impossible missions are the only ones which succeed.
Offline
It's been moved. You just have to update the caches now.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
It's been moved. You just have to update the caches now.
thanx a lot; i just upload a small package again to upload the cache
The impossible missions are the only ones which succeed.
Offline