Search Criteria
Package Details: spooles 2.2-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/spooles.git (read-only, click to copy) |
---|---|
Package Base: | spooles |
Description: | SParse Object Oriented Linear Equations Solver |
Upstream URL: | https://www.netlib.org/linalg/spooles |
Licenses: | GPL |
Submitter: | None |
Maintainer: | gborzi |
Last Packager: | gborzi |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2008-11-04 08:29 (UTC) |
Last Updated: | 2024-09-03 02:17 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- ghostscript (make)
- perl (perl-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
Dunadan commented on 2021-07-16 00:39 (UTC)
Thank you, I have compiled the package successfully.
gborzi commented on 2021-06-08 22:48 (UTC)
I've been finally able to reproduce the problem and fix it. The default option for CFLAGS in makepkg.conf includes a "-Werror=format-security" which stops the compilation. So, I deactivated it in the CFLAGS with:
and now it compiles.
Dunadan commented on 2021-06-02 10:15 (UTC)
Yes, I am using gcc version 11.1.0.
gborzi commented on 2021-05-31 02:08 (UTC)
I'm starting to think it's related to the gcc version. I have gcc version 10.2.0, perhaps you have 11.1.0?
Dunadan commented on 2021-05-30 20:25 (UTC)
Unfortunately, the same error occurs after building again normally. I also built it with the CFLAGS environment variable set to
-Wno-error
, and the error still shows up. I then tried physically setting the variable in the PKGBUILD to-Wno-error
and the package built, but I do not think that this is the best solution as it does not allow for use of the environment variable.gborzi commented on 2021-05-30 16:30 (UTC)
I've added a patch that removes the compilation warnings. Please try it.
Dunadan commented on 2021-05-30 07:10 (UTC)
I tried building in clean chroot and the same error message turns up. @gborzi, I can see why you think it is related to the CFLAGS values, however, I have no value assigned to the CFLAGS environment variable.
gborzi commented on 2021-05-29 13:26 (UTC)
I still think it's related to CFLAGS values in makepkg.conf.
haawda commented on 2021-05-29 13:17 (UTC)
Builds for me in a clean chroot.
Dunadan commented on 2021-05-28 19:23 (UTC)
I'm having the same problem as Sinasta. I tried building the package with both yay and makepkg. Both yielded the same result:
1 2 3 Next › Last »