After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741214 - bootstrap fails when installing perl dependencies
bootstrap fails when installing perl dependencies
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-07 12:21 UTC by Thijs Vermeir
Modified: 2018-02-21 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thijs Vermeir 2014-12-07 12:21:58 UTC
I get following error when executing cerbero bootstrap on mac osx yosemite:

$ ./cerbero-uninstalled bootstrap
...
XML::Parser'
XML::Parser is up to date. (2.41)
Traceback (most recent call last):
  • File "./cerbero-uninstalled", line 9 in <module>
    main()
  • File "./cerbero/main.py", line 128 in main
    Main(sys.argv[1:])
  • File "./cerbero/main.py", line 55 in __init__
    self.run_command()
  • File "./cerbero/main.py", line 105 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/bootstrap.py", line 38 in run
    bootstraper.start()
  • File "./cerbero/bootstrap/osx.py", line 40 in start
    self._install_perl_deps()
  • File "./cerbero/bootstrap/osx.py", line 56 in _install_perl_deps
    cpanm_installer.close()
AttributeError: 'str' object has no attribute 'close'

Comment 1 Edward Hervey 2018-02-21 15:56:07 UTC
Closing as obsolete. Haven't seen this issue in ages.