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

VMS: copy prologue/epilogue headers when header files are generated #17755

Closed

Conversation

levitte
Copy link
Member

@levitte levitte commented Feb 23, 2022

This is crucial when the build tree isn't the source tree, as they
only take effect in directories where included header files reside.

The issue only comes up when linking with the static libraries, since
the shared libraries have upper case aliases of all symbols.

@levitte levitte added branch: 3.0 Merge to openssl-3.0 branch branch: master Merge to master branch labels Feb 23, 2022
@levitte
Copy link
Member Author

levitte commented Feb 23, 2022

This PR is currently in draft, until I've verified that the fix works.

@levitte levitte marked this pull request as ready for review February 23, 2022 09:11
@levitte
Copy link
Member Author

levitte commented Feb 23, 2022

This is now verified on VMS, ready for review

@levitte levitte added the approval: review pending This pull request needs review by a committer label Feb 23, 2022
@levitte
Copy link
Member Author

levitte commented Feb 23, 2022

The CI failures are not relevant for this PR. The same failures can be seen in today's daily builds... something happened on master since f596bbe, which built cleanly

This is crucial when the build tree isn't the source tree, as they
only take effect in directories where included header files reside.

The issue only comes up when linking with the static libraries, since
the shared libraries have upper case aliases of all symbols.
@levitte levitte force-pushed the VMS-fix-descrip.mms.tmpl-20220223 branch from d54a34f to bcb094f Compare February 23, 2022 12:24
@levitte
Copy link
Member Author

levitte commented Feb 23, 2022

Ping? @openssl/committers, second reviewer needed.
This has been verified to work correctly on VMS.

Copy link
Member

@beldmit beldmit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@beldmit beldmit added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Feb 23, 2022
@openssl-machine
Copy link
Collaborator

24 hours has passed since 'approval: done' was set, but this PR has failing CI tests. Once the tests pass it will get moved to 'approval: ready to merge' automatically, alternatively please review and set the label manually.

openssl-machine pushed a commit that referenced this pull request Feb 25, 2022
This is crucial when the build tree isn't the source tree, as they
only take effect in directories where included header files reside.

The issue only comes up when linking with the static libraries, since
the shared libraries have upper case aliases of all symbols.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from #17755)
openssl-machine pushed a commit that referenced this pull request Feb 25, 2022
This is crucial when the build tree isn't the source tree, as they
only take effect in directories where included header files reside.

The issue only comes up when linking with the static libraries, since
the shared libraries have upper case aliases of all symbols.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from #17755)

(cherry picked from commit 98b7b74)
@levitte
Copy link
Member Author

levitte commented Feb 25, 2022

Merged

master:
98b7b74 VMS: copy prologue/epilogue headers when header files are generated

3.0:
4b908b6 VMS: copy prologue/epilogue headers when header files are generated

@levitte levitte closed this Feb 25, 2022
@levitte levitte deleted the VMS-fix-descrip.mms.tmpl-20220223 branch February 25, 2022 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: master Merge to master branch branch: 3.0 Merge to openssl-3.0 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants