stepchowfun / toast

Containerize your development and continuous integration environments. 🥂
Other
1.57k stars 39 forks source link

'toast'-bin collides with 'gsm' #448

Open woodgiraffe opened 2 years ago

woodgiraffe commented 2 years ago

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 through libgsm-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.

stepchowfun commented 2 years ago

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.