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

apk add doesn’t add certain packages #2314

Open
flex-chillrsn opened this issue Jan 1, 2024 · 2 comments
Open

apk add doesn’t add certain packages #2314

flex-chillrsn opened this issue Jan 1, 2024 · 2 comments

Comments

@flex-chillrsn
Copy link

flex-chillrsn commented Jan 1, 2024

I’m attempting to build neovim from source, but cannot add all of the build prereqs as stated in build.md:

IMG_0229

Note that which build-base and which gettext-tiny-dev don’t return anything after running apk add build-base cmake coreutils curl unzip gettext-tiny-dev

I can attempt to build neovim, but get stuck at Generating nvim.pot, which might be related to gettext missing.

IMG_0228

Using iSH 1.3.2 with Alpine Linux 3.14 repos.

@saagarjha
Copy link
Member

build-base is not a command, but a meta-package that requests a number of compilers and build tools. Note that its contents are empty but it depends on some other packages: https://pkgs.alpinelinux.org/package/v3.14/main/x86/build-base

@flex-chillrsn
Copy link
Author

@saagarjha Thanks for pointing out the distinction. Not sure if this was the right approach, but went ahead and ran apk add on all dependencies for build-base and gettext.

I ran make CMAKE_BUILD_TYPE=RelWithDebInfo again and ran into the same Bad system call error. dmesg returns 281(nvim) missing syscall 425 which I noticed was the same missing syscall in issues #2244 and #2288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants