Linuxbrew / legacy-linuxbrew

:skull: This repository is defunct, because it has been split into https://github.com/Linuxbrew/brew and https://github.com/Linuxbrew/homebrew-core
http://linuxbrew.sh
Other
2.23k stars 297 forks source link

util-linux: conflicts with gnu-getopt #1091

Closed rwhogg closed 8 years ago

rwhogg commented 8 years ago

Both of them install a getopt command.

sjackman commented 8 years ago

I'm inclined to remove the getopt command from util-linux and use gnu-getopt. In cases like this, I usually defer to whatever Debian is doing.

rwhogg commented 8 years ago

I'm inclined to remove the getopt command from util-linux and use gnu-getopt

I like that plan; it's what I did locally to deal with this.

sjackman commented 8 years ago

/usr/bin/getopt is provided by util-linux on Debian. https://packages.debian.org/search?searchon=contents&keywords=%2Fbin%2Fgetopt&mode=exactfilename&suite=stable&arch=any

Unless we have a good reason otherwise, I prefer to go with whatever Debian has done.

rwhogg commented 8 years ago

This issue was moved to Linuxbrew/homebrew-core#144