12-24-2020, 09:10 AM
(12-23-2020, 04:04 PM)TheOldPresbyope Wrote:(12-23-2020, 03:05 PM)zOr7gA8 Wrote: It's a long way to work through the build recipe. Still didn't finish.
There are at least 2 packages to substitute:
libupnpp 0.20.1
upmpdcli 1.5.5
First took very long, but could be done succesfully in 2nd attempt.
But upmpdcli couldn't get done. Took ages and seems to get a timeout. But not sure.
Stay tuned, till next year...
As you say, 'til next year.![]()
But I don't recall having such difficulties.
Working from the command line on a working moOde player (preferably on an RPi4B but model 2s and 3s will work) I could make my way pretty quickly through just "COMPONENT 6 - Upmpdcli" of the build recipe (and then really only steps 2-5) with appropriate changes to use sources downloaded from J-F instead of using the sources in a subdirectory the moOde sources.
Are you doing something different?
Regards,
Kent
working out of ubuntu running in vm. building moode from ground on a rpi3a+. my fault was to built the whole system, so using every step of the recipe...now I know, that's kinda stupid.
For substitued parts I modified steps like this:
Code:
#3. Libupnpp 0.20.0
#3. Libupnpp 0.20.1
#sudo cp ./moode/other/upmpdcli/libupnpp-0.20.0.tar.gz ./
sudo wget https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-0.20.1.tar.gz
sudo tar xfz ./libupnpp-0.20.1.tar.gz
cd libupnpp-0.20.1
./configure --prefix=/usr --sysconfdir=/etc
sudo make -j4
sudo make install
cd ~
sudo rm -rf ./libupnpp-0.20.1*
this should not be the problem. I have to try it again with only building changed component parts.
merry xmas to all of you.
Martin