From mnovak10120 at gmail.com Sun Jul 5 10:12:24 2020 From: mnovak10120 at gmail.com (Michael Novak) Date: Sun, 5 Jul 2020 13:12:24 +0300 Subject: [Assist] texlive-most Package Doesn't Work Message-ID: I installed LaTex on my computer, by the following command: sudo pacman -S texlive-most During the installation I remember that this error appeared on the screen: error: command failed to execute correctly To check that LaTex works I created the file test.tex: \documentclass{article} \begin{document} dfvlkmdfv\end{document} I typed pdflatex test.tex, to compile the document but that didn't work well. The result was: This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Parabola GNU/Linux-libre) (preloaded format=pdflatex) restricted \write18 enabled. kpathsea: Running mktexfmt pdflatex.fmt mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order): mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes: mktexfmt: /home/michael/.texlive/texmf-config/web2c/fmtutil.cnf mktexfmt [INFO]: writing formats under /home/michael/.texlive/texmf-var/web2c mktexfmt [INFO]: did not find entry for byfmt=pdflatex, skipped mktexfmt [INFO]: Total formats: 0 mktexfmt [INFO]: exiting with status 0 I can't find the format file `pdflatex.fmt'! I tried to do sudo texconfig rehash, as advised here: Error: I can't find the format file pdflatex.fmt but it didn't work, I got: /usr/bin/texconfig: line 1304: mktexlsr: command not found. I don't know if that's relevant in any way, but in the Arch wiki article on texlive in the installation section, when they talk about texlive-core which is part of the texlive-most package, they say that: The package includes pacman hooks to automate *mktexlsr*, *fmtutil* and *updmap*. Then when I clicked on the link that leads to the pacman hooks page, in the second paragraph I saw that these pacman hooks are sometimes used with systemd tools. I have the OpenRC version of Parabola, so maybe that's the problem? I really don't know, I just wonder if you could help somehow. So do you have any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: From somenxavier at posteo.net Sun Jul 26 22:04:14 2020 From: somenxavier at posteo.net (Xavier B.) Date: Mon, 27 Jul 2020 00:04:14 +0200 Subject: [Assist] parabola-hackers is missing in ARMv7 Message-ID: <20200727000414.0e8f34339397dd6ccba610e3@posteo.net> My arch is armv7h I wanted to upgrade: Starting full system upgrade... warning: dbus: ignoring package upgrade (1.12.16-2.nonsystemd2 => 1.12.16-5.nonsystemd1) warning: linux-libre-lts: ignoring package upgrade (4.19.81_gnu-3 => 5.4.51-1) resolving dependencies... warning: cannot resolve "parabola-hackers", a dependency of "parabola-keyring" :: The following package cannot be upgraded due to unresolvable dependencies: parabola-keyring :: Do you want to skip the above package for this upgrade? [y/N] So it seems parabola-hackers is missing Thanks, Xavier From megver83 at hyperbola.info Mon Jul 27 01:02:17 2020 From: megver83 at hyperbola.info (Megver83) Date: Sun, 26 Jul 2020 21:02:17 -0400 Subject: [Assist] parabola-hackers is missing in ARMv7 In-Reply-To: <20200727000414.0e8f34339397dd6ccba610e3@posteo.net> References: <20200727000414.0e8f34339397dd6ccba610e3@posteo.net> Message-ID: I see that this is introduced by this commit: > [parabola-keyring]: add 'parabola-hackers' dep > > https://git.parabola.nu/abslibre.git/commit/libre/parabola-keyring?id=719de8a2c8d3ca28fb39ee1bccc98b36ca4d7e00 why did you add this dependency, bill? El 26-07-20 a las 18:04, Xavier B. escribi?: > My arch is armv7h > I wanted to upgrade: > > Starting full system upgrade... > warning: dbus: ignoring package upgrade (1.12.16-2.nonsystemd2 => 1.12.16-5.nonsystemd1) > warning: linux-libre-lts: ignoring package upgrade (4.19.81_gnu-3 => 5.4.51-1) > resolving dependencies... > warning: cannot resolve "parabola-hackers", a dependency of "parabola-keyring" > :: The following package cannot be upgraded due to unresolvable dependencies: > parabola-keyring > > :: Do you want to skip the above package for this upgrade? [y/N] > > > So it seems parabola-hackers is missing > > Thanks, > Xavier > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From bill-auger at peers.community Mon Jul 27 07:27:39 2020 From: bill-auger at peers.community (bill-auger) Date: Mon, 27 Jul 2020 03:27:39 -0400 Subject: [Assist] parabola-hackers is missing in ARMv7 In-Reply-To: References: <20200727000414.0e8f34339397dd6ccba610e3@posteo.net> Message-ID: <20200727032739.63087fe5@parabola> the configure() function requires it - 'parabola-hackers' should be a makedepends - i will fix that now From somenxavier at posteo.net Mon Jul 27 16:40:26 2020 From: somenxavier at posteo.net (Xavier B.) Date: Mon, 27 Jul 2020 18:40:26 +0200 Subject: [Assist] parabola-hackers is missing in ARMv7 In-Reply-To: <20200727000414.0e8f34339397dd6ccba610e3@posteo.net> References: <20200727000414.0e8f34339397dd6ccba610e3@posteo.net> Message-ID: <20200727184026.dd5089b8d766e68396682b2e@posteo.net> > bill-auger bill-auger at peers.community > Mon Jul 27 07:27:39 GMT 2020 > > Previous message (by thread): [Assist] parabola-hackers is missing in ARMv7 > Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > > the configure() function requires it - 'parabola-hackers' should > be a makedepends - i will fix that now > A big thanks for ARM user. Xavier