The Timidity++ port does not build, because it tries to use the host system's /usr/lib.
This behavior is not observed on other ports that use the same basic build system ( ./configure and make )
Log of the failed compilation: timidity.log.txt
(Fresh installation of the toolchain, targetting i686, host system is Arch Linux)
The particular problem with this specific port failing is that timidity is a dependency of SDL2_mixer. SDL2_mixer is a commonly used library and it used to not depend on timidity, so perhaps a temporary workaround would be to remove timidity from it's dependencies?
The Timidity++ port does not build, because it tries to use the host system's /usr/lib. This behavior is not observed on other ports that use the same basic build system ( ./configure and make ) Log of the failed compilation: timidity.log.txt (Fresh installation of the toolchain, targetting i686, host system is Arch Linux)
The particular problem with this specific port failing is that
timidity
is a dependency ofSDL2_mixer
. SDL2_mixer is a commonly used library and it used to not depend ontimidity
, so perhaps a temporary workaround would be to remove timidity from it's dependencies?