Giter Site home page Giter Site logo

Comments (11)

zegervdv avatar zegervdv commented on September 28, 2024 1

This appears to be a problem with curl. For some reason it cannot connect over SSL.
Maybe try installing curl via Homebrew and then try again.

from homebrew-zathura.

scottbaron avatar scottbaron commented on September 28, 2024

On 2015-06-02 16:50:00, Zeger Van de Vannet wrote:

This appears to be a problem with |curl|. For some reason it cannot
connect over SSL.
Maybe try installing curl via Homebrew and then try again.


Reply to this email directly or view it on GitHub
#3 (comment).

when I try to homebrew curl this is what i get
➜ ~ brew install curl
Warning: curl-7.42.1 already installed
➜ ~ brew install glib
==> Downloading
https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz
curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)
Error: Failed to download resource "glib"
Download failed:
https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz
➜ ~

➜ ~ brew install zathura
==> Installing zathura from zegervdv/homebrew-zathura
==> Installing dependencies for zegervdv/zathura/zathura: glib, gobject-i
==> Installing zegervdv/zathura/zathura dependency: glib
==> Downloading
https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz
curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)
Error: Failed to download resource "glib"
Download failed:
https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz
➜ ~

Thank you for the help what else would you suggest.

from homebrew-zathura.

zegervdv avatar zegervdv commented on September 28, 2024

When I try installing glib from scratch, it installs from bottle:

→ brew install glib
==> Downloading https://homebrew.bintray.com/bottles/glib-2.44.1.yosemite.bottle.tar.gz
==> Pouring glib-2.44.1.yosemite.bottle.tar.gz

Yours seems to be trying to compile from source. Have you updated brew lately?

from homebrew-zathura.

scottbaron avatar scottbaron commented on September 28, 2024

On 2015-06-03 24:36:41, Zeger Van de Vannet wrote:

When I try installing glib from scratch, it installs from bottle:

|→ brew install glib
==> Downloading https://homebrew.bintray.com/bottles/glib-2.44.1.yosemite.bottle.tar.gz
######################################################################## 100,0%
==> Pouring glib-2.44.1.yosemite.bottle.tar.gz
|

Yours seems to be trying to compile from source. Have you updated brew
lately?

Reply to this email directly or view it on GitHub
#3 (comment).
Yes this is the output of the brew update as well as the attempt to
install glib. Your continued assistance is greatly appreciated, as I am
very anxious to get this resolve. When you say you are installing glib
from scratch please direct me on how to do that. Thank you again.
➜ ~ brew update
Updated Homebrew from 708a4836 to 81b7b334.
==> New Formulae
allegro cxxtest td
==> Updated Formulae
binwalk libsmi python3
boost libvirt qt5
cimg mercurial rbenv-bundler-ruby-version
cryptol mobile-shell redpen
ec2-ami-tools mvnvm scala
ec2-api-tools mysql ssh-copy-id
flashrom ndpi strongswan
freeswitch ntopng syncthing
gnupg2 offline-imap task
harfbuzz opam tutum
hashpump osslsigncode typesafe-activator
hive osxfuse verilator
imagemagick pandoc vifm
iojs pass virtuoso
jbake pgrouting wakatime-cli
jenkins pinentry web100clt
jetty pla webalizer
keybase pngquant why3
libav pyenv wimlib
libgit2 pypy wireshark
libmtp python yafc
==> Deleted Formulae
afuse encfs gcsfuse rofs-filtered tup
archivemount ext2fuse gitfs s3-backer wdfs
avfs ext4fuse ifuse s3fs xmount
awsenv fuse-zip mp3fs simple-mtpfs
bindfs fuse4x ntfs-3g sshfs
djmount fuse4x-kext ori stormfs
➜ ~ brew install glib
==> Downloading
https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz
curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)
Error: Failed to download resource "glib"
Download failed:
https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz

from homebrew-zathura.

zegervdv avatar zegervdv commented on September 28, 2024

What I meant with from scratch was that I first removed it brew uninstall glib and then installed it again.
Apparently the address for the source code for glib has moved, and curl isn't following the redirect.
But the strange thing is that glib wants to compile from source, whereas in my case it downloads the binaries.

What version of OS X are you running? I can't see why it doesn't try to download the binary version.

from homebrew-zathura.

scottbaron avatar scottbaron commented on September 28, 2024

On 2015-06-04 11:30:25, Zeger Van de Vannet wrote:

What I meant with from scratch was that I first removed it |brew
uninstall glib| and then installed it again.
Apparently the address for the source code for glib has moved, and
curl isn't following the redirect.
But the strange thing is that glib wants to compile from source,
whereas in my case it downloads the binaries.

What version of OS X are you running? I can't see why it doesn't try
to download the binary version.


Reply to this email directly or view it on GitHub
#3 (comment).

I should have lead with those particulars: MBPro 2010 10.6.8 Snow
Leopard. I installed Yosemite 3 times the system build ran for about a
month and then the boot partition became corrupted. I got tired of
reinstalling from TIME Machine so I retreated to 10.6.8. I have 8gb ram
and a new 500gb hard drive. I would have migrated the machine to LINUX
but I need Photoshop so here is where I stand.

Incidentally, some time ago I installed MacPorts which allowed me to
install Zathura. However, at run time of Zathura I was getting
segmentation fault. At the Zathura web site there are bug fixes that
address the issue of segmentation fault as well as memory leaks. As you
know, MacPorts and Fink do not play well with Homebrew. Not knowing how
to allow both to exist I got rid of MacPorts. So here I stand.

Additionally, there is a package MUPDF that is similar but the look and
feel of Zathura is what I'm looking for.

Finally, and this might surprise you, I have exchanged emails with
Moritz Lipp from the development team of the product. They made a few
suggestions which I can forward to you if you want to see them.

Thank you again, all your efforts are greatly appreciated.

from homebrew-zathura.

scottbaron avatar scottbaron commented on September 28, 2024

On 2015-06-04 11:30:25, Zeger Van de Vannet wrote:

What I meant with from scratch was that I first removed it |brew
uninstall glib| and then installed it again.
Apparently the address for the source code for glib has moved, and
curl isn't following the redirect.
But the strange thing is that glib wants to compile from source,
whereas in my case it downloads the binaries.

What version of OS X are you running? I can't see why it doesn't try
to download the binary version.


Reply to this email directly or view it on GitHub
#3 (comment).

Should have told you that from the jump: MB Pro 2010 Snow Leopard 10.6.8
up to date software for this OS at least. I won't bore you with the
details I installed Yosemite 3 times, was slow and boot sector on drive
was 2 times corrupted so reverted to 10.6.8.

This am on a whim I ran brew install Zathura - I got so close here is a
copy of the terminal where you will see:
==> ./configure --prefix=/usr/local/Cellar/gtk+3/3.16.3
--disable-glibtest --enable-i
==> make install
gtksettings.c:910: Warning: Gtk: unexpected annotation: element-type
Command
'['/private/tmp/gtk+320150604-98082-8cktas/gtk+-3.16.3/gtk/tmp-introspectxSx6SQ/Gtk-3.0',
'--introspect-dump=/private/tmp/gtk+320150604-98082-8cktas/gtk+-3.16.3/gtk/tmp-introspectxSx6SQ/functions.txt,/private/tmp/gtk+320150604-98082-8cktas/gtk+-3.16.3/gtk/tmp-introspectxSx6SQ/dump.xml']'
returned non-zero exit status -11
make[2]: *** [Gtk-3.0.gir] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1

READ THIS: https://git.io/brew-troubleshooting

Attached is a copy of the terminal buffer.

What do you suggest?

Last login: Thu Jun 4 11:03:19 on console
What is the title of the post? quit
^CTraceback (most recent call last):
File "/usr/local/bin/geeknote.py", line 20, in
import tools
File "/usr/local/bin/tools.py", line 3, in
import out
File "/usr/local/bin/out.py", line 11, in
from editor import Editor
File "/usr/local/bin/editor.py", line 15, in
from storage import Storage
File "/usr/local/bin/storage.py", line 16, in
engine = create_engine('sqlite:///' + db_path)
File "build/bdist.macosx-10.6-x86_64/egg/sqlalchemy/engine/init.py", line 386, in create_engine

