Search Criteria
Package Base Details: ggnfs-svn
Package Actions
Git Clone URL: | https://aur.archlinux.org/ggnfs-svn.git (read-only, click to copy) |
---|---|
Submitter: | khampf |
Maintainer: | gilcu3 |
Last Packager: | gilcu3 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-12 22:31 (UTC) |
Last Updated: | 2024-05-31 15:48 (UTC) |
Latest Comments
ccorn commented on 2024-05-07 14:20 (UTC) (edited on 2024-05-07 14:21 (UTC) by ccorn)
Instead of
texlive-core
, you now needtexlive-{basic,binextra,latex}
in themakedepends
. (texlive-binextra
is needed forlatexmk
.)ccorn commented on 2020-12-07 13:22 (UTC)
I have accumulated several changes to the
PKGBUILD
on my private branch:libgmp-static
tomakedepends
, as linking is done with-static
.-fcommon
and changing the declarations of some duplicated inline functions tostatic
.texlive-core
inmakedepends
.Here is the diff:
ccorn commented on 2020-09-20 12:47 (UTC)
I had to add
libgmp-static
andgcc9
tomakedepends
and addCC=gcc-9
to bothmake
invocations to get the package built.Current gcc 10.2.0 produces linker errors. I first tried
-fcommon
, but that did not resolve all issues, so I resorted to GCC 9 for building. That is a quick hack; with some more (yet unknown) options it should be possible to get the code built with GCC 10.vs220 commented on 2018-04-08 09:05 (UTC) (edited on 2018-04-08 09:06 (UTC) by vs220)
olegkyka downgrade gmp -> gmp-5.1.2-1
olegkyka commented on 2018-04-03 13:42 (UTC)
/usr/bin/ld: cannot find -lgmp collect2: ошибка: выполнение ld завершилось с кодом возврата 1 make: *** [Makefile:58: ../../../bin/gnfs-lasieve4I11e] Ошибка 1 ==> ОШИБКА: Произошел сбой в build().