Please advise if posting such a message in this forum is not the appropriate way to report this matter.
I am using a new install of CorePlus 5.1 and trying mpd-minimal from the TC4.x repository because it is missing in the TC5.x repository. I used wget to download the tcz and the dep file. I then used tce-load -wi for the list of dependencies to get and install them from the TC5.x repositories. Two dependencies were not found in the TC5.x repositories and I used wget to download from the TC4.x repositories. The missing dependencies were:
libmpcdec
wavpack
I then used tce-load -i to load these dependencies and mpd-minimal. I edited the mpd.conf file and when I tried to start the mpd daemon I got the error message:
error while loading shared libraries: libaudiofile.so.0: ... No such file ...
This file comes from the audiofile extension. The TC5.x audiofile extension refers to libaudiofile.so.1 while the TC4.x extension refers to libaudiofile.so.0.
Checking the mpd web site, the current version is now 0.18.7 while the TC4.x extension is 0.16.8. Notes on the mpd site indicate that dependencies have been updated between these two versions.
Is there anything else I should try or does the mpd extension need to be recreated for TC5.x?
As an aside, to use tce-load -wi with the list of dependencies, I entered xargs<mpd-minimal.tcz.dep, then copied and pasted that output after tce-load -wi. I thought there might be a more elegant way to redirect or pipe the dep list to the tce-load command, but I am a novice and could not come up with the correct syntax. I tried:
tce-load -wi < (xargs<mpd-minimal.tcz.dep)
xargs<mpd-minimal.tcz.dep | tce-load -wi
but these did not work. Advice welcome.