You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the build of the tcsh conda forge recipe fails sice version v6_24_11 with:
/home/conda/feedstock_root/build_artifacts/tcsh_1710376699475/_build_env/bin/../lib/gcc/x86_64-conda-linux-gnu/12.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: tc.func.o: in function `auto_lock':
tc.func.c:(.text.auto_lock+0x8d): undefined reference to `crypt'
is this something that might be explained by a change in tcsh (maybe a new dependency)? Or might the error be on the conda forge side?
I would also like to ask if someone from the tcsh community wants to join in maintaining the conda forge recipe. I just created the recipe but have the feeling that I have to little understanding of tcsh to do it well enough. Effort seems minimal, it's just looking over automatically created PRs for the updates.
I don't think that failure comes from any change in the actual tcsh code between 6.24.10 and 6.24.11. No new dependencies were added. (And that applies to 6.24.12, too.)
The autoconf stuff was also updated, so it is possible that that introduced something. However, I have built tcsh on Debian (4 releases), Ubuntu (5 releases), and NetBSD (2 releases and -current) and they all succeed.
I'm inclined to think it is an issue with conda forge specifically, but I have no evidence. (I tried looking behind the link you provided, but gave up as I was unable to unearth actual build logs. Sorry...)
On glibc systems, tcsh is linked with the crypt library:
the build of the tcsh conda forge recipe fails sice version
v6_24_11
with:is this something that might be explained by a change in tcsh (maybe a new dependency)? Or might the error be on the conda forge side?
I would also like to ask if someone from the tcsh community wants to join in maintaining the conda forge recipe. I just created the recipe but have the feeling that I have to little understanding of tcsh to do it well enough. Effort seems minimal, it's just looking over automatically created PRs for the updates.
Edit: here is a link: conda-forge/tcsh-feedstock#22
The text was updated successfully, but these errors were encountered: