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

[libcurl/xxx] Conan v2 migration #12956

Merged
merged 22 commits into from
Oct 22, 2022

Conversation

MartinDelille
Copy link
Contributor

Specify library name and version: libcurl/xxx

Replacing #12377 after merge conflict.
I rebased on master and will try to reference all the ongoing issues.


  • 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.

@ghost
Copy link

ghost commented Sep 15, 2022

I detected other pull requests that are modifying libcurl/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@conan-center-bot

This comment has been minimized.

self.run("chmod +x configure")

# run configure with *LD_LIBRARY_PATH env vars it allows to pick up shared openssl
with tools.run_environment(self):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It seems there is still an issue here. See #12377 (comment)

@@ -231,14 +235,19 @@ def imports(self):
# but does not work on OS X 10.11 with SIP)
# 2. copying dylib's to the build directory (fortunately works on OS X)
if self.settings.os == "Macos":
self.copy("*.dylib*", dst=self._source_subfolder, keep_path=False)
copy(self, "*.dylib*", src=self.build_folder, dst=self.source_folder, keep_path=False)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In continuation of #12377 (comment)

@conan-center-bot

This comment has been minimized.

@prince-chrismc
Copy link
Contributor

#12888 🚀

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@ghost ghost mentioned this pull request Sep 16, 2022
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Jordan Williams <jordan@jwillikers.com>
@conan-center-bot

This comment has been minimized.

jwillikers
jwillikers previously approved these changes Oct 20, 2022
@conan-center-bot

This comment has been minimized.

Co-authored-by: Uilian Ries <uilianries@gmail.com>
@conan-center-bot

This comment has been minimized.

jwillikers
jwillikers previously approved these changes Oct 21, 2022
@conan-center-bot
Copy link
Collaborator

All green in build 20 (e5ec5c835e1baf6c074b1e392a21eba41803a6aa):

  • libcurl/7.84.0@:
    All packages built successfully! (All logs)

  • libcurl/7.83.1@:
    All packages built successfully! (All logs)

  • libcurl/7.85.0@:
    All packages built successfully! (All logs)

  • libcurl/7.80.0@:
    All packages built successfully! (All logs)

  • libcurl/7.82.0@:
    All packages built successfully! (All logs)

  • libcurl/7.78.0@:
    All packages built successfully! (All logs)

  • libcurl/7.77.0@:
    All packages built successfully! (All logs)

  • libcurl/7.76.0@:
    All packages built successfully! (All logs)

  • libcurl/7.79.1@:
    All packages built successfully! (All logs)

@prince-chrismc
Copy link
Contributor

Oh yes amazing~!!!!!! merge!!!!! bot now please!!!!!

@conan-center-bot conan-center-bot merged commit abf39ae into conan-io:master Oct 22, 2022
@MartinDelille
Copy link
Contributor Author

Yes that last for a long time!

Unfortunately there was still two issues I addressed here:

Do you think there is something to fix ?

@MartinDelille MartinDelille deleted the libcurl-conan-v2-bis branch October 22, 2022 12:48
Comment on lines +189 to +190
def package_id(self):
del self.info.settings.compiler
Copy link
Contributor

@SpaceIm SpaceIm Oct 22, 2022

Choose a reason for hiding this comment

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

What is that? Comes from bfae914 but there is no rational

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't manage to find why I pushed this commit.


if self.options.with_ca_bundle == False:
params.append("--without-ca-bundle")
if self.options.with_ca_bundle is False:
Copy link
Contributor

@SpaceIm SpaceIm Oct 22, 2022

Choose a reason for hiding this comment

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

default value is None and None is False returns False, not True

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.

6 participants