WestMichiganRubyTraining / discussion

Create issues on this repository to open discussion threads in the Issue Tracker!
2 stars 0 forks source link

anyone use homebrew for package control? #43

Open atkolkma opened 10 years ago

atkolkma commented 10 years ago

I'm new to package control programs and macos as well. I just installed homebrew and when I run brewdoctor I get a long list of warnings. Not sure which I should waste time resolving, and I don't want to mess something up by attempting to fix installations I don't understand. Just wondering if there is anyone in the group I can talk to one-on-one about these errors. Sorry to bother you guys with a newbie question, but I'm not finding answers on the net.

jasonswett commented 10 years ago

I use homebrew (as I'm sure others here also do). Feel free to email me directly or call and I'll see if I can help. (616) 856-8075

Sent from my iPhone

On Dec 8, 2013, at 5:01 PM, Adam Kolkman notifications@github.com wrote:

I'm new to package control programs and macos as well. I just installed homebrew and when I run brewdoctor I get a long list of warnings. Not sure which I should waste time resolving, and I don't want to mess something up by attempting to fix installations I don't understand. Just wondering if there is anyone in the group I can talk to one-on-one about these errors. Sorry to bother you guys with a newbie question, but I'm not finding answers on the net.

— Reply to this email directly or view it on GitHub.

billgathen commented 10 years ago

Homebrew has taken over from MacPorts as the standard package manager on OSX, but I rely on googling blog posts and so forth when I have a problem.

Make sure to post any useful resources or tips you uncover working through the problems: I'm sure others on the list (including me :smile:) will benefit.

atkolkma commented 10 years ago

I will happily post anything I find of use. Thanks for letting me know that might be useful, Bill!

-Adam

On Sun, Dec 8, 2013 at 9:03 PM, Bill Gathen notifications@github.comwrote:

Homebrew has taken over from MacPorts as the standard package manager on OSX, but I rely on googling blog posts and so forth when I have a problem.

Make sure to post any useful resources or tips you uncover working through the problems: I'm sure others on the list (including me [image: :smile:]) will benefit.

— Reply to this email directly or view it on GitHubhttps://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30101245 .

atkolkma commented 10 years ago

Thank you!!!

This is the list of warnings I get from brew doctor. Also, when I run brew upgrade git, as directed, I get an error saying it is not installed. I have git installed, so I don't know why it is saying I don't. Perhaps because it was installed before homebrew.

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts:

/opt/sm/pkg/active/bin/curl-config
/opt/sm/pkg/active/bin/ncurses5-config
/opt/sm/pkg/active/bin/ncursesw5-config
/opt/sm/pkg/active/bin/pkg-config
/opt/sm/pkg/active/bin/xml2-config
/opt/sm/pkg/active/bin/xslt-config

Warning: An outdated version of Git was detected in your PATH. Git 1.7.10 or newer is required to perform checkouts over HTTPS from GitHub. Please upgrade: brew upgrade git

Warning: You seem to have osx-gcc-installer installed. Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and is an unlicensed distribution of really old Xcode files. Please install the CLT or Xcode 5.0.1.

Warning: Your compilers are different from the standard versions for your Xcode. If you have Xcode 4.3 or newer, you should install the Command Line Tools for Xcode from within Xcode's Download preferences. Otherwise, you should reinstall Xcode.

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/sm/pkg/active/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link <formula> will cause other formulae to detect them during the ./configure step. This may cause problems when compiling those other formulae.

Binaries provided by keg-only formulae may override system binaries with other strange results.

You may wish to brew unlink these brews:

libxml2

Warning: Your Homebrew is outdated. You haven't updated for at least 24 hours, this is a long time in brewland! To update Homebrew, run brew update.

On Sun, Dec 8, 2013 at 6:02 PM, Jason Swett notifications@github.comwrote:

I use homebrew (as I'm sure others here also do). Feel free to email me directly or call and I'll see if I can help. (616) 856-8075

Sent from my iPhone

On Dec 8, 2013, at 5:01 PM, Adam Kolkman notifications@github.com wrote:

I'm new to package control programs and macos as well. I just installed homebrew and when I run brewdoctor I get a long list of warnings. Not sure which I should waste time resolving, and I don't want to mess something up by attempting to fix installations I don't understand. Just wondering if there is anyone in the group I can talk to one-on-one about these errors. Sorry to bother you guys with a newbie question, but I'm not finding answers on the net.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30095724 .

jasonswett commented 10 years ago

I think the first thing I would check is my Xcode version, which can be done by running "xcodebuild -version" on the command line. I have version 5.0.2. If you have an earlier version, you might want to upgrade.

Jason Swett IT Consultant http://www.benfranklinlabs.com/ (616) 856-8075

See my article and video interview with the Wall Street Journal

On Dec 9, 2013, at 11:07 AM, Adam Kolkman notifications@github.com wrote:

Thank you!!!

This is the list of warnings I get from brew doctor. Also, when I run brew upgrade git, as directed, I get an error saying it is not installed. I have git installed, so I don't know why it is saying I don't. Perhaps because it was installed before homebrew.

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts:

/opt/sm/pkg/active/bin/curl-config /opt/sm/pkg/active/bin/ncurses5-config /opt/sm/pkg/active/bin/ncursesw5-config /opt/sm/pkg/active/bin/pkg-config /opt/sm/pkg/active/bin/xml2-config /opt/sm/pkg/active/bin/xslt-config

Warning: An outdated version of Git was detected in your PATH. Git 1.7.10 or newer is required to perform checkouts over HTTPS from GitHub. Please upgrade: brew upgrade git

Warning: You seem to have osx-gcc-installer installed. Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and is an unlicensed distribution of really old Xcode files. Please install the CLT or Xcode 5.0.1.

Warning: Your compilers are different from the standard versions for your Xcode. If you have Xcode 4.3 or newer, you should install the Command Line Tools for Xcode from within Xcode's Download preferences. Otherwise, you should reinstall Xcode.

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/sm/pkg/active/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link <formula> will cause other formulae to detect them during the ./configure step. This may cause problems when compiling those other formulae.

Binaries provided by keg-only formulae may override system binaries with other strange results.

You may wish to brew unlink these brews:

libxml2

Warning: Your Homebrew is outdated. You haven't updated for at least 24 hours, this is a long time in brewland! To update Homebrew, run brew update.

On Sun, Dec 8, 2013 at 6:02 PM, Jason Swett notifications@github.comwrote:

I use homebrew (as I'm sure others here also do). Feel free to email me directly or call and I'll see if I can help. (616) 856-8075

Sent from my iPhone

On Dec 8, 2013, at 5:01 PM, Adam Kolkman notifications@github.com wrote:

I'm new to package control programs and macos as well. I just installed homebrew and when I run brewdoctor I get a long list of warnings. Not sure which I should waste time resolving, and I don't want to mess something up by attempting to fix installations I don't understand. Just wondering if there is anyone in the group I can talk to one-on-one about these errors. Sorry to bother you guys with a newbie question, but I'm not finding answers on the net.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30095724 .

— Reply to this email directly or view it on GitHub.

atkolkma commented 10 years ago

One problem resolved:

Jason suggested updating xcode. I had already done that, despite brew doctor throwing warnings to the contrary. After some head scratching, I discovered that this is a common issue, as xcode no longer installs into /developer directory and homebrew is looking there for the installation. You have to open up xcode and download command line tools, which resolves the issue. Check out this Git issue for more details: https://github.com/mxcl/homebrew/issues/10244

On Sun, Dec 8, 2013 at 9:03 PM, Bill Gathen notifications@github.comwrote:

Homebrew has taken over from MacPorts as the standard package manager on OSX, but I rely on googling blog posts and so forth when I have a problem.

Make sure to post any useful resources or tips you uncover working through the problems: I'm sure others on the list (including me [image: :smile:]) will benefit.

— Reply to this email directly or view it on GitHubhttps://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30101245 .

atkolkma commented 10 years ago

Getting my xcode install working fixed a few warnings. Here is what is left. Any suggestions?

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts:

/opt/sm/pkg/active/bin/curl-config
/opt/sm/pkg/active/bin/ncurses5-config
/opt/sm/pkg/active/bin/ncursesw5-config
/opt/sm/pkg/active/bin/pkg-config
/opt/sm/pkg/active/bin/xml2-config
/opt/sm/pkg/active/bin/xslt-config

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/sm/pkg/active/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link <formula> will cause other formulae to detect them during the ./configure step. This may cause problems when compiling those other formulae.

Binaries provided by keg-only formulae may override system binaries with other strange results.

You may wish to brew unlink these brews:

libxml2

On Mon, Dec 9, 2013 at 2:47 PM, Jason Swett notifications@github.comwrote:

I think the first thing I would check is my Xcode version, which can be done by running "xcodebuild -version" on the command line. I have version 5.0.2. If you have an earlier version, you might want to upgrade.

Jason Swett IT Consultant http://www.benfranklinlabs.com/ (616) 856-8075

See my article and video interview with the Wall Street Journal

On Dec 9, 2013, at 11:07 AM, Adam Kolkman notifications@github.com wrote:

Thank you!!!

This is the list of warnings I get from brew doctor. Also, when I run brew upgrade git, as directed, I get an error saying it is not installed. I have git installed, so I don't know why it is saying I don't. Perhaps because it was installed before homebrew.

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts:

/opt/sm/pkg/active/bin/curl-config /opt/sm/pkg/active/bin/ncurses5-config /opt/sm/pkg/active/bin/ncursesw5-config /opt/sm/pkg/active/bin/pkg-config /opt/sm/pkg/active/bin/xml2-config /opt/sm/pkg/active/bin/xslt-config

Warning: An outdated version of Git was detected in your PATH. Git 1.7.10 or newer is required to perform checkouts over HTTPS from GitHub. Please upgrade: brew upgrade git

Warning: You seem to have osx-gcc-installer installed. Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and is an unlicensed distribution of really old Xcode files. Please install the CLT or Xcode 5.0.1.

Warning: Your compilers are different from the standard versions for your Xcode. If you have Xcode 4.3 or newer, you should install the Command Line Tools for Xcode from within Xcode's Download preferences. Otherwise, you should reinstall Xcode.

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/sm/pkg/active/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link <formula> will cause other formulae to detect them during the ./configure step. This may cause problems when compiling those other formulae.

Binaries provided by keg-only formulae may override system binaries with other strange results.

You may wish to brew unlink these brews:

libxml2

Warning: Your Homebrew is outdated. You haven't updated for at least 24 hours, this is a long time in brewland! To update Homebrew, run brew update.

On Sun, Dec 8, 2013 at 6:02 PM, Jason Swett notifications@github.comwrote:

I use homebrew (as I'm sure others here also do). Feel free to email me directly or call and I'll see if I can help. (616) 856-8075

Sent from my iPhone

On Dec 8, 2013, at 5:01 PM, Adam Kolkman notifications@github.com wrote:

I'm new to package control programs and macos as well. I just installed homebrew and when I run brewdoctor I get a long list of warnings. Not sure which I should waste time resolving, and I don't want to mess something up by attempting to fix installations I don't understand. Just wondering if there is anyone in the group I can talk to one-on-one about these errors. Sorry to bother you guys with a newbie question, but I'm not finding answers on the net.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub< https://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30095724>

.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30166447 .

jasonswett commented 10 years ago

It's always an option to plow forward and see how far you get before you absolutely can't continue. That's what I might try in this case, just so you can make forward progress.

If you do want to try to resolve some of these warnings, just paste each message into Google and see if anyone else has had the same issues, which I'd guess is highly likely. I personally don't remember ever having run into these issues and probably wouldn't be able to help without some serious back-and-forth.

Jason Swett IT Consultant http://www.benfranklinlabs.com/ (616) 856-8075

See my article and video interview with the Wall Street Journal

On Dec 9, 2013, at 3:20 PM, Adam Kolkman notifications@github.com wrote:

Getting my xcode install working fixed a few warnings. Here is what is left. Any suggestions?

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts:

/opt/sm/pkg/active/bin/curl-config /opt/sm/pkg/active/bin/ncurses5-config /opt/sm/pkg/active/bin/ncursesw5-config /opt/sm/pkg/active/bin/pkg-config /opt/sm/pkg/active/bin/xml2-config /opt/sm/pkg/active/bin/xslt-config

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/sm/pkg/active/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link <formula> will cause other formulae to detect them during the ./configure step. This may cause problems when compiling those other formulae.

Binaries provided by keg-only formulae may override system binaries with other strange results.

You may wish to brew unlink these brews:

libxml2

On Mon, Dec 9, 2013 at 2:47 PM, Jason Swett notifications@github.comwrote:

I think the first thing I would check is my Xcode version, which can be done by running "xcodebuild -version" on the command line. I have version 5.0.2. If you have an earlier version, you might want to upgrade.

See my article and video interview with the Wall Street Journal

On Dec 9, 2013, at 11:07 AM, Adam Kolkman notifications@github.com wrote:

Thank you!!!

This is the list of warnings I get from brew doctor. Also, when I run brew upgrade git, as directed, I get an error saying it is not installed. I have git installed, so I don't know why it is saying I don't. Perhaps because it was installed before homebrew.

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts:

/opt/sm/pkg/active/bin/curl-config /opt/sm/pkg/active/bin/ncurses5-config /opt/sm/pkg/active/bin/ncursesw5-config /opt/sm/pkg/active/bin/pkg-config /opt/sm/pkg/active/bin/xml2-config /opt/sm/pkg/active/bin/xslt-config

Warning: An outdated version of Git was detected in your PATH. Git 1.7.10 or newer is required to perform checkouts over HTTPS from GitHub. Please upgrade: brew upgrade git

Warning: You seem to have osx-gcc-installer installed. Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and is an unlicensed distribution of really old Xcode files. Please install the CLT or Xcode 5.0.1.

Warning: Your compilers are different from the standard versions for your Xcode. If you have Xcode 4.3 or newer, you should install the Command Line Tools for Xcode from within Xcode's Download preferences. Otherwise, you should reinstall Xcode.

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/sm/pkg/active/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link <formula> will cause other formulae to detect them during the ./configure step. This may cause problems when compiling those other formulae.

Binaries provided by keg-only formulae may override system binaries with other strange results.

You may wish to brew unlink these brews:

libxml2

Warning: Your Homebrew is outdated. You haven't updated for at least 24 hours, this is a long time in brewland! To update Homebrew, run brew update.

On Sun, Dec 8, 2013 at 6:02 PM, Jason Swett notifications@github.comwrote:

I use homebrew (as I'm sure others here also do). Feel free to email me directly or call and I'll see if I can help. (616) 856-8075

Sent from my iPhone

On Dec 8, 2013, at 5:01 PM, Adam Kolkman notifications@github.com wrote:

I'm new to package control programs and macos as well. I just installed homebrew and when I run brewdoctor I get a long list of warnings. Not sure which I should waste time resolving, and I don't want to mess something up by attempting to fix installations I don't understand. Just wondering if there is anyone in the group I can talk to one-on-one about these errors. Sorry to bother you guys with a newbie question, but I'm not finding answers on the net.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub< https://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30095724>

.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30166447 .

— Reply to this email directly or view it on GitHub.

atkolkma commented 10 years ago

Ok. Well the first suggestion was very helpful. It was the right place to start. Especially because I did not know what to do with the git warning and now it's resolved.

Thanks!

Adam

On Mon, Dec 9, 2013 at 3:31 PM, Jason Swett notifications@github.comwrote:

It's always an option to plow forward and see how far you get before you absolutely can't continue. That's what I might try in this case, just so you can make forward progress.

If you do want to try to resolve some of these warnings, just paste each message into Google and see if anyone else has had the same issues, which I'd guess is highly likely. I personally don't remember ever having run into these issues and probably wouldn't be able to help without some serious back-and-forth.

Jason Swett IT Consultant http://www.benfranklinlabs.com/ (616) 856-8075

See my article and video interview with the Wall Street Journal

On Dec 9, 2013, at 3:20 PM, Adam Kolkman notifications@github.com wrote:

Getting my xcode install working fixed a few warnings. Here is what is left. Any suggestions?

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts:

/opt/sm/pkg/active/bin/curl-config /opt/sm/pkg/active/bin/ncurses5-config /opt/sm/pkg/active/bin/ncursesw5-config /opt/sm/pkg/active/bin/pkg-config /opt/sm/pkg/active/bin/xml2-config /opt/sm/pkg/active/bin/xslt-config

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/sm/pkg/active/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link <formula> will cause other formulae to detect them during the ./configure step. This may cause problems when compiling those other formulae.

Binaries provided by keg-only formulae may override system binaries with other strange results.

You may wish to brew unlink these brews:

libxml2

On Mon, Dec 9, 2013 at 2:47 PM, Jason Swett notifications@github.comwrote:

I think the first thing I would check is my Xcode version, which can be done by running "xcodebuild -version" on the command line. I have version 5.0.2. If you have an earlier version, you might want to upgrade.

Jason Swett IT Consultant http://www.benfranklinlabs.com/ (616) 856-8075

See my article and video interview with the Wall Street Journal

On Dec 9, 2013, at 11:07 AM, Adam Kolkman notifications@github.com wrote:

Thank you!!!

This is the list of warnings I get from brew doctor. Also, when I run brew upgrade git, as directed, I get an error saying it is not installed. I have git installed, so I don't know why it is saying I don't. Perhaps because it was installed before homebrew.

Warning: "config" scripts exist outside your system or Homebrew directories. ./configure scripts often look for *-config scripts to determine if software packages are installed, and what additional flags to use when compiling and linking.

Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name. We found the following "config" scripts:

/opt/sm/pkg/active/bin/curl-config /opt/sm/pkg/active/bin/ncurses5-config /opt/sm/pkg/active/bin/ncursesw5-config /opt/sm/pkg/active/bin/pkg-config /opt/sm/pkg/active/bin/xml2-config /opt/sm/pkg/active/bin/xslt-config

Warning: An outdated version of Git was detected in your PATH. Git 1.7.10 or newer is required to perform checkouts over HTTPS from GitHub. Please upgrade: brew upgrade git

Warning: You seem to have osx-gcc-installer installed. Homebrew doesn't support osx-gcc-installer. It causes many builds to fail and is an unlicensed distribution of really old Xcode files. Please install the CLT or Xcode 5.0.1.

Warning: Your compilers are different from the standard versions for your Xcode. If you have Xcode 4.3 or newer, you should install the Command Line Tools for Xcode from within Xcode's Download preferences. Otherwise, you should reinstall Xcode.

Warning: You have a non-Homebrew 'pkg-config' in your PATH: /opt/sm/pkg/active/bin/pkg-config

./configure may have problems finding brew-installed packages using this other pkg-config.

Warning: Some keg-only formula are linked into the Cellar. Linking a keg-only formula, such as gettext, into the cellar with brew link <formula> will cause other formulae to detect them during the ./configure step. This may cause problems when compiling those other formulae.

Binaries provided by keg-only formulae may override system binaries with other strange results.

You may wish to brew unlink these brews:

libxml2

Warning: Your Homebrew is outdated. You haven't updated for at least 24 hours, this is a long time in brewland! To update Homebrew, run brew update.

On Sun, Dec 8, 2013 at 6:02 PM, Jason Swett < notifications@github.com>wrote:

I use homebrew (as I'm sure others here also do). Feel free to email me directly or call and I'll see if I can help. (616) 856-8075

Sent from my iPhone

On Dec 8, 2013, at 5:01 PM, Adam Kolkman < notifications@github.com> wrote:

I'm new to package control programs and macos as well. I just installed homebrew and when I run brewdoctor I get a long list of warnings. Not sure which I should waste time resolving, and I don't want to mess something up by attempting to fix installations I don't understand. Just wondering if there is anyone in the group I can talk to one-on-one about these errors. Sorry to bother you guys with a newbie question, but I'm not finding answers on the net.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub<

https://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30095724>

.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub< https://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30166447>

.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30170363 .

atkolkma commented 10 years ago

regarding the warning You have a non-Homebrew 'pkg-config' in your PATH: / opt/sm/pkg/active/bin/pkg-config

This fix worked perfectly https://teamtreehouse.com/forum/brew-doctor-errors-homebrew-help-please

On Mon, Dec 9, 2013 at 10:55 AM, adam kolkman atkolkma@gmail.com wrote:

I will happily post anything I find of use. Thanks for letting me know that might be useful, Bill!

-Adam

On Sun, Dec 8, 2013 at 9:03 PM, Bill Gathen notifications@github.comwrote:

Homebrew has taken over from MacPorts as the standard package manager on OSX, but I rely on googling blog posts and so forth when I have a problem.

Make sure to post any useful resources or tips you uncover working through the problems: I'm sure others on the list (including me [image: :smile:]) will benefit.

— Reply to this email directly or view it on GitHubhttps://github.com/WestMichiganRubyTraining/discussion/issues/43#issuecomment-30101245 .