Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created April 10, 2016 05:24
Show Gist options
  • Save ilovezfs/8eb441f8cd22dcbffbb8662a2513c12c to your computer and use it in GitHub Desktop.
Save ilovezfs/8eb441f8cd22dcbffbb8662a2513c12c to your computer and use it in GitHub Desktop.
brew ruby + weechat --with-ruby
iMac-TMP:~ joe$ brew list | xargs brew uninstall -f
Uninstalling autoconf... (70 files, 3.0M)
Uninstalling automake... (130 files, 2.9M)
Uninstalling cmake... (2,010 files, 27.5M)
Uninstalling curl... (362 files, 2.5M)
Uninstalling gcc... (1,390 files, 254.8M)
Uninstalling gmp... (17 files, 3.2M)
Uninstalling isl... (70 files, 3.6M)
Uninstalling le... (54 files, 454.7K)
Uninstalling libewf... (33 files, 8.6M)
Uninstalling libmpc... (11 files, 350.2K)
Uninstalling libressl... (1,561 files, 8.3M)
Uninstalling libtool... (70 files, 3.7M)
Uninstalling libxml2... (276 files, 9.8M)
Uninstalling makedepend... (7 files, 72.7K)
Uninstalling mpfr... (25 files, 3.5M)
Uninstalling openssl... (1,678 files, 12.0M)
Uninstalling openwsman... (132 files, 1.4M)
Uninstalling pkg-config... (10 files, 627.3K)
Uninstalling sblim-sfcc... (53 files, 581.0K)
Uninstalling sphinx-doc... (2,218 files, 29.4M)
Uninstalling xz... (91 files, 1.4M)
iMac-TMP:~ joe$ brew update
Updated 2 taps (caskroom/cask, homebrew/core).
==> Updated Formulae
heroku-toolbelt
iMac-TMP:~ joe$ brew update
Already up-to-date.
iMac-TMP:~ joe$ cd /usr/
iMac-TMP:~ joe$ rm -rf /usr/local/
rm: /usr/local/: Permission denied
iMac-TMP:~ joe$ sudo rm -rf /usr/local/
Password:
(reverse-i-search)`curl': --with-aspell, --with-curl, --with-python, --with-perl, --with-ruby
(reverse-i-search)`ruby': brew reinstall weechat --with-ruby --with-aspell -dv
iMac-TMP:~ joe$ cd Developer/
elcapitan/ install/ ngrok/ sphinx.rb
encfs/ my_project_folder/ openzfsonosx-installer/ venv/
iMac-TMP:~ joe$ cd Developer/
iMac-TMP:Developer joe$ ls
elcapitan install ngrok sphinx.rb
encfs my_project_folder openzfsonosx-installer venv
iMac-TMP:Developer joe$ cd install/
iMac-TMP:install joe$ ls
README.md install uninstall
iMac-TMP:install joe$ git pull
remote: Counting objects: 18, done.
remote: Total 18 (delta 9), reused 9 (delta 9), pack-reused 9
Unpacking objects: 100% (18/18), done.
From git://github.com/Homebrew/install
8e6c575..0475c99 master -> origin/master
Updating 8e6c575..0475c99
Fast-forward
install | 16 ++++++++++++----
uninstall | 2 +-
2 files changed, 13 insertions(+), 5 deletions(-)
iMac-TMP:install joe$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
iMac-TMP:install joe$ ./install
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/...
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir /usr/local
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local
==> /usr/bin/sudo /usr/sbin/chown joe:admin /usr/local
==> /usr/bin/sudo /usr/sbin/chown joe /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 456, done.
remote: Compressing objects: 100% (413/413), done.
remote: Total 456 (delta 26), reused 311 (delta 17), pack-reused 0
Receiving objects: 100% (456/456), 692.86 KiB | 0 bytes/s, done.
Resolving deltas: 100% (26/26), done.
From https://github.com/Homebrew/brew
* [new branch] master -> origin/master
HEAD is now at 116075d Remove advice on bad Python linking
==> Tapping homebrew/core
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'...
remote: Counting objects: 3657, done.
remote: Compressing objects: 100% (3542/3542), done.
remote: Total 3657 (delta 17), reused 438 (delta 3), pack-reused 0
Receiving objects: 100% (3657/3657), 2.74 MiB | 3.57 MiB/s, done.
Resolving deltas: 100% (17/17), done.
Checking connectivity... done.
Tapped 3532 formulae (3,683 files, 8.6M)
==> Installation successful!
==> Next steps
Run `brew help` to get started
iMac-TMP:install joe$ brew tap --full homebrew/core
==> Unshallowing homebrew/core
remote: Counting objects: 235152, done.
remote: Compressing objects: 100% (114739/114739), done.
remote: Total 235152 (delta 120791), reused 231980 (delta 117627), pack-reused 0
Receiving objects: 100% (235152/235152), 51.75 MiB | 8.16 MiB/s, done.
Resolving deltas: 100% (120791/120791), completed with 3159 local objects.
iMac-TMP:install joe$ brew update
Already up-to-date.
iMac-TMP:install joe$ brew install ruby
==> Installing dependencies for ruby: readline, libyaml, openssl
==> Installing ruby dependency: readline
==> Downloading https://homebrew.bintray.com/bottles/readline-6.3.8.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/readline-6.3.8.el_capitan.bottle.tar.gz
==> Pouring readline-6.3.8.el_capitan.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
OS X provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/readline/lib
CPPFLAGS: -I/usr/local/opt/readline/include
==> Summary
🍺 /usr/local/Cellar/readline/6.3.8: 46 files, 2.0M
==> Installing ruby dependency: libyaml
==> Downloading https://homebrew.bintray.com/bottles/libyaml-0.1.6_1.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/libyaml-0.1.6_1.el_capitan.bottle.tar.gz
==> Pouring libyaml-0.1.6_1.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/libyaml/0.1.6_1: 8 files, 312.8K
==> Installing ruby dependency: openssl
==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2g.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/openssl-1.0.2g.el_capitan.bottle.tar.gz
==> Pouring openssl-1.0.2g.el_capitan.bottle.tar.gz
==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
/usr/local/etc/openssl/certs
and run
/usr/local/opt/openssl/bin/c_rehash
This formula is keg-only, which means it was not symlinked into /usr/local.
Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/openssl/lib
CPPFLAGS: -I/usr/local/opt/openssl/include
==> Summary
🍺 /usr/local/Cellar/openssl/1.0.2g: 1,678 files, 12.0M
==> Installing ruby
==> Downloading https://homebrew.bintray.com/bottles/ruby-2.3.0.el_capitan.bottle.2.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/ruby-2.3.0.el_capitan.bottle.2.tar.gz
==> Pouring ruby-2.3.0.el_capitan.bottle.2.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/ruby
==> Summary
🍺 /usr/local/Cellar/ruby/2.3.0: 1,260 files, 19.0M
iMac-TMP:install joe$ brew info weechat
weechat: stable 1.4 (bottled), HEAD
Extensible IRC client
https://www.weechat.org
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/weechat.rb
==> Dependencies
Build: cmake ✘, pkg-config ✘
Required: gnutls ✘, libgcrypt ✘, gettext ✘
Optional: guile ✘, aspell ✘, lua ✘, curl ✘
==> Options
--with-aspell
Build with aspell support
--with-curl
Build with brewed curl
--with-debug
Build with debug information
--with-guile
Build with guile support
--with-lua
Build with lua support
--with-perl
Build the perl module
--with-python
Build with python support
--with-ruby
Build the ruby module
--HEAD
Install HEAD version
==> Caveats
Weechat can depend on Aspell if you choose the --with-aspell option, but
Aspell should be installed manually before installing Weechat so that
you can choose the dictionaries you want. If Aspell was installed
automatically as part of weechat, there won't be any dictionaries.
iMac-TMP:install joe$ brew install weechat
==> Installing dependencies for weechat: libtasn1, gmp, nettle, gnutls, libgpg-error, libgcryp
==> Installing weechat dependency: libtasn1
==> Downloading https://homebrew.bintray.com/bottles/libtasn1-4.7.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/libtasn1-4.7.el_capitan.bottle.tar.gz
==> Pouring libtasn1-4.7.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/libtasn1/4.7: 58 files, 437K
==> Installing weechat dependency: gmp
==> Downloading https://homebrew.bintray.com/bottles/gmp-6.1.0.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/gmp-6.1.0.el_capitan.bottle.tar.gz
==> Pouring gmp-6.1.0.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/gmp/6.1.0: 17 files, 3.2M
==> Installing weechat dependency: nettle
==> Downloading https://homebrew.bintray.com/bottles/nettle-3.2.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/nettle-3.2.el_capitan.bottle.tar.gz
==> Pouring nettle-3.2.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/nettle/3.2: 79 files, 1.9M
==> Installing weechat dependency: gnutls
==> Downloading https://homebrew.bintray.com/bottles/gnutls-3.4.10.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/gnutls-3.4.10.el_capitan.bottle.tar.gz
==> Pouring gnutls-3.4.10.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/gnutls/3.4.10: 1,096 files, 6.9M
==> Installing weechat dependency: libgpg-error
==> Downloading https://homebrew.bintray.com/bottles/libgpg-error-1.21.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/libgpg-error-1.21.el_capitan.bottle.tar.gz
==> Pouring libgpg-error-1.21.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/libgpg-error/1.21: 19 files, 419.4K
==> Installing weechat dependency: libgcrypt
==> Downloading https://homebrew.bintray.com/bottles/libgcrypt-1.6.5.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/libgcrypt-1.6.5.el_capitan.bottle.tar.gz
==> Pouring libgcrypt-1.6.5.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/libgcrypt/1.6.5: 17 files, 1.2M
==> Installing weechat dependency: gettext
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.19.7.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/gettext-0.19.7.el_capitan.bottle.tar.gz
==> Pouring gettext-0.19.7.el_capitan.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
OS X provides the BSD gettext library and some software gets confused if both are in the library path.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/gettext/lib
CPPFLAGS: -I/usr/local/opt/gettext/include
==> Summary
🍺 /usr/local/Cellar/gettext/0.19.7: 1,934 files, 16.7M
==> Installing weechat
==> Downloading https://homebrew.bintray.com/bottles/weechat-1.4_2.el_capitan.bottle.tar.gz
######################################################################## 100.0%
==> Pouring weechat-1.4_2.el_capitan.bottle.tar.gz
==> Caveats
Weechat can depend on Aspell if you choose the --with-aspell option, but
Aspell should be installed manually before installing Weechat so that
you can choose the dictionaries you want. If Aspell was installed
automatically as part of weechat, there won't be any dictionaries.
==> Summary
🍺 /usr/local/Cellar/weechat/1.4_2: 32 files, 4.4M
iMac-TMP:install joe$ prefetch weechat
Warning: weechat-1.4_2 already installed
Uninstalling /usr/local/Cellar/weechat/1.4_2... (32 files, 4.4M)
==> Installing dependencies for weechat: cmake, pkg-config
==> Installing weechat dependency: cmake
==> Downloading https://homebrew.bintray.com/bottles/cmake-3.5.1.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/cmake-3.5.1.el_capitan.bottle.tar.gz
==> Pouring cmake-3.5.1.el_capitan.bottle.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> Summary
🍺 /usr/local/Cellar/cmake/3.5.1: 2,010 files, 27.5M
==> Installing weechat dependency: pkg-config
==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.29.1.el_capitan.bottle.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/pkg-config-0.29.1.el_capitan.bottle.tar.gz
==> Pouring pkg-config-0.29.1.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/pkg-config/0.29.1: 10 files, 627.2K
==> Installing dependencies for weechat: sphinx-doc, xz
==> Installing weechat dependency: sphinx-doc
==> Downloading https://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.4.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc-1.4.tar.gz
==> Downloading https://pypi.python.org/packages/source/a/alabaster/alabaster-0.7.7.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--alabaster-0.7.7.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/B/Babel/Babel-2.2.0.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--Babel-2.2.0.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.12.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--docutils-0.12.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/i/imagesize/imagesize-0.7.0.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--imagesize-0.7.0.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.8.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--Jinja2-2.8.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.23.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--MarkupSafe-0.23.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/P/Pygments/Pygments-2.1.3.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--Pygments-2.1.3.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/p/pytz/pytz-2016.3.tar.bz2
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--pytz-2016.3.tar.bz2
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/sphinx-doc--six-1.10.0.tar.gz
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Downloading https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-1.2.1.tar.g
######################################################################## 100.0%
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> python -c import setuptools... --no-user-cfg install --prefix=/usr/local/Cellar/sphinx-doc/1.4/li
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
This formula is mainly used internally by other formulae.
Users are advised to use `pip` to install sphinx-doc.
==> Summary
🍺 /usr/local/Cellar/sphinx-doc/1.4: 2,731 files, 37M, built in 5 seconds
==> Installing weechat dependency: xz
==> Downloading https://fossies.org/linux/misc/xz-5.2.2.tar.gz
######################################################################## 100.0%
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/xz/5.2.2
==> make install
🍺 /usr/local/Cellar/xz/5.2.2: 91 files, 1.4M, built in 29 seconds
iMac-TMP:install joe$ brew list
cmake gnutls libtasn1 openssl ruby
gettext libgcrypt libyaml pkg-config sphinx-doc
gmp libgpg-error nettle readline xz
iMac-TMP:install joe$ which ruby
/usr/local/bin/ruby
iMac-TMP:install joe$ brew info weechat
weechat: stable 1.4 (bottled), HEAD
Extensible IRC client
https://www.weechat.org
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/weechat.rb
==> Dependencies
Build: cmake ✔, pkg-config ✔
Required: gnutls ✔, libgcrypt ✔, gettext ✔
Optional: guile ✘, aspell ✘, lua ✘, curl ✘
==> Options
--with-aspell
Build with aspell support
--with-curl
Build with brewed curl
--with-debug
Build with debug information
--with-guile
Build with guile support
--with-lua
Build with lua support
--with-perl
Build the perl module
--with-python
Build with python support
--with-ruby
Build the ruby module
--HEAD
Install HEAD version
==> Caveats
Weechat can depend on Aspell if you choose the --with-aspell option, but
Aspell should be installed manually before installing Weechat so that
you can choose the dictionaries you want. If Aspell was installed
automatically as part of weechat, there won't be any dictionaries.
iMac-TMP:install joe$ brew edit weechat
Warning: Using vim because no editor was set in the environment.
This may change in the future, so we recommend setting EDITOR, VISUAL,
or HOMEBREW_EDITOR to your preferred text editor.
iMac-TMP:install joe$ brew install --with-ruby weechat -dv
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/weechat.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/sphinx-doc.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/gnutls.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/xz.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/libtasn1.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/gmp.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/nettle.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/libgcrypt.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/libgpg-error.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/gettext.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/weechat.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/gnutls.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/libtasn1.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/gmp.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/nettle.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/libgcrypt.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/libgpg-error.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/gettext.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/cmake.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/sphinx-doc.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Taps/homebrew/homebrew-core/Formula/xz.rb
==> Downloading https://weechat.org/files/src/weechat-1.4.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/weechat-1.4.tar.gz
==> Verifying weechat-1.4.tar.gz checksum
tar xvf /Users/joe/Library/Caches/Homebrew/weechat-1.4.tar.gz
x weechat-1.4/
x weechat-1.4/.travis.yml
x weechat-1.4/AUTHORS.asciidoc
x weechat-1.4/CMakeLists.txt
x weechat-1.4/COPYING
x weechat-1.4/ChangeLog.asciidoc
x weechat-1.4/Contributing.asciidoc
x weechat-1.4/Makefile.am
x weechat-1.4/README.asciidoc
x weechat-1.4/ReleaseNotes.asciidoc
x weechat-1.4/autogen.sh
x weechat-1.4/cmake/
x weechat-1.4/cmake/CMakeParseArguments.cmake
x weechat-1.4/cmake/FindAsciidoc.cmake
x weechat-1.4/cmake/FindAspell.cmake
x weechat-1.4/cmake/FindCppUTest.cmake
x weechat-1.4/cmake/FindENCHANT.cmake
x weechat-1.4/cmake/FindGCRYPT.cmake
x weechat-1.4/cmake/FindGettext.cmake
x weechat-1.4/cmake/FindGnuTLS.cmake
x weechat-1.4/cmake/FindGuile.cmake
x weechat-1.4/cmake/FindIconv.cmake
x weechat-1.4/cmake/FindLua.cmake
x weechat-1.4/cmake/FindNcurses.cmake
x weechat-1.4/cmake/FindPackageHandleStandardArgs.cmake
x weechat-1.4/cmake/FindPerl.cmake
x weechat-1.4/cmake/FindPkgConfig.cmake
x weechat-1.4/cmake/FindPython.cmake
x weechat-1.4/cmake/FindRuby.cmake
x weechat-1.4/cmake/FindSourcehighlight.cmake
x weechat-1.4/cmake/FindTCL.cmake
x weechat-1.4/cmake/FindV8.cmake
x weechat-1.4/cmake/FindZLIB.cmake
x weechat-1.4/cmake/cmake_uninstall.cmake.in
x weechat-1.4/config.h.cmake
x weechat-1.4/configure.ac
x weechat-1.4/doc/
x weechat-1.4/doc/CMakeLists.txt
x weechat-1.4/doc/Makefile.am
x weechat-1.4/doc/asciidoc.conf
x weechat-1.4/doc/asciidoc_toc.css
x weechat-1.4/doc/asciidoc_toc2.css
x weechat-1.4/doc/cs/
x weechat-1.4/doc/cs/CMakeLists.txt
x weechat-1.4/doc/cs/Makefile.am
x weechat-1.4/doc/cs/cmdline_options.cs.asciidoc
x weechat-1.4/doc/cs/weechat.1.cs.asciidoc
x weechat-1.4/doc/cs/weechat_quickstart.cs.asciidoc
x weechat-1.4/doc/de/
x weechat-1.4/doc/de/CMakeLists.txt
x weechat-1.4/doc/de/Makefile.am
x weechat-1.4/doc/de/autogen/
x weechat-1.4/doc/de/autogen/plugin_api/
x weechat-1.4/doc/de/autogen/plugin_api/completions.asciidoc
x weechat-1.4/doc/de/autogen/plugin_api/hdata.asciidoc
x weechat-1.4/doc/de/autogen/plugin_api/infolists.asciidoc
x weechat-1.4/doc/de/autogen/plugin_api/infos.asciidoc
x weechat-1.4/doc/de/autogen/plugin_api/infos_hashtable.asciidoc
x weechat-1.4/doc/de/autogen/plugin_api/plugins_priority.asciidoc
x weechat-1.4/doc/de/autogen/plugin_api/url_options.asciidoc
x weechat-1.4/doc/de/autogen/user/
x weechat-1.4/doc/de/autogen/user/alias_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/aspell_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/aspell_options.asciidoc
x weechat-1.4/doc/de/autogen/user/charset_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/charset_options.asciidoc
x weechat-1.4/doc/de/autogen/user/exec_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/exec_options.asciidoc
x weechat-1.4/doc/de/autogen/user/fifo_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/guile_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/irc_colors.asciidoc
x weechat-1.4/doc/de/autogen/user/irc_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/irc_options.asciidoc
x weechat-1.4/doc/de/autogen/user/javascript_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/logger_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/logger_options.asciidoc
x weechat-1.4/doc/de/autogen/user/lua_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/perl_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/python_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/relay_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/relay_options.asciidoc
x weechat-1.4/doc/de/autogen/user/ruby_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/script_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/script_options.asciidoc
x weechat-1.4/doc/de/autogen/user/sec_options.asciidoc
x weechat-1.4/doc/de/autogen/user/tcl_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/trigger_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/trigger_options.asciidoc
x weechat-1.4/doc/de/autogen/user/weechat_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/weechat_options.asciidoc
x weechat-1.4/doc/de/autogen/user/xfer_commands.asciidoc
x weechat-1.4/doc/de/autogen/user/xfer_options.asciidoc
x weechat-1.4/doc/de/cmdline_options.de.asciidoc
x weechat-1.4/doc/de/weechat.1.de.asciidoc
x weechat-1.4/doc/de/weechat_faq.de.asciidoc
x weechat-1.4/doc/de/weechat_quickstart.de.asciidoc
x weechat-1.4/doc/de/weechat_scripting.de.asciidoc
x weechat-1.4/doc/de/weechat_tester.de.asciidoc
x weechat-1.4/doc/de/weechat_user.de.asciidoc
x weechat-1.4/doc/docgen.py
x weechat-1.4/doc/en/
x weechat-1.4/doc/en/CMakeLists.txt
x weechat-1.4/doc/en/Makefile.am
x weechat-1.4/doc/en/autogen/
x weechat-1.4/doc/en/autogen/plugin_api/
x weechat-1.4/doc/en/autogen/plugin_api/completions.asciidoc
x weechat-1.4/doc/en/autogen/plugin_api/hdata.asciidoc
x weechat-1.4/doc/en/autogen/plugin_api/infolists.asciidoc
x weechat-1.4/doc/en/autogen/plugin_api/infos.asciidoc
x weechat-1.4/doc/en/autogen/plugin_api/infos_hashtable.asciidoc
x weechat-1.4/doc/en/autogen/plugin_api/plugins_priority.asciidoc
x weechat-1.4/doc/en/autogen/plugin_api/url_options.asciidoc
x weechat-1.4/doc/en/autogen/user/
x weechat-1.4/doc/en/autogen/user/alias_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/aspell_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/aspell_options.asciidoc
x weechat-1.4/doc/en/autogen/user/charset_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/charset_options.asciidoc
x weechat-1.4/doc/en/autogen/user/exec_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/exec_options.asciidoc
x weechat-1.4/doc/en/autogen/user/fifo_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/guile_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/irc_colors.asciidoc
x weechat-1.4/doc/en/autogen/user/irc_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/irc_options.asciidoc
x weechat-1.4/doc/en/autogen/user/javascript_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/logger_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/logger_options.asciidoc
x weechat-1.4/doc/en/autogen/user/lua_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/perl_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/python_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/relay_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/relay_options.asciidoc
x weechat-1.4/doc/en/autogen/user/ruby_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/script_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/script_options.asciidoc
x weechat-1.4/doc/en/autogen/user/sec_options.asciidoc
x weechat-1.4/doc/en/autogen/user/tcl_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/trigger_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/trigger_options.asciidoc
x weechat-1.4/doc/en/autogen/user/weechat_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/weechat_options.asciidoc
x weechat-1.4/doc/en/autogen/user/xfer_commands.asciidoc
x weechat-1.4/doc/en/autogen/user/xfer_options.asciidoc
x weechat-1.4/doc/en/cmdline_options.en.asciidoc
x weechat-1.4/doc/en/weechat.1.en.asciidoc
x weechat-1.4/doc/en/weechat_dev.en.asciidoc
x weechat-1.4/doc/en/weechat_faq.en.asciidoc
x weechat-1.4/doc/en/weechat_plugin_api.en.asciidoc
x weechat-1.4/doc/en/weechat_quickstart.en.asciidoc
x weechat-1.4/doc/en/weechat_relay_protocol.en.asciidoc
x weechat-1.4/doc/en/weechat_scripting.en.asciidoc
x weechat-1.4/doc/en/weechat_tester.en.asciidoc
x weechat-1.4/doc/en/weechat_user.en.asciidoc
x weechat-1.4/doc/es/
x weechat-1.4/doc/es/CMakeLists.txt
x weechat-1.4/doc/es/Makefile.am
x weechat-1.4/doc/es/weechat_quickstart.es.asciidoc
x weechat-1.4/doc/fr/
x weechat-1.4/doc/fr/CMakeLists.txt
x weechat-1.4/doc/fr/Makefile.am
x weechat-1.4/doc/fr/autogen/
x weechat-1.4/doc/fr/autogen/plugin_api/
x weechat-1.4/doc/fr/autogen/plugin_api/completions.asciidoc
x weechat-1.4/doc/fr/autogen/plugin_api/hdata.asciidoc
x weechat-1.4/doc/fr/autogen/plugin_api/infolists.asciidoc
x weechat-1.4/doc/fr/autogen/plugin_api/infos.asciidoc
x weechat-1.4/doc/fr/autogen/plugin_api/infos_hashtable.asciidoc
x weechat-1.4/doc/fr/autogen/plugin_api/plugins_priority.asciidoc
x weechat-1.4/doc/fr/autogen/plugin_api/url_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/
x weechat-1.4/doc/fr/autogen/user/alias_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/aspell_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/aspell_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/charset_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/charset_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/exec_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/exec_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/fifo_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/guile_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/irc_colors.asciidoc
x weechat-1.4/doc/fr/autogen/user/irc_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/irc_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/javascript_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/logger_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/logger_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/lua_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/perl_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/python_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/relay_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/relay_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/ruby_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/script_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/script_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/sec_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/tcl_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/trigger_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/trigger_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/weechat_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/weechat_options.asciidoc
x weechat-1.4/doc/fr/autogen/user/xfer_commands.asciidoc
x weechat-1.4/doc/fr/autogen/user/xfer_options.asciidoc
x weechat-1.4/doc/fr/cmdline_options.fr.asciidoc
x weechat-1.4/doc/fr/weechat.1.fr.asciidoc
x weechat-1.4/doc/fr/weechat_dev.fr.asciidoc
x weechat-1.4/doc/fr/weechat_faq.fr.asciidoc
x weechat-1.4/doc/fr/weechat_plugin_api.fr.asciidoc
x weechat-1.4/doc/fr/weechat_quickstart.fr.asciidoc
x weechat-1.4/doc/fr/weechat_relay_protocol.fr.asciidoc
x weechat-1.4/doc/fr/weechat_scripting.fr.asciidoc
x weechat-1.4/doc/fr/weechat_tester.fr.asciidoc
x weechat-1.4/doc/fr/weechat_user.fr.asciidoc
x weechat-1.4/doc/it/
x weechat-1.4/doc/it/CMakeLists.txt
x weechat-1.4/doc/it/Makefile.am
x weechat-1.4/doc/it/autogen/
x weechat-1.4/doc/it/autogen/plugin_api/
x weechat-1.4/doc/it/autogen/plugin_api/completions.asciidoc
x weechat-1.4/doc/it/autogen/plugin_api/hdata.asciidoc
x weechat-1.4/doc/it/autogen/plugin_api/infolists.asciidoc
x weechat-1.4/doc/it/autogen/plugin_api/infos.asciidoc
x weechat-1.4/doc/it/autogen/plugin_api/infos_hashtable.asciidoc
x weechat-1.4/doc/it/autogen/plugin_api/plugins_priority.asciidoc
x weechat-1.4/doc/it/autogen/plugin_api/url_options.asciidoc
x weechat-1.4/doc/it/autogen/user/
x weechat-1.4/doc/it/autogen/user/alias_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/aspell_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/aspell_options.asciidoc
x weechat-1.4/doc/it/autogen/user/charset_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/charset_options.asciidoc
x weechat-1.4/doc/it/autogen/user/exec_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/exec_options.asciidoc
x weechat-1.4/doc/it/autogen/user/fifo_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/guile_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/irc_colors.asciidoc
x weechat-1.4/doc/it/autogen/user/irc_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/irc_options.asciidoc
x weechat-1.4/doc/it/autogen/user/javascript_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/logger_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/logger_options.asciidoc
x weechat-1.4/doc/it/autogen/user/lua_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/perl_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/python_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/relay_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/relay_options.asciidoc
x weechat-1.4/doc/it/autogen/user/ruby_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/script_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/script_options.asciidoc
x weechat-1.4/doc/it/autogen/user/sec_options.asciidoc
x weechat-1.4/doc/it/autogen/user/tcl_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/trigger_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/trigger_options.asciidoc
x weechat-1.4/doc/it/autogen/user/weechat_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/weechat_options.asciidoc
x weechat-1.4/doc/it/autogen/user/xfer_commands.asciidoc
x weechat-1.4/doc/it/autogen/user/xfer_options.asciidoc
x weechat-1.4/doc/it/cmdline_options.it.asciidoc
x weechat-1.4/doc/it/weechat.1.it.asciidoc
x weechat-1.4/doc/it/weechat_faq.it.asciidoc
x weechat-1.4/doc/it/weechat_plugin_api.it.asciidoc
x weechat-1.4/doc/it/weechat_quickstart.it.asciidoc
x weechat-1.4/doc/it/weechat_scripting.it.asciidoc
x weechat-1.4/doc/it/weechat_tester.it.asciidoc
x weechat-1.4/doc/it/weechat_user.it.asciidoc
x weechat-1.4/doc/ja/
x weechat-1.4/doc/ja/CMakeLists.txt
x weechat-1.4/doc/ja/Makefile.am
x weechat-1.4/doc/ja/autogen/
x weechat-1.4/doc/ja/autogen/plugin_api/
x weechat-1.4/doc/ja/autogen/plugin_api/completions.asciidoc
x weechat-1.4/doc/ja/autogen/plugin_api/hdata.asciidoc
x weechat-1.4/doc/ja/autogen/plugin_api/infolists.asciidoc
x weechat-1.4/doc/ja/autogen/plugin_api/infos.asciidoc
x weechat-1.4/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc
x weechat-1.4/doc/ja/autogen/plugin_api/plugins_priority.asciidoc
x weechat-1.4/doc/ja/autogen/plugin_api/url_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/
x weechat-1.4/doc/ja/autogen/user/alias_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/aspell_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/aspell_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/charset_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/charset_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/exec_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/exec_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/fifo_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/guile_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/irc_colors.asciidoc
x weechat-1.4/doc/ja/autogen/user/irc_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/irc_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/javascript_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/logger_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/logger_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/lua_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/perl_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/python_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/relay_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/relay_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/ruby_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/script_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/script_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/sec_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/tcl_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/trigger_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/trigger_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/weechat_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/weechat_options.asciidoc
x weechat-1.4/doc/ja/autogen/user/xfer_commands.asciidoc
x weechat-1.4/doc/ja/autogen/user/xfer_options.asciidoc
x weechat-1.4/doc/ja/cmdline_options.ja.asciidoc
x weechat-1.4/doc/ja/weechat.1.ja.asciidoc
x weechat-1.4/doc/ja/weechat_dev.ja.asciidoc
x weechat-1.4/doc/ja/weechat_faq.ja.asciidoc
x weechat-1.4/doc/ja/weechat_plugin_api.ja.asciidoc
x weechat-1.4/doc/ja/weechat_quickstart.ja.asciidoc
x weechat-1.4/doc/ja/weechat_relay_protocol.ja.asciidoc
x weechat-1.4/doc/ja/weechat_scripting.ja.asciidoc
x weechat-1.4/doc/ja/weechat_tester.ja.asciidoc
x weechat-1.4/doc/ja/weechat_user.ja.asciidoc
x weechat-1.4/doc/pl/
x weechat-1.4/doc/pl/CMakeLists.txt
x weechat-1.4/doc/pl/Makefile.am
x weechat-1.4/doc/pl/autogen/
x weechat-1.4/doc/pl/autogen/plugin_api/
x weechat-1.4/doc/pl/autogen/plugin_api/completions.asciidoc
x weechat-1.4/doc/pl/autogen/plugin_api/hdata.asciidoc
x weechat-1.4/doc/pl/autogen/plugin_api/infolists.asciidoc
x weechat-1.4/doc/pl/autogen/plugin_api/infos.asciidoc
x weechat-1.4/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc
x weechat-1.4/doc/pl/autogen/plugin_api/plugins_priority.asciidoc
x weechat-1.4/doc/pl/autogen/plugin_api/url_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/
x weechat-1.4/doc/pl/autogen/user/alias_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/aspell_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/aspell_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/charset_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/charset_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/exec_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/exec_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/fifo_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/guile_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/irc_colors.asciidoc
x weechat-1.4/doc/pl/autogen/user/irc_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/irc_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/javascript_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/logger_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/logger_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/lua_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/perl_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/python_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/relay_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/relay_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/ruby_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/script_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/script_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/sec_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/tcl_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/trigger_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/trigger_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/weechat_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/weechat_options.asciidoc
x weechat-1.4/doc/pl/autogen/user/xfer_commands.asciidoc
x weechat-1.4/doc/pl/autogen/user/xfer_options.asciidoc
x weechat-1.4/doc/pl/cmdline_options.pl.asciidoc
x weechat-1.4/doc/pl/weechat.1.pl.asciidoc
x weechat-1.4/doc/pl/weechat_faq.pl.asciidoc
x weechat-1.4/doc/pl/weechat_quickstart.pl.asciidoc
x weechat-1.4/doc/pl/weechat_scripting.pl.asciidoc
x weechat-1.4/doc/pl/weechat_tester.pl.asciidoc
x weechat-1.4/doc/pl/weechat_user.pl.asciidoc
x weechat-1.4/doc/ru/
x weechat-1.4/doc/ru/CMakeLists.txt
x weechat-1.4/doc/ru/Makefile.am
x weechat-1.4/doc/ru/cmdline_options.ru.asciidoc
x weechat-1.4/doc/ru/weechat.1.ru.asciidoc
x weechat-1.4/doc/ru/weechat_quickstart.ru.asciidoc
x weechat-1.4/makedist.sh
x weechat-1.4/po/
x weechat-1.4/po/CMakeLists.txt
x weechat-1.4/po/Makevars
x weechat-1.4/po/POTFILES.in
x weechat-1.4/po/cs.po
x weechat-1.4/po/de.po
x weechat-1.4/po/es.po
x weechat-1.4/po/fr.po
x weechat-1.4/po/hu.po
x weechat-1.4/po/it.po
x weechat-1.4/po/ja.po
x weechat-1.4/po/pl.po
x weechat-1.4/po/pt_BR.po
x weechat-1.4/po/remove-potcdate.sin
x weechat-1.4/po/ru.po
x weechat-1.4/po/srcfiles.cmake
x weechat-1.4/po/tr.po
x weechat-1.4/po/weechat.pot
x weechat-1.4/src/
x weechat-1.4/src/CMakeLists.txt
x weechat-1.4/src/Makefile.am
x weechat-1.4/src/core/
x weechat-1.4/src/core/CMakeLists.txt
x weechat-1.4/src/core/Makefile.am
x weechat-1.4/src/core/wee-arraylist.c
x weechat-1.4/src/core/wee-arraylist.h
x weechat-1.4/src/core/wee-backtrace.c
x weechat-1.4/src/core/wee-backtrace.h
x weechat-1.4/src/core/wee-command.c
x weechat-1.4/src/core/wee-command.h
x weechat-1.4/src/core/wee-completion.c
x weechat-1.4/src/core/wee-completion.h
x weechat-1.4/src/core/wee-config-file.c
x weechat-1.4/src/core/wee-config-file.h
x weechat-1.4/src/core/wee-config.c
x weechat-1.4/src/core/wee-config.h
x weechat-1.4/src/core/wee-debug.c
x weechat-1.4/src/core/wee-debug.h
x weechat-1.4/src/core/wee-eval.c
x weechat-1.4/src/core/wee-eval.h
x weechat-1.4/src/core/wee-hashtable.c
x weechat-1.4/src/core/wee-hashtable.h
x weechat-1.4/src/core/wee-hdata.c
x weechat-1.4/src/core/wee-hdata.h
x weechat-1.4/src/core/wee-hook.c
x weechat-1.4/src/core/wee-hook.h
x weechat-1.4/src/core/wee-infolist.c
x weechat-1.4/src/core/wee-infolist.h
x weechat-1.4/src/core/wee-input.c
x weechat-1.4/src/core/wee-input.h
x weechat-1.4/src/core/wee-list.c
x weechat-1.4/src/core/wee-list.h
x weechat-1.4/src/core/wee-log.c
x weechat-1.4/src/core/wee-log.h
x weechat-1.4/src/core/wee-network.c
x weechat-1.4/src/core/wee-network.h
x weechat-1.4/src/core/wee-proxy.c
x weechat-1.4/src/core/wee-proxy.h
x weechat-1.4/src/core/wee-secure.c
x weechat-1.4/src/core/wee-secure.h
x weechat-1.4/src/core/wee-string.c
x weechat-1.4/src/core/wee-string.h
x weechat-1.4/src/core/wee-upgrade-file.c
x weechat-1.4/src/core/wee-upgrade-file.h
x weechat-1.4/src/core/wee-upgrade.c
x weechat-1.4/src/core/wee-upgrade.h
x weechat-1.4/src/core/wee-url.c
x weechat-1.4/src/core/wee-url.h
x weechat-1.4/src/core/wee-utf8.c
x weechat-1.4/src/core/wee-utf8.h
x weechat-1.4/src/core/wee-util.c
x weechat-1.4/src/core/wee-util.h
x weechat-1.4/src/core/wee-version.c
x weechat-1.4/src/core/wee-version.h
x weechat-1.4/src/core/weechat.c
x weechat-1.4/src/core/weechat.h
x weechat-1.4/src/gui/
x weechat-1.4/src/gui/CMakeLists.txt
x weechat-1.4/src/gui/Makefile.am
x weechat-1.4/src/gui/curses/
x weechat-1.4/src/gui/curses/CMakeLists.txt
x weechat-1.4/src/gui/curses/Makefile.am
x weechat-1.4/src/gui/curses/gui-curses-bar-window.c
x weechat-1.4/src/gui/curses/gui-curses-chat.c
x weechat-1.4/src/gui/curses/gui-curses-color.c
x weechat-1.4/src/gui/curses/gui-curses-key.c
x weechat-1.4/src/gui/curses/gui-curses-main.c
x weechat-1.4/src/gui/curses/gui-curses-mouse.c
x weechat-1.4/src/gui/curses/gui-curses-term.c
x weechat-1.4/src/gui/curses/gui-curses-window.c
x weechat-1.4/src/gui/curses/gui-curses.h
x weechat-1.4/src/gui/curses/main.c
x weechat-1.4/src/gui/gui-bar-item.c
x weechat-1.4/src/gui/gui-bar-item.h
x weechat-1.4/src/gui/gui-bar-window.c
x weechat-1.4/src/gui/gui-bar-window.h
x weechat-1.4/src/gui/gui-bar.c
x weechat-1.4/src/gui/gui-bar.h
x weechat-1.4/src/gui/gui-buffer.c
x weechat-1.4/src/gui/gui-buffer.h
x weechat-1.4/src/gui/gui-chat.c
x weechat-1.4/src/gui/gui-chat.h
x weechat-1.4/src/gui/gui-color.c
x weechat-1.4/src/gui/gui-color.h
x weechat-1.4/src/gui/gui-completion.c
x weechat-1.4/src/gui/gui-completion.h
x weechat-1.4/src/gui/gui-cursor.c
x weechat-1.4/src/gui/gui-cursor.h
x weechat-1.4/src/gui/gui-filter.c
x weechat-1.4/src/gui/gui-filter.h
x weechat-1.4/src/gui/gui-focus.c
x weechat-1.4/src/gui/gui-focus.h
x weechat-1.4/src/gui/gui-history.c
x weechat-1.4/src/gui/gui-history.h
x weechat-1.4/src/gui/gui-hotlist.c
x weechat-1.4/src/gui/gui-hotlist.h
x weechat-1.4/src/gui/gui-input.c
x weechat-1.4/src/gui/gui-input.h
x weechat-1.4/src/gui/gui-key.c
x weechat-1.4/src/gui/gui-key.h
x weechat-1.4/src/gui/gui-layout.c
x weechat-1.4/src/gui/gui-layout.h
x weechat-1.4/src/gui/gui-line.c
x weechat-1.4/src/gui/gui-line.h
x weechat-1.4/src/gui/gui-main.h
x weechat-1.4/src/gui/gui-mouse.c
x weechat-1.4/src/gui/gui-mouse.h
x weechat-1.4/src/gui/gui-nicklist.c
x weechat-1.4/src/gui/gui-nicklist.h
x weechat-1.4/src/gui/gui-window.c
x weechat-1.4/src/gui/gui-window.h
x weechat-1.4/src/plugins/
x weechat-1.4/src/plugins/CMakeLists.txt
x weechat-1.4/src/plugins/Makefile.am
x weechat-1.4/src/plugins/alias/
x weechat-1.4/src/plugins/alias/CMakeLists.txt
x weechat-1.4/src/plugins/alias/Makefile.am
x weechat-1.4/src/plugins/alias/alias-command.c
x weechat-1.4/src/plugins/alias/alias-command.h
x weechat-1.4/src/plugins/alias/alias-completion.c
x weechat-1.4/src/plugins/alias/alias-completion.h
x weechat-1.4/src/plugins/alias/alias-config.c
x weechat-1.4/src/plugins/alias/alias-config.h
x weechat-1.4/src/plugins/alias/alias-info.c
x weechat-1.4/src/plugins/alias/alias-info.h
x weechat-1.4/src/plugins/alias/alias.c
x weechat-1.4/src/plugins/alias/alias.h
x weechat-1.4/src/plugins/aspell/
x weechat-1.4/src/plugins/aspell/CMakeLists.txt
x weechat-1.4/src/plugins/aspell/Makefile.am
x weechat-1.4/src/plugins/aspell/weechat-aspell-bar-item.c
x weechat-1.4/src/plugins/aspell/weechat-aspell-bar-item.h
x weechat-1.4/src/plugins/aspell/weechat-aspell-command.c
x weechat-1.4/src/plugins/aspell/weechat-aspell-command.h
x weechat-1.4/src/plugins/aspell/weechat-aspell-completion.c
x weechat-1.4/src/plugins/aspell/weechat-aspell-completion.h
x weechat-1.4/src/plugins/aspell/weechat-aspell-config.c
x weechat-1.4/src/plugins/aspell/weechat-aspell-config.h
x weechat-1.4/src/plugins/aspell/weechat-aspell-info.c
x weechat-1.4/src/plugins/aspell/weechat-aspell-info.h
x weechat-1.4/src/plugins/aspell/weechat-aspell-speller.c
x weechat-1.4/src/plugins/aspell/weechat-aspell-speller.h
x weechat-1.4/src/plugins/aspell/weechat-aspell.c
x weechat-1.4/src/plugins/aspell/weechat-aspell.h
x weechat-1.4/src/plugins/charset/
x weechat-1.4/src/plugins/charset/CMakeLists.txt
x weechat-1.4/src/plugins/charset/Makefile.am
x weechat-1.4/src/plugins/charset/charset.c
x weechat-1.4/src/plugins/exec/
x weechat-1.4/src/plugins/exec/CMakeLists.txt
x weechat-1.4/src/plugins/exec/Makefile.am
x weechat-1.4/src/plugins/exec/exec-buffer.c
x weechat-1.4/src/plugins/exec/exec-buffer.h
x weechat-1.4/src/plugins/exec/exec-command.c
x weechat-1.4/src/plugins/exec/exec-command.h
x weechat-1.4/src/plugins/exec/exec-completion.c
x weechat-1.4/src/plugins/exec/exec-completion.h
x weechat-1.4/src/plugins/exec/exec-config.c
x weechat-1.4/src/plugins/exec/exec-config.h
x weechat-1.4/src/plugins/exec/exec.c
x weechat-1.4/src/plugins/exec/exec.h
x weechat-1.4/src/plugins/fifo/
x weechat-1.4/src/plugins/fifo/CMakeLists.txt
x weechat-1.4/src/plugins/fifo/Makefile.am
x weechat-1.4/src/plugins/fifo/fifo-command.c
x weechat-1.4/src/plugins/fifo/fifo-command.h
x weechat-1.4/src/plugins/fifo/fifo-info.c
x weechat-1.4/src/plugins/fifo/fifo-info.h
x weechat-1.4/src/plugins/fifo/fifo.c
x weechat-1.4/src/plugins/fifo/fifo.h
x weechat-1.4/src/plugins/guile/
x weechat-1.4/src/plugins/guile/CMakeLists.txt
x weechat-1.4/src/plugins/guile/Makefile.am
x weechat-1.4/src/plugins/guile/weechat-guile-api.c
x weechat-1.4/src/plugins/guile/weechat-guile-api.h
x weechat-1.4/src/plugins/guile/weechat-guile.c
x weechat-1.4/src/plugins/guile/weechat-guile.h
x weechat-1.4/src/plugins/irc/
x weechat-1.4/src/plugins/irc/CMakeLists.txt
x weechat-1.4/src/plugins/irc/Makefile.am
x weechat-1.4/src/plugins/irc/irc-bar-item.c
x weechat-1.4/src/plugins/irc/irc-bar-item.h
x weechat-1.4/src/plugins/irc/irc-buffer.c
x weechat-1.4/src/plugins/irc/irc-buffer.h
x weechat-1.4/src/plugins/irc/irc-channel.c
x weechat-1.4/src/plugins/irc/irc-channel.h
x weechat-1.4/src/plugins/irc/irc-color.c
x weechat-1.4/src/plugins/irc/irc-color.h
x weechat-1.4/src/plugins/irc/irc-command.c
x weechat-1.4/src/plugins/irc/irc-command.h
x weechat-1.4/src/plugins/irc/irc-completion.c
x weechat-1.4/src/plugins/irc/irc-completion.h
x weechat-1.4/src/plugins/irc/irc-config.c
x weechat-1.4/src/plugins/irc/irc-config.h
x weechat-1.4/src/plugins/irc/irc-ctcp.c
x weechat-1.4/src/plugins/irc/irc-ctcp.h
x weechat-1.4/src/plugins/irc/irc-debug.c
x weechat-1.4/src/plugins/irc/irc-debug.h
x weechat-1.4/src/plugins/irc/irc-ignore.c
x weechat-1.4/src/plugins/irc/irc-ignore.h
x weechat-1.4/src/plugins/irc/irc-info.c
x weechat-1.4/src/plugins/irc/irc-info.h
x weechat-1.4/src/plugins/irc/irc-input.c
x weechat-1.4/src/plugins/irc/irc-input.h
x weechat-1.4/src/plugins/irc/irc-message.c
x weechat-1.4/src/plugins/irc/irc-message.h
x weechat-1.4/src/plugins/irc/irc-mode.c
x weechat-1.4/src/plugins/irc/irc-mode.h
x weechat-1.4/src/plugins/irc/irc-msgbuffer.c
x weechat-1.4/src/plugins/irc/irc-msgbuffer.h
x weechat-1.4/src/plugins/irc/irc-nick.c
x weechat-1.4/src/plugins/irc/irc-nick.h
x weechat-1.4/src/plugins/irc/irc-notify.c
x weechat-1.4/src/plugins/irc/irc-notify.h
x weechat-1.4/src/plugins/irc/irc-protocol.c
x weechat-1.4/src/plugins/irc/irc-protocol.h
x weechat-1.4/src/plugins/irc/irc-raw.c
x weechat-1.4/src/plugins/irc/irc-raw.h
x weechat-1.4/src/plugins/irc/irc-redirect.c
x weechat-1.4/src/plugins/irc/irc-redirect.h
x weechat-1.4/src/plugins/irc/irc-sasl.c
x weechat-1.4/src/plugins/irc/irc-sasl.h
x weechat-1.4/src/plugins/irc/irc-server.c
x weechat-1.4/src/plugins/irc/irc-server.h
x weechat-1.4/src/plugins/irc/irc-upgrade.c
x weechat-1.4/src/plugins/irc/irc-upgrade.h
x weechat-1.4/src/plugins/irc/irc.c
x weechat-1.4/src/plugins/irc/irc.h
x weechat-1.4/src/plugins/javascript/
x weechat-1.4/src/plugins/javascript/CMakeLists.txt
x weechat-1.4/src/plugins/javascript/Makefile.am
x weechat-1.4/src/plugins/javascript/weechat-js-api.cpp
x weechat-1.4/src/plugins/javascript/weechat-js-api.h
x weechat-1.4/src/plugins/javascript/weechat-js-v8.cpp
x weechat-1.4/src/plugins/javascript/weechat-js-v8.h
x weechat-1.4/src/plugins/javascript/weechat-js.cpp
x weechat-1.4/src/plugins/javascript/weechat-js.h
x weechat-1.4/src/plugins/logger/
x weechat-1.4/src/plugins/logger/CMakeLists.txt
x weechat-1.4/src/plugins/logger/Makefile.am
x weechat-1.4/src/plugins/logger/logger-buffer.c
x weechat-1.4/src/plugins/logger/logger-buffer.h
x weechat-1.4/src/plugins/logger/logger-config.c
x weechat-1.4/src/plugins/logger/logger-config.h
x weechat-1.4/src/plugins/logger/logger-info.c
x weechat-1.4/src/plugins/logger/logger-info.h
x weechat-1.4/src/plugins/logger/logger-tail.c
x weechat-1.4/src/plugins/logger/logger-tail.h
x weechat-1.4/src/plugins/logger/logger.c
x weechat-1.4/src/plugins/logger/logger.h
x weechat-1.4/src/plugins/lua/
x weechat-1.4/src/plugins/lua/CMakeLists.txt
x weechat-1.4/src/plugins/lua/Makefile.am
x weechat-1.4/src/plugins/lua/weechat-lua-api.c
x weechat-1.4/src/plugins/lua/weechat-lua-api.h
x weechat-1.4/src/plugins/lua/weechat-lua.c
x weechat-1.4/src/plugins/lua/weechat-lua.h
x weechat-1.4/src/plugins/perl/
x weechat-1.4/src/plugins/perl/CMakeLists.txt
x weechat-1.4/src/plugins/perl/Makefile.am
x weechat-1.4/src/plugins/perl/weechat-perl-api.c
x weechat-1.4/src/plugins/perl/weechat-perl-api.h
x weechat-1.4/src/plugins/perl/weechat-perl.c
x weechat-1.4/src/plugins/perl/weechat-perl.h
x weechat-1.4/src/plugins/plugin-api.c
x weechat-1.4/src/plugins/plugin-api.h
x weechat-1.4/src/plugins/plugin-config.c
x weechat-1.4/src/plugins/plugin-config.h
x weechat-1.4/src/plugins/plugin-script-api.c
x weechat-1.4/src/plugins/plugin-script-api.h
x weechat-1.4/src/plugins/plugin-script-callback.c
x weechat-1.4/src/plugins/plugin-script-callback.h
x weechat-1.4/src/plugins/plugin-script.c
x weechat-1.4/src/plugins/plugin-script.h
x weechat-1.4/src/plugins/plugin.c
x weechat-1.4/src/plugins/plugin.h
x weechat-1.4/src/plugins/python/
x weechat-1.4/src/plugins/python/CMakeLists.txt
x weechat-1.4/src/plugins/python/Makefile.am
x weechat-1.4/src/plugins/python/weechat-python-api.c
x weechat-1.4/src/plugins/python/weechat-python-api.h
x weechat-1.4/src/plugins/python/weechat-python.c
x weechat-1.4/src/plugins/python/weechat-python.h
x weechat-1.4/src/plugins/relay/
x weechat-1.4/src/plugins/relay/CMakeLists.txt
x weechat-1.4/src/plugins/relay/Makefile.am
x weechat-1.4/src/plugins/relay/irc/
x weechat-1.4/src/plugins/relay/irc/relay-irc.c
x weechat-1.4/src/plugins/relay/irc/relay-irc.h
x weechat-1.4/src/plugins/relay/relay-buffer.c
x weechat-1.4/src/plugins/relay/relay-buffer.h
x weechat-1.4/src/plugins/relay/relay-client.c
x weechat-1.4/src/plugins/relay/relay-client.h
x weechat-1.4/src/plugins/relay/relay-command.c
x weechat-1.4/src/plugins/relay/relay-command.h
x weechat-1.4/src/plugins/relay/relay-completion.c
x weechat-1.4/src/plugins/relay/relay-completion.h
x weechat-1.4/src/plugins/relay/relay-config.c
x weechat-1.4/src/plugins/relay/relay-config.h
x weechat-1.4/src/plugins/relay/relay-info.c
x weechat-1.4/src/plugins/relay/relay-info.h
x weechat-1.4/src/plugins/relay/relay-network.c
x weechat-1.4/src/plugins/relay/relay-network.h
x weechat-1.4/src/plugins/relay/relay-raw.c
x weechat-1.4/src/plugins/relay/relay-raw.h
x weechat-1.4/src/plugins/relay/relay-server.c
x weechat-1.4/src/plugins/relay/relay-server.h
x weechat-1.4/src/plugins/relay/relay-upgrade.c
x weechat-1.4/src/plugins/relay/relay-upgrade.h
x weechat-1.4/src/plugins/relay/relay-websocket.c
x weechat-1.4/src/plugins/relay/relay-websocket.h
x weechat-1.4/src/plugins/relay/relay.c
x weechat-1.4/src/plugins/relay/relay.h
x weechat-1.4/src/plugins/relay/weechat/
x weechat-1.4/src/plugins/relay/weechat/relay-weechat-msg.c
x weechat-1.4/src/plugins/relay/weechat/relay-weechat-msg.h
x weechat-1.4/src/plugins/relay/weechat/relay-weechat-nicklist.c
x weechat-1.4/src/plugins/relay/weechat/relay-weechat-nicklist.h
x weechat-1.4/src/plugins/relay/weechat/relay-weechat-protocol.c
x weechat-1.4/src/plugins/relay/weechat/relay-weechat-protocol.h
x weechat-1.4/src/plugins/relay/weechat/relay-weechat.c
x weechat-1.4/src/plugins/relay/weechat/relay-weechat.h
x weechat-1.4/src/plugins/ruby/
x weechat-1.4/src/plugins/ruby/CMakeLists.txt
x weechat-1.4/src/plugins/ruby/Makefile.am
x weechat-1.4/src/plugins/ruby/weechat-ruby-api.c
x weechat-1.4/src/plugins/ruby/weechat-ruby-api.h
x weechat-1.4/src/plugins/ruby/weechat-ruby.c
x weechat-1.4/src/plugins/ruby/weechat-ruby.h
x weechat-1.4/src/plugins/script/
x weechat-1.4/src/plugins/script/CMakeLists.txt
x weechat-1.4/src/plugins/script/Makefile.am
x weechat-1.4/src/plugins/script/script-action.c
x weechat-1.4/src/plugins/script/script-action.h
x weechat-1.4/src/plugins/script/script-buffer.c
x weechat-1.4/src/plugins/script/script-buffer.h
x weechat-1.4/src/plugins/script/script-command.c
x weechat-1.4/src/plugins/script/script-command.h
x weechat-1.4/src/plugins/script/script-completion.c
x weechat-1.4/src/plugins/script/script-completion.h
x weechat-1.4/src/plugins/script/script-config.c
x weechat-1.4/src/plugins/script/script-config.h
x weechat-1.4/src/plugins/script/script-info.c
x weechat-1.4/src/plugins/script/script-info.h
x weechat-1.4/src/plugins/script/script-repo.c
x weechat-1.4/src/plugins/script/script-repo.h
x weechat-1.4/src/plugins/script/script.c
x weechat-1.4/src/plugins/script/script.h
x weechat-1.4/src/plugins/tcl/
x weechat-1.4/src/plugins/tcl/CMakeLists.txt
x weechat-1.4/src/plugins/tcl/Makefile.am
x weechat-1.4/src/plugins/tcl/weechat-tcl-api.c
x weechat-1.4/src/plugins/tcl/weechat-tcl-api.h
x weechat-1.4/src/plugins/tcl/weechat-tcl.c
x weechat-1.4/src/plugins/tcl/weechat-tcl.h
x weechat-1.4/src/plugins/trigger/
x weechat-1.4/src/plugins/trigger/CMakeLists.txt
x weechat-1.4/src/plugins/trigger/Makefile.am
x weechat-1.4/src/plugins/trigger/trigger-buffer.c
x weechat-1.4/src/plugins/trigger/trigger-buffer.h
x weechat-1.4/src/plugins/trigger/trigger-callback.c
x weechat-1.4/src/plugins/trigger/trigger-callback.h
x weechat-1.4/src/plugins/trigger/trigger-command.c
x weechat-1.4/src/plugins/trigger/trigger-command.h
x weechat-1.4/src/plugins/trigger/trigger-completion.c
x weechat-1.4/src/plugins/trigger/trigger-completion.h
x weechat-1.4/src/plugins/trigger/trigger-config.c
x weechat-1.4/src/plugins/trigger/trigger-config.h
x weechat-1.4/src/plugins/trigger/trigger.c
x weechat-1.4/src/plugins/trigger/trigger.h
x weechat-1.4/src/plugins/weechat-plugin.h
x weechat-1.4/src/plugins/xfer/
x weechat-1.4/src/plugins/xfer/CMakeLists.txt
x weechat-1.4/src/plugins/xfer/Makefile.am
x weechat-1.4/src/plugins/xfer/xfer-buffer.c
x weechat-1.4/src/plugins/xfer/xfer-buffer.h
x weechat-1.4/src/plugins/xfer/xfer-chat.c
x weechat-1.4/src/plugins/xfer/xfer-chat.h
x weechat-1.4/src/plugins/xfer/xfer-command.c
x weechat-1.4/src/plugins/xfer/xfer-command.h
x weechat-1.4/src/plugins/xfer/xfer-completion.c
x weechat-1.4/src/plugins/xfer/xfer-completion.h
x weechat-1.4/src/plugins/xfer/xfer-config.c
x weechat-1.4/src/plugins/xfer/xfer-config.h
x weechat-1.4/src/plugins/xfer/xfer-dcc.c
x weechat-1.4/src/plugins/xfer/xfer-dcc.h
x weechat-1.4/src/plugins/xfer/xfer-file.c
x weechat-1.4/src/plugins/xfer/xfer-file.h
x weechat-1.4/src/plugins/xfer/xfer-info.c
x weechat-1.4/src/plugins/xfer/xfer-info.h
x weechat-1.4/src/plugins/xfer/xfer-network.c
x weechat-1.4/src/plugins/xfer/xfer-network.h
x weechat-1.4/src/plugins/xfer/xfer-upgrade.c
x weechat-1.4/src/plugins/xfer/xfer-upgrade.h
x weechat-1.4/src/plugins/xfer/xfer.c
x weechat-1.4/src/plugins/xfer/xfer.h
x weechat-1.4/tests/
x weechat-1.4/tests/CMakeLists.txt
x weechat-1.4/tests/Makefile.am
x weechat-1.4/tests/ncurses-fake.c
x weechat-1.4/tests/tests.cpp
x weechat-1.4/tests/tests.h
x weechat-1.4/tests/unit/
x weechat-1.4/tests/unit/core/
x weechat-1.4/tests/unit/core/test-arraylist.cpp
x weechat-1.4/tests/unit/core/test-eval.cpp
x weechat-1.4/tests/unit/core/test-hashtable.cpp
x weechat-1.4/tests/unit/core/test-hdata.cpp
x weechat-1.4/tests/unit/core/test-infolist.cpp
x weechat-1.4/tests/unit/core/test-list.cpp
x weechat-1.4/tests/unit/core/test-string.cpp
x weechat-1.4/tests/unit/core/test-url.cpp
x weechat-1.4/tests/unit/core/test-utf8.cpp
x weechat-1.4/tests/unit/core/test-util.cpp
x weechat-1.4/tests/unit/test-plugins.cpp
x weechat-1.4/tools/
x weechat-1.4/tools/build-test.sh
x weechat-1.4/tools/debian/
x weechat-1.4/tools/debian/patches/
x weechat-1.4/tools/debian/patches/README
x weechat-1.4/tools/debian/patches/weechat_debian_squeeze.patch
x weechat-1.4/tools/debian/patches/weechat_debian_wheezy.patch
x weechat-1.4/tools/debian/patches/weechat_ubuntu_precise.patch
x weechat-1.4/tools/debian/patches/weechat_ubuntu_trusty.patch
x weechat-1.4/tools/git-version.sh
x weechat-1.4/version.sh
x weechat-1.4/weechat.cygport.in
x weechat-1.4/weechat.pc.in
x weechat-1.4/weechat.png
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/weechat/1.4_2 -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DENABLE_LUA=OFF -DENABLE_PERL=OFF -DENABLE_ASPELL=OFF -DENABLE_GUILE=OFF -DENABLE_PYTHON=OFF -DENABLE_JAVASCRIPT=OFF
-- The C compiler identification is AppleClang 7.3.0.7030029
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file sys/resource.h
-- Looking for include file sys/resource.h - found
-- Looking for mallinfo
-- Looking for mallinfo - not found
-- Looking for eat_newline_glitch
-- Looking for eat_newline_glitch - found
-- Looking for include file libintl.h
-- Looking for include file libintl.h - found
-- Looking for dgettext
-- Looking for dgettext - not found
-- Looking for dgettext in /usr/local/opt/gettext/lib/libintl.dylib
-- Looking for dgettext in /usr/local/opt/gettext/lib/libintl.dylib - found
-- Found GCRYPT: -L/usr/local/Cellar/libgcrypt/1.6.5/lib -lgcrypt -L/usr/local/Cellar/libgpg-error/1.21/lib -lgpg-error
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
-- Looking for libiconv_open in iconv
-- Looking for libiconv_open in iconv - not found
-- Looking for iconv_open in iconv
-- Looking for iconv_open in iconv - found
-- Performing Test ICONV_2ARG_IS_CONST
-- Performing Test ICONV_2ARG_IS_CONST - Success
-- Found CURL: /usr/lib/libcurl.dylib (found version "7.43.0")
-- Looking for flock
-- Looking for flock - found
-- Looking for backtrace
-- Looking for backtrace - found
-- checking for one of the modules 'ruby-2.2;ruby-2.1;ruby-2.0;ruby-1.9;ruby-1.8'
-- Found Tclsh: /usr/bin/tclsh (found version "8.5")
*** WARNING:
*** ncursesw library not found! Falling back to "ncurses"
*** Be careful, UTF-8 display may not work properly if your locale is UTF-8.
-- Looking for include file ncursesw/ncurses.h
-- Looking for include file ncursesw/ncurses.h - not found
-- Looking for include file ncurses.h
-- Looking for include file ncurses.h - found
-- checking for one of the modules 'cpputest'
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXX_FLAGS_RELEASE
-- Build files have been written to: /tmp/weechat20160409-20179-rtzn65/weechat-1.4/build
==> make install
Scanning dependencies of target version_git
Scanning dependencies of target charset
Scanning dependencies of target weechat_plugins_scripts
Scanning dependencies of target alias
Scanning dependencies of target exec
Scanning dependencies of target translations
Creating file config-git.h with git version: ""
Scanning dependencies of target weechat_plugins
Scanning dependencies of target logger
Scanning dependencies of target fifo
[ 0%] Building C object src/plugins/charset/CMakeFiles/charset.dir/charset.o
Scanning dependencies of target relay
[ 0%] Built target version_git
[ 1%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script.o
[ 1%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec.o
[ 1%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script-api.o
[ 2%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-buffer.o
[ 2%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias.o
[ 3%] Building C object src/plugins/CMakeFiles/weechat_plugins_scripts.dir/plugin-script-callback.o
[ 3%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-command.o
[ 4%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-command.o
[ 5%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-completion.o
[ 5%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-completion.o
[ 6%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin.o
[ 6%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger.o
[ 7%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-api.o
[ 7%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-config.o
[ 7%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo.o
[ 7%] Building C object src/plugins/exec/CMakeFiles/exec.dir/exec-config.o
[ 8%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-buffer.o
[ 8%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-info.o
[ 9%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-command.o
[ 9%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-config.o
[ 10%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-config.o
[ 11%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-tail.o
[ 10%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-info.o
[ 12%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-info.o
[ 12%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-buffer.o
[ 13%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay.o
Scanning dependencies of target irc
[ 14%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-client.o
[ 14%] Building C object src/plugins/relay/CMakeFiles/relay.dir/irc/relay-irc.o
[ 14%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-msg.o
[ 15%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat.o
[ 17%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-nicklist.o
[ 17%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o
[ 18%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-command.o
Scanning dependencies of target script
[ 18%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-completion.o
Scanning dependencies of target trigger
Scanning dependencies of target weechat_gui_common
Scanning dependencies of target xfer
[ 18%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc.o
[ 20%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-buffer.o
[ 20%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-bar-item.o
[ 20%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-config.o
[ 20%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-color.o
[ 21%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-info.o
[ 22%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-channel.o
[ 22%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-command.o
[ 22%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-config.o
[ 23%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-debug.o
[ 23%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-completion.o
[ 24%] Generating weechat.pot
[ 24%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ctcp.o
[ 25%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ignore.o
[ 25%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-info.o
[ 26%] Building C object src/plugins/script/CMakeFiles/script.dir/script.o
[ 26%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-input.o
[ 26%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-message.o
[ 28%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger.o
[ 28%] Building C object src/plugins/script/CMakeFiles/script.dir/script-action.o
[ 29%] Building C object src/plugins/script/CMakeFiles/script.dir/script-buffer.o
[ 30%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-mode.o
[ 30%] Building C object src/plugins/script/CMakeFiles/script.dir/script-command.o
[ 31%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-buffer.o
[ 31%] Building C object src/plugins/script/CMakeFiles/script.dir/script-config.o
[ 32%] Building C object src/plugins/script/CMakeFiles/script.dir/script-completion.o
[ 34%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-command.o
[ 34%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-callback.o
[ 35%] Building C object src/plugins/script/CMakeFiles/script.dir/script-info.o
[ 35%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-msgbuffer.o
[ 35%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-completion.o
[ 36%] Building C object src/plugins/trigger/CMakeFiles/trigger.dir/trigger-config.o
[ 36%] Building C object src/plugins/script/CMakeFiles/script.dir/script-repo.o
[ 37%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-nick.o
[ 38%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-raw.o
[ 38%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-notify.o
[ 38%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-network.o
[ 39%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-protocol.o
[ 41%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-server.o
[ 41%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-redirect.o
[ 41%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-sasl.o
[ 41%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-upgrade.o
[ 42%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-server.o
[ 41%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-raw.o
[ 43%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer.o
[ 43%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar-item.o
[ 43%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-buffer.o
[ 44%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-completion.o
[ 44%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-upgrade.o
[ 44%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-buffer.o
[ 45%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-websocket.o
[ 45%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-color.o
[ 46%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-completion.o
[ 46%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-config.o
[ 47%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-cursor.o
[ 47%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-dcc.o
[ 48%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar.o
[ 50%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-chat.o
[ 50%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-file.o
[ 51%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-chat.o
[ 52%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar-window.o
[ 53%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-info.o
[ 53%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-command.o
Scanning dependencies of target weechat_gui_curses
[ 54%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-bar-window.o
Scanning dependencies of target weechat_core
[ 54%] Building C object src/core/CMakeFiles/weechat_core.dir/weechat.o
[ 55%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-filter.o
[ 55%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-network.o
[ 55%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-chat.o
[ 56%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-arraylist.o
[ 56%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-focus.o
[ 57%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-upgrade.o
[ 57%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-backtrace.o
[ 58%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-history.o
[ 59%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-color.o
[ 59%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-hotlist.o
[ 59%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-key.o
[ 60%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-input.o
[ 60%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-key.o
[ 61%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-main.o
[ 62%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-layout.o
[ 62%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-line.o
[ 63%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-mouse.o
[ 64%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-command.o
[ 65%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-completion.o
[ 65%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-config.o
[ 67%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-config-file.o
[ 67%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-debug.o
[ 67%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-term.o
[ 68%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-mouse.o
[ 69%] Linking C shared module fifo.so
[ 70%] Building C object src/gui/curses/CMakeFiles/weechat_gui_curses.dir/gui-curses-window.o
[ 70%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-nicklist.o
[ 71%] Linking C shared module charset.so
[ 72%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-eval.o
[ 73%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-window.o
[ 73%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hashtable.o
[ 74%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hdata.o
[ 74%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hook.o
[ 75%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-infolist.o
[ 75%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-input.o
[ 76%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-list.o
[ 76%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-log.o
[ 77%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-network.o
[ 77%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-proxy.o
[ 78%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-secure.o
[ 78%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-string.o
[ 79%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-upgrade.o
[ 80%] Linking C shared module alias.so
[ 80%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-upgrade-file.o
[ 81%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-url.o
[ 81%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-utf8.o
[ 82%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-util.o
[ 82%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-version.o
[ 82%] Built target fifo
[ 82%] Built target charset
[ 82%] Built target alias
[ 84%] Linking C shared module exec.so
[ 84%] Linking C shared module logger.so
[ 84%] Linking C static library libweechat_plugins.a
[ 84%] Built target exec
[ 84%] Built target weechat_plugins
[ 84%] Built target logger
[ 84%] Linking C static library libweechat_plugins_scripts.a
[ 84%] Built target weechat_plugins_scripts
Scanning dependencies of target tcl
Scanning dependencies of target ruby
[ 85%] Building C object src/plugins/tcl/CMakeFiles/tcl.dir/weechat-tcl.o
[ 85%] Building C object src/plugins/tcl/CMakeFiles/tcl.dir/weechat-tcl-api.o
[ 85%] Linking C shared module trigger.so
[ 86%] Building C object src/plugins/ruby/CMakeFiles/ruby.dir/weechat-ruby.o
[ 86%] Building C object src/plugins/ruby/CMakeFiles/ruby.dir/weechat-ruby-api.o
[ 87%] Linking C shared module script.so
[ 87%] Built target trigger
[ 87%] Built target script
[ 88%] Linking C shared module xfer.so
[ 88%] Linking C shared module relay.so
[ 88%] Built target relay
[ 88%] Built target xfer
[ 88%] Linking C static library libweechat_gui_curses.a
[ 88%] Built target weechat_gui_curses
[ 88%] Linking C static library libweechat_gui_common.a
[ 88%] Built target weechat_gui_common
[ 89%] Compiling cs.po
[ 89%] Compiling de.po
[ 90%] Compiling es.po
[ 90%] Compiling fr.po
[ 91%] Compiling hu.po
[ 91%] Compiling it.po
[ 92%] Compiling ja.po
[ 92%] Compiling pl.po
[ 93%] Compiling pt_BR.po
[ 93%] Compiling ru.po
[ 94%] Compiling tr.po
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/hu.po: 91 translated messages, 1248 fuzzy translations, 726 untranslated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/pt_BR.po: 1019 translated messages, 472 fuzzy translations, 574 untranslated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/cs.po: 1421 translated messages, 467 fuzzy translations, 177 untranslated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/es.po: 1414 translated messages, 424 fuzzy translations, 227 untranslated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/it.po: 1543 translated messages, 355 fuzzy translations, 167 untranslated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/pl.po: 2065 translated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/tr.po: 260 translated messages, 155 fuzzy translations, 1650 untranslated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/fr.po: 2065 translated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/ru.po: 119 translated messages, 1260 fuzzy translations, 686 untranslated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/de.po: 2065 translated messages.
/tmp/weechat20160409-20179-rtzn65/weechat-1.4/build/po/ja.po: 2060 translated messages, 5 fuzzy translations.
[ 94%] Built target translations
[ 95%] Linking C shared module irc.so
[ 96%] Linking C static library libweechat_core.a
[ 96%] Built target weechat_core
Scanning dependencies of target weechat
[ 97%] Building C object src/gui/curses/CMakeFiles/weechat.dir/main.o
[ 97%] Built target irc
[ 97%] Linking C executable weechat
[ 97%] Built target weechat
Scanning dependencies of target weechat-curses
[ 98%] Creating symbolic link weechat-curses
[ 98%] Built target weechat-curses
[100%] Linking C shared module ruby.so
[100%] Built target ruby
[100%] Linking C shared module tcl.so
[100%] Built target tcl
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/../pkgconfig/weechat.pc
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/icons/hicolor/32x32/apps/weechat.png
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/cs/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/de/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/es/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/fr/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/hu/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/it/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/ja/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/pl/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/pt_BR/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/ru/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/share/locale/tr/LC_MESSAGES/weechat.mo
-- Installing: /usr/local/Cellar/weechat/1.4_2/include/weechat/weechat-plugin.h
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/alias.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/charset.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/exec.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/fifo.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/irc.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/logger.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/relay.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/script.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/ruby.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/tcl.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/trigger.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/xfer.so
-- Installing: /usr/local/Cellar/weechat/1.4_2/bin/weechat
-- Installing: /usr/local/Cellar/weechat/1.4_2/bin/weechat-curses
==> Cleaning
Fixing /usr/local/Cellar/weechat/1.4_2/bin/weechat permissions from 755 to 555
Fixing /usr/local/Cellar/weechat/1.4_2/lib/pkgconfig/weechat.pc permissions from 644 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/alias.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/charset.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/exec.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/fifo.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/irc.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/logger.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/relay.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/ruby.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/script.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/tcl.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/trigger.so permissions from 755 to 444
Fixing /usr/local/Cellar/weechat/1.4_2/lib/weechat/plugins/xfer.so permissions from 755 to 444
==> Finishing up
ln -s ../Cellar/weechat/1.4_2/bin/weechat weechat
ln -s ../Cellar/weechat/1.4_2/bin/weechat-curses weechat-curses
ln -s ../Cellar/weechat/1.4_2/include/weechat weechat
ln -s ../../../../../Cellar/weechat/1.4_2/share/icons/hicolor/32x32/apps/weechat.png weechat.png
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/cs/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/de/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/es/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/fr/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/hu/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/it/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/ja/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/pl/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/pt_BR/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/ru/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../../../Cellar/weechat/1.4_2/share/locale/tr/LC_MESSAGES/weechat.mo weechat.mo
ln -s ../../Cellar/weechat/1.4_2/lib/pkgconfig/weechat.pc weechat.pc
ln -s ../Cellar/weechat/1.4_2/lib/weechat weechat
==> Caveats
Weechat can depend on Aspell if you choose the --with-aspell option, but
Aspell should be installed manually before installing Weechat so that
you can choose the dictionaries you want. If Aspell was installed
automatically as part of weechat, there won't be any dictionaries.
==> Summary
🍺 /usr/local/Cellar/weechat/1.4_2: 33 files, 4.6M, built in 9 seconds
iMac-TMP:install joe$ brew test -v weechat
Testing weechat
==> Using the sandbox
/usr/bin/sandbox-exec -f /tmp/homebrew20160409-21419-18qh8nu.sb /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -W0 -I /usr/local/Library/Homebrew -- /usr/local/Library/Homebrew/test.rb /usr/local/Library/Taps/homebrew/homebrew-core/Formula/weechat.rb -v
==> weechat -r /quit
iMac-TMP:install joe$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment