Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] GnuCOBOL package with missing dependencies (and outdated)
@ 2023-08-15  9:52 GitMensch
  2023-08-17  3:13 ` cinerea0
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: GitMensch @ 2023-08-15  9:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1697 bytes --]

New issue by GitMensch on void-packages repository

https://github.com/void-linux/void-packages/issues/45612

Description:
### Is this a new report?

Yes

### System Info

current

### Package(s) Affected

gnucobol

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

full support of all features (this is what this issue is about, the update would likely be handled by the update-script), and up-to-date, you can see both when executing `cobc --info`

Note that the [current template](https://github.com/void-linux/void-packages/blob/master/srcpkgs/gnucobol/template) also doesn't use an official GNU mirror for download but a mirror that is not directly related to the GNU project.

The official homepage would be `url="https://www.gnu.org/software/gnucobol/` , the source would be `distfiles="https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.xz"` (you may also want to download and verify the signature).

For dependencies you may want to see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=open-cobol (additional dev dependencies for libxml2 and either cjson or json-c, and for all libraries a runtime dependency in gnucobol-libs)

Also note that if you want a make_check_target, then this would be `make_check_target="checkall"` (doing more or less a `make check` and `make test`).

### Actual behaviour

XML and JSON are likely missing (at least they miss the dependencies in https://github.com/void-linux/void-packages/blob/master/srcpkgs/gnucobol/template), version is at 3.1.2 (3.2 is a month old and as no bug reports so far).

### Steps to reproduce

check with `cobc --info`

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GnuCOBOL package with missing dependencies (and outdated)
  2023-08-15  9:52 [ISSUE] GnuCOBOL package with missing dependencies (and outdated) GitMensch
@ 2023-08-17  3:13 ` cinerea0
  2023-08-17  3:14 ` cinerea0
  2023-09-23 13:32 ` [ISSUE] [CLOSED] " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-08-17  3:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/issues/45612#issuecomment-1681546042

Comment:
I've opened a PR with an update and added dependencies here: #45629, currently trying to figure out if I can fix crossbuilds. `make_check_target` was carefully chosen, the majority of tests there fail in our build system. If you're interested in helping with testing, you can either checkout the PR (if you know how to use xbps-src), or I can upload the package file and you can install it (if we're using the same architecture and libc).

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GnuCOBOL package with missing dependencies (and outdated)
  2023-08-15  9:52 [ISSUE] GnuCOBOL package with missing dependencies (and outdated) GitMensch
  2023-08-17  3:13 ` cinerea0
@ 2023-08-17  3:14 ` cinerea0
  2023-09-23 13:32 ` [ISSUE] [CLOSED] " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-08-17  3:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 624 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/issues/45612#issuecomment-1681546042

Comment:
I've opened a PR with an update and added dependencies here: #45629, currently trying to figure out if I can fix crossbuilds. `make_check_target` was carefully chosen, the majority of tests run with `make check` fail in our build system while `make test` passes. If you're interested in helping with testing, you can either checkout the PR (if you know how to use xbps-src), or I can upload the package file and you can install it (if we're using the same architecture and libc).

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] GnuCOBOL package with missing dependencies (and outdated)
  2023-08-15  9:52 [ISSUE] GnuCOBOL package with missing dependencies (and outdated) GitMensch
  2023-08-17  3:13 ` cinerea0
  2023-08-17  3:14 ` cinerea0
@ 2023-09-23 13:32 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-09-23 13:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1700 bytes --]

Closed issue by GitMensch on void-packages repository

https://github.com/void-linux/void-packages/issues/45612

Description:
### Is this a new report?

Yes

### System Info

current

### Package(s) Affected

gnucobol

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

full support of all features (this is what this issue is about, the update would likely be handled by the update-script), and up-to-date, you can see both when executing `cobc --info`

Note that the [current template](https://github.com/void-linux/void-packages/blob/master/srcpkgs/gnucobol/template) also doesn't use an official GNU mirror for download but a mirror that is not directly related to the GNU project.

The official homepage would be `url="https://www.gnu.org/software/gnucobol/` , the source would be `distfiles="https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.xz"` (you may also want to download and verify the signature).

For dependencies you may want to see https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=open-cobol (additional dev dependencies for libxml2 and either cjson or json-c, and for all libraries a runtime dependency in gnucobol-libs)

Also note that if you want a make_check_target, then this would be `make_check_target="checkall"` (doing more or less a `make check` and `make test`).

### Actual behaviour

XML and JSON are likely missing (at least they miss the dependencies in https://github.com/void-linux/void-packages/blob/master/srcpkgs/gnucobol/template), version is at 3.1.2 (3.2 is a month old and as no bug reports so far).

### Steps to reproduce

check with `cobc --info`

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-23 13:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15  9:52 [ISSUE] GnuCOBOL package with missing dependencies (and outdated) GitMensch
2023-08-17  3:13 ` cinerea0
2023-08-17  3:14 ` cinerea0
2023-09-23 13:32 ` [ISSUE] [CLOSED] " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).