Can unset QTDIR
be added to the start of build()? I'm not sure if that's a legal request, but it unbreaks the build when Qt3 is also installed on the system.
Search Criteria
Package Details: lyx 2.4.4-1
Package Actions
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 (pabryan) |
Last Packager: | carlosal1015 |
Votes: | 104 |
Popularity: | 0.93 |
First Submitted: | 2022-04-01 17:55 (UTC) |
Last Updated: | 2025-06-21 16:43 (UTC) |
Dependencies (14)
- desktop-file-utils (desktop-file-utils-gitAUR)
- enchant
- file (file-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hunspell (hunspell-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libmythes
- python (python37AUR)
- qt6-svg
- bc (bc-ghAUR) (make)
- boost (boost-gitAUR) (make)
- python (python37AUR) (optional) – support for python scripts
- rcs (optional) – built-in version control system
- texlive-latexextra (texlive-dummyAUR, texlive-installerAUR, texlive-fullAUR) (optional) – float wrap support
Required by (2)
- libzlog (make)
- tremulous-gpp (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Calimero commented on 2023-10-09 19:29 (UTC) (edited on 2023-10-09 19:29 (UTC) by Calimero)
3curtain commented on 2023-09-23 13:19 (UTC)
I'm getting this error: curl: (28) Failed to connect to ftp.lip6.fr port 443 after 129072 ms: Couldn't connect to server
Warning: Problem : timeout. Will retry in 3 seconds. 3 retries left.
this doesn't seem to be a problem with other packages
CarlosCont commented on 2023-08-21 06:52 (UTC) (edited on 2023-08-21 06:52 (UTC) by CarlosCont)
Thanks for your reply. Anyway, There was two problems:
-
The user must set the path of QT5 libraries (in my case was /usr/lib/qt -not qt5-) in the build file.
-
After this maybe the user will get errors about qt4 (I think manjaro doesn't use it in new releases, using QT5-QT6 instead).
Anyway, I solved it by installing the beta version of lyx and enabling QT6.
sigma_V commented on 2023-08-16 14:57 (UTC)
Just $ sudo pacman -S base-devel
then $ yay -S lyx
No more error... I don't know why Manjaro does not include base-devel by default.
@CarlosCont @carlosal1015
CarlosCont commented on 2023-07-31 04:08 (UTC)
Pues sucedió mientras estaba en el proceso de
Building po/POTFILES.in...
y es la primera vez que me pasa, ya que suelo utilizar lyx y lo he construído desde AUR sin problemas. ¿Cómo podría solucionarlo?
carlosal1015 commented on 2023-07-31 03:09 (UTC) (edited on 2023-07-31 03:21 (UTC) by carlosal1015)
Hola @CarlosCont, no uso Manjaro, pero déjame revisar si falla en Arch Linux. No, no obtuve ese error
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "lyx"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: lyx 2.3.7-2 (Sun Jul 30 22:20:54 2023)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...
Packages (1) lyx-2.3.7-2
Total Installed Size: 65.81 MiB
:: Proceed with installation? [Y/n]
CarlosCont commented on 2023-07-31 02:55 (UTC) (edited on 2023-07-31 04:48 (UTC) by CarlosCont)
Greetings:
I'm on Manjaro 23.0.0 and I got this error at building:
checking for Qt library name... failed
configure: error: cannot compile a simple Qt executable. Check you have the right $QTDIR.
==> ERROR: Se produjo un fallo en build().
Cancelando...
Of course I have installed qt5-svg (version 5.15.10+kde+r8.1), as same the another dependencies.
darosio commented on 2023-06-13 13:49 (UTC)
This seems to be an optional deps for recoll (recollindex).
oliverx commented on 2023-05-05 19:32 (UTC)
Hello, I am on Manjaro 22.1 and my lyx build fails with:
Building lyx...
==> Making package: lyx 2.3.7-2 (Fr 05 Mai 2023 21:17:30 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found lyx-2.3.7-1.tar.gz
-> Found lyx-2.3.7-1.tar.gz.sig
-> Found lyxrc.dist
==> Validating source files with sha512sums...
lyx-2.3.7-1.tar.gz ... FAILED
lyx-2.3.7-1.tar.gz.sig ... Skipped
lyxrc.dist ... Passed
==> ERROR: One or more files did not pass the validity check!
Failed to build lyx
I replaced the main server with a mirror but the error remains. What confuses me is the version diff: It states to build 2.3.7-2 but retrieves source from 2.3.7-1.
Regards Oliver
carlosal1015 commented on 2023-01-09 00:42 (UTC) (edited on 2023-01-09 00:43 (UTC) by carlosal1015)
No error from my side @marco.righi.
Thanks @ptr1337.
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:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.