You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libfreetype6-dev also seems needed for compilation, it would be great if it
could be added to the list of dependencies.
This is the error I got on a 12.04 Ubuntu:
Error: Command src/testing_targets/build/gyp_testing_targets returned non-zero
exit status 1 in /var/lib/jenkins/workspace/esd
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 "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/gyp", line 18, in <module>
sys.exit(gyp.main(sys.argv[1:]))
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/__init__.py", line 471, in main
options.circular_check)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/__init__.py", line 111, in Load
depth, generator_input_info, check, circular_check)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 2378, in Load
depth, check)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 430, in LoadTargetBuildFile
includes, depth, check)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 384, in LoadTargetBuildFile
build_file_data, PHASE_EARLY, variables, build_file_path)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 1053, in ProcessVariablesAndConditionsInDict
build_file)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 1068, in ProcessVariablesAndConditionsInList
ProcessVariablesAndConditionsInDict(item, phase, variables, build_file)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 1027, in ProcessVariablesAndConditionsInDict
ProcessConditionsInDict(the_dict, phase, variables, build_file)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 904, in ProcessConditionsInDict
variables, build_file)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 1053, in ProcessVariablesAndConditionsInDict
build_file)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 1072, in ProcessVariablesAndConditionsInList
expanded = ExpandVariables(item, phase, variables, build_file)
File "/var/lib/jenkins/workspace/esd/src/testing_targets/build/../../third_party/gyp/pylib/gyp/input.py", line 714, in ExpandVariables
(contents, p.returncode))
Exception: Call to 'pkg-config freetype2 --libs' returned exit status 1. while
loading dependencies of
Original issue reported on code.google.com by zamfir.epfl@gmail.com on 24 Aug 2012 at 1:30
The text was updated successfully, but these errors were encountered:
Oh, snap, thanks for bringing this up. I had this fixed for a while, but forgot
to push the changes. Should be fixed now: the 'idempotent' OTS target, which
depended on libfreetype, is no longer built by default. It can be built
manually, if needed, and only then libfreetype needs to be installed.
Original comment by stefan.b...@gmail.com on 24 Aug 2012 at 9:48
Original issue reported on code.google.com by
zamfir.epfl@gmail.com
on 24 Aug 2012 at 1:30The text was updated successfully, but these errors were encountered: