Package Details: lyx 2.3.8-1

Git Clone URL: https://aur.archlinux.org/lyx.git (read-only, click to copy)
Package Base: lyx
Description: An advanced WYSIWYM document processor & LaTeX front-end
Upstream URL: https://www.lyx.org
Keywords: latex
Licenses: GPL-2.0-or-later
Submitter: arojas
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 97
Popularity: 0.53
First Submitted: 2022-04-01 17:55 (UTC)
Last Updated: 2024-05-19 03:02 (UTC)

Pinned Comments

carlosal1015 commented on 2022-04-03 19:23 (UTC) (edited on 2022-04-03 19:24 (UTC) by carlosal1015)

Important note: Is recommended to receive the following key before to install:

$ gpg --recv-keys DE7A44FAC7FB382D

Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.

Latest Comments

1 2 3 4 5 6 Next › Last »

je-vv commented on 2024-05-20 21:50 (UTC)

BTW, currently default servers not working, however the mirrors do, for example https://mirrors.ibiblio.org is working fine...

rellieberman commented on 2024-05-19 22:46 (UTC)

Thanks for the clarification, and many thanks for maintaining the lyx package. Have a nice day!

carlosal1015 commented on 2024-05-19 17:57 (UTC)

Our default server, which is located in France, may sometimes be slow or unavailable. If so, you might prefer to use one of the mirrors listed below. Usually, choosing one close to you is a good idea. Source code will be found in the stable/ directory, and binaries in the bin/ directory.

Both ftp://ftp.lyx.org/ and https://ftp.lip6.fr/pub/lyx/ point to the same primary server, but unless you actively check the signatures of downloaded files, we recommend that you use the https protocol.

https://www.lyx.org/Download#toc1

rellieberman commented on 2024-05-19 10:34 (UTC)

Why is the source downloaded from https://ftp.lip6.fr and not from the official lyx domain?

rellieberman commented on 2024-02-07 09:30 (UTC)

Hi and thanks for maintaining this package. Do you have any insight as to why the package refers to $srcdir:

==> WARNING: Package contains reference to $srcdir usr/bin/lyxclient usr/bin/lyx usr/bin/tex2lyx

Thanks

carlosal1015 commented on 2024-01-19 17:01 (UTC)

Hi @samuel.jimenez, I can not reproduce the issue. I could advice uninstall boost and install it again, and try compile lyx.

samuel.jimenez commented on 2024-01-19 15:14 (UTC) (edited on 2024-01-24 16:51 (UTC) by samuel.jimenez)

Build fails when trying to configure boost:

checking whether to use included boost library... no
checking for multithreaded boost libraries... no
checking for plain boost libraries... no
configure: error: cannot find suitable boost library (do not use --without-included-boost)
==> ERROR: A failure occurred in build().
    Aborting...

Edit: For anyone encountering a similar error, my problem was caused by a corrupted gcc install. The fix:

pacman -S  gcc gcc-libs

dccx commented on 2024-01-08 17:08 (UTC) (edited on 2024-01-08 17:08 (UTC) by dccx)

Getting an error:

Using autoconf (GNU Autoconf) 2.72

This autoconf version is not supported by LyX.

LyX only supports autoconf 2.65-2.69, 2.71.

carlosal1015 commented on 2023-10-12 17:52 (UTC)

Thanks @arch_lyx. Yes, it is possible to append do base-devel group in th dependencies array, but Arch Wiki does not recommend do this, instead any AUR user must have this group anytime.

https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

arch_lyx commented on 2023-10-12 08:03 (UTC) (edited on 2023-10-12 11:44 (UTC) by arch_lyx)

morning,

to avoid errors on QTDIR not set / correct / no found /... please add "base-devel group" as package dependencies

(those packages are necessary to compile qt program)

for workaround users can modify pkgbuild file at installation time to add this dependency.

for the gpg import key (from lyx developers) as today october 2023 only ubuntu keyserver seem to respond correctly so you could use this command to import: gpg --keyser hkp://keyserver.ubuntu.com:11371 --recv-keys FE66471B43559707AFDAD955DE7A44FAC7FB382D

hope thoses informations will help some users.