Search Criteria
Package Details: open-cobol 3.2.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/open-cobol.git (read-only, click to copy) |
---|---|
Package Base: | open-cobol |
Description: | COBOL compiler |
Upstream URL: | https://www.gnu.org/software/gnucobol/ |
Keywords: | COBOL compiler |
Licenses: | GPL |
Submitter: | kpcyrd |
Maintainer: | eklausmeier |
Last Packager: | eklausmeier |
Votes: | 2 |
Popularity: | 0.005235 |
First Submitted: | 2018-04-11 21:57 (UTC) |
Last Updated: | 2024-07-01 17:21 (UTC) |
Dependencies (7)
- db
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- gmp (gmp-hgAUR)
- json-c (json-c-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- perl (perl-gitAUR) (check)
Latest Comments
eklausmeier commented on 2024-07-01 16:42 (UTC)
@hughesjs: I have patched
common.c
, which missed a least on#include
.eklausmeier commented on 2024-07-01 14:23 (UTC) (edited on 2024-07-01 14:44 (UTC) by eklausmeier)
This is just an update to your issue, not a solution.
I can confirm the issue in building:
I checked when I last compiled the exact same version:
So, for me it looks that it is not a COBOL source code issue, but an issue with the surrounding libraries, which might have changed over the last year.
cobc
uses libxml2:This library was repeatedly updated:
I guess I have to investigate this further.
hughesjs commented on 2024-06-30 20:52 (UTC) (edited on 2024-06-30 21:12 (UTC) by hughesjs)
newcob.val.z
seems to be failing the integrity check.Skipping that integrity check and attempting to build yields:
Trying to manually build 3.2 from source yields the same issue.
This seems to be an upstream issue. Building with XML2 support seems to work as a workaround in the meantime. You could probably also mess with the CFLAGS.
eklausmeier commented on 2021-08-17 14:33 (UTC)
Yes, this is GnuCobol.
Community package seems to be dormant. See Bug FS#71821.
svenstaro commented on 2018-08-06 19:13 (UTC)
Isn't this the same as gnu-cobol?