File "build/bdist.macosx-10.6-x86_64/egg/sqlalchemy/engine/strategies.py", line 75, in create
File "build/bdist.macosx-10.6-x86_64/egg/sqlalchemy/dialects/sqlite/pysqlite.py", line 337, in dbapi
File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/init.py", line 24, in
from dbapi2 import *
KeyboardInterrupt
/Users/scottbaron/.zshrc:1: parse error near `\n'
➜ ~ cls

1 another test↲
➜ ~ source ~/.zshrc
What is the title of the post? smith
Note has been successfully created.
/Users/scottbaron/.zshrc:1: parse error near `\n'
➜ ~ brew update
Updated Homebrew from dd59709b to 02fba8ce.
==> New Formulae
aap kitchen-sync sbtenv
==> Updated Formulae
giter8 jvgrep mpc mpg123 nss re2c redis zsh
➜ ~ brew upgrade openssl
Error: openssl 1.0.2a-1 already installed
➜ ~ brew upgrade curl
Error: curl 7.42.1 already installed
➜ ~ brew install zathura
==> Installing zathura from zegervdv/homebrew-zathura
==> Installing dependencies for zegervdv/zathura/zathura: glib, gobject-i
==> Installing zegervdv/zathura/zathura dependency: glib
==> Downloading https://download.gnome.org/sources/glib/2.44/glib-2.44.1.tar.xz
######################################################################## 100.0%
==> Downloading https://gist.githubusercontent.com/jacknagel/af332f42fae80c570a7
######################################################################## 100.0%
==> Downloading https://gist.githubusercontent.com/jacknagel/9835034/raw/282d36e
######################################################################## 100.0%
==> Patching
patching file gio/gdbusprivate.c
Hunk #1 succeeded at 2117 (offset 18 lines).
Hunk #2 succeeded at 2127 (offset 18 lines).
patching file gio/xdgmime/xdgmime.c
patching file glib/gutils.c
patching file gio/Makefile.am
Hunk #2 succeeded at 526 (offset 10 lines).
patching file gio/Makefile.in
Hunk #2 succeeded at 162 (offset 2 lines).
Hunk #3 succeeded at 307 (offset 4 lines).
Hunk #4 succeeded at 3498 (offset 62 lines).
patching file gio/gnextstepsettingsbackend.c
patching file gio/gnextstepsettingsbackend.m
==> ./configure --disable-maintainer-mode --disable-silent-rules --disable-dtrac
==> make
==> make install
/usr/local/Cellar/glib/2.44.1: 424 files, 18M, built in 5.5 minutes
==> Installing zegervdv/zathura/zathura dependency: gobject-introspection
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.4
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/gobject-introspection/1.44.0
==> make
==> make install
/usr/local/Cellar/gobject-introspection/1.44.0: 224 files, 11M, built in 2.5 minutes
==> Installing zegervdv/zathura/zathura dependency: gdk-pixbuf
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.30/gdk-pixbu
######################################################################## 100.0%
==> ./configure --disable-maintainer-mode --enable-debug=no --prefix=/usr/local/
==> make
==> make install
==> Caveats
Programs that require this module need to set the environment variable
export GDK_PIXBUF_MODULEDIR="/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders"
If you need to manually update the query loader cache, set GDK_PIXBUF_MODULEDIR then run
/usr/local/Cellar/gdk-pixbuf/2.30.8/bin/gdk-pixbuf-query-loaders --update-cache
==> /usr/local/Cellar/gdk-pixbuf/2.30.8/bin/gdk-pixbuf-query-loaders --update-ca
==> Summary
/usr/local/Cellar/gdk-pixbuf/2.30.8: 209 files, 4.3M, built in 90 seconds
==> Installing zegervdv/zathura/zathura dependency: atk
==> Downloading https://download.gnome.org/sources/atk/2.16/atk-2.16.0.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/atk/2.16.0 --enable-introspection=yes
==> make
==> make install
/usr/local/Cellar/atk/2.16.0: 205 files, 3.7M, built in 55 seconds
==> Installing zegervdv/zathura/zathura dependency: libepoxy
==> Downloading https://github.com/anholt/libepoxy/archive/v1.2.tar.gz
######################################################################## 100.0%
==> Patching
patching file configure.ac
patching file src/dispatch_common.h
Hunk #1 succeeded at 30 with fuzz 1.
==> Downloading http://xorg.freedesktop.org/releases/individual/util/util-macros
######################################################################## 100.0%
==> ./configure --prefix=/private/tmp/libepoxy20150604-43871-1gjwh3x/libepoxy-1.
==> make install
==> ./autogen.sh --disable-dependency-tracking --prefix=/usr/local/Cellar/libepo
==> make
==> make install
/usr/local/Cellar/libepoxy/1.2: 7 files, 2.1M, built in 49 seconds
==> Installing zegervdv/zathura/zathura dependency: intltool
==> Downloading https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/intltool/0.51.0 --disable-silent-rule
==> make install
/usr/local/Cellar/intltool/0.51.0: 19 files, 224K, built in 6 seconds
==> Installing zegervdv/zathura/zathura dependency: gsettings-desktop-sch
==> Downloading https://download.gnome.org/sources/gsettings-desktop-schemas/3.1
######################################################################## 100.0%
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/gsettings-desk
==> make install
==> /usr/local/opt/glib/bin/glib-compile-schemas /usr/local/share/glib-2.0/schem
/usr/local/Cellar/gsettings-desktop-schemas/3.16.1: 87 files, 3.5M, built in 15 seconds
==> Installing zegervdv/zathura/zathura dependency: cairo
==> Downloading http://cairographics.org/releases/cairo-1.14.2.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/cairo/1.14.2 --enable-gobject=yes --e
==> make install
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

