[PROBLEM] Meson error while installing - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: [PROBLEM] Meson error while installing (/showthread.php?tid=1474) |
Meson error while installing - wftnx - 06-18-2019 Hello guys, First of all thank you for your hard work on this project ! I've just received my Hifiberry DAC+ Pro and mounted it on my Rpi 3B I followed the "Easy installation / setup / configuration guide for absolute beginner" but i've got an issu while installing, see the "moslog" report below. Samba is not being run as an AD Domain Controller, masking samba-ad-dc-service. Please ignore the following error about deb-systemd-helper not finding samba-ad-dc-service. Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service → /lib/systemd/system/nmbd.service. Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked. /usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service → /lib/systemd/system/smbd.service. Setting up libtheora0:armhf (1.1.1+dfsg.1-14) ... Setting up libnss-winbind:armhf (2:4.5.16+dfsg-1+deb9u1) ... Setting up libavcodec57:armhf (7:3.2.14-1~deb9u1+rpt1) ... Setting up nginx (1.10.3-1+deb9u2) ... Setting up libchromaprint1:armhf (1.4.2-1) ... Setting up libavformat57:armhf (7:3.2.14-1~deb9u1+rpt1) ... Setting up libavfilter6:armhf (7:3.2.14-1~deb9u1+rpt1) ... Setting up libavdevice57:armhf (7:3.2.14-1~deb9u1+rpt1) ... Setting up ffmpeg (7:3.2.14-1~deb9u1+rpt1) ... Setting up libav-tools (7:3.2.14-1~deb9u1+rpt1) ... Processing triggers for libc-bin (2.24-11+deb9u4) ... Processing triggers for systemd (232-25+deb9u11) ... Processing triggers for dbus (1.10.28-0+deb9u1) ... Processing triggers for initramfs-tools (0.130) ... Processing triggers for php7.0-fpm (7.0.33-0+deb9u3) ... ** Install meson cp: cannot stat './moode/other/mpd/build-tools/meson-0.50.1.tar.gz': No such file or directory tar (child): meson-0.50.1.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now /home/pi/mosbuild/mosbuild_worker.sh: line 208: cd: meson-0.50.1: No such file or directory python3: can't open file 'setup.py': [Errno 2] No such file or directory ** Error: Install failed ** Error: image build exited ** Error: reboot to resume the build I've tried to restard from the beginig (reformat the SD card, etc...) but exactly the same issue at the same step, unfortunatly i don't know nothing about linux. Is there any solution to fix this ? PS: i've searched on the forum if this problem already happened but didn't found anything Thanks by advance for your precious help ! RE: Meson error while installing - Tim Curtis - 06-18-2019 Download the pre-built ISO image and write it to an SDCard. http://moodeaudio.org RE: Meson error while installing - wftnx - 06-19-2019 Thanks you very much, I'll test it like this. |