mesonbuild / mesonbuild/meson

Dependency checks should automatically offer to install the necessary -dev packages

Open
#2,292 14 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

dependencies enhancement
Dominant language
Python
Stars
6.6k
Forks
1.9k
Avg merge
2d 6h
Merged PRs (30d)
33

Description

Similar to what some distros have for missing commands:

```console
$ jython
bash: jython: command not found...
Install package 'jython' to provide command 'jython'? [N/y]
```

This will really improve the 'build a project for the first time' experience, which is pretty shit for all build systems in the world right now, as detailed in https://github.com/mesonbuild/meson/issues/985#issuecomment-267258425.

Must also include an option for disabling this when building in CI, for instance.

Contributor guide

Open the contributing guide

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

No files, tests, or entry points are named. Begin by locating Meson's dependency checks and the build configuration path used in CI; done means missing -dev packages can be offered during a first build while CI can disable the prompt.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.