Hello all,
Noticed my server was down today due to HDD failure, contacted the DC
and got that fixed so in the process of restoring services.
Mirror should be up today once the data is restored.
Crazy day today!
Thanks,
Michael Manley
Building 14.0.x, I get the error:
CMake Error at CMakeLists.txt:39 (include):
include could not find requested file:
TDEMacros
This is because of the removal of CMAKE_MODULE_PATH from CMakeLists.txt.
How does cmake now find the TDE cmake modules?
Hi!
some packages of TDE I could install successfully and now the next one
would be tdelibs. But there is no configure-file. Am I supposed to use
autoconf to create one and which configure.* file should I use for autoconf?
I know that you're switching to CMake but I would like to do it with
make this time.
Kind regards,
Christoph
It didn't use to, right? What changed? Kdelibs3 doesn't require it.
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
# uname -a
Linux gx28c 5.10.78-desktop-1.mga8 #1 SMP Sat Nov 6 14:57:04 UTC 2021 i686 i686 i386 GNU/Linux
# rpm -qa | grep tdm
trinity-tdm-14.0.9-1.mga7
# rpm -qa | grep mga7 | wc -l
136
# rpm -qa | grep trinity | wc -l
93
# rpm -qa | grep mga8 | wc -l
1038
# tail /etc/urpmi/urpmi.cfg
ignore
mirrorlist: http://mirrors.mageia.org/api/mageia.8.$ARCH.list
with-dir: media/debug/tainted/backports_testing
}
trinity-noarch http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/noar… {
}
trinity http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/i586 {
}
# urpmi.update -a
medium "Core Release" is up-to-date
medium "Core Updates" is up-to-date
medium "Nonfree Release" is up-to-date
medium "Nonfree Updates" is up-to-date
medium "Tainted Release" is up-to-date
medium "Tainted Updates" is up-to-date
invalid MD5SUM file (downloaded from http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/noar…)
invalid MD5SUM file (downloaded from http://mirror.ppa.trinitydesktop.org/trinity/rpm/mga8/trinity-r14/RPMS/i586…)
# urpmi trinity-tdm
unable to access synthesis file of "trinity-noarch", medium ignored
unable to access synthesis file of "trinity", medium ignored
No package named trinity-tdm
#
How can this be fixed, so getting current can proceed?
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
Hello!
I tried to build the package tdemultimedia with cmake but it seems that
something doesn't go right. At first I ran cmake with the directory to
tdemultimedia and then went on with "cmake --build ." The result was
that the terminal only showed one line: -- Install configuration: ""
Do you know what the problem is?
Kind regards,
Christoph
Hello again!
I downloaded the source of tqt3 to build it but the build cancelled with
the following error:
In file included from qximinputcontext.h:68,
from qximinputcontext_x11.cpp:37:
../../../../include/private/qt_x11_p.h:154:14: fatal error: ft2build.h:
No such file or directory
154 | # include <ft2build.h>
| ^~~~~~~~~~~~
Do you know how to fix this? I installed the package libfreetype6-dev
like some people suggested on the internet but that didn't help me so
solve the problem.
Kind regards,
Christoph
Hello,
which compiler version is used to build kontact-trinity and where can I
find this information?
I'm asking because my task is to build a different "fork" of kontact 3.5
on Bullseye and that build doesn't work yet so I want to compare that
fork with the TDE version of kontact so I can patch the fork. I have to
admit that I know little about building packages. Still, it's my task so
somehow I have to find my way through.
Greetings,
Christoph