Congratulations to everybody involved in making the 3.5.13 release happen!
I just tested it on a lowly Intel Atom based PC running Scientific Linux 6.1
(using the RHEL6 rpm packages from the official TDE repo) and it works great
so far.
Just one thing: I couldn't find ksensors, did I miss it or is it really not
included? It's my favourite KDE3 panel app.
Also since I enjoy packaging (and I do have experience building rpm packages)
I will probably still continue to attempt to build TDE 3.5.13 from source as
rpm packages for EL6. I guess my humble contribution to TDE will be bug
reports whenever I find a problem building the rpms from source.
I cannot compile qt3 from git (pulled yesterday) on clean Arch install.
Log: http://paste.pocoo.org/raw/504642/
My arch is clean install, with only xorg installed. From what I see in
the log it complains about freetype/config/ftheader.h which is present
in my system in /usr/include/freetype2/freetype/config/ftheader.h
The best thing is I tried to compile qt3 on different virtualmachine
with the same system (clean arch with only xorg), it gave me the same
error, I reinstalled whole xorg, rebooted and then compilation went
smooth.
I configured qt3 with -no-ipv6 and -v flags.
Hi all!
I'm trying to build the kdebase-trinity package on ubuntu 11.10 64bit machine.
Did follow these instructions: http://www.debian-administration.org/articles/20
1) apt-get source kicker-trinity
2) apt-get build-dep kdebase-trinity devscripts build-essential fakeroot
3) go to source dir and: debuild -us -uc
Compiling itself goes well without errors but when doing .deb packages
comes this error:
make: *** [binary-predeb-IMPL/kcontrol-trinity] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
debuild: fatal error at line 1348:
dpkg-buildpackage -rfakeroot -D -us -uc failed
Is there something I'm missing / doing wrong ?
br,
Petri
Slackware 13.1.
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdebindings-3.5.13-i486…
Would somebody please send a kdebindings build script I can study? I have no idea how everything has changed in order to update by build script.
Are there links available to build scripts for other distros? I had no success finding any on the web. Well hidden!
Thanks.
Darrell
kdenetwork 3.5.13 would not build on Slackware 13.1 unless I used the -DBUILD_WIFI=OFF. The error:
-- Looking for iw_get_stats in iw
-- Looking for iw_get_stats in iw - not found
CMake Error at cmake/modules/TDEMacros.cmake:20 (message):
#################################################
wifi support needs wireless tools >= 27, but was not found on your system
I have wireless tools 29 installed. /usr/include/iwlib.h exists.
The iw command is installed in Slackware with the iw package, version 0.9.14.
I think a different cmake configure test is needed. The current test in wifi/ConfigureChecks.cmake:
iw iw_get_stats
Running that command on Slackware results in:
nl80211 not found.
I created a clunky patch that deletes the "iw iw_get_stats" test and that allowed the package to build on Slackware.
I would appreciate somebody helping me with a more robust patch that supports all distros. My clunky patch:
http://humanreadable.nfshost.com/trinity/patches/kdenetwork/wifi.patch
Further, building with autotools FTBFS because there is no method to check for the existence of libgadu and there is no option to disable that support.
A patch for that would be nice but as the focus is moving toward cmake, the first patch should be sufficient.
Thanks.
Darrell
Building kdepim from the 3.5.13 source tarball results in two include libkcal directories:
$PREFIX/include/libkcal
$PREFIX/include/kde/libkcal
All but two of the header files are in the latter directory.
In KDE 3.5.10 there was only $PREFIX/include/libkcal.
Why is kdepim creating two libkcal directories? Is there a way to patch that?
Darrell
The binary packages for the Trinity Desktop Environment v3.5.13 are now on
the mirror system and ready for installation!
If you run into any problems please don't hesitate to contact us via one
of our mailing lists (http://www.trinitydesktop.org/mailinglist.php) or on
our IRC channel (#trinity-desktop).
Enjoy!
Timothy Pearson
Trinity Desktop Project
Hi,
since the binary rpms for redhat aren't available yet I'm trying to build the
3.5.13 rpms myself from source using the source tarballs from:
http://mirror.its.uidaho.edu/pub/trinity/releases/3.5.13/
And the spec files and patches from:
http://git.trinitydesktop.org/cgit/tde-packaging/tree/redhat/
I have found a couple of problems with the spec file (just starting with qt3),
should I report bugs/corrections of spec files here on the dev ML or also in
bugzilla?
In the meantime here is a couple of bugs I found in the qt.spec file:
First bug:
error: File /home/packager/rpm/SOURCES/qt3-3.3.8d.tar.gz: No such file or
directory
spec file looks for: qt3-3.3.8d.tar.gz
tarball is really called: qt3-3.3.8.d.tar.gz
(notice the extra dot after the '8')
Second bug:
+ cd dependencies/qt3
/home/packager/rpm/tmp/rpm-tmp.HwIJZc: line 38: cd: dependencies/qt3: No such
file or directory
error: Bad exit status from /home/packager/rpm/tmp/rpm-tmp.HwIJZc (%prep)
spec file contains:
%setup -q -n dependencies/qt3
this should really be:
%setup -q -n qt3