MitchRatquest / HackadaySynth

Synth for the 2018 hackaday contest
10 stars 2 forks source link

No PD and Orca in produced image. #3

Open reverbrick opened 4 years ago

reverbrick commented 4 years ago

Hello Mitch,

I did:

git pull rm -rf build/linux-5.2.21/ make

It fails leaving produced iso without PD and Orca. This is the part I suspect:

mkdir -p /home/reverbrick/Documents/Stuff/HackadaySynth/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-g3b2edae"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11"; \ echo "PRETTY_NAME=\"Buildroot 2019.11\"" \ ) > /home/reverbrick/Documents/Stuff/HackadaySynth/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/reverbrick/Documents/Stuff/HackadaySynth/target/etc

Sanitizing RPATH in target tree /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath target /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 14652 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 14699 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 18692 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 18699 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 18917 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 18932 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 18953 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 18987 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19047 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19049 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19051 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19064 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19141 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19349 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19379 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19388 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19412 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19534 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19567 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19654 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19770 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19772 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19805 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 19962 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20104 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20143 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20194 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20248 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20287 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20382 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20529 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20748 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 20818 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 21529 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 21558 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 21570 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 21578 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 21590 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 21592 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 21730 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 21799 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22095 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22194 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22275 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22403 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22405 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22408 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22411 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22419 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22430 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22438 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22443 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22451 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22644 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22783 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22797 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22953 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 22982 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23092 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23094 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23096 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23106 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23113 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23121 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23921 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23923 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 23984 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24119 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24505 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24517 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24535 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24560 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24681 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24806 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24818 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24854 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24869 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24892 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24907 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24927 Segmentation fault (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24929 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24972 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 24984 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25000 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25009 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25389 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25406 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25408 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25410 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25412 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25481 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25618 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25628 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25901 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 25963 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 26020 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 26069 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 26819 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27142 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27169 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27173 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27179 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27185 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27194 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27210 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27232 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27249 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27251 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27273 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27325 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27384 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27413 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27447 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27449 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27452 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27459 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27480 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27493 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27532 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27589 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27752 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27799 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/support/scripts/fix-rpath: line 61: 27950 Aborted (core dumped) ${PATCHELF} --print-rpath "${file}" > /dev/null 2>&1 Copying overlay /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/../configs/overlay/ Executing post-build script /home/reverbrick/Documents/Stuff/HackadaySynth/buildroot-2019.11/../configs/post-build.sh mv: cannot stat '/home/reverbrick/Documents/Stuff/HackadaySynth/target/etc/init.d/S40network': No such file or directory cp: cannot create regular file '/home/reverbrick/Documents/Stuff/HackadaySynth/target/usr/bin/wish': Permission denied rm: cannot remove '/home/reverbrick/Documents/Stuff/HackadaySynth/target/etc/init.d/S50telnet': No such file or directory rm: cannot remove '/home/reverbrick/Documents/Stuff/HackadaySynth/target/etc/init.d/S30rpcbind': No such file or directory rm: cannot remove '/home/reverbrick/Documents/Stuff/HackadaySynth/target/etc/init.d/S20urandom': No such file or directory rm: cannot remove '/home/reverbrick/Documents/Stuff/HackadaySynth/target/etc/init.d/S30dbus': No such file or directory rm: cannot remove '/home/reverbrick/Documents/Stuff/HackadaySynth/target/etc/init.d/S10udev': No such file or directory

MitchRatquest commented 4 years ago

I have an alternate branch which is very minimal. It builds an image with orca, pd, trx, and alsa-utils, and not much else. To use it, do this: git pull git checkout vanilla_nanopi_realtime make clean ./create_mainline_img.sh

This one ships without all the externals, just vanilla pd.

I'm currently building/testing this branch now.

reverbrick commented 4 years ago

Okay, thanks. It is ongoing on my side...

reverbrick commented 4 years ago

...but also no luck this time... /bin/bash: board/friendlyarm/nanopi-neo/post-build.sh: No such file or directory Makefile:740: recipe for target 'target-finalize' failed make[1]: [target-finalize] Error 127 Makefile:23: recipe for target '_all' failed make: [_all] Error 2

Any chance to get this minimal build as image? I think I am to short to make it work.

I'd love to get it right, but I just cannot get the buildroot stuff...it seems like the huge script running scripts and patching the code before compiling it. Still don't get why results differ between computers.

MitchRatquest commented 4 years ago

Yeah, I get it. Heres a link to the sdcard.img: https://github.com/MitchRatquest/HackadaySynth/blob/vanilla_nanopi_realtime/pd-orca-trx-img.tar.gz

reverbrick commented 4 years ago

Thanks, this let's me play. I still hope to succeed building it some day... regards.

reverbrick commented 4 years ago

As before, Kernel panic - not syncing: No working init found. I am sorry to waste your time, going back to the very first image that was working.