For anybody like me with a "slight" gap in Linux knowledge that encounters the same issue. Last week (on a max2play image) after doing a sudo apt update and sudo apt upgrade. As a result libc-dev-bin_2.28-10+rpt2+rpi1_armhf.deb got installed.
As a result Musicip was not working anymore. I followed the first post again, got an error and in the second try replaced: Set the version to the Rasbian version (add +rpi1) and remove the dependency of libgcc1 and save the file With: Set the version to the Rasbian version (add +rpt2+rpi1) and remove the dependency of libgcc1 and save the file And of course changed "sudo dpkg -i newpack/libc6_2.28-10+rpi1_i386.deb" to "sudo dpkg -i newpack/libc6_2.28-10+rpt2+rpi1_i386.deb" Not a clue what I did, but is working again now! Hope this helps someone out... (p.s. I am sure, by the lack of Google results I am finding that it is a situation unique to me but I was initialy also unable to perform the sudo apt upgrade. I got the error message unable to create '/usr/bin/gencat.dpkg-new' After a couple of days of troubleshooting we finally figured this one out. It turned out that something had set the "immutable" flag on the /usr/bin folder. Check with sudo lsattr /usr (the /bin folder will have an i in the output) and change with sudo chattr -i /usr/bin. Again probably just me, but just saying so it's out there) ------------------------------------------------------------------------ ErwinB's Profile: http://forums.slimdevices.com/member.php?userid=69378 View this thread: http://forums.slimdevices.com/showthread.php?t=106958 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
