Skip to content

depend on gettext on osx#49

Merged
anjos merged 3 commits into
conda-forge:mainfrom
jamtat:main
Apr 7, 2026
Merged

depend on gettext on osx#49
anjos merged 3 commits into
conda-forge:mainfrom
jamtat:main

Conversation

@jamtat

@jamtat jamtat commented Apr 6, 2026

Copy link
Copy Markdown

With some advice from @pavelzw creating a PR to fix the following error when running on a fresh copy of Mac OS X:

dyld[20454]: Library not loaded: /opt/homebrew/opt/gettext/lib/libintl.8.dylib
  Referenced from: <55F4030F-9A6C-31F0-854E-94C2E195E654> /Users/ben/.pixi/envs/nvim/bin/nvim
  Reason: tried: '/opt/homebrew/opt/gettext/lib/libintl.8.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/gettext/lib/libintl.8.dylib' (no such file), '/opt/homebrew/opt/gettext/lib/libintl.8.dylib' (no such file), '/usr/local/lib/libintl.8.dylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file, not in dyld cache)

I've built and run this locally on hot and fresh macbook neo with no homebrew installed.

@jamtat
jamtat marked this pull request as draft April 6, 2026 20:40
@conda-forge-admin

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

@jamtat
jamtat marked this pull request as ready for review April 6, 2026 20:55
@anjos

anjos commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Thanks for catching and fixing this recipe issue.

@anjos

anjos commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

You need a bump in the build number tho.

@anjos
anjos merged commit dbf9ddc into conda-forge:main Apr 7, 2026
8 checks passed
Comment thread recipe/recipe.yaml
Comment on lines 45 to 46
- if: osx or win
then: libintl-devel

@pavelzw pavelzw Apr 7, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

i would have expected that this one already pulls in the appropriate things to link against.

gettext pulls in libgettextpo as a run dependency which is GPL which is probably not needed. it would be nice if we could install nvim without needing GPL dependencies

pixi exec pixi-browse -m gettext

Image

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we should undo this patch with a new build because it did not fix the issue (c.f. #50).

@anjos

anjos commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

I think we should undo this patch with a new build because it did not fix the issue (c.f. #50).

@anjos anjos mentioned this pull request Apr 22, 2026
5 tasks
anjos added a commit that referenced this pull request Apr 22, 2026
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

Successfully merging this pull request may close these issues.

4 participants