owntone / owntone-server

Linux/FreeBSD DAAP (iTunes) and MPD audio server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
https://owntone.github.io/owntone-server
GNU General Public License v2.0
2.09k stars 235 forks source link

Errors during installation on a debian system #398

Closed TribuneX closed 7 years ago

TribuneX commented 7 years ago

I am getting errors during the make and install process.

make

output:

make[2]: Entering directory '/opt/forked-daapd/src' make all-am make[3]: Entering directory '/opt/forked-daapd/src' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/opt/forked-daapd/src' make[2]: Leaving directory '/opt/forked-daapd/src' make[2]: Entering directory '/opt/forked-daapd' make[2]: No rule to make target 'scripts/freebsd_install_10.1.sh', needed by 'all-am'. Stop. make[2]: Leaving directory '/opt/forked-daapd' Makefile:613: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/opt/forked-daapd' Makefile:454: recipe for target 'all' failed make: *** [all] Error 2

sudo make install

output:

/bin/bash ../libtool --mode=install /usr/bin/install -c forked-daapd '/usr/sbin' libtool: install: /usr/bin/install -c forked-daapd /usr/sbin/forked-daapd make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/opt/forked-daapd/src' make[3]: Leaving directory '/opt/forked-daapd/src' make[2]: Leaving directory '/opt/forked-daapd/src' make[2]: Entering directory '/opt/forked-daapd' make[2]: No rule to make target 'scripts/freebsd_install_10.1.sh', needed by 'all-am'. Stop. make[2]: Leaving directory '/opt/forked-daapd' Makefile:613: recipe for target 'install-recursive' failed make[1]: [install-recursive] Error 1 make[1]: Leaving directory '/opt/forked-daapd' Makefile:910: recipe for target 'install' failed make: *** [install] Error 2

I had forked-daapd installed before. I just wanted to upgrade to the latest version in order to support tvOS 10.2 and device verification.

ejurgensen commented 7 years ago

Yes, just fixed it now... please pull and try again.

TribuneX commented 7 years ago

That was quick! It worked now. Thanks a lot!