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

MNT: rerender #6

Merged

Conversation

conda-forge-admin
Copy link
Contributor

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

@conda-forge-webservices
Copy link
Contributor

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 (recipe/meta.yaml) and found it was in an excellent condition.

@jeongseok-meta jeongseok-meta added the automerge Merge the PR when CI passes label Aug 29, 2024
Copy link
Contributor

github-actions bot commented Aug 29, 2024

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • azure: passed

Thus the PR was passing and merged! Have a great day!

@github-actions github-actions bot removed the automerge Merge the PR when CI passes label Aug 29, 2024
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

@jeongseok-meta jeongseok-meta added the automerge Merge the PR when CI passes label Aug 29, 2024
@github-actions github-actions bot merged commit bae23c7 into conda-forge:main Aug 29, 2024
8 checks passed
Comment on lines +19 to +20
ignore_run_exports:
- libstdcxx-ng # [linux]
Copy link
Member

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.

Copy link
Contributor

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!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#7

@h-vetinari h-vetinari mentioned this pull request Sep 1, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the PR when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@conda-forge-admin, please rerender
3 participants