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

add xmlsec/1.2.30 #3314

Merged
merged 28 commits into from
Nov 6, 2020
Merged

add xmlsec/1.2.30 #3314

merged 28 commits into from
Nov 6, 2020

Conversation

steinerthomas
Copy link
Contributor

@steinerthomas steinerthomas commented Oct 25, 2020

Specify library name and version: xmlsec/1.2.30

  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

Fixes #1876

@CLAassistant
Copy link

CLAassistant commented Oct 25, 2020

CLA assistant check
All committers have signed the CLA.

@conan-center-bot
Copy link
Collaborator

Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue.

@conan-center-bot
Copy link
Collaborator

Sorry, the build is only launched for Early Access Program users. You can request access writing in this issue.

@steinerthomas steinerthomas marked this pull request as ready for review October 26, 2020 14:27
@conan-center-bot
Copy link
Collaborator

Some configurations of 'xmlsec/1.2.30' failed in build 3 (1a162cf0f2a7e687031be4e617a7b66441580172):

  • Windows x86_64, Release, Visual Studio 14, MT. Options: xmlsec:shared-False
    • Hooks errors detected:
      • [HOOK - conan-center.py] pre_build(): ERROR: [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not managed correctly. Please remove it for Windows configurations: del self.options.fpic (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H007)
    • Log download
    • Log error Download
    • Profile
  • Access to all the logs

@conan-center-bot
Copy link
Collaborator

Some configurations of 'xmlsec/1.2.30' failed in build 4 (352a8dd995794e84720da4445db8d0305be228a5):

recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/test_package/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/test_package/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
steinerthomas and others added 2 commits October 26, 2020 18:53
Co-authored-by: Anonymous Maarten <[email protected]>
Co-authored-by: Anonymous Maarten <[email protected]>
@conan-center-bot
Copy link
Collaborator

Some configurations of 'xmlsec/1.2.30' failed in build 5 (86828197d56e73b201f3e695fdc22087a97ca00c):

Co-authored-by: Anonymous Maarten <[email protected]>
@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

steinerthomas and others added 3 commits October 26, 2020 19:18
@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

Co-authored-by: Anonymous Maarten <[email protected]>
@conan-center-bot
Copy link
Collaborator

Some configurations of 'xmlsec/1.2.30' failed in build 23 (f1e6e1ebb37720ad3c54dd170cb391d727e8c3fc):

@conan-center-bot
Copy link
Collaborator

All green in build 24 (aaf0df637182cabe289a13af9476658051f66ab6)! 😊

@steinerthomas
Copy link
Contributor Author

@madebr
With initializing the autotools.lib variable the build now works for
conan create . xmlsec/1.2.30@ -o pkgconf:shared=True -o libtool:shared=True -o xmlsec:shared=True -o openssl:shared=True -o zlib:shared=True -o libxml2:shared=True
but not anymore for
conan create . xmlsec/1.2.30@ ... (see logs)
Sry I didn't test that, because I only wanted to know, if it fixed the shared pkgconf problem.

I fixed the build, initializing the autotools.libs variable with the syslib pthread (for linux). Maybe not the cleanest solution, but I can't invest a lot of time this week. Could you please have a look at it?

@conan-center-bot
Copy link
Collaborator

All green in build 25 (f771c97129420c784a0bfa7dc3fcab9f7b53ce73)! 😊

Copy link
Contributor

@madebr madebr left a comment

Choose a reason for hiding this comment

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

Setting --with-openssl= to yes/no fixed it for me on gcc9.
By using self.deps_info["openssl"].rootpath, the pc files are bypassed.

recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
recipes/xmlsec/all/conanfile.py Outdated Show resolved Hide resolved
@SSE4 SSE4 requested review from danimtb and uilianries November 3, 2020 15:10
@conan-center-bot
Copy link
Collaborator

All green in build 26 (40cbcd2b23d70a35ad9912532d66a670723071f6)! 😊

madebr
madebr previously approved these changes Nov 3, 2020
@steinerthomas
Copy link
Contributor Author

steinerthomas commented Nov 3, 2020

@uilianries @danimtb Sometimes I don't know why the build fails. Build is red, conan-center-index-bot doesn't reply. What's the best way to retrigger the build? Changing the initial description seems to work only if you reference another issue. Should I close/reopen the pr or add an empty commit to retrigger the build?

@conan-center-bot
Copy link
Collaborator

All green in build 28 (77cd57e3a44c517f90ee277b57b757fa03e7fd7d)! 😊

danimtb
danimtb previously approved these changes Nov 4, 2020
Co-authored-by: SpaceIm <[email protected]>
@conan-center-bot
Copy link
Collaborator

All green in build 29 (8ef237a3658fe4713b71bf9e4b4ac1eaebdd31da)! 😊

@conan-center-bot conan-center-bot merged commit c5615e3 into conan-io:master Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[request] xmlsec/1.2.30
9 participants