Search Criteria
Package Details: gnucobol-svn r5501-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnucobol-svn.git (read-only, click to copy) |
---|---|
Package Base: | gnucobol-svn |
Description: | A free/libre COBOL compiler |
Upstream URL: | https://gnucobol.sourceforge.io/ |
Licenses: | GPL-3.0-or-later, LGPL-3.0-or-later |
Conflicts: | gnucobol |
Provides: | gnucobol |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-15 18:44 (UTC) |
Last Updated: | 2025-05-09 12:27 (UTC) |
Dependencies (9)
- cjson (cjson-gitAUR)
- db
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gmp (gmp-hgAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- ncurses (ncurses-gitAUR)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- subversion (make)
Latest Comments
peregrinus commented on 2025-05-31 18:44 (UTC)
The culprit in local CFLAGS is '-Wp,-D_FORTIFY_SOURCE=3'. This seems to be too strict. Upstream uses 2, and with 2 it does indeed pass the tests.
peregrinus commented on 2025-05-31 13:33 (UTC)
Thanks!
I haven't dug deeper to find the culprit, but I find that including local CFLAGS causes many tests to fail:
With local CFLAGS
Without local CFLAGS
Chocobo1 commented on 2025-05-09 12:29 (UTC)
Should be fixed now.
peregrinus commented on 2025-05-09 11:07 (UTC) (edited on 2025-05-09 11:08 (UTC) by peregrinus)
Hi, this does not build for me.
After adding
"CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration -Wno-error=incompatible-pointer-types"
to the configure line, I get the following kind of errors: