fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
549 stars 102 forks source link

fontbakery/ots - build failing - Ubuntu 14.04 #302

Closed vernnobile closed 10 years ago

vernnobile commented 10 years ago

Seems to be an issue with building the opentype sanitizer as part of the make setup script;

vern@vern-ThinkCentre-M90:~/src/fontbakery$ VENVRUN=virtualenv make setup;
. venv/bin/activate; pip install -Ur requirements.txt
Requirement already up-to-date: Babel in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 2))
Requirement already up-to-date: Flask in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 3))
Requirement already up-to-date: Flask-Babel in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 4))
Requirement already up-to-date: Flask-FlatPages in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 5))
Requirement already up-to-date: Flask-Mail in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 6))
Requirement already up-to-date: Flask-SQLAlchemy in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 7))
Requirement already up-to-date: six>=1.4.1 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 8))
Requirement already up-to-date: pysqlite in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 9))
Requirement already up-to-date: rauth in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 10))
Requirement already up-to-date: requests in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 13))
Requirement already up-to-date: pytz==2013b in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 14))
Requirement already up-to-date: beautifulsoup4 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 15))
Requirement already up-to-date: markupsafe in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 16))
Requirement already up-to-date: giturlparse.py in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 17))
Requirement already up-to-date: TTFQuery in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 21))
Obtaining fonttools from git+http://github.com/behdad/fonttools.git#egg=fonttools (from -r requirements.txt (line 22))
  Updating ./venv/src/fonttools clone
  Running setup.py (path:/home/vern/src/fontbakery/venv/src/fonttools/setup.py) egg_info for package fonttools

    warning: no files found matching 'Doc/ChangeLog'
  Installing extra requirements: 'egg'
Requirement already up-to-date: fontaine>=1.1.5 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 23))
Requirement already up-to-date: freetype-py in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 24))
Requirement already up-to-date: robofab in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 25))
Requirement already up-to-date: numpy in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 26))
Requirement already up-to-date: gunicorn==0.16.1 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 29))
Requirement already up-to-date: gevent in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 30))
Requirement already up-to-date: gevent-socketio==0.3.5-rc2 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 31))
Requirement already up-to-date: greenlet==0.4.1 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 32))
Requirement already up-to-date: flask-rq in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 35))
Requirement already up-to-date: redis in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 36))
Requirement already up-to-date: python-magic in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 39))
Requirement already up-to-date: lxml in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 40))
Requirement already up-to-date: scrapy in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 43))
Requirement already up-to-date: html5lib in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 44))
Requirement already up-to-date: unidecode in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 45))
Requirement already up-to-date: mandrill in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 48))
Requirement already up-to-date: Werkzeug>=0.7 in ./venv/lib/python2.7/site-packages (from Flask->-r requirements.txt (line 3))
Requirement already up-to-date: Jinja2>=2.4 in ./venv/lib/python2.7/site-packages (from Flask->-r requirements.txt (line 3))
Requirement already up-to-date: itsdangerous>=0.21 in ./venv/lib/python2.7/site-packages (from Flask->-r requirements.txt (line 3))
Requirement already up-to-date: speaklater>=1.2 in ./venv/lib/python2.7/site-packages (from Flask-Babel->-r requirements.txt (line 4))
Requirement already up-to-date: PyYAML in ./venv/lib/python2.7/site-packages (from Flask-FlatPages->-r requirements.txt (line 5))
Requirement already up-to-date: Markdown in ./venv/lib/python2.7/site-packages (from Flask-FlatPages->-r requirements.txt (line 5))
Requirement already up-to-date: blinker in ./venv/lib/python2.7/site-packages (from Flask-Mail->-r requirements.txt (line 6))
Requirement already up-to-date: setuptools in ./venv/lib/python2.7/site-packages (from Flask-SQLAlchemy->-r requirements.txt (line 7))
Requirement already up-to-date: SQLAlchemy in ./venv/lib/python2.7/site-packages (from Flask-SQLAlchemy->-r requirements.txt (line 7))
Requirement already up-to-date: gevent-websocket in ./venv/lib/python2.7/site-packages (from gevent-socketio==0.3.5-rc2->-r requirements.txt (line 31))
Requirement already up-to-date: rq in ./venv/lib/python2.7/site-packages (from flask-rq->-r requirements.txt (line 35))
Requirement already up-to-date: Twisted>=10.0.0 in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43))
Requirement already up-to-date: w3lib>=1.2 in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43))
Requirement already up-to-date: queuelib in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43))
Requirement already up-to-date: pyOpenSSL in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43))
Requirement already up-to-date: cssselect>=0.9 in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43))
Requirement already up-to-date: docopt==0.4.0 in ./venv/lib/python2.7/site-packages (from mandrill->-r requirements.txt (line 48))
Requirement already up-to-date: zope.interface>=3.6.0 in ./venv/lib/python2.7/site-packages (from Twisted>=10.0.0->scrapy->-r requirements.txt (line 43))
Requirement already up-to-date: cryptography>=0.2.1 in ./venv/lib/python2.7/site-packages (from pyOpenSSL->scrapy->-r requirements.txt (line 43))
Requirement already up-to-date: cffi>=0.8 in ./venv/lib/python2.7/site-packages (from cryptography>=0.2.1->pyOpenSSL->scrapy->-r requirements.txt (line 43))
Requirement already up-to-date: pycparser in ./venv/lib/python2.7/site-packages (from cffi>=0.8->cryptography>=0.2.1->pyOpenSSL->scrapy->-r requirements.txt (line 43))
Installing collected packages: fonttools
  Running setup.py develop for fonttools

    warning: no files found matching 'Doc/ChangeLog'
    Creating /home/vern/src/fontbakery/venv/lib/python2.7/site-packages/fonttools.egg-link (link to Lib)
    fonttools 2.4 is already the active version in easy-install.pth
    Installing ttx script to /home/vern/src/fontbakery/venv/bin
    Installing pyftsubset script to /home/vern/src/fontbakery/venv/bin
    Installing pyftinspect script to /home/vern/src/fontbakery/venv/bin
    Installing pyftmerge script to /home/vern/src/fontbakery/venv/bin

    Installed /home/vern/src/fontbakery/venv/src/fonttools/Lib
Successfully installed fonttools
Cleaning up...
git clone https://github.com/khaledhosny/ots.git
Cloning into 'ots'...
remote: Reusing existing pack: 1086, done.
remote: Total 1086 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (1086/1086), 622.01 KiB | 481.00 KiB/s, done.
Resolving deltas: 100% (739/739), done.
Checking connectivity... done.
cd ots ; python gyp_ots ; make
Traceback (most recent call last):
  File "gyp_ots", line 36, in <module>
    main()
  File "gyp_ots", line 26, in main
    _fetch_gyp()
  File "gyp_ots", line 17, in _fetch_gyp
    retcode = subprocess.call(['svn', 'checkout', _GYP_FETCH_URL, gyp_dir])
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
make[1]: Entering directory `/home/vern/src/fontbakery/ots'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/home/vern/src/fontbakery/ots'
make: *** [setup] Error 2
vern@vern-ThinkCentre-M90:~/src/fontbakery$
davelab6 commented 10 years ago

Apt-get install subversion

Add svn to install On 25 Apr 2014 05:28, "vernon adams" notifications@github.com wrote:

vern@vern-ThinkCentre-M90:~/src/fontbakery$ VENVRUN=virtualenv make setup; . venv/bin/activate; pip install -Ur requirements.txt Requirement already up-to-date: Babel in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 2)) Requirement already up-to-date: Flask in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 3)) Requirement already up-to-date: Flask-Babel in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 4)) Requirement already up-to-date: Flask-FlatPages in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 5)) Requirement already up-to-date: Flask-Mail in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 6)) Requirement already up-to-date: Flask-SQLAlchemy in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 7)) Requirement already up-to-date: six>=1.4.1 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 8)) Requirement already up-to-date: pysqlite in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 9)) Requirement already up-to-date: rauth in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 10)) Requirement already up-to-date: requests in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 13)) Requirement already up-to-date: pytz==2013b in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 14)) Requirement already up-to-date: beautifulsoup4 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 15)) Requirement already up-to-date: markupsafe in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 16)) Requirement already up-to-date: giturlparse.py in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 17)) Requirement already up-to-date: TTFQuery in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 21)) Obtaining fonttools from git+http://github.com/behdad/fonttools.git#egg=fonttools (from -r requirements.txt (line 22)) Updating ./venv/src/fonttools clone Running setup.py (path:/home/vern/src/fontbakery/venv/src/fonttools/setup.py) egg_info for package fonttools

warning: no files found matching 'Doc/ChangeLog'

Installing extra requirements: 'egg' Requirement already up-to-date: fontaine>=1.1.5 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 23)) Requirement already up-to-date: freetype-py in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 24)) Requirement already up-to-date: robofab in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 25)) Requirement already up-to-date: numpy in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 26)) Requirement already up-to-date: gunicorn==0.16.1 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 29)) Requirement already up-to-date: gevent in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 30)) Requirement already up-to-date: gevent-socketio==0.3.5-rc2 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 31)) Requirement already up-to-date: greenlet==0.4.1 in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 32)) Requirement already up-to-date: flask-rq in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 35)) Requirement already up-to-date: redis in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 36)) Requirement already up-to-date: python-magic in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 39)) Requirement already up-to-date: lxml in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 40)) Requirement already up-to-date: scrapy in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 43)) Requirement already up-to-date: html5lib in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 44)) Requirement already up-to-date: unidecode in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 45)) Requirement already up-to-date: mandrill in ./venv/lib/python2.7/site-packages (from -r requirements.txt (line 48)) Requirement already up-to-date: Werkzeug>=0.7 in ./venv/lib/python2.7/site-packages (from Flask->-r requirements.txt (line 3)) Requirement already up-to-date: Jinja2>=2.4 in ./venv/lib/python2.7/site-packages (from Flask->-r requirements.txt (line 3)) Requirement already up-to-date: itsdangerous>=0.21 in ./venv/lib/python2.7/site-packages (from Flask->-r requirements.txt (line 3)) Requirement already up-to-date: speaklater>=1.2 in ./venv/lib/python2.7/site-packages (from Flask-Babel->-r requirements.txt (line 4)) Requirement already up-to-date: PyYAML in ./venv/lib/python2.7/site-packages (from Flask-FlatPages->-r requirements.txt (line 5)) Requirement already up-to-date: Markdown in ./venv/lib/python2.7/site-packages (from Flask-FlatPages->-r requirements.txt (line 5)) Requirement already up-to-date: blinker in ./venv/lib/python2.7/site-packages (from Flask-Mail->-r requirements.txt (line 6)) Requirement already up-to-date: setuptools in ./venv/lib/python2.7/site-packages (from Flask-SQLAlchemy->-r requirements.txt (line 7)) Requirement already up-to-date: SQLAlchemy in ./venv/lib/python2.7/site-packages (from Flask-SQLAlchemy->-r requirements.txt (line 7)) Requirement already up-to-date: gevent-websocket in ./venv/lib/python2.7/site-packages (from gevent-socketio==0.3.5-rc2->-r requirements.txt (line 31)) Requirement already up-to-date: rq in ./venv/lib/python2.7/site-packages (from flask-rq->-r requirements.txt (line 35)) Requirement already up-to-date: Twisted>=10.0.0 in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43)) Requirement already up-to-date: w3lib>=1.2 in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43)) Requirement already up-to-date: queuelib in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43)) Requirement already up-to-date: pyOpenSSL in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43)) Requirement already up-to-date: cssselect>=0.9 in ./venv/lib/python2.7/site-packages (from scrapy->-r requirements.txt (line 43)) Requirement already up-to-date: docopt==0.4.0 in ./venv/lib/python2.7/site-packages (from mandrill->-r requirements.txt (line 48)) Requirement already up-to-date: zope.interface>=3.6.0 in ./venv/lib/python2.7/site-packages (from Twisted>=10.0.0->scrapy->-r requirements.txt (line 43)) Requirement already up-to-date: cryptography>=0.2.1 in ./venv/lib/python2.7/site-packages (from pyOpenSSL->scrapy->-r requirements.txt (line 43)) Requirement already up-to-date: cffi>=0.8 in ./venv/lib/python2.7/site-packages (from cryptography>=0.2.1->pyOpenSSL->scrapy->-r requirements.txt (line 43)) Requirement already up-to-date: pycparser in ./venv/lib/python2.7/site-packages (from cffi>=0.8->cryptography>=0.2.1->pyOpenSSL->scrapy->-r requirements.txt (line 43)) Installing collected packages: fonttools Running setup.py develop for fonttools

warning: no files found matching 'Doc/ChangeLog'
Creating /home/vern/src/fontbakery/venv/lib/python2.7/site-packages/fonttools.egg-link (link to Lib)
fonttools 2.4 is already the active version in easy-install.pth
Installing ttx script to /home/vern/src/fontbakery/venv/bin
Installing pyftsubset script to /home/vern/src/fontbakery/venv/bin
Installing pyftinspect script to /home/vern/src/fontbakery/venv/bin
Installing pyftmerge script to /home/vern/src/fontbakery/venv/bin

Installed /home/vern/src/fontbakery/venv/src/fonttools/Lib

Successfully installed fonttools Cleaning up... git clone https://github.com/khaledhosny/ots.git Cloning into 'ots'... remote: Reusing existing pack: 1086, done. remote: Total 1086 (delta 0), reused 0 (delta 0) Receiving objects: 100% (1086/1086), 622.01 KiB | 481.00 KiB/s, done. Resolving deltas: 100% (739/739), done. Checking connectivity... done. cd ots ; python gyp_ots ; make Traceback (most recent call last): File "gyp_ots", line 36, in main() File "gyp_ots", line 26, in main _fetch_gyp() File "gyp_ots", line 17, in _fetch_gyp retcode = subprocess.call(['svn', 'checkout', _GYP_FETCH_URL, gyp_dir]) File "/usr/lib/python2.7/subprocess.py", line 522, in call return Popen(_popenargs, *_kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 710, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory make[1]: Entering directory /home/vern/src/fontbakery/ots' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory/home/vern/src/fontbakery/ots' make: *\ [setup] Error 2 vern@vern-ThinkCentre-M90:~/src/fontbakery$

— Reply to this email directly or view it on GitHubhttps://github.com/googlefonts/fontbakery/issues/302 .

vitalyvolkov commented 10 years ago

I have added subversion to requirements in INSTALL.md

vitalyvolkov commented 10 years ago

Please close issue when you check that :)

vernnobile commented 10 years ago

will test this further, but seems like the actual ots install is tripping up now. I'm guessing freetype headers + libs are not being found

A    third_party/gyp/test/relative/gyptest-default.py
A    third_party/gyp/test/make
A    third_party/gyp/test/make/gyptest-noload.py
A    third_party/gyp/test/make/dependencies.gyp
A    third_party/gyp/test/make/main.cc
A    third_party/gyp/test/make/gyptest-dependencies.py
A    third_party/gyp/test/make/main.h
A    third_party/gyp/test/make/noload
A    third_party/gyp/test/make/noload/main.c
A    third_party/gyp/test/make/noload/all.gyp
A    third_party/gyp/test/make/noload/lib
A    third_party/gyp/test/make/noload/lib/shared.gyp
A    third_party/gyp/test/make/noload/lib/shared.c
A    third_party/gyp/test/make/noload/lib/shared.h
A    third_party/gyp/test/home_dot_gyp
A    third_party/gyp/test/home_dot_gyp/gyptest-home-includes.py
A    third_party/gyp/test/home_dot_gyp/gyptest-home-includes-regyp.py
A    third_party/gyp/test/home_dot_gyp/src
A    third_party/gyp/test/home_dot_gyp/src/printfoo.c
A    third_party/gyp/test/home_dot_gyp/src/all.gyp
A    third_party/gyp/test/home_dot_gyp/home
A    third_party/gyp/test/home_dot_gyp/home/.gyp
A    third_party/gyp/test/home_dot_gyp/home/.gyp/include.gypi
A    third_party/gyp/test/home_dot_gyp/home2
A    third_party/gyp/test/home_dot_gyp/home2/.gyp
A    third_party/gyp/test/home_dot_gyp/home2/.gyp/include.gypi
A    third_party/gyp/test/rules-rebuild
A    third_party/gyp/test/rules-rebuild/src
A    third_party/gyp/test/rules-rebuild/src/main.c
A    third_party/gyp/test/rules-rebuild/src/make-sources.py
A    third_party/gyp/test/rules-rebuild/src/same_target.gyp
A    third_party/gyp/test/rules-rebuild/src/prog1.in
A    third_party/gyp/test/rules-rebuild/src/prog2.in
A    third_party/gyp/test/rules-rebuild/gyptest-default.py
A    third_party/gyp/test/rules-rebuild/gyptest-all.py
A    third_party/gyp/test/cxxflags
A    third_party/gyp/test/cxxflags/cxxflags.cc
A    third_party/gyp/test/cxxflags/gyptest-cxxflags.py
A    third_party/gyp/test/cxxflags/cxxflags.gyp
A    third_party/gyp/test/product
A    third_party/gyp/test/product/hello.c
A    third_party/gyp/test/product/gyptest-product.py
A    third_party/gyp/test/product/product.gyp
A    third_party/gyp/test/module
A    third_party/gyp/test/module/src
A    third_party/gyp/test/module/src/module.gyp
A    third_party/gyp/test/module/src/program.c
A    third_party/gyp/test/module/src/lib1.c
A    third_party/gyp/test/module/src/lib2.c
A    third_party/gyp/test/module/gyptest-default.py
A    third_party/gyp/test/same-target-name
A    third_party/gyp/test/same-target-name/src
A    third_party/gyp/test/same-target-name/src/executable1.gyp
A    third_party/gyp/test/same-target-name/src/executable2.gyp
A    third_party/gyp/test/same-target-name/src/all.gyp
A    third_party/gyp/test/same-target-name/gyptest-same-target-name.py
A    third_party/gyp/test/msvs
A    third_party/gyp/test/msvs/uldi2010
A    third_party/gyp/test/msvs/uldi2010/hello.gyp
A    third_party/gyp/test/msvs/uldi2010/hello.c
A    third_party/gyp/test/msvs/uldi2010/hello2.c
A    third_party/gyp/test/msvs/uldi2010/gyptest-all.py
A    third_party/gyp/test/msvs/config_attrs
A    third_party/gyp/test/msvs/config_attrs/hello.gyp
A    third_party/gyp/test/msvs/config_attrs/hello.c
A    third_party/gyp/test/msvs/config_attrs/gyptest-config_attrs.py
A    third_party/gyp/test/msvs/precompiled
A    third_party/gyp/test/msvs/precompiled/hello.gyp
A    third_party/gyp/test/msvs/precompiled/hello.c
A    third_party/gyp/test/msvs/precompiled/precomp.c
A    third_party/gyp/test/msvs/precompiled/hello2.c
A    third_party/gyp/test/msvs/precompiled/gyptest-all.py
A    third_party/gyp/test/msvs/props
A    third_party/gyp/test/msvs/props/hello.gyp
A    third_party/gyp/test/msvs/props/AppName.props
A    third_party/gyp/test/msvs/props/hello.c
A    third_party/gyp/test/msvs/props/gyptest-props.py
A    third_party/gyp/test/msvs/props/AppName.vsprops
A    third_party/gyp/test/msvs/list_excluded
A    third_party/gyp/test/msvs/list_excluded/hello.cpp
A    third_party/gyp/test/msvs/list_excluded/hello_mac.cpp
A    third_party/gyp/test/msvs/list_excluded/hello_exclude.gyp
A    third_party/gyp/test/msvs/list_excluded/gyptest-all.py
A    third_party/gyp/test/msvs/express
A    third_party/gyp/test/msvs/express/express.gyp
A    third_party/gyp/test/msvs/express/base
A    third_party/gyp/test/msvs/express/base/base.gyp
A    third_party/gyp/test/msvs/express/gyptest-express.py
A    third_party/gyp/test/msvs/missing_sources
A    third_party/gyp/test/msvs/missing_sources/hello_missing.gyp
A    third_party/gyp/test/msvs/missing_sources/gyptest-missing.py
A    third_party/gyp/test/actions-multiple
A    third_party/gyp/test/actions-multiple/src
A    third_party/gyp/test/actions-multiple/src/copy.py
A    third_party/gyp/test/actions-multiple/src/foo.c
A    third_party/gyp/test/actions-multiple/src/main.c
A    third_party/gyp/test/actions-multiple/src/filter.py
A    third_party/gyp/test/actions-multiple/src/input.txt
A    third_party/gyp/test/actions-multiple/src/actions.gyp
A    third_party/gyp/test/actions-multiple/gyptest-all.py
A    third_party/gyp/test/rules
A    third_party/gyp/test/rules/gyptest-input-root.py
A    third_party/gyp/test/rules/src
A    third_party/gyp/test/rules/src/somefile.ext
A    third_party/gyp/test/rules/src/external
A    third_party/gyp/test/rules/src/external/external.gyp
A    third_party/gyp/test/rules/src/external/file1.in
A    third_party/gyp/test/rules/src/external/file2.in
A    third_party/gyp/test/rules/src/subdir1
A    third_party/gyp/test/rules/src/subdir1/executable.gyp
A    third_party/gyp/test/rules/src/subdir1/program.c
A    third_party/gyp/test/rules/src/subdir1/function1.in
A    third_party/gyp/test/rules/src/subdir1/function2.in
A    third_party/gyp/test/rules/src/subdir2
A    third_party/gyp/test/rules/src/subdir2/file1.in
A    third_party/gyp/test/rules/src/subdir2/file2.in
A    third_party/gyp/test/rules/src/subdir2/no_inputs.gyp
A    third_party/gyp/test/rules/src/subdir2/never_used.gyp
A    third_party/gyp/test/rules/src/subdir2/none.gyp
A    third_party/gyp/test/rules/src/subdir3
A    third_party/gyp/test/rules/src/subdir3/executable2.gyp
A    third_party/gyp/test/rules/src/subdir3/program.c
A    third_party/gyp/test/rules/src/subdir3/function3.in
A    third_party/gyp/test/rules/src/subdir4
A    third_party/gyp/test/rules/src/subdir4/asm-function.asm
A    third_party/gyp/test/rules/src/subdir4/program.c
A    third_party/gyp/test/rules/src/subdir4/build-asm.gyp
A    third_party/gyp/test/rules/src/input-root.gyp
A    third_party/gyp/test/rules/src/actions.gyp
A    third_party/gyp/test/rules/src/copy-file.py
A    third_party/gyp/test/rules/src/rule.py
A    third_party/gyp/test/rules/gyptest-default.py
A    third_party/gyp/test/rules/gyptest-all.py
A    third_party/gyp/test/actions-none
A    third_party/gyp/test/actions-none/gyptest-none.py
A    third_party/gyp/test/actions-none/src
A    third_party/gyp/test/actions-none/src/fake_cross.py
A    third_party/gyp/test/actions-none/src/foo.cc
A    third_party/gyp/test/actions-none/src/none_with_source_files.gyp
A    third_party/gyp/test/win
A    third_party/gyp/test/win/gyptest-link-outputfile.py
A    third_party/gyp/test/win/gyptest-link-opt-icf.py
A    third_party/gyp/test/win/gyptest-link-additional-options.py
A    third_party/gyp/test/win/gyptest-link-additional-deps.py
A    third_party/gyp/test/win/gyptest-cl-additional-options.py
A    third_party/gyp/test/win/gyptest-rc-build.py
A    third_party/gyp/test/win/gyptest-cl-pdbname.py
A    third_party/gyp/test/win/gyptest-link-fixed-base.py
A    third_party/gyp/test/win/gyptest-link-delay-load-dlls.py
A    third_party/gyp/test/win/gyptest-cl-optimizations.py
A    third_party/gyp/test/win/gyptest-macro-projectname.py
A    third_party/gyp/test/win/gyptest-cl-warning-level.py
A    third_party/gyp/test/win/gyptest-link-library-directories.py
A    third_party/gyp/test/win/uldi
A    third_party/gyp/test/win/uldi/a.cc
A    third_party/gyp/test/win/uldi/b.cc
A    third_party/gyp/test/win/uldi/main.cc
A    third_party/gyp/test/win/uldi/uldi.gyp
A    third_party/gyp/test/win/gyptest-cl-exception-handling.py
A    third_party/gyp/test/win/gyptest-cl-runtime-checks.py
A    third_party/gyp/test/win/rc-build
A    third_party/gyp/test/win/rc-build/hello.gyp
A    third_party/gyp/test/win/rc-build/small.ico
A    third_party/gyp/test/win/rc-build/hello.cpp
A    third_party/gyp/test/win/rc-build/hello.rc
A    third_party/gyp/test/win/rc-build/targetver.h
A    third_party/gyp/test/win/rc-build/hello.h
A    third_party/gyp/test/win/rc-build/hello.ico
A    third_party/gyp/test/win/rc-build/Resource.h
A    third_party/gyp/test/win/compiler-flags
A    third_party/gyp/test/win/compiler-flags/warning-level2.cc
A    third_party/gyp/test/win/compiler-flags/rtti-on.cc
A    third_party/gyp/test/win/compiler-flags/function-level-linking.gyp
A    third_party/gyp/test/win/compiler-flags/warning-level4.cc
A    third_party/gyp/test/win/compiler-flags/runtime-library.gyp
A    third_party/gyp/test/win/compiler-flags/character-set.gyp
A    third_party/gyp/test/win/compiler-flags/additional-options.cc
A    third_party/gyp/test/win/compiler-flags/hello.cc
A    third_party/gyp/test/win/compiler-flags/buffer-security-check.gyp
A    third_party/gyp/test/win/compiler-flags/character-set-mbcs.cc
A    third_party/gyp/test/win/compiler-flags/runtime-library-mtd.cc
A    third_party/gyp/test/win/compiler-flags/character-set-unicode.cc
A    third_party/gyp/test/win/compiler-flags/additional-options.gyp
A    third_party/gyp/test/win/compiler-flags/pdbname.gyp
A    third_party/gyp/test/win/compiler-flags/runtime-checks.cc
A    third_party/gyp/test/win/compiler-flags/runtime-library-md.cc
A    third_party/gyp/test/win/compiler-flags/warning-level.gyp
A    third_party/gyp/test/win/compiler-flags/debug-format.gyp
A    third_party/gyp/test/win/compiler-flags/exception-handling-on.cc
A    third_party/gyp/test/win/compiler-flags/runtime-checks.gyp
A    third_party/gyp/test/win/compiler-flags/warning-level1.cc
A    third_party/gyp/test/win/compiler-flags/rtti.gyp
A    third_party/gyp/test/win/compiler-flags/warning-as-error.cc
A    third_party/gyp/test/win/compiler-flags/warning-level3.cc
A    third_party/gyp/test/win/compiler-flags/runtime-library-mt.cc
A    third_party/gyp/test/win/compiler-flags/pdbname.cc
A    third_party/gyp/test/win/compiler-flags/warning-as-error.gyp
A    third_party/gyp/test/win/compiler-flags/buffer-security.cc
A    third_party/gyp/test/win/compiler-flags/optimizations.gyp
A    third_party/gyp/test/win/compiler-flags/function-level-linking.cc
A    third_party/gyp/test/win/compiler-flags/runtime-library-mdd.cc
A    third_party/gyp/test/win/compiler-flags/exception-handling.gyp
A    third_party/gyp/test/win/gyptest-cl-character-set.py
A    third_party/gyp/test/win/gyptest-cl-runtime-library.py
A    third_party/gyp/test/win/gyptest-link-nxcompat.py
A    third_party/gyp/test/win/gyptest-quoting-commands.py
A    third_party/gyp/test/win/batch-file-action
A    third_party/gyp/test/win/batch-file-action/infile
A    third_party/gyp/test/win/batch-file-action/batch-file-action.gyp
A    third_party/gyp/test/win/batch-file-action/somecmd.bat
A    third_party/gyp/test/win/gyptest-cl-buffer-security-check.py
A    third_party/gyp/test/win/vs-macros
A    third_party/gyp/test/win/vs-macros/do_stuff.py
A    third_party/gyp/test/win/vs-macros/projectname.gyp
A    third_party/gyp/test/win/vs-macros/hello.cc
A    third_party/gyp/test/win/vs-macros/stuff.blah
A    third_party/gyp/test/win/vs-macros/input-output-macros.gyp
A    third_party/gyp/test/win/gyptest-link-library-adjust.py
A    third_party/gyp/test/win/gyptest-link-uldi.py
A    third_party/gyp/test/win/gyptest-link-deffile.py
A    third_party/gyp/test/win/gyptest-link-subsystem.py
A    third_party/gyp/test/win/gyptest-cl-warning-as-error.py
A    third_party/gyp/test/win/linker-flags
A    third_party/gyp/test/win/linker-flags/deffile-multiple.gyp
A    third_party/gyp/test/win/linker-flags/opt-icf.cc
A    third_party/gyp/test/win/linker-flags/additional-deps.cc
A    third_party/gyp/test/win/linker-flags/hello.cc
A    third_party/gyp/test/win/linker-flags/subdir
A    third_party/gyp/test/win/linker-flags/subdir/library.gyp
A    third_party/gyp/test/win/linker-flags/library-adjust.gyp
A    third_party/gyp/test/win/linker-flags/library-directories-define.cc
A    third_party/gyp/test/win/linker-flags/subsystem.gyp
A    third_party/gyp/test/win/linker-flags/deffile.gyp
A    third_party/gyp/test/win/linker-flags/library-directories-reference.cc
A    third_party/gyp/test/win/linker-flags/additional-options.gyp
A    third_party/gyp/test/win/linker-flags/additional-deps.gyp
A    third_party/gyp/test/win/linker-flags/opt-icf.gyp
A    third_party/gyp/test/win/linker-flags/fixed-base.gyp
A    third_party/gyp/test/win/linker-flags/delay-load-dlls.gyp
A    third_party/gyp/test/win/linker-flags/nodefaultlib.gyp
A    third_party/gyp/test/win/linker-flags/opt-ref.gyp
A    third_party/gyp/test/win/linker-flags/library-adjust.cc
A    third_party/gyp/test/win/linker-flags/deffile.cc
A    third_party/gyp/test/win/linker-flags/nxcompat.gyp
A    third_party/gyp/test/win/linker-flags/deffile.def
A    third_party/gyp/test/win/linker-flags/nodefaultlib.cc
A    third_party/gyp/test/win/linker-flags/outputfile.gyp
A    third_party/gyp/test/win/linker-flags/aslr.gyp
A    third_party/gyp/test/win/linker-flags/incremental.gyp
A    third_party/gyp/test/win/linker-flags/delay-load.cc
A    third_party/gyp/test/win/linker-flags/default-libs.cc
A    third_party/gyp/test/win/linker-flags/opt-ref.cc
A    third_party/gyp/test/win/linker-flags/default-libs.gyp
A    third_party/gyp/test/win/linker-flags/subsystem-windows.cc
A    third_party/gyp/test/win/linker-flags/library-directories.gyp
A    third_party/gyp/test/win/linker-flags/debug-info.gyp
A    third_party/gyp/test/win/gyptest-link-restat-importlib.py
A    third_party/gyp/test/win/gyptest-link-incremental.py
A    third_party/gyp/test/win/gyptest-link-aslr.py
A    third_party/gyp/test/win/gyptest-long-command-line.py
A    third_party/gyp/test/win/gyptest-link-nodefaultlib.py
A    third_party/gyp/test/win/gyptest-link-default-libs.py
A    third_party/gyp/test/win/gyptest-link-opt-ref.py
A    third_party/gyp/test/win/gyptest-cl-debug-format.py
A    third_party/gyp/test/win/gyptest-link-debug-info.py
A    third_party/gyp/test/win/long-command-line
A    third_party/gyp/test/win/long-command-line/hello.cc
A    third_party/gyp/test/win/long-command-line/long-command-line.gyp
A    third_party/gyp/test/win/idl-rules
A    third_party/gyp/test/win/idl-rules/history_indexer_user.cc
A    third_party/gyp/test/win/idl-rules/basic-idl.gyp
A    third_party/gyp/test/win/idl-rules/history_indexer.idl
A    third_party/gyp/test/win/importlib
A    third_party/gyp/test/win/importlib/importlib.gyp
A    third_party/gyp/test/win/importlib/has-exports.cc
A    third_party/gyp/test/win/importlib/hello.cc
A    third_party/gyp/test/win/gyptest-midl-rules.py
A    third_party/gyp/test/win/gyptest-cl-rtti.py
A    third_party/gyp/test/win/gyptest-cl-function-level-linking.py
A    third_party/gyp/test/win/gyptest-macros-in-inputs-and-outputs.py
A    third_party/gyp/test/ninja
A    third_party/gyp/test/ninja/action_dependencies
A    third_party/gyp/test/ninja/action_dependencies/gyptest-action-dependencies.py
A    third_party/gyp/test/ninja/action_dependencies/src
A    third_party/gyp/test/ninja/action_dependencies/src/action_dependencies.gyp
A    third_party/gyp/test/ninja/action_dependencies/src/a.c
A    third_party/gyp/test/ninja/action_dependencies/src/b.c
A    third_party/gyp/test/ninja/action_dependencies/src/c.c
A    third_party/gyp/test/ninja/action_dependencies/src/emit.py
A    third_party/gyp/test/ninja/action_dependencies/src/a.h
A    third_party/gyp/test/ninja/action_dependencies/src/b.h
A    third_party/gyp/test/ninja/action_dependencies/src/c.h
A    third_party/gyp/test/ninja/chained-dependency
A    third_party/gyp/test/ninja/chained-dependency/chained-dependency.gyp
A    third_party/gyp/test/ninja/chained-dependency/gyptest-chained-dependency.py
A    third_party/gyp/test/ninja/chained-dependency/chained.c
A    third_party/gyp/test/ninja/normalize-paths-win
A    third_party/gyp/test/ninja/normalize-paths-win/gyptest-normalize-paths.py
A    third_party/gyp/test/ninja/normalize-paths-win/hello.cc
A    third_party/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
A    third_party/gyp/test/cflags
A    third_party/gyp/test/cflags/cflags.c
A    third_party/gyp/test/cflags/gyptest-cflags.py
A    third_party/gyp/test/cflags/cflags.gyp
A    third_party/gyp/test/actions
A    third_party/gyp/test/actions/gyptest-errors.py
A    third_party/gyp/test/actions/src
A    third_party/gyp/test/actions/src/action_missing_name.gyp
A    third_party/gyp/test/actions/src/subdir1
A    third_party/gyp/test/actions/src/subdir1/executable.gyp
A    third_party/gyp/test/actions/src/subdir1/counter.py
A    third_party/gyp/test/actions/src/subdir1/program.c
A    third_party/gyp/test/actions/src/subdir1/make-prog1.py
A    third_party/gyp/test/actions/src/subdir1/make-prog2.py
A    third_party/gyp/test/actions/src/confirm-dep-files.py
A    third_party/gyp/test/actions/src/subdir2
A    third_party/gyp/test/actions/src/subdir2/make-file.py
A    third_party/gyp/test/actions/src/subdir2/none.gyp
A    third_party/gyp/test/actions/src/subdir3
A    third_party/gyp/test/actions/src/subdir3/generate_main.py
A    third_party/gyp/test/actions/src/subdir3/null_input.gyp
A    third_party/gyp/test/actions/src/actions.gyp
A    third_party/gyp/test/actions/gyptest-default.py
A    third_party/gyp/test/actions/gyptest-all.py
A    third_party/gyp/test/same-gyp-name
A    third_party/gyp/test/same-gyp-name/src
A    third_party/gyp/test/same-gyp-name/src/all.gyp
A    third_party/gyp/test/same-gyp-name/src/subdir1
A    third_party/gyp/test/same-gyp-name/src/subdir1/executable.gyp
A    third_party/gyp/test/same-gyp-name/src/subdir1/main1.cc
A    third_party/gyp/test/same-gyp-name/src/subdir2
A    third_party/gyp/test/same-gyp-name/src/subdir2/executable.gyp
A    third_party/gyp/test/same-gyp-name/src/subdir2/main2.cc
A    third_party/gyp/test/same-gyp-name/gyptest-default.py
A    third_party/gyp/test/same-gyp-name/gyptest-all.py
A    third_party/gyp/test/multiple-targets
A    third_party/gyp/test/multiple-targets/src
A    third_party/gyp/test/multiple-targets/src/multiple.gyp
A    third_party/gyp/test/multiple-targets/src/common.c
A    third_party/gyp/test/multiple-targets/src/prog1.c
A    third_party/gyp/test/multiple-targets/src/prog2.c
A    third_party/gyp/test/multiple-targets/gyptest-default.py
A    third_party/gyp/test/multiple-targets/gyptest-all.py
A    third_party/gyp/test/hello
A    third_party/gyp/test/hello/hello.gyp
A    third_party/gyp/test/hello/hello2.gyp
A    third_party/gyp/test/hello/hello.c
A    third_party/gyp/test/hello/hello2.c
A    third_party/gyp/test/hello/gyptest-default.py
A    third_party/gyp/test/hello/gyptest-target.py
A    third_party/gyp/test/hello/gyptest-regyp.py
A    third_party/gyp/test/hello/gyptest-disable-regyp.py
A    third_party/gyp/test/hello/gyptest-all.py
A    third_party/gyp/test/defines-escaping
A    third_party/gyp/test/defines-escaping/defines-escaping.gyp
A    third_party/gyp/test/defines-escaping/defines-escaping.c
A    third_party/gyp/test/defines-escaping/gyptest-defines-escaping.py
A    third_party/gyp/test/include_dirs
A    third_party/gyp/test/include_dirs/src
A    third_party/gyp/test/include_dirs/src/inc.h
A    third_party/gyp/test/include_dirs/src/includes.gyp
A    third_party/gyp/test/include_dirs/src/shadow1
A    third_party/gyp/test/include_dirs/src/shadow1/shadow.h
A    third_party/gyp/test/include_dirs/src/shadow2
A    third_party/gyp/test/include_dirs/src/shadow2/shadow.h
A    third_party/gyp/test/include_dirs/src/includes.c
A    third_party/gyp/test/include_dirs/src/subdir
A    third_party/gyp/test/include_dirs/src/subdir/inc.h
A    third_party/gyp/test/include_dirs/src/subdir/subdir_includes.c
A    third_party/gyp/test/include_dirs/src/subdir/inc2
A    third_party/gyp/test/include_dirs/src/subdir/inc2/include2.h
A    third_party/gyp/test/include_dirs/src/subdir/subdir_includes.gyp
A    third_party/gyp/test/include_dirs/src/inc1
A    third_party/gyp/test/include_dirs/src/inc1/include1.h
A    third_party/gyp/test/include_dirs/gyptest-default.py
A    third_party/gyp/test/include_dirs/gyptest-all.py
A    third_party/gyp/test/small
A    third_party/gyp/test/small/gyptest-small.py
A    third_party/gyp/test/intermediate_dir
A    third_party/gyp/test/intermediate_dir/src
A    third_party/gyp/test/intermediate_dir/src/test2.gyp
A    third_party/gyp/test/intermediate_dir/src/shared_infile.txt
A    third_party/gyp/test/intermediate_dir/src/script.py
A    third_party/gyp/test/intermediate_dir/src/test.gyp
A    third_party/gyp/test/intermediate_dir/gyptest-intermediate-dir.py
A    third_party/gyp/test/toolsets
A    third_party/gyp/test/toolsets/gyptest-toolsets.py
A    third_party/gyp/test/toolsets/toolsets.cc
A    third_party/gyp/test/toolsets/main.cc
A    third_party/gyp/test/toolsets/toolsets.gyp
A    third_party/gyp/test/hard_dependency
A    third_party/gyp/test/hard_dependency/gyptest-no-exported-hard-dependency.py
A    third_party/gyp/test/hard_dependency/gyptest-exported-hard-dependency.py
A    third_party/gyp/test/hard_dependency/src
A    third_party/gyp/test/hard_dependency/src/a.c
A    third_party/gyp/test/hard_dependency/src/b.c
A    third_party/gyp/test/hard_dependency/src/c.c
A    third_party/gyp/test/hard_dependency/src/d.c
A    third_party/gyp/test/hard_dependency/src/emit.py
A    third_party/gyp/test/hard_dependency/src/a.h
A    third_party/gyp/test/hard_dependency/src/b.h
A    third_party/gyp/test/hard_dependency/src/c.h
A    third_party/gyp/test/hard_dependency/src/hard_dependency.gyp
A    third_party/gyp/test/defines
A    third_party/gyp/test/defines/defines-env.gyp
A    third_party/gyp/test/defines/gyptest-defines.py
A    third_party/gyp/test/defines/gyptest-defines-env.py
A    third_party/gyp/test/defines/gyptest-define-override.py
A    third_party/gyp/test/defines/defines.gyp
A    third_party/gyp/test/defines/gyptest-defines-env-regyp.py
A    third_party/gyp/test/defines/defines.c
A    third_party/gyp/test/subdirectory
A    third_party/gyp/test/subdirectory/gyptest-SYMROOT-default.py
A    third_party/gyp/test/subdirectory/gyptest-subdir-all.py
A    third_party/gyp/test/subdirectory/gyptest-SYMROOT-all.py
A    third_party/gyp/test/subdirectory/src
A    third_party/gyp/test/subdirectory/src/symroot.gypi
A    third_party/gyp/test/subdirectory/src/prog1.gyp
A    third_party/gyp/test/subdirectory/src/subdir
A    third_party/gyp/test/subdirectory/src/subdir/prog2.gyp
A    third_party/gyp/test/subdirectory/src/subdir/prog2.c
A    third_party/gyp/test/subdirectory/src/subdir/subdir2
A    third_party/gyp/test/subdirectory/src/subdir/subdir2/prog3.gyp
A    third_party/gyp/test/subdirectory/src/subdir/subdir2/prog3.c
A    third_party/gyp/test/subdirectory/src/prog1.c
A    third_party/gyp/test/subdirectory/gyptest-top-default.py
A    third_party/gyp/test/subdirectory/gyptest-subdir2-deep.py
A    third_party/gyp/test/subdirectory/gyptest-top-all.py
A    third_party/gyp/test/subdirectory/gyptest-subdir-default.py
A    third_party/gyp/LICENSE
A    third_party/gyp/AUTHORS
A    third_party/gyp/gyptest.py
A    third_party/gyp/setup.py
A    third_party/gyp/gyp_dummy.c
A    third_party/gyp/codereview.settings
A    third_party/gyp/DEPS
A    third_party/gyp/gyp
A    third_party/gyp/tools
A    third_party/gyp/tools/graphviz.py
A    third_party/gyp/tools/pretty_vcproj.py
A    third_party/gyp/tools/Xcode
A    third_party/gyp/tools/Xcode/Specifications
A    third_party/gyp/tools/Xcode/Specifications/gyp.xclangspec
A    third_party/gyp/tools/Xcode/Specifications/gyp.pbfilespec
A    third_party/gyp/tools/Xcode/README
A    third_party/gyp/tools/pretty_sln.py
A    third_party/gyp/tools/pretty_gyp.py
A    third_party/gyp/tools/README
A    third_party/gyp/PRESUBMIT.py
A    third_party/gyp/gyp.bat
A    third_party/gyp/pylintrc
A    third_party/gyp/buildbot
A    third_party/gyp/buildbot/buildbot_run.py
A    third_party/gyp/samples
A    third_party/gyp/samples/samples
A    third_party/gyp/samples/samples.bat
A    third_party/gyp/.gitignore
A    third_party/gyp/MANIFEST
A    third_party/gyp/OWNERS
Checked out revision 1344.
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freetype2' found
Traceback (most recent call last):
  File "gyp_ots", line 36, in <module>
    main()
  File "gyp_ots", line 33, in main
    sys.exit(gyp.main(args))
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/__init__.py", line 471, in main
    options.circular_check)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/__init__.py", line 111, in Load
    depth, generator_input_info, check, circular_check)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 2354, in Load
    depth, check)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 387, in LoadTargetBuildFile
    build_file_data, PHASE_EARLY, variables, build_file_path)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 1054, in ProcessVariablesAndConditionsInDict
    build_file)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 1069, in ProcessVariablesAndConditionsInList
    ProcessVariablesAndConditionsInDict(item, phase, variables, build_file)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 1028, in ProcessVariablesAndConditionsInDict
    ProcessConditionsInDict(the_dict, phase, variables, build_file)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 905, in ProcessConditionsInDict
    variables, build_file)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 1047, in ProcessVariablesAndConditionsInDict
    build_file, key)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 1047, in ProcessVariablesAndConditionsInDict
    build_file, key)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 1054, in ProcessVariablesAndConditionsInDict
    build_file)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 1073, in ProcessVariablesAndConditionsInList
    expanded = ExpandVariables(item, phase, variables, build_file)
  File "/home/vern/src/fontbakery/ots/third_party/gyp/pylib/gyp/input.py", line 713, in ExpandVariables
    (contents, p.returncode))
Exception: Call to 'pkg-config freetype2 --libs' returned exit status 1. while trying to load /home/vern/src/fontbakery/ots/ots-standalone.gyp
make[1]: Entering directory `/home/vern/src/fontbakery/ots'
make[1]: *** No targets specified and no makefile found.  Stop.
make[1]: Leaving directory `/home/vern/src/fontbakery/ots'
make: *** [setup] Error 2
vern@vern-X300:~/src/fontbakery$ 
davelab6 commented 10 years ago

Package freetype2 was not found in the pkg-config search path

Better install freetype2 then :)

vernnobile commented 10 years ago

ok. pulled latest freetype2 sources from git, built and installed. ots now compiles and installs && fontbakey is up and running on Ubuntu 14.04

vernnobile commented 10 years ago

better add freetype2 from git to the list of stuff to pull and install then :p

vitalyvolkov commented 10 years ago

Could you give me repo? I then add it to requirements.txt

davelab6 commented 10 years ago

git clone http://git.sv.nongnu.org/r/freetype/freetype2.git