-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
MNT: rerender #6
MNT: rerender #6
Conversation
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 2024.08.28.19.57.49
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
Hi! This is the friendly conda-forge automerge bot! Commits were made to this PR after the |
ignore_run_exports: | ||
- libstdcxx-ng # [linux] |
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.
It makes no sense to ignore the run-export and then re-add it manually. What problem were you trying to solve here? In any case, this is not the right approach and should be reverted - happy to help fix whatever it is that needed fixing in a better way.
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.
It was to resolve this error (log):
Warning: rpath /home/conda/feedstock_root/build_artifacts/dispenso_1724896726150/_build_env/lib is outside prefix /home/conda/feedstock_root/build_artifacts/dispenso_1724896726150/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl (removing it)
INFO: sysroot: '/home/conda/feedstock_root/build_artifacts/dispenso_1724896726150/_build_env/x86_64-conda-linux-gnu/sysroot/' files: '['usr/share/zoneinfo', 'usr/share/locale/zh_TW/LC_MESSAGES/libc.mo', 'usr/share/locale/zh_CN/LC_MESSAGES/libc.mo', 'usr/share/locale/vi/LC_MESSAGES/libc.mo']'
ERROR (dispenso,lib/libdispenso.so.1.3.0): Needed DSO lib/libstdc++.so.6 found in ['conda-forge/linux-64::libstdcxx==14.1.0=hc0a3c3a_1']
ERROR (dispenso,lib/libdispenso.so.1.3.0): .. but ['conda-forge/linux-64::libstdcxx==14.1.0=hc0a3c3a_1'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
ERROR (dispenso,lib/libdispenso.so.1.3.0): Needed DSO lib/libgcc_s.so.1 found in ['conda-forge/linux-64::libgcc==14.1.0=h77fa898_1']
ERROR (dispenso,lib/libdispenso.so.1.3.0): .. but ['conda-forge/linux-64::libgcc==14.1.0=h77fa898_1'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
INFO (dispenso,lib/libdispenso.so.1.3.0): Needed DSO x86_64-conda-linux-gnu/sysroot/lib64/libpthread.so.0 found in CDT/compiler package conda-forge/noarch::sysroot_linux-64==2.17=h4a8ded7_16
INFO (dispenso,lib/libdispenso.so.1.3.0): Needed DSO x86_64-conda-linux-gnu/sysroot/lib64/libc.so.6 found in CDT/compiler package conda-forge/noarch::sysroot_linux-64==2.17=h4a8ded7_16
INFO (dispenso,lib/libdispenso.so.1.3.0): Needed DSO x86_64-conda-linux-gnu/sysroot/lib64/ld-linux-x86-64.so.2 found in CDT/compiler package conda-forge/noarch::sysroot_linux-64==2.17=h4a8ded7_16
WARNING (dispenso): run-exports library package conda-forge/linux-64::libstdcxx-ng==14.1.0=h4852527_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`)
Traceback (most recent call last):
The build errors still look mysterious to me. Any help would be appreciated!
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.
Hi! This is the friendly automated conda-forge-webservice.
I've started rerendering the recipe as instructed in #5.
If I find any needed changes to the recipe, I'll push them to this PR shortly. Thank you for waiting!
Here's a checklist to do before merging.
Fixes #5