Package Details: miktex 22.10-1

Git Clone URL: https://aur.archlinux.org/miktex.git (read-only, click to copy)
Package Base: miktex
Description: a distribution of the TeX/LaTeX typesetting system
Upstream URL: https://miktex.org
Licenses: custom
Submitter: heavysink
Maintainer: heavysink (lilac)
Last Packager: lilac
Votes: 7
Popularity: 0.128159
First Submitted: 2020-06-14 02:01 (UTC)
Last Updated: 2022-10-17 21:52 (UTC)

Latest Comments

1 2 3 Next › Last »

jolitp commented on 2022-11-24 20:11 (UTC)

No graphical sudo frontend is available. Please install 'pkexec', 'kdesu' (KDE) or 'gksu' (Gnome). Alternatively, you can enter 'sudo miktex-console --admin' in a terminal window.

I'm having the same problem someone else had before.

I'm using KDE and kdesu is installed.

sudo miktex-console --admin
[sudo] password for jolitp:
sudo: miktex-console: command not found

Anyone has any idea on how to fix it?

scrouthtv commented on 2022-10-06 13:26 (UTC)

Got biber: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory, fixed by installing core/libxcrypt-compat

heavysink commented on 2022-08-06 19:24 (UTC)

@Sven I come across build errors when >j2. Could you give it a try?

Sven commented on 2022-07-28 19:09 (UTC)

Please don't hardcode -j2 in PKGBUILD. There's MAKEFLAGS in /etc/makepkg.conf. Also, I have 12 cores and 24 threads. My CPU is bored.

maniacata commented on 2022-05-27 08:50 (UTC) (edited on 2022-05-27 09:21 (UTC) by maniacata)

Looks like current binaries are using the wrong versions of icu and log4cxx.

miktex-console: error while loading shared libraries: liblog4cxx.so.12: cannot open shared object file: No such file or directory
miktex-console: error while loading shared libraries: libicui18n.so.70: cannot open shared object file: No such file or directory
# and so on

Use miktex-git to link the correct libraries, until newer binaries are released.

UPDATED:

I still need to build log4cxx 12, here's my PKGBUILD.

zeeshanali1993 commented on 2022-05-05 07:27 (UTC) (edited on 2022-05-05 07:27 (UTC) by zeeshanali1993)

kdesu is installed but still getting the following error:

No graphical sudo frontend is available. Please install 'pkexec', 'kdesu' (KDE) or 'gksu' (Gnome). 
Alternatively, you can enter 'sudo miktex-console --admin --finish-setup' in a terminal window.

loh.tar commented on 2022-01-31 19:42 (UTC)

The 'fop' package is not needed to build on Linux, only on Windows

loh.tar commented on 2022-01-29 18:58 (UTC)

Some of you had got the hint already from github, if heavysink not, here you are: https://github.com/MiKTeX/miktex/issues/917#issuecomment-1024964884

Sadly I'm not very lucky with the install in /opt and all the strange setup finish in Windows style. Before I may dig deeper, if it could be fixed, can I ask how well it works for you? (Yes, here is the wrong place for that...sorry)

Baenimyr commented on 2021-11-17 17:30 (UTC)

@heavysink You should split the build step in prepare and build functions. The prepare function configures CMake and the build function is just

build() {
    cmake --build "$srcdir/$pkgname-$pkgver/build" --
}

Note : use cmake commands instead of make because 'Unix Makefiles' is not the only generator.

heavysink commented on 2021-11-15 19:57 (UTC)

@CanadianEngineer Following https://github.com/MiKTeX/miktex/issues/917, it seems that the upstream dev do not want to fix that since Arch is "not supported" :-(. So I added options=('!buildflags') and it works now. The fix will be pushed by the buildbot lilac before tomorrow morning EST.