ErwinB wrote: > I have been using this guide successfully for several years on my > raspberry2 and later 3's (thanks frankd) but last week I finally > received my Raspberry 4 running Buster and I get stuck installing > musicip on this. > > I am by no means a Linux expert, its no longer an enigma, just a mystery > for me. So probably I'm doing something stupid :-) > > I tried following step 3 of the instructions using > libc6_2.28-10_i386.deb instead of libc6_2.24-11+deb9u4_i386.deb > The result is below. Does somebody here know what this means and how to > proceed? > > sudo dpkg -i --ignore-depends=libgcc1:i386 ./libc6_2.28-10_i386.deb > Selecting previously unselected package libc6:i386. > (Reading database ... 88731 files and directories currently installed.) > Preparing to unpack ./libc6_2.28-10_i386.deb ... > De-configuring libc6:armhf (2.28-10+rpi1) ... > Unpacking libc6:i386 (2.28-10) ... > dpkg: error processing package libc6:i386 (--install): > package libc6:i386 2.28-10 cannot be configured because libc6:armhf is > at a different version (2.28-10+rpi1) > dpkg: error processing package libc6:armhf (--install): > package libc6:armhf 2.28-10+rpi1 cannot be configured because > libc6:i386 is at a different version (2.28-10) > Errors were encountered while processing: > libc6:i386 > libc6:armhf
Well I expected some of the typical problems for the MusicIP workaround when switching to buster. I do not have a Raspberry pi 4 and thus no reason to switch to buster yet. Therefore some local guesses, please backup before trying these suggestions and try them following this proposed order - stop when you were successful and please report back what worked to update the tutorial: Follow the remaining steps of the tutorial... First attempt: sudo dpkg -i --ignore-depends=libgcc1:i386,libc6:armhf ./libc6_2.28-10_i386.deb Second attempt: sudo dpkg -i --ignore-depends=libgcc1:i386,libc6:armhf 2.28-10+rpi1 ./libc6_2.28-10_i386.deb Third attempt: dpkg --force-all --ignore-depends=libgcc1:i386 -i ./libc6_2.28-10_i386.deb Fourth attempt dpkg --force-all -i ./libc6_2.28-10_i386.deb Hope this works, otherwise we need to think about pinning or adding temporarily the original Debian distributions for armhf... ------------------------------------------------------------------------ frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885 View this thread: http://forums.slimdevices.com/showthread.php?t=106958 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
