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

Over-linkage for some dependencies #170

Open
jjerphan opened this issue Feb 22, 2024 · 0 comments
Open

Over-linkage for some dependencies #170

jjerphan opened this issue Feb 22, 2024 · 0 comments

Comments

@jjerphan
Copy link
Member

For now, we mainly have warnings for over-linkage but None for missing dependencies:

WARNING (arcticdb): plugin library (Python) package conda-forge::grpcio-tools-1.54.2-py310hc6cd4ac_1 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): run-exports library package conda-forge::cyrus-sasl-2.1.27-h9033bb2_6 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): run-exports library package conda-forge::krb5-1.20.1-h81ceb04_0 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): run-exports library package conda-forge::libevent-2.1.10-h28343ad_4 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): run-exports library package conda-forge::gtest-1.14.0-h00ab1b0_1 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): run-exports library package conda-forge::msgpack-c-6.0.0-hfc55251_0 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): run-exports library package conda-forge::xxhash-0.8.2-hd590300_0 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): run-exports library package conda-forge::gflags-2.2.2-he1b5a44_1004 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): plugin library (Python) package conda-forge::protobuf-4.21.12-py310heca2aa9_0 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): run-exports library package conda-forge::double-conversion-3.2.0-h27087fc_1 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
WARNING (arcticdb): interpreter (Python) package conda-forge::python-3.10.12-hd12c33a_0_cpython in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)

We should activate strict under- and over-linkage checks on the feedstock and understand the root cause of those warnings.

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

No branches or pull requests

1 participant