Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tarball and zips both missing packages/OS400/chkstrings.c which is present in the source archive #5142

Closed
jonrumsey opened this issue Mar 24, 2020 · 1 comment
Labels

Comments

@jonrumsey
Copy link
Contributor

I did this

Unpacked https://github.com/curl/curl/releases/download/curl-7_69_0/curl-7.69.0.tar.gz and attempted to build OS/400, this failed with;

CZS0632: Source stream file could not be opened.
CZM1613: The compilation failed.
ERROR: Failed to build CHKSTRINGS *PGM object!

The packages/OS400/chkstrings.c file is missing, however it is present in the source tarball/zips (i.e. https://github.com/curl/curl/archive/curl-7_69_0.tar.gz). I'm not familiar with how the curl distribution archives are constructed, does EXTRA_DIST in packages/Makefile.am add extra files in the packages subtree?

I expected the following

Clean build

curl/libcurl version

7.69.0 and 7.69.1 are affected

[curl -V output]

operating system

OS/400

@bagder bagder added the dist label Mar 24, 2020
bagder added a commit that referenced this issue Mar 24, 2020
@bagder
Copy link
Member

bagder commented Mar 24, 2020

The later one, the one with "archive" in the link name is automatically generated by github and it shoves everything in the git repo (at that label) into an archive - it thus can't miss out anything that's present in git.

Our actual releases however are generated by the maketgz script and will produce a set of files to include in the release that are not present in git (for example configure and friends). However, it needs the EXTRA_DIST variables in the makefiles to be correct as otherwise it might leave out files. I fixed this issue in PR #5143.

We have basic CI tests that the maketgz includes everything to build a Linux build, but unfortunately your problem was not detected by that test.

@bagder bagder closed this as completed in 18c7084 Mar 24, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jun 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

2 participants