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

brynet: add 1.11.2 + bump openssl + modernize #10663

Closed
wants to merge 3 commits into from

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented May 6, 2022

Specify library name and version: lib/1.0

This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!


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

closes #11677

@conan-center-bot

This comment has been minimized.

@stale
Copy link

stale bot commented Jun 10, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 10, 2022
@stale stale bot removed the stale label Jun 29, 2022
@ghost
Copy link

ghost commented Jul 13, 2022

I detected other pull requests that are modifying brynet/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
Copy link
Collaborator

Failure in build 4 (af231671415cb94bbc9111e5b76a5c310aba02ca):

  • brynet/1.11.1@:
    Didn't run or was cancelled before finishing

  • brynet/1.11.0@:
    Didn't run or was cancelled before finishing

  • brynet/1.11.2@:
    CI failed to create some packages (All logs)

    Logs for packageID 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    
    [...]
    -- Library ssl found /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libssl.a
    -- Library crypto found /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libcrypto.a
    -- Conan: Adjusting default RPATHs Conan policies
    -- Conan: Adjusting language standard
    -- Conan: Compiler GCC>=5, checking major version 5
    -- Conan: Checking correct version: 5
    -- Conan: C++ stdlib: libstdc++11
    -- Library ssl found /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libssl.a
    -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libssl.a
    -- Library crypto found /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libcrypto.a
    -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libcrypto.a
    -- Library crypto found /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libcrypto.a
    -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libcrypto.a
    -- Library ssl found /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libssl.a
    -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/openssl/1.1.1n/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libssl.a
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/brynet/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f
    
    ----Running------
    > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/brynet/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' '--' '-j3'
    -----------------
    Scanning dependencies of target test_package
    [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
    CMakeFiles/test_package.dir/build.make:81: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed
    CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/test_package.dir/all' failed
    Makefile:102: recipe for target 'all' failed
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_EXPORT_NO_PACKAGE_REGISTRY
        CMAKE_INSTALL_BINDIR
        CMAKE_INSTALL_DATAROOTDIR
        CMAKE_INSTALL_INCLUDEDIR
        CMAKE_INSTALL_LIBDIR
        CMAKE_INSTALL_LIBEXECDIR
        CMAKE_INSTALL_OLDINCLUDEDIR
        CMAKE_INSTALL_SBINDIR
    
    
    /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/brynet/all/test_package/test_package.cpp: In function ‘int main()’:
    /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/brynet/all/test_package/test_package.cpp:4:33: error: ‘brynet::net::TcpService’ has not been declared
         auto service = brynet::net::TcpService::Create();
                                     ^
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    ERROR: brynet/1.11.2 (test package): Error in build() method, line 12
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/brynet/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' '--' '-j3'
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

@stale
Copy link

stale bot commented Aug 12, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 12, 2022
@ghost ghost mentioned this pull request Aug 24, 2022
4 tasks
@stale
Copy link

stale bot commented Sep 17, 2022

This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions.

@stale stale bot closed this Sep 17, 2022
@SpaceIm SpaceIm deleted the bump/brynet/1.11.2 branch February 7, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants