Package Details: klogg 22.06-4

Git Clone URL: https://aur.archlinux.org/klogg.git (read-only, click to copy)
Package Base: klogg
Description: A multi-platform GUI application that helps browse and search through long and complex log files. It is designed with programmers and system administrators in mind and can be seen as a graphical, interactive combination of grep, less, and tail
Upstream URL: https://klogg.filimonov.dev
Licenses: GPL3
Conflicts: klogg
Provides: klogg
Submitter: variar
Maintainer: variar
Last Packager: variar
Votes: 2
Popularity: 0.002008
First Submitted: 2022-06-19 12:12 (UTC)
Last Updated: 2023-06-08 00:35 (UTC)

Latest Comments

variar commented on 2023-06-08 10:15 (UTC)

I've added a couple of patch files for original 22.06 sources to make it build on current systems

bohdan commented on 2023-05-14 23:44 (UTC)

Still doesn't work :C

pswiatki commented on 2022-10-21 10:37 (UTC) (edited on 2022-10-21 10:40 (UTC) by pswiatki)

Still doesn't work:

-- CPM: adding package mimalloc@2.0.5 (v2.0.5 at /home/pswiatki/.cache/pikaur/build/klogg/src/cpm_cache/mimalloc/434fda146b5c5bc88251218d40a844db08314a7d)
-- Configuring done
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "klogg_ui".

CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "klogg".

CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "klogg_portable".

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
Aborting...

pswiatki commented on 2022-08-03 13:06 (UTC)

Hello! Any progress on the fix? :)

pswiatki commented on 2022-07-04 09:55 (UTC)

OK, great. Thank you so much.

variar commented on 2022-07-03 14:31 (UTC)

Looks like in case both Qt6 and Qt5 are installed, different versions are picked up for some klogg modules. I'll fix this.

pswiatki commented on 2022-07-01 17:38 (UTC) (edited on 2022-07-01 17:52 (UTC) by pswiatki)

Did not build even with qt6-5compat.

[root@sdr-aptv ~]# pacman -Ss qt6-5compat
extra/qt6-5compat 6.3.1-1 (qt6) [installed]
Module that contains unsupported Qt 5 APIs

This is how the error manifested itself:

[pswiatki@sdr-aptv ~]$ pikaur -S klogg
[sudo] password for pswiatki: 
Reading repository package databases...
Reading local package database...
Resolving AUR dependencies...

:: AUR package will be installed:
klogg                                                      -> 22.06-2

[CUT!]

==> Starting build()...
-- The C compiler identification is GNU 12.1.0
-- The CXX compiler identification is GNU 12.1.0
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features

[CUT!]

-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE  
-- Found OpenGL: /usr/lib/libOpenGL.so   
-- Found WrapOpenGL: TRUE  
-- Found XKB: /usr/lib/libxkbcommon.so (found suitable version "1.4.1", minimum required is "0.5.0") 
-- Found WrapVulkanHeaders: /usr/include  
Qt version 6.3.1
LTO ON

[CUT!]

-- Configuring done
CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "klogg_ui".

CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "klogg".

CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt5::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "klogg_portable".

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

I guess INTERFACE_QT_MAJOR_VERSION is 6 in my case and thus the error.

archlinuxauruser commented on 2022-07-01 04:52 (UTC)

I couldn't build this without the package qt6-5compat