-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
arcticdb v5.2.0 #382
arcticdb v5.2.0 #382
Conversation
…nda-forge-pinning 2025.01.17.07.43.33
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12832555117. Examine the logs at this URL for more detail. |
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2025.01.17.07.43.33
Hi! This is the friendly automated conda-forge-linting service. I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12949708485. Examine the logs at this URL for more detail. |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might the error observed for osx
i.e. (for osx_arm64
):
ERROR (arcticdb,lib/python3.11/site-packages/arcticdb_ext.cpython-311-darwin.so): Needed DSO lib/libabsl_log_internal_check_op.2407.0.0.dylib found in ['conda-forge/osx-arm64::libabseil==20240722.0=cxx17_h07bc746_4']
ERROR (arcticdb,lib/python3.11/site-packages/arcticdb_ext.cpython-311-darwin.so): .. but ['conda-forge/osx-arm64::libabseil==20240722.0=cxx17_h07bc746_4'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
ERROR (arcticdb,lib/python3.11/site-packages/arcticdb_ext.cpython-311-darwin.so): Needed DSO lib/libabsl_log_internal_message.2407.0.0.dylib found in ['conda-forge/osx-arm64::libabseil==20240722.0=cxx17_h07bc746_4']
ERROR (arcticdb,lib/python3.11/site-packages/arcticdb_ext.cpython-311-darwin.so): .. but ['conda-forge/osx-arm64::libabseil==20240722.0=cxx17_h07bc746_4'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
ERROR (arcticdb,lib/python3.11/site-packages/arcticdb_ext.cpython-311-darwin.so): Needed DSO lib/libabsl_log_internal_nullguard.2407.0.0.dylib found in ['conda-forge/osx-arm64::libabseil==20240722.0=cxx17_h07bc746_4']
ERROR (arcticdb,lib/python3.11/site-packages/arcticdb_ext.cpython-311-darwin.so): .. but ['conda-forge/osx-arm64::libabseil==20240722.0=cxx17_h07bc746_4'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
ERROR (arcticdb,lib/python3.11/site-packages/arcticdb_ext.cpython-311-darwin.so): Needed DSO lib/libabsl_hash.2407.0.0.dylib found in ['conda-forge/osx-arm64::libabseil==20240722.0=cxx17_h07bc746_4']
ERROR (arcticdb,lib/python3.11/site-packages/arcticdb_ext.cpython-311-darwin.so): .. but ['conda-forge/osx-arm64::libabseil==20240722.0=cxx17_h07bc746_4'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
be due to conda-forge/abseil-cpp-feedstock#87?
In the short term, we can try adding this to recipe/conda_build_config
:
diff --git i/recipe/conda_build_config.yaml w/recipe/conda_build_config.yaml
index 5171a6e..ee3e634 100644
--- i/recipe/conda_build_config.yaml
+++ w/recipe/conda_build_config.yaml
@@ -1,3 +1,9 @@
+# Use clang and clang++ 17 due to ABI changes in abseil
+# See: https://github.com/conda-forge/abseil-cpp-feedstock/issues/87
+c_compiler_version: # [osx]
+ - 17 # [osx]
+cxx_compiler_version: # [osx]
+ - 17 # [osx]
MACOSX_SDK_VERSION: # [osx and x86_64]
- "11.0" # [osx and x86_64]
c_stdlib_version: # [osx and x86_64]
and re-rendering.
I can try that but the linux is also failing |
@conda-forge-admin, please rerender |
Yes, this is what I just have seen. Something seems to overlinks with some of the shared object of So in the short term we might assume that Gentle ping to @h-vetinari who is knowledgeable on libprotobuf and libabseil. 🙏 |
Hi! This is the friendly automated conda-forge-linting service. I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12953004111. Examine the logs at this URL for more detail. |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you but ran into some issues. Please check the output logs of the GitHub Actions workflow below for more details. You can also ping The following suggestions might help debug any issues:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12953010286. Examine the logs at this URL for more detail. |
c627818
to
7f3bc84
Compare
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
…nda-forge-pinning 2025.01.23.20.59.37
As discussed with @phoebusm, if you want to add python 3.13 builds with this PR, you can copy One can also perform the numpy 2 migration similarly with My two cents: if I were you, I would decouple step and perform them in this order:
|
This seems to be a failure that's pretty easy to fix:
What open questions regarding abseil/protobuf are there? |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2025.01.26.17.54.52
@h-vetinari: The error was different then (impromptu overlinkage with libabseil), but nevermind: this is probably more ArcticDB-related. @ognyanstoimenov: conda-forge/memray-feedstock#44 needs to be merged so that Edit: it was merged and the workflows re-rendered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM given 🟢 CI checks.
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.Pending Dependency Version Updates
Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.
This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/12832181675 - please use this URL for debugging.