Mac OS X already provides this software in versions before Mountain Lion.

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/cairo/lib
CPPFLAGS: -I/usr/local/opt/cairo/include

==> Summary
/usr/local/Cellar/cairo/1.14.2: 116 files, 6.7M, built in 5.6 minutes
==> Installing zegervdv/zathura/zathura dependency: icu4c
==> Downloading https://ssl.icu-project.org/files/icu4c/55.1/icu4c-55_1-src.tgz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/icu4c/55.1 --disable-samples --disable-tes
==> make
==> make install
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.

OS X provides libicucore.dylib (but nothing else).

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/icu4c/lib
CPPFLAGS: -I/usr/local/opt/icu4c/include

==> Summary
/usr/local/Cellar/icu4c/55.1: 244 files, 67M, built in 8.9 minutes
==> Installing zegervdv/zathura/zathura dependency: harfbuzz
==> Downloading http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.40.
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/harfbuzz/0.9.40 --enable-introspection=yes
==> make install
/usr/local/Cellar/harfbuzz/0.9.40: 79 files, 3.4M, built in 97 seconds
==> Installing zegervdv/zathura/zathura dependency: pango
==> Downloading http://ftp.gnome.org/pub/GNOME/sources/pango/1.36/pango-1.36.8.tar.xz
######################################################################## 100.0%
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/pango/1.36.8 --enab
==> make
==> make install
/usr/local/Cellar/pango/1.36.8: 132 files, 4.8M, built in 95 seconds
==> Installing zegervdv/zathura/zathura dependency: gtk+3
==> Downloading https://download.gnome.org/sources/gtk+/3.16/gtk+-3.16.3.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/gtk+3/3.16.3 --disable-glibtest --enable-i
==> make install
gtksettings.c:910: Warning: Gtk: unexpected annotation: element-type
Command '['/private/tmp/gtk+320150604-98082-8cktas/gtk+-3.16.3/gtk/tmp-introspectxSx6SQ/Gtk-3.0', '--introspect-dump=/private/tmp/gtk+320150604-98082-8cktas/gtk+-3.16.3/gtk/tmp-introspectxSx6SQ/functions.txt,/private/tmp/gtk+320150604-98082-8cktas/gtk+-3.16.3/gtk/tmp-introspectxSx6SQ/dump.xml']' returned non-zero exit status -11
make[2]: *** [Gtk-3.0.gir] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1

