make errors

92 views
Skip to first unread message

Abhinav Jayanthy

unread,
Aug 20, 2015, 10:26:14 AM8/20/15
to Android Building
Hi, I am very new to AOSP and building, I am running debtartargian linux, I keep getting errors where ever i give the make command

first it spits out this

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.4.4
TARGET_PRODUCT=aosp_arm
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a
TARGET_CPU_VARIANT=generic
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.2.0-4-amd64-x86_64-with-debian-7.8
HOST_BUILD_TYPE=release
BUILD_ID=KTU84Q
OUT_DIR=out
============================================

and then after series of includes and compilation, I get


Install: out/target/product/generic/system/framework/webviewchromium.odex
Gyp action: third_party_WebKit_Source_core_core_derived_sources_gyp_make_core_derived_sources_target_CSSPropertyNames (out/target/product/generic/obj/GYP/shared_intermediates/blink/CSSPropertyNames.cpp)
Traceback (most recent call last):
  File "../build/scripts/make_css_property_names.py", line 255, in <module>
    in_generator.Maker(CSSPropertiesWriter).main(sys.argv)
  File "/home/ajayanthy/external/chromium_org/third_party/WebKit/Source/build/scripts/in_generator.py", line 99, in main
    writer.write_files(options.output_dir)
  File "/home/ajayanthy/external/chromium_org/third_party/WebKit/Source/build/scripts/in_generator.py", line 79, in write_files
    self._write_file(output_dir, generator(), file_name)
  File "../build/scripts/make_css_property_names.py", line 250, in generate_implementation
    gperf = subprocess.Popen(gperf_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
make: *** [out/target/product/generic/obj/GYP/shared_intermediates/blink/CSSPropertyNames.cpp] Error 1

such errors, same is the case with make -j4 or 16 or 32, i figured that If ic annot

Please help me out !!!

Magnus Bäck

unread,
Aug 21, 2015, 2:32:26 AM8/21/15
to android-...@googlegroups.com
On Wednesday, August 19, 2015 at 20:40 CEST,
Abhinav Jayanthy <abhikr...@gmail.com> wrote:

> Hi, I am very new to AOSP and building, I am running debtartargian
> linux, I keep getting errors where ever i give the make command
> first it spits out this

[...]

> OSError: [Errno 2] No such file or directory
> make: ***
> [out/target/product/generic/obj/GYP/shared_intermediates/blink/CSSPropertyNames.cpp] Error 1

It looks like you haven't installed gperf. Make sure you have installed
all packages listed as required by the documentation.

http://source.android.com/source/initializing.html

[...]

--
Magnus Bäck | Software Engineer, Development Tools
magnu...@sonymobile.com | Sony Mobile Communications
Reply all
Reply to author
Forward
0 new messages