manjaro / manjaro/libpamac

Incompatible with `libalpm.so.16`

Open
#6 23 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug question
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.