Skip to content

Instantly share code, notes, and snippets.

@dotnetCarpenter
Created April 24, 2013 13:09
Show Gist options
  • Save dotnetCarpenter/5452004 to your computer and use it in GitHub Desktop.
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
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