Tomasz Kłoczko
Tomasz Kłoczko
Would you welcome PR with move from custom Makefile files to meson? 🤔
Source tree configured with: ``` %cmake \ -D BUILD_SHARED_LIBS=ON \ -D BUILD_TESTS=ON \ -D CMAKE_INSTALL_DIR=%{_libdir}/cmake/%{name} \ -D PACKAGE_VERSION=%{version} \ -D PYTHON_EXTENSIONS=ON \ ``` and build fails with: ``` [tkloczko@barrel x86_64-redhat-linux-gnu]$...
Looks like new sphinx has some issues with generatiing `lexicon` documentation ```console + /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx running build_sphinx Running Sphinx v4.1.2 making output directory... done building...
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account. - "setup.py build"...
perl 5.32.0 ``` + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Function::Parameters Writing MYMETA.yml and MYMETA.json +...
Looking on https://github.com/steveire/grantlee/compare/v5.2.0...master I think that it is already enough accumulated to make new releae 😄
Most of the KDE/QT projects handles `BUILD_QCH=ON` cmake optoion to build and install devel docuemntation in qch archives.
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...
Looks like test suite of the latest version is failing. Please let me know if you need more details or if you want me to make some diagnostics. Here is...
gcc 12.0.1 from fedora rawhide. On the beggining just summary stats: ```console [tkloczko@devel-g2v SPECS]$ rpmbuild -ba dateutils.spec 2>&1 | grep \\[-W | sed 's/.*\[//; s/\]//' | sort | uniq -c...