Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-build gst-build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-buildgst-build
  • Issues
  • #60
Closed
Open
Issue created Nov 05, 2019 by Matthew Waters@ystreet🐨Maintainer

gst-docs doesn't track subproject changes across reconfiguration

Sequence of events:

meson build
ninja -C build
meson configure build -Dbad=disabled
ninja -C build

Results in

...
|Executing subproject gst-docs method meson 
|
|Project name: GStreamer manuals and tutorials
|Project version: 1.17.0.1
|C compiler for the host machine: ccache cc (gcc 9.2.0 "cc (GCC) 9.2.0")
|C linker for the host machine: GNU ld.bfd 2.33.1
|Message: Building gstreamer documentation
|Message: Building gst-plugins-base documentation
|Message: Building gst-plugins-good documentation

subprojects/gst-docs/meson.build:21:8: ERROR: Subproject "subprojects/gst-plugins-bad" required but not found.

This is ultimately due to the use of default_options to pass the list of projects into gst-docs to generate docs for which will not be updated on a configuration change.

Assignee
Assign to
Time tracking