conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
960 stars 1.77k forks source link

[package] [openssl]/1.1.1d: failed to configure with perl #432

Open derived-coder opened 4 years ago

derived-coder commented 4 years ago

Package and Environment Details (include every applicable attribute)

Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)

[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=clang
compiler.version=7.0
compiler.libcxx=libstdc++11
build_type=Debug
[options]
[build_requires]
[env]

Steps to reproduce (Include if Applicable)

run it on jenkins

Logs (Include/Attach if Applicable)

Click to expand log ``` openssl/1.1.1d@company/stable: ['"conan-Debug-Linux-x86_64-gcc-7"', 'no-shared', '--prefix=/data/jenkins/workspace/ges_conan-openssl_release_1.1.1d/conan-gcc7-1-20-36387d532-bde3-46c7-8962-4c12ccc40c67@tmp/artifactory/conan.tmp2596178852573492220/.conan/data/openssl/1.1.1d/company/stable/package/61378f3db01d0a2424aa7ca62df88dcbfa0c279e', '--openssldir=/data/jenkins/workspace/ges_conan-openssl_release_1.1.1d/conan-gcc7-1-20-36387d532-bde3-46c7-8962-4c12ccc40c67@tmp/artifactory/conan.tmp2596178852573492220/.conan/data/openssl/1.1.1d/company/stable/package/61378f3db01d0a2424aa7ca62df88dcbfa0c279e/res', 'no-unit-test', 'PERL=perl', 'no-tests', '--debug', '-fPIC', '--with-zlib-include="/data/jenkins/workspace/ges_conan-openssl_release_1.1.1d/conan-gcc7-1-20-36387d532-bde3-46c7-8962-4c12ccc40c67@tmp/artifactory/conan.tmp2596178852573492220/.conan/data/zlib/1.2.11/company/stable/package/db2ca884c9793e0b0fb54ec3f846326d1addacc8/include"', '--with-zlib-lib="/data/jenkins/workspace/ges_conan-openssl_release_1.1.1d/conan-gcc7-1-20-36387d532-bde3-46c7-8962-4c12ccc40c67@tmp/artifactory/conan.tmp2596178852573492220/.conan/data/zlib/1.2.11/company/stable/package/db2ca884c9793e0b0fb54ec3f846326d1addacc8/lib"'] Global symbol "@tmp" requires explicit package name (did you forget to declare "my @tmp"?) at (eval 9) line 7. Usage: Configure [no- ...] [enable- ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags] ```
SSE4 commented 4 years ago

this sounds very strange. what is perl version? it might be perl is too old, or some module is missing, but I am not an expert, unfortunately

derived-coder commented 4 years ago

perl version:

 (v5.26.1) built for x86_64-linux-gnu-thread-multi
(with 67 registered patches, see perl -V for more detail)
SSE4 commented 4 years ago

honestly, no idea, everything looks good. may you try to open an issue in OpenSSL bug tracker?

Croydon commented 1 year ago

@derived-coder Do you still have problems with the newest recipe revision of a recent OpenSSL version? If yes, please update the information and logs, otherwise please close this issue