Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

OpenWrt flavored SnapOS problem #24

Open
bw118 opened this issue Aug 6, 2022 · 4 comments
Open

OpenWrt flavored SnapOS problem #24

bw118 opened this issue Aug 6, 2022 · 4 comments

Comments

@bw118
Copy link

bw118 commented Aug 6, 2022

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
Copy link
Author

bw118 commented Aug 7, 2022

@kerta1n
Copy link

kerta1n commented Oct 21, 2023

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

@davidandreoletti
Copy link
Contributor

davidandreoletti commented Mar 29, 2024

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

@kerta1n
Copy link

kerta1n commented Mar 29, 2024

@davidandreoletti will try thanks!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants