Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
cerbero
cerbero
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 86
    • Issues 86
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • cerberocerbero
  • Issues
  • #166

Closed
Open
Opened Jun 22, 2019 by Aaron Boxer@boxerabContributor

"cleanone" option broken with meson recipes

./cerbero-uninstalled -c config/cross-win32.cbc builone zlib works fine, for example, but

./cerbero-uninstalled -c config/cross-win32.cbc cleanone zlib gives this error:

Loading default configuration from /home/aaron/.cerbero/cerbero.cbc
Traceback (most recent call last):
  File "./cerbero/commands/cleanone.py", line 49, in run
    stepfunc()
  File "./cerbero/build/build.py", line 150, in call
    res = func(*args)
  File "./cerbero/build/build.py", line 879, in clean
    shell.call(self.make_clean, self.meson_dir, logfile=self.logfile, env=self.env)
AttributeError: 'Recipe' object has no attribute 'meson_dir'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./cerbero/main.py", line 158, in run_command
    res = commands.run(command, self.config, self.args)
  File "./cerbero/commands/__init__.py", line 78, in run
    return _commands[command].run(config, args)
  File "./cerbero/commands/cleanone.py", line 54, in run
    (recipe.name, ex))
cerbero.errors.FatalError: Fatal Error: Error running zlib checks: 'Recipe' object has no attribute 'meson_dir'
***** Error running 'cleanone' command:
Fatal Error: Error running zlib checks: 'Recipe' object has no attribute 'meson_dir'
Edited Jun 23, 2019 by Nirbheek Chauhan
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/cerbero#166