bootstrap-gtk-osx
Produces many errors including
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://tukaani.org/xz/xz-5.2.4.tar.bz2 [following]
https://tukaani.org/xz/xz-5.2.4.tar.bz2: HTTPS support not compiled in.
*** Error during phase checkout of xz: ########## Error running wget --continue http://tukaani.org/xz/xz-5.2.4.tar.bz2 -O /Users/guy/gtk/source/pkgs/xz-5.2.4.tar.bz2 *** [1/15]
Robs-Air:~ guy$ jhbuild sanity check
Loading .env environment variables…
Traceback (most recent call last):
File "/Users/guy/.new_local/libexec/run_jhbuild.py", line 17, in <module>
jhbuild.main.main(sys.argv[1:])
File "/Users/guy/Source/jhbuild/jhbuild/main.py", line 120, in main
rc = jhbuild.commands.run(command, config, args, help=lambda: print_help(parser))
File "/Users/guy/Source/jhbuild/jhbuild/commands/__init__.py", line 178, in run
module_set = jhbuild.moduleset.load(config)
File "/Users/guy/Source/jhbuild/jhbuild/moduleset.py", line 370, in load
ms.modules.update(_parse_module_set(config, uri).modules)
File "/Users/guy/Source/jhbuild/jhbuild/moduleset.py", line 531, in _parse_module_set
inc_moduleset = _parse_module_set(config, inc_uri)
File "/Users/guy/Source/jhbuild/jhbuild/moduleset.py", line 548, in _parse_module_set
repositories, default_repo)
File "/Users/guy/Source/jhbuild/jhbuild/modtypes/__init__.py", line 63, in parse_xml_node
return parser(node, config, uri, repositories, default_repo)
File "/Users/guy/Source/jhbuild/jhbuild/modtypes/autotools.py", line 381, in parse_autotools
instance = AutogenModule.parse_from_xml(node, config, uri, repositories, default_repo)
File "/Users/guy/Source/jhbuild/jhbuild/modtypes/__init__.py", line 507, in parse_from_xml
instance.branch = get_branch(node, repositories, default_repo, config)
File "/Users/guy/Source/jhbuild/jhbuild/modtypes/__init__.py", line 169, in get_branch
return repo.branch_from_xml(name, childnode, repositories, default_repo)
File "/Users/guy/Source/jhbuild/jhbuild/versioncontrol/tarball.py", line 88, in branch_from_xml
branch = Repository.branch_from_xml(self, name, branchnode, repositories, default_repo)
File "/Users/guy/Source/jhbuild/jhbuild/versioncontrol/__init__.py", line 62, in branch_from_xml
return self.branch(name, **kws)
File "/Users/guy/Source/jhbuild/jhbuild/versioncontrol/tarball.py", line 71, in branch
module = module.replace('${version}', version)
AttributeError: 'tuple' object has no attribute 'replace'
Robs-Air:~ guy$
I am trying to build virt-manager and Virt0-viewer.
Thanks