Cerbero Bootstrap fails on OSX
Urs Hofer
hoferurs at gmail.com
Tue Jun 24 05:18:28 PDT 2014
Hi all
I've checked out cerbero master. Bootstrapping fails
on OSX 10.8.5 with the following error:
> ./cerbero-uninstalled bootstrap
> WARNING: No bootstrapper for the distro version osx_mountain_lion
> Downloading https://raw.github.com/miyagawa/cpanminus/master/cpanm
> Running command 'curl -L https://raw.github.com/miyagawa/cpanminus/master/cpanm -o /var/folders/k3/l9lbshw54bqcck01hf3m_7wc0000gn/T/tmpb1FPPJ '
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
> 100 262k 100 262k 0 0 60594 0 0:00:04 0:00:04 --:--:-- 152k
> Running command 'chmod +x /var/folders/k3/l9lbshw54bqcck01hf3m_7wc0000gn/T/tmpb1FPPJ'
> Running command 'sudo /var/folders/k3/l9lbshw54bqcck01hf3m_7wc0000gn/T/tmpb1FPPJ XML::Parser'
> dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
> Password:
> 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 130, 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
> bootstrapper.start()
> File "./cerbero/bootstrap/osx.py", line 43, in start
> self._install_perl_deps()
> File "./cerbero/bootstrap/osx.py", line 59, in _install_perl_deps
> cpanm_installer.close()
> AttributeError: 'str' object has no attribute 'close'
>
Older versions compiled without problems.
All the best
Urs Hofer
More information about the gstreamer-devel
mailing list