Created
April 24, 2013 13:09
-
-
Save dotnetCarpenter/5452004 to your computer and use it in GitHub Desktop.
In conjunction with https://github.com/mxcl/homebrew/issues/19292
On OS X 10.7.5 (Lion)
brew --version 0.9.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew upgrade httrack | |
==> Upgrading 1 outdated package, with result: | |
httrack 3.47.2 | |
==> Upgrading httrack | |
==> Downloading http://download.httrack.com/httrack-3.47.2.tar.gz | |
######################################################################## 100,0% | |
==> ./configure --prefix=/usr/local/Cellar/httrack/3.47.2 --enable-shared=no | |
==> make install | |
_hts_convertStringToUTF8_ in libhttrack.a(htscharset.o) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [httrack] Error 1 | |
make: *** [install-recursive] Error 1 | |
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/19292 | |
brew doctor | |
Your system is ready to brew. | |
sudo chown -R $(whoami) /usr/local/ | |
brew upgrade httrack | |
==> Upgrading 1 outdated package, with result: | |
httrack 3.47.2 | |
==> Upgrading httrack | |
==> Downloading http://download.httrack.com/httrack-3.47.2.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/httrack-3.47.2.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/httrack/3.47.2 --enable-shared=no | |
==> make install | |
_hts_convertStringToUTF8_ in libhttrack.a(htscharset.o) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [httrack] Error 1 | |
make: *** [install-recursive] Error 1 | |
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/19292 | |
brew unlink httrack | |
Unlinking /usr/local/Cellar/httrack/3.46.1... 14 links removed | |
brew install httrack | |
==> Downloading http://download.httrack.com/httrack-3.47.2.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/httrack-3.47.2.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/httrack/3.47.2 --enable-shared=no | |
==> make install | |
_hts_convertStringToUTF8_ in libhttrack.a(htscharset.o) | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
make[1]: *** [httrack] Error 1 | |
make: *** [install-recursive] Error 1 | |
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting | |
These open issues may also help: | |
https://github.com/mxcl/homebrew/issues/19292 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment