We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
surelog and uhdm packages builds seems to be skipped, because a gperftools build failure: https://github.com/hdl/conda-eda/actions/runs/5608743994/jobs/10261633960 which miss -lpthread ldflags:
-lpthread
2023-07-20T08:44:10.1761678Z �[32;1m08:44:10�[0m | libtool: link: mv -f ".libs/libprofiler.expT" ".libs/libprofiler.exp" 2023-07-20T08:44:10.3199029Z �[32;1m08:44:10�[0m | /root/conda-eda/conda-eda/workdir/conda-env/conda-bld/gperftools_1689842537592/_build_env/bin/x86_64-conda-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U') 2023-07-20T08:44:10.5800043Z �[32;1m08:44:10�[0m | /root/conda-eda/conda-eda/workdir/conda-env/conda-bld/gperftools_1689842537592/_build_env/bin/../lib/gcc/x86_64-conda-linux-gnu/11.2.0/../../../../x86_64-conda-linux-gnu/bin/ld: ./.libs/libprofiler.so: undefined reference to `pthread_key_create' 2023-07-20T08:44:10.5801631Z �[32;1m08:44:10�[0m | /root/conda-eda/conda-eda/workdir/conda-env/conda-bld/gperftools_1689842537592/_build_env/bin/../lib/gcc/x86_64-conda-linux-gnu/11.2.0/../../../../x86_64-conda-linux-gnu/bin/ld: ./.libs/libprofiler.so: undefined reference to `pthread_key_delete' 2023-07-20T08:44:10.5810004Z �[32;1m08:44:10�[0m | /root/conda-eda/conda-eda/workdir/conda-env/conda-bld/gperftools_1689842537592/_build_env/bin/../lib/gcc/x86_64-conda-linux-gnu/11.2.0/../../../../x86_64-conda-linux-gnu/bin/ld: ./.libs/libprofiler.so: undefined reference to `pthread_setspecific
The text was updated successfully, but these errors were encountered:
@hzeller is gperftools a hard deps on surelog/uhdm?
Sorry, something went wrong.
No branches or pull requests
surelog and uhdm packages builds seems to be skipped, because a gperftools build failure:
https://github.com/hdl/conda-eda/actions/runs/5608743994/jobs/10261633960
which miss
-lpthread
ldflags:The text was updated successfully, but these errors were encountered: