Le samedi 16 novembre 2019, 10:02:13 CET Friedrich W. H. Kossebau a écrit : > Am Samstag, 16. November 2019, 09:51:37 CET schrieb laurent Montel: > > Le vendredi 15 novembre 2019, 23:43:42 CET Tobias C. Berner a écrit : > > > Hi there > > > > > > I noticed three issues so far in the tarballs while building: > > > kate: https://people.freebsd.org/~tcberner/logs/kate-19.11.80.log > > > (fails to build, trunk succeeds) > > > messagelib: > > > https://people.freebsd.org/~tcberner/logs/messagelib-19.11.80_1.log > > > (missing header, build fails) > > > > I compiled from scratch and it works fine. > > CI didn"t report problem. > > > > This header is autogenerated see in build/messageviewer/src/MessageViewer/ > > DKIMKeyRecord > > It is autogenerated on condition "if (${Qca-qt5_FOUND})" > > While the build log linked above states: > --- 8< --- > -- The following OPTIONAL packages have not been found: > > * Qca-qt5 (required version >= 2.1.0), Qt Cryptographic Architecture, > <https:/download.kde.org/stable/qca-qt5> > Needed for dkim support. > --- 8< --- > > So if libqca is optional by design, the include of DKIMKeyRecord & Co. also > needs to be conditioned on whether libqca is used in the build. > (though possibly the FreeBSD packages also want to use libqca rather? still, > messagelib needs a fix as long as this is optional :) )
Found indeed. Thanks. Commit f033a31fa21ad5bb4c868ff48951be1e4009c8ca > > Cheers > Friedrich -- Laurent Montel | [email protected] | KDE/Qt Senior Software Engineer KDAB (France) S.A.S., a KDAB Group company Tel. France +33 (0)4 90 84 08 53, www.kdab.fr KDAB - The Qt, C++ and OpenGL Experts - Platform-independent software solutions
