-
Notifications
You must be signed in to change notification settings - Fork 34
OpenWrt flavored SnapOS problem #24
Description
Hello,
I tried to build snapclient for OpenWrt with the two methods: "OpenWrt build system setup" and "Alternative: Using OpenWRT-SDK"
Both fail because, if I get it correctly, "https://git.xiph.org" moved to "https://gitlab.xiph.org/xiph"
here is my " make -j1 V=sc " output:
HEAD is now at f2405c4a bump version to v0.15.0
Submodule 'externals/aixlog' (https://github.com/badaix/aixlog.git) registered for path 'externals/aixlog'
Submodule 'externals/asio' (https://github.com/chriskohlhoff/asio.git) registered for path 'externals/asio'
Submodule 'externals/flac' (https://git.xiph.org/flac.git) registered for path 'externals/flac'
Submodule 'externals/ogg' (https://git.xiph.org/ogg.git) registered for path 'externals/ogg'
Submodule 'externals/popl' (https://github.com/badaix/popl.git) registered for path 'externals/popl'
Submodule 'externals/tremor' (https://git.xiph.org/tremor.git) registered for path 'externals/tremor'
Cloning into '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/aixlog'...
Cloning into '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/asio'...
Cloning into '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/flac'...
fatal: unable to access 'https://git.xiph.org/flac.git/': Failed to connect to git.xiph.org port 443: Connection refused
fatal: clone of 'https://git.xiph.org/flac.git' into submodule path '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/flac' failed
Failed to clone 'externals/flac'. Retry scheduled
Cloning into '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/ogg'...
fatal: unable to access 'https://git.xiph.org/ogg.git/': Failed to connect to git.xiph.org port 443: Connection refused
fatal: clone of 'https://git.xiph.org/ogg.git' into submodule path '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/ogg' failed
Failed to clone 'externals/ogg'. Retry scheduled
Cloning into '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/popl'...
Cloning into '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/tremor'...
fatal: unable to access 'https://git.xiph.org/tremor.git/': Failed to connect to git.xiph.org port 443: Connection refused
fatal: clone of 'https://git.xiph.org/tremor.git' into submodule path '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/tremor' failed
Failed to clone 'externals/tremor'. Retry scheduled
Cloning into '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/flac'...
fatal: unable to access 'https://git.xiph.org/flac.git/': Failed to connect to git.xiph.org port 443: Connection refused
fatal: clone of 'https://git.xiph.org/flac.git' into submodule path '/home/admin/openwrtbuild/openwrt/tmp/dl/snapcast-0.15.0/externals/flac' failed
Failed to clone 'externals/flac' a second time, aborting
make[3]: *** [Makefile:130: /home/admin/openwrtbuild/openwrt/dl/snapcast-0.15.0.tar.xz] Error 1
make[3]: Leaving directory '/home/admin/openwrt/snapos-0.15.0/openwrt/snapcast'
time: package/snapcast/snapcast/compile#12.62#2.63#17.04
ERROR: package/snapcast/snapcast failed to build.
make[2]: *** [package/Makefile:116: package/snapcast/snapcast/compile] Error 1
make[2]: Leaving directory '/home/admin/openwrtbuild/openwrt'
make[1]: *** [package/Makefile:110: /home/admin/openwrtbuild/openwrt/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/admin/openwrtbuild/openwrt'
make: *** [/home/admin/openwrtbuild/openwrt/include/toplevel.mk:230: world] Error 2
Thank you for your work!