badaix / snapos

Snapcast OS
GNU General Public License v3.0
97 stars 31 forks source link

OpenWrt flavored SnapOS problem #24

Open bw118 opened 2 years ago

bw118 commented 2 years ago

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!

bw118 commented 2 years ago

error related to:

https://github.com/badaix/snapcast/issues/637 https://github.com/badaix/snapcast/issues/620 https://github.com/badaix/snapcast/issues/637

kerta1n commented 10 months ago

Same error using SDK method, 0.27.0 and 23.05.0 SDK build (architecture IPQ8076 and MT7621). Any ideas @badaix ?

davidandreoletti commented 5 months ago

@kerta1n / @bw118 With #29 now merged in, snapcast packages can be built successfully for OpenWRT 23.05 and SNAPSHOT. Give it a go :-)

kerta1n commented 5 months ago

@davidandreoletti will try thanks!!