Robs-Air:gtk-osx guy$ jhbuild bootstrap-gtk-osx
Loading .env environment variables…
*** Checking out xz *** [1/15]
wget --continue http://tukaani.org/xz/xz-5.2.4.tar.bz2 -O 
/Users/guy/gtk/source/pkgs/xz-5.2.4.tar.bz2
--2020-01-14 08:55:12--  http://tukaani.org/xz/xz-5.2.4.tar.bz2
Resolving tukaani.org... 84.34.147.45
Connecting to tukaani.org|84.34.147.45|:80... connected.
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]

  [1] Rerun phase checkout
  [2] Ignore error and continue to configure
  [3] Give up on module
  [4] Start shell
  [5] Reload configuration
  [6] Go to phase "wipe directory and start over"
choice: ^CInterrupted
Robs-Air:gtk-osx guy$ echo$PATH
-bash: 
echo/Library/Frameworks/Python.framework/Versions/3.8/bin:/Users/guy/.new_local/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Developer/CommandLineTools:/Applications/VMware:
 No such file or directory
Robs-Air:gtk-osx guy$ 
Robs-Air:gtk-osx guy$ which python
/usr/bin/python
Robs-Air:gtk-osx guy$ which curl
/usr/bin/curl



----- Original Message -----
From: "John Ralls" <jra...@ceridwen.us>
To: "Rob Downer" <r...@orbitalsystems.co.uk>
Cc: "gtk-osx-users-list" <gtk-osx-users-list@gnome.org>
Sent: Monday, 13 January, 2020 23:42:22
Subject: Re: [gtk-osx-users] OSX Mojave Multiple errors

> On Jan 13, 2020, at 12:19 PM, Rob <r...@orbitalsystems.co.uk> wrote:
> 
> Hi I am getting a massive amount of errors...
> 
> I am using a clean OSX Mojave install and
> 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.

It's `jhbuild sanitycheck` not `jhbuild sanity check`. Not that that matters, 
it doesn't look like jhbuild can even start... which makes me wonder how you 
got it to try to download xz.

No https support looks fishy. What do you get when you say `which curl`? What 
about `which python`?

Regards,
John Ralls
_______________________________________________
gtk-osx-users-list mailing list
gtk-osx-users-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list

Reply via email to