conan-center-index icon indicating copy to clipboard operation
conan-center-index copied to clipboard

brynet: add 1.11.2 + bump openssl + modernize

Open SpaceIm opened this issue 3 years ago • 5 comments

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 https://github.com/conan-io/conan-center-index/pull/11677

SpaceIm avatar May 06 '22 13:05 SpaceIm

Failure in build 1 (af231671415cb94bbc9111e5b76a5c310aba02ca):

  • 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'
    
  • brynet/1.11.0@: Didn't run or was cancelled before finishing

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


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.

conan-center-bot avatar May 08 '22 14:05 conan-center-bot

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[bot] avatar Jun 10 '22 19:06 stale[bot]

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

  • #11677

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

ericLemanissierBot avatar Jul 13 '22 17:07 ericLemanissierBot

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.

conan-center-bot avatar Jul 13 '22 18:07 conan-center-bot

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[bot] avatar Aug 12 '22 21:08 stale[bot]

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

stale[bot] avatar Sep 17 '22 01:09 stale[bot]