READ THIS: https://git.io/brew-troubleshooting

➜ ~ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!

Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably chown them:

/usr/local/share/man/de
/usr/local/share/man/de/man1
/usr/local/share/man/fr
/usr/local/share/man/fr/man1
/usr/local/share/man/fr.ISO8859-1
/usr/local/share/man/fr.ISO8859-1/man1
/usr/local/share/man/fr.UTF-8
/usr/local/share/man/fr.UTF-8/man1
/usr/local/share/man/it
/usr/local/share/man/it/man1
/usr/local/share/man/it.ISO8859-1
/usr/local/share/man/it.ISO8859-1/man1
/usr/local/share/man/it.UTF-8
/usr/local/share/man/it.UTF-8/man1
/usr/local/share/man/pl
/usr/local/share/man/pl/man1
/usr/local/share/man/pl.ISO8859-2
/usr/local/share/man/pl.ISO8859-2/man1
/usr/local/share/man/pl.UTF-8
/usr/local/share/man/pl.UTF-8/man1
/usr/local/share/man/ru.KOI8-R
/usr/local/share/man/ru.KOI8-R/man1
/usr/local/share/man/ru.UTF-8
/usr/local/share/man/ru.UTF-8/man1

Warning: Broken symlinks were found. Remove them with brew prune:
/usr/local/share/ghostscript/9.10/Resource/Font/xylubt12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xylubt11.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xylubt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyluat12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyluat11.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyluat10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyeubt12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyeubt11.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyeubt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyeuat12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyeuat11.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyeuat10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xydash10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xycmbt12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xycmbt11.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xycmbt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xycmat12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xycmat11.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xycmat10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xycirc10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xybtip10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xybsql10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/xyatip10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasyb10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txttsc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txtt.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txsyc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txsyb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txsya.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txsy.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txmia.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txexa.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txex.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbttsc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbtt.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbsyc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbsyb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbsya.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbsy.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbmia.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbexa.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/txbex.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/tcxtt.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/tcxbtt.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/t1xttsc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/t1xtt.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/t1xbttsc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/t1xbtt.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/stmary9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/stmary8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/stmary7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/stmary6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/stmary5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/stmary10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxsssc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxss.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxsc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxr.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxmi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxbsssc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxbss.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxbsc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxbmi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxbi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtxb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtcxss.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtcxr.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtcxi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtcxbss.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtcxbi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rtcxb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rsfs7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rsfs5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rsfs10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpxsc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpxr.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpxmi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpxi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpxbsc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpxbmi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpxbi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpxb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpcxr.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpcxi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpcxbi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rpcxb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/rblmi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxsyc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxsyb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxsya.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxsy.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxmia.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxexa.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxex.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxbsyc.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxbsyb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxbsya.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxbsy.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxbmia.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxbexa.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pxbex.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plvtt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plu10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pltt9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pltt8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pltt12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pltt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plti9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plti8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plti7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plti12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plti10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pltex9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pltex8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pltex10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pltcsc10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsy9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsy8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsy7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsy6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsy5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsy10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssqi8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssq8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssi9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssi8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssi17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssi12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssi10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssdc10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssbx10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plssbi10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plss9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plss8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plss17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plss12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plss10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsltt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsl9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsl8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsl12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plsl10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plr9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plr8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plr7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plr6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plr5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plr17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plr12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plr10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plmib10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plmi9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plmi8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plmi7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plmi6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plmi5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plmi12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plmi10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plitt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plinch.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plfib8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plfi10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plff10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plex9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plex10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/pldunh10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plcsc10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbxti10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbxsl10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbx9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbx8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbx7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbx6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbx5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbx12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbx10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plbsy10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/plb10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omssti.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omseti.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omselai.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omselabi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omselab.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsela.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omseip.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsehe.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omseha.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsegri.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsegrbi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsegrb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsegr.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsecyi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsecyb.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsecy.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsecx.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsecoi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsecobi.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsecob.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omseco.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsea3b.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsea3.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsea2b.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsea2.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsea1b.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omsea1.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/omding.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/marvosym.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/manfnt.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csvtt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csu10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cstt9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cstt8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cstt12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cstt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csti9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csti8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csti7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csti12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csti10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cstcsc10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssqi8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssq8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssi9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssi8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssi17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssi12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssi10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssdc10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csssbx10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csss9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csss8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csss17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csss12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csss10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cssltt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cssl9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cssl8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cssl12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cssl10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csr9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csr8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csr7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csr6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csr5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csr17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csr12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csr10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csitt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csinch.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csfib8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csfi10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csff10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csdunh10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cscsc10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbxti10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbxsl10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbx9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbx8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbx7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbx6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbx5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbx12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csbx10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/csb10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/contnav.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcyr9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcyr8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcyr7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcyr6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcyr5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcyr17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcyr12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcyr10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcu10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmctt9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmctt8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmctt12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmctt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcti9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcti8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcti7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcti12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcti10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssqi8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssq8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssi9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssi8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssi17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssi12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssi10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssdc1.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcssbx1.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcss9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcss8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcss17.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcss12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcss10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcsltt1.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcsl9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcsl8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcsl12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcsl10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcitt10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcinch7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmccsc9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmccsc8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmccsc10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbxti1.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbxsl1.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbx9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbx8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbx7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbx6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbx5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbx12.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcbx10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/cmcb10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/blsy.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/blex.pfb

