Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • waffle waffle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • wafflewaffle
  • Merge requests
  • !109

meson: omit bash completion, with custom prefix

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Emil Velikov requested to merge xexaxo/waffle:custom-prefix into master Jun 02, 2022
  • Overview 3
  • Commits 1
  • Pipelines 2
  • Changes 1

In order for bash completions to work, they must be installed in the respective folder. Often that folder is writable only by root.

In order words, using a command line the following now is successful, providing indicative warning message.

meson builddir --prefix pwd/inst ... meson.build:140: WARNING: User provided prefix '.../inst' differs from bash-completion one '/usr'. Disabling completion.

/cc @pq can you confirm this fixes the issue on your end? Fwiw other meson projects (systemd) suffer from this problem.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: custom-prefix