Package Details: spooles 2.2-7

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: 2021-06-08 22:42 (UTC)

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:

make CFLAGS="$CFLAGS -Wno-error=format-security" lib

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:

cc1: some warnings being treated as errors
make[3]: *** [makeG:30: iohb.o] Error 1
make[3]: Leaving directory '/home/dunadan/.cache/yay/spooles/src/spooles/Utilities/src'
make[2]: *** [makefile:31: makeLib] Error 2
make[2]: Leaving directory '/home/dunadan/.cache/yay/spooles/src/spooles/Utilities/src'
make[1]: *** [makefile:5: lib] Error 2
make[1]: Leaving directory '/home/dunadan/.cache/yay/spooles/src/spooles/Utilities'
make: *** [makefile:123: lib] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: spooles