-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build shairport-sync #3914
Comments
welcome @lvjinqiao from your logs, I read that you want to build the shairport-sync package for armada370 architecture. what I cannot see is, whether you are using the docker image or a debian environment for the build. you have two options (see readme: Setup Development Environment)
Instructions to build shairport.sync for armada370 6.1 with the docker image:
Some Remarks
|
hello,I use the dockerimage,but my system is debian linux.you means i must use the dockerimage on syno to compile the spk??because i am in chinad so i think maybe i cannot wget some things. |
And this is my steps: but when i download the tar ,and put it in the folder ,it not work. |
That is the same environment that I use The dockerimage is officially supported on docker hub. the command please follow each step of my instructions above. Log entries like I have no idea, whether the download of the cross modules source code is available in your country. And please do not quote the whole message, we have the history available here. |
If you do not run |
i run make setup,i think the problem is because "wget http://rpm5.org/files/popt/popt-1.16.tar.gz" in |
oh, i solve the problem, maybe the folder is not digests ,the folder name is distrib,and thank you very much ,do you know thank you very much ?? thank you very much |
yes the folder is distrib (I am out and have no access to my system at home). currently http://rpm5.org/files/popt/ is not reachable for me too. So it is not a restriction for your location. May be you should try later (some hours, or even days) or we must find a mirror or other source for popt source code. |
this works for me: |
YEAH!! I am already compile the spk succeeds. thank you very much! Our country has a super big network firewall. You can't use Google or watch YouTube here. It's terrible |
I gave this issue a more descriptive title ;-) |
you're welcome and I am happy too, that you succeeded. |
It is not the first time rpm5.org is not reachable: So it is better update PR #3866 to use ftp://anduin.linuxfromscratch.org/BLFS/popt/popt-1.16.tar.gz for cross/popt |
make[2]: Nothing to be done for 'default'.
make[2]: Leaving directory '/spksrc/spksrc/cross/busybox'
make[2]: Entering directory '/spksrc/spksrc/cross/shairport-sync'
===> Processing dependencies of shairport-sync
make[3]: Entering directory '/spksrc/spksrc/cross/libtool'
make[3]: Nothing to be done for 'default'.
make[3]: Leaving directory '/spksrc/spksrc/cross/libtool'
make[3]: Entering directory '/spksrc/spksrc/cross/libconfig'
make[3]: Nothing to be done for 'default'.
make[3]: Leaving directory '/spksrc/spksrc/cross/libconfig'
make[3]: Entering directory '/spksrc/spksrc/cross/popt'
===> Downloading files for popt
wget http://rpm5.org/files/popt/popt-1.16.tar.gz
wget: unable to resolve host address ‘rpm5.org’
make[3]: *** [../../mk/spksrc.download.mk:57: download_target] Error 4
make[3]: Leaving directory '/spksrc/spksrc/cross/popt'
make[2]: *** [../../mk/spksrc.depend.mk:44: depend_target] Error 2
make[2]: Leaving directory '/spksrc/spksrc/cross/shairport-sync'
make[1]: *** [../../mk/spksrc.depend.mk:44: depend_target] Error 2
make[1]: Leaving directory '/spksrc/spksrc/spk/shairport-sync'
make: [../../mk/spksrc.spk.mk:463: arch-armada370] Error 2 (ignored)
The text was updated successfully, but these errors were encountered: