diff options
author | François Andriot <albator78@libertysurf.fr> | 2020-01-18 20:25:56 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2020-01-18 20:29:31 +0100 |
commit | a01912d54a1bf24aaa20bfbfb33709134d52d6f6 (patch) | |
tree | d8ce8396f2df160f29730d13803af4717a361cdd /redhat/notes.txt | |
parent | 685d3568bfc83de6ab77e5f817edb1d3514db323 (diff) | |
download | tde-packaging-a01912d54a1bf24aaa20bfbfb33709134d52d6f6.tar.gz tde-packaging-a01912d54a1bf24aaa20bfbfb33709134d52d6f6.zip |
RPM: update build scripts
Diffstat (limited to 'redhat/notes.txt')
-rw-r--r-- | redhat/notes.txt | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/redhat/notes.txt b/redhat/notes.txt deleted file mode 100644 index 2f2f23fdc..000000000 --- a/redhat/notes.txt +++ /dev/null @@ -1,72 +0,0 @@ -This is a unsorted quick notes about TDE build issues, by distribution. - -ALL DISTRIBUTIONS (or almost): -Some libraries are required but not provided by distribution anymore. -You can find them in "3rdparty" folder. - -imlib1 : required for kuickshow -python-qt3 (also known as PyQt) : required for python-related packages (TDE 3.5.13 only, not R14) -hal : required for TDE 3.5.13.2, most recent distribution do NOT ship it. -wv2 : required for koffice - - -CENTOS 6: -ligogg-devel package is missing file '/usr/lib[64]/libogg.la' -Missing header 'jpegint.h' - - -MAGEIA 2/3: -Remove db4-devel and install db5-devel only. -Several version of postgresl-devel exist. -Ensure you have the latest one installed, or you will build against an old one ! -MGA2: 9.1 -MGA3: 9.2 - - -MAGEIA 4: -Bug in /usr/lib[64]/pkgconfig/ruby.pc : missing "ruby_version:" value -Should be: ruby_version=2.0.0 - - -MAGEIA 6: -if tdegraphics fails because of 'nullptr' undefined: -vi /usr/include/poppler/PDFDoc.h -add '#define nullptr NULL' - - -CENTOS 4 / CENTOS 5 -Some mandatory packages are missing or too old. -I had to build newer version in order to have TDE function correctly. - curl (built as trinity-curl) - poppler (built as trinity-poppler) - - -OPENSUSE 11.x and 12.x -Missing cmake macros for RPM. -Manually copy file 'macros.cmake' from Fedora to '/etc/rpm' -Starting with OSS 13.1, the cmake macro is here. - - -OPENSUSE 13.1 -Macro '%suse_version' has value 1230 instead of 1310. Need manual fixing. - - -OPENSUSE 11.4 -Bug in 'libical-devel' package. (causes FTBFS in tdepim) -Edit file '/usr/lib/pkgconfig/libical.pc' -Then change as follow: - Cflags: -I${includedir}/libical - -To avoid relinking error on i18n (e.g. rpmbuild fails in amarok), create symlink manually on build system: - for i in ar bg bn ca cs da de el en_GB es et fi fr he hi hu is it ja lt nl nb nn pa pl pt pt_BR ro ru sk sl sr sv ta tr uk zh_CN zh_TW; do - mkdir -p /opt/trinity/share/doc/tde/HTML/$i/common - done - - -FEDORA 20 -kopete-otr: Missing 'libotr3' autotools macros. Need to put manually '.m4' file from source package in correct folder. - - -PCLINUXOS: -Many '.la' files are missing under '/usr/lib'. Need manual creation. - |