You are not logged in.
I'm having a problem, and seens no one is having this too.
archive kdegraphics4-3.96.0-1-i686.pkg.tar.gz was corrupted (bad MD5 or SHA1 checksum)
i've tryed both repos, and had the same problem.
Offline
No problems here. It's probably your connection.
I assume you did remove it from pacman cache in between ?
Try downloading it manually with some download program/firefox/ or whatever and put it in pacman cache.
Offline
No problems here. It's probably your connection.
I assume you did remove it from pacman cache in between ?Try downloading it manually with some download program/firefox/ or whatever and put it in pacman cache.
Well,
i followed ur tip and downloaded the file directly and puted it in the pacman cache.
But, when i used pacman -S kde4 i got the same error message.
So, i tried this pacman -A kdegraphics4-3.96.0-1-i686.pkg.tar.gz --nodeps, and voilá.
That's strange, but worked.
Thx.
Offline
Remember two things when trying the KDE releases:
1. If stuff stops working, remove $KDEHOME and restart KDE.
2. If stuff is slow, disable composite in $KDEHOME/share/config/kwinrc (add [Compositing] \n Enabled=false) and restart KDE.
Last edited by tardo (2007-11-21 16:01:50)
Offline
The RC is just a few hours behind in regard to the most interesting recent change:
We now have a working panel!
Offline
over 1gb installed? wow. that's insane.
might just have to stick to xfce4....
Offline
over 1gb installed? wow. that's insane.
might just have to stick to xfce4....
why just try kde4 ???
and the tardo packages are with debug full if you feel slow kde
sorry for my english...
Offline
If you want to build amarok2-svn:
pkgname=amarok2-svn
pkgver=739381
pkgrel=1
pkgdesc="Additional plugins and scripts for some KDE4 applications"
arch=('i686' 'x86_64')
url="http://www.kde.org/"
license=('GPL')
depends=('kdelibs4' 'ruby' 'taglib' 'libmp4v2' 'libmysqlclient' 'libnjb' 'xine-lib' 'libmtp' 'postgresql-libs' 'gstreamer0.10' 'libifp' 'libvisual')
makedepends=('cmake' 'subversion')
source=()
_svntrunk=svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/amarok
_svnmod=amarok
build() {
. /etc/profile.d/qt4.sh
. /etc/profile.d/kde4.sh
export PATH=$QTDIR/bin:$PATH
# start building
cd $startdir/src
if [ -d $_svnmod/.svn ]; then
(cd $_svnmod && svn up)
else
svn co $_svntrunk --config-dir ./ $_svnmod
fi
msg "SVN checkout done or server timeout"
msg "Starting make..."
mkdir $startdir/src/build
cd $startdir/src/build
cmake ../$_svnmod -DCMAKE_INSTALL_PREFIX=/opt/kde4 -DCMAKE_BUILD_TYPE=debugfull
make VERBOSE=1 || return 1
make DESTDIR=$startdir/pkg install || return 1
rm -rf $startdir/src/build
}
Offline
If you want to build amarok2-svn:
pkgname=amarok2-svn pkgver=739381 pkgrel=1 pkgdesc="Additional plugins and scripts for some KDE4 applications" arch=('i686' 'x86_64') url="http://www.kde.org/" license=('GPL') depends=('kdelibs4' 'ruby' 'taglib' 'libmp4v2' 'libmysqlclient' 'libnjb' 'xine-lib' 'libmtp' 'postgresql-libs' 'gstreamer0.10' 'libifp' 'libvisual') makedepends=('cmake' 'subversion') source=() _svntrunk=svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/amarok _svnmod=amarok build() { . /etc/profile.d/qt4.sh . /etc/profile.d/kde4.sh export PATH=$QTDIR/bin:$PATH # start building cd $startdir/src if [ -d $_svnmod/.svn ]; then (cd $_svnmod && svn up) else svn co $_svntrunk --config-dir ./ $_svnmod fi msg "SVN checkout done or server timeout" msg "Starting make..." mkdir $startdir/src/build cd $startdir/src/build cmake ../$_svnmod -DCMAKE_INSTALL_PREFIX=/opt/kde4 -DCMAKE_BUILD_TYPE=debugfull make VERBOSE=1 || return 1 make DESTDIR=$startdir/pkg install || return 1 rm -rf $startdir/src/build }
tnkz men.
sorry for my english...
Offline
I built everything for x86_64 If someone is interested I could upload everything on my server.
I think i'll accept your offer. It would be great to have some updated packages for x86_64 too.
Offline
+1 here. As long as it complies with the packages from tardo's repo. So we have no conflicts what so ever.
Offline
Does anyone have the svn PKGBUILDS somewhere so I can download them?
Offline
Read page 11.
Offline
Read page 11.
Buddadrod,
I have read page 11. In fact, if you look you will see that I tried to modify the PKGBUILDS and run versionpkg. I assumed that I had to modify each PKGBUILD the same as Tardo modified the one for kde-libs. Apparently what I was doing is wrong. All I am looking for is either clear instructions or a set of PKGBUILDS.
Thanks
Offline
http://nagi-fanboi.net/arch/kde4svnpkgbuilds.tar.gz
it only has libs/pimlibs/base/extragear-plasma
Offline
I have read page 11. [...] All I am looking for is either clear instructions or a set of PKGBUILDS.
You could use those I created. See the instructions I provide in this post: http://bbs.archlinux.org/viewtopic.php? … 64#p299364
Offline
Tardo and mutlu_inek,
I've tried both your PKGBUILDS (Tardo's second). I tried kdelibs first. It crashed on the make;
CMake Error: Qt qmake not found!
which is kind of weird as I never had this issue with Tardo's earlier PKGBUILDS. Any ideas?
Thanks
Offline
Tardo and mutlu_inek,
I've tried both your PKGBUILDS (Tardo's second). I tried kdelibs first. It crashed on the make;CMake Error: Qt qmake not found!
which is kind of weird as I never had this issue with Tardo's earlier PKGBUILDS. Any ideas?
Thanks
I got that aswell, "unset QTDIR" from here: http://bbs.archlinux.org/viewtopic.php?id=39461 solved it for me.
kdebase won't compile for me though, how do I tell the PKGBUILD to fetch another revision from SVN?
Last edited by Milfadoodle (2007-11-24 23:30:56)
Offline
When trying to build kdebase I get this;
NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -D_FILE_OFFSET_BITS=64 -o runtime/phonon/xine/CMakeFiles/phonon_xine.dir/xineengine.o -c /tester/tardo/kdebase4-svn/src/kdebase/runtime/phonon/xine/xineengine.cpp
/tester/tardo/kdebase4-svn/src/kdebase/runtime/phonon/xine/xineengine.cpp: In member function 'void Phonon::Xine::XineEngine::addAudioOutput(const Phonon::AudioDevice&, const QByteArray&)':
/tester/tardo/kdebase4-svn/src/kdebase/runtime/phonon/xine/xineengine.cpp:416: error: 'const class Phonon::AudioDevice' has no member named 'isAdvancedDevice'
make[2]: *** [runtime/phonon/xine/CMakeFiles/phonon_xine.dir/xineengine.o] Error 1
make[2]: Leaving directory `/tester/tardo/kdebase4-svn/src/build'
make[1]: *** [runtime/phonon/xine/CMakeFiles/phonon_xine.dir/all] Error 2
make[1]: Leaving directory `/tester/tardo/kdebase4-svn/src/build'
make: *** [all] Error 2
Any ideas?
Offline
yea, wait a day then run versionpkg again.
Offline
MillTek, you can add unset QTDIR to the PKGBUILDs as I have done for some already. This will save you some time.
Regarding the compile error, tardo is generally right about waiting for a while and then trying again. But given that make complains about a mussing class member, it might also be that you have to recompile kdelibs. Some things are still being moved into kdelibs and therefore sometimes missing in the other packages if it is not up to date.
To see which versions compile (or don't), see http://ktown.kde.org/~dirk/dashboard/
Offline
you don't have to add 'unset QTDIR' to every pkgbuild. just add that to /etc/profile.d/qt4.sh and you should be good.
Offline
Thanks Tardo. The unset is now part of qt4.sh and per mutlu_inek's advice, kdelibs is building as I write this.
Offline
Just an FYI.
Version 741506 of KDEBase worked in conjunction with version 741494 of KDElibs4.
Thanks guys.
Jim
Offline
On the mirror repository there are some corrupted packages, here's the list
kdegraphics4-3.96.0-1-i686
kdebase4-3.96.0.1-i686 (on the mirror is twice smaller then on the original repo)
libvncserver-0.91-i686
redland-1.0.6-2-i686
telepathy-qt-svn-2031-1-i686
i downloaded these files manualy from the original repo and installed by pacman -A and it all works
Last edited by ProgDan (2007-11-29 20:54:22)
Offline