Package Details: miktex-git 23.4.r0.176302357-1

Git Clone URL: https://aur.archlinux.org/miktex-git.git (read-only, click to copy)
Package Base: miktex-git
Description: a distribution of the TeX/LaTeX typesetting system
Upstream URL: https://miktex.org
Keywords: miktex tex
Licenses: custom
Conflicts: miktex, texlive-bin
Provides: miktex, texlive-bin
Submitter: ccat3z
Maintainer: None
Last Packager: ccat3z
Votes: 7
Popularity: 0.000181
First Submitted: 2018-12-01 12:02 (UTC)
Last Updated: 2023-04-28 03:15 (UTC)

Required by (116)

Sources (1)

Latest Comments

Zorn commented on 2024-04-08 11:25 (UTC) (edited on 2024-04-08 11:28 (UTC) by Zorn)

Attempting to build the package with makepkg, you encounter the following CMake error:

CMake Error at CMakeLists.txt:1125 (find_package):

Found package configuration file:

/usr/lib/cmake/Qt6/Qt6Config.cmake

but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT

FOUND. Reason given by package:

Failed to find required Qt component "LinguistTools".

Expected Config file at

"/usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake" does NOT

exist

Configuring with --debug-find-pkg=Qt6LinguistTools might reveal details why the package was not found.

Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some

of the path variables that find_package uses to try and find the package.

-- Configuring incomplete, errors occurred!

ccat3z commented on 2023-04-13 00:53 (UTC)

@voshchronos Please rebuild miktex-git with the latest depends.

voshchronos commented on 2023-04-12 13:43 (UTC) (edited on 2023-04-12 13:44 (UTC) by voshchronos)

I was able to fix miktek by downgrading the boost, boost-libs and log4cxx packages! Commands I used:

sudo downgrade 'log4cxx=0.13.0'

sudo downgrade 'boost=1.80.0' 'boost-libs=1.80.0'

ccat3z commented on 2022-06-29 07:59 (UTC) (edited on 2022-06-29 07:59 (UTC) by ccat3z)

@panda_2134 Please rebuild this package since boost was upgraded to 1.79.

panda_2134 commented on 2022-06-29 07:55 (UTC)

Seems the boost dependency is broken.

% latexmk
latexmk: error while loading shared libraries: libboost_locale.so.1.78.0: cannot open shared object file: No such file or directory

ccat3z commented on 2020-03-23 09:43 (UTC)

@Ondrian It seems a upstream issue. I just built the latest version on master branch and it seems has been fixed.

Ondrian commented on 2020-03-12 10:24 (UTC) (edited on 2020-03-12 13:21 (UTC) by Ondrian)

I'm geeting a build error .cache/yay/miktex-git/src/miktex/Libraries/MiKTeX/Core/Utils/Utils.cpp:557:79: error: no matching function for call to ‘std::chrono::_V2::system_clock::from_time_t()’.

Is that a missing dependency, or an error upstream?