Warning: Putting non-prefixed coreutils in your path can cause gmp builds to fail.

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected dylibs:
/usr/local/lib/libfreetype.6.dylib
/usr/local/lib/libruby.1.8.7.dylib

Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
/usr/local/include/freetype2/config/ftconfig.h
/usr/local/include/freetype2/config/ftheader.h
/usr/local/include/freetype2/config/ftmodule.h
/usr/local/include/freetype2/config/ftoption.h
/usr/local/include/freetype2/config/ftstdlib.h
/usr/local/include/freetype2/freetype.h
/usr/local/include/freetype2/ft2build.h
/usr/local/include/freetype2/ftadvanc.h
/usr/local/include/freetype2/ftautoh.h
/usr/local/include/freetype2/ftbbox.h
/usr/local/include/freetype2/ftbdf.h
/usr/local/include/freetype2/ftbitmap.h
/usr/local/include/freetype2/ftbzip2.h
/usr/local/include/freetype2/ftcache.h
/usr/local/include/freetype2/ftcffdrv.h
/usr/local/include/freetype2/ftchapters.h
/usr/local/include/freetype2/ftcid.h
/usr/local/include/freetype2/fterrdef.h
/usr/local/include/freetype2/fterrors.h
/usr/local/include/freetype2/ftgasp.h
/usr/local/include/freetype2/ftglyph.h
/usr/local/include/freetype2/ftgxval.h
/usr/local/include/freetype2/ftgzip.h
/usr/local/include/freetype2/ftimage.h
/usr/local/include/freetype2/ftincrem.h
/usr/local/include/freetype2/ftlcdfil.h
/usr/local/include/freetype2/ftlist.h
/usr/local/include/freetype2/ftlzw.h
/usr/local/include/freetype2/ftmac.h
/usr/local/include/freetype2/ftmm.h
/usr/local/include/freetype2/ftmodapi.h
/usr/local/include/freetype2/ftmoderr.h
/usr/local/include/freetype2/ftotval.h
/usr/local/include/freetype2/ftoutln.h
/usr/local/include/freetype2/ftpfr.h
/usr/local/include/freetype2/ftrender.h
/usr/local/include/freetype2/ftsizes.h
/usr/local/include/freetype2/ftsnames.h
/usr/local/include/freetype2/ftstroke.h
/usr/local/include/freetype2/ftsynth.h
/usr/local/include/freetype2/ftsystem.h
/usr/local/include/freetype2/fttrigon.h
/usr/local/include/freetype2/ftttdrv.h
/usr/local/include/freetype2/fttypes.h
/usr/local/include/freetype2/ftwinfnt.h
/usr/local/include/freetype2/ftxf86.h
/usr/local/include/freetype2/t1tables.h
/usr/local/include/freetype2/ttnameid.h
/usr/local/include/freetype2/tttables.h
/usr/local/include/freetype2/tttags.h
/usr/local/include/freetype2/ttunpat.h
/usr/local/include/node/ares.h
/usr/local/include/node/ares_version.h
/usr/local/include/node/nameser.h
/usr/local/include/node/node.h
/usr/local/include/node/node_buffer.h
/usr/local/include/node/node_internals.h
/usr/local/include/node/node_object_wrap.h
/usr/local/include/node/node_version.h
/usr/local/include/node/openssl/opensslconf.h
/usr/local/include/node/uv-private/ngx-queue.h
/usr/local/include/node/uv-private/stdint-msvc2008.h
/usr/local/include/node/uv-private/tree.h
/usr/local/include/node/uv-private/uv-bsd.h
/usr/local/include/node/uv-private/uv-darwin.h
/usr/local/include/node/uv-private/uv-linux.h
/usr/local/include/node/uv-private/uv-sunos.h
/usr/local/include/node/uv-private/uv-unix.h
/usr/local/include/node/uv-private/uv-win.h
/usr/local/include/node/uv.h
/usr/local/include/node/v8-debug.h
/usr/local/include/node/v8-preparser.h
/usr/local/include/node/v8-profiler.h
/usr/local/include/node/v8-testing.h
/usr/local/include/node/v8.h
/usr/local/include/node/v8stdint.h
/usr/local/include/node/zconf.h
/usr/local/include/node/zlib.h

Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected .la files:
/usr/local/lib/libfreetype.la

Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected .pc files:
/usr/local/lib/pkgconfig/freetype2.pc

Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected static libraries:
/usr/local/lib/libfreetype.a
/usr/local/lib/libmupdf.a
/usr/local/lib/libruby-static.a

Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run brew link on these:

