Incompatible with `libalpm.so.16`
Nobody has claimed this yet.
- Dominant language
- Vala
- Stars
- 5
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```
src/dependency-checker.p/alpm_config.c:957:9: error: implicit declaration of function ‘alpm_option_set_disable_sandbox’; did you mean ‘alpm_option_set_disable_sandbox_syscalls’? [-Wimplicit-function-declaration]
src/outdated-checker.p/alpm_config.c:957:9: error: implicit declaration of function ‘alpm_option_set_disable_sandbox’; did you mean ‘alpm_option_set_disable_sandbox_syscalls’? [-Wimplicit-function-declaration]
src/libpamac-aur.so.11.7.p/alpm_config.c:947:9: error: implicit declaration of function ‘alpm_option_set_disable_sandbox’; did you mean ‘alpm_option_set_disable_sandbox_syscalls’? [-Wimplicit-function-declaration]
```
Due to [undocumented API change](https://gitlab.archlinux.org/pacman/pacman/-/issues/285).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the alpm_config.c locations reported by the compiler, especially around lines 947-957, and compare the libalpm API used there with the libalpm.so.16 headers. Rebuild the dependency-checker, outdated-checker, and libpamac-aur targets; done means these targets compile without the implicit-function-declaration errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, linux
- Domain
- operating-systems, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100