I stumbled upon this problem while packaging toast, toast produces a 'toast' bin, sadly this collides with the widely spread 'toast' bin of https://www.quut.com/gsm/ which is a dependency of ffmpeg and is thus very common to be already taken.
Hi @woodgiraffe, thanks for raising this issue! That's really unfortunate. I don't know if there's anything that can be done about it at this point, sadly. I'm surprised this went unknown for so long.
Hi,
I stumbled upon this problem while packaging toast, toast produces a 'toast' bin, sadly this collides with the widely spread 'toast' bin of https://www.quut.com/gsm/ which is a dependency of
ffmpeg
and is thus very common to be already taken.( see https://linux.die.net/man/1/toast )
On ArchLinux installing
ffmpeg
is enough for this, on current Ubuntu it gets taken throughlibgsm-tools
.This is not necessarily a bug, but I found no prior issue about this and wanted to raise this, I'll package this as
toastci
for now.Thanks for consideration.