vim

➜ ~

from homebrew-zathura.

zegervdv avatar zegervdv commented on September 28, 2024

Apparently, homebrew doesn't provide precompiled packages anymore for Snow Leopard, so that explains why it compiles in your case.
On Yosemite GTK+3 is provided as a binary, and there is no option to compile from source, so I cannot try this myself.
Do you have XQuartz installed?

from homebrew-zathura.

scottbaron avatar scottbaron commented on September 28, 2024

On 2015-06-04 16:39:26, Zeger Van de Vannet wrote:

Apparently, homebrew doesn't provide precompiled packages anymore for
Snow Leopard, so that explains why it compile in your case.
On Yosemite GTK+3 is provided as a binary, and there is no option to
compile from source, so I cannot try this myself.
Do you have XQuartz installed?


Reply to this email directly or view it on GitHub
#3 (comment).

yes i do
in fact a package similar to Zathura, MUPDF uses X11/Quartz to call a
PDF view which has the VIM keybindings however its appearance falls
short compared to Zathura

from homebrew-zathura.

JoseAlban avatar JoseAlban commented on September 28, 2024

I had this issue because my homebrew version was relying on default OS X curl, which was outdated, on /usr/bin/curl. My fix was to use a proper curl build:

brew install --build-from-source curl --with-openssl
brew link curl --force
sudo ln -s /usr/local/bin/curl /usr/bin/curl

Now it installs glib fine :) but be careful, it might break other (dated software) relying on outdated curl.

from homebrew-zathura.

louwers avatar louwers commented on September 28, 2024

Another workaroud is to download the file manually (using your browser) and move it to Homebrew's cache.
See here for the location of Homebrew's cache: http://stackoverflow.com/questions/23273637/how-to-find-where-homebrew-temporarily-saves-dependencies-being-downloaded

from homebrew-zathura.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.