Hi, > -----Original Message----- > From: Dev [mailto:[email protected]] On Behalf Of Thiago > Macieira > Sent: Monday, October 20, 2014 9:02 PM > To: [email protected] > Subject: Re: [Dev] Preparing promotion of aarch64 > > On Monday 20 October 2014 20:08:50 Chanho Park wrote: > > Hi, > > > > Is there any person to fix the crosswalk build error for arm64? > > You can build the package if you refer below link until official > release. > > https://wiki.tizen.org/wiki/OSDev/GBS/AArch64 > > It might help if someone posts the build log. That way, the fix can > probably be > done even without installing the support for aarch64.
Yes. You can see the build log in our staging OBS project. But, it can rebuild frequently. https://build.tizen.org/package/show?package=crosswalk&project=devel%3Aarm_t oolchain%3AMobile%3ATizen_Common So, I attached the log which is generated in my local PC. [ 783s] + CXXFLAGS='-O2 -g2 -feliminate-unused-debug-types -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector -Wformat -Wformat-security -fmessage-length=0 -g' [ 783s] ++ echo -O2 -g2 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector -Wformat -Wformat-security -fmessage-length=0 -g [ 783s] ++ sed s,-fno-omit-frame-pointer,,g [ 783s] + export 'CFLAGS=-O2 -g2 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector -Wformat -Wformat-security -fmessage-length=0 -g' [ 783s] + CFLAGS='-O2 -g2 -feliminate-unused-debug-types -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector -Wformat -Wformat-security -fmessage-length=0 -g' [ 783s] + export 'LDFLAGS= -Wl,--no-keep-memory' [ 783s] + LDFLAGS=' -Wl,--no-keep-memory' [ 783s] + BUILDDIR_NAME= [ 783s] + '[' -n '' ']' [ 783s] + GYP_EXTRA_FLAGS=' -Duse_ozone=1 -Denable_xdg_shell=1' [ 783s] + GYP_EXTRA_FLAGS=' -Duse_ozone=1 -Denable_xdg_shell=1 -Ddisable_nacl=1 -Dlinux_use_bundled_binutils=0 -Dlinux_use_bundled_gold=0 ' [ 783s] + GYP_EXTRA_FLAGS=' -Duse_ozone=1 -Denable_xdg_shell=1 -Ddisable_nacl=1 -Dlinux_use_bundled_binutils=0 -Dlinux_use_bundled_gold=0 -Ddisable_fatal_linker_warnings=1' [ 783s] + export GYP_GENERATORS=ninja [ 783s] + GYP_GENERATORS=ninja [ 783s] + ./src/xwalk/gyp_xwalk src/xwalk/xwalk.gyp --no-parallel -Duse_ozone=1 -Denable_xdg_shell=1 -Ddisable_nacl=1 -Dlinux_use_bundled_binutils=0 -Dlinux_use_bundled_gold=0 -Ddisable_fatal_linker_warnings=1 -Dchromeos=0 -Dclang=0 -Dtizen=1 -Dpython_ver=2.7 -Duse_aura=1 -Duse_cups=0 -Duse_gconf=0 -Duse_gnome_keyring=0 -Duse_kerberos=0 -Duse_system_bzip2=1 -Duse_system_libexif=1 -Duse_system_libxml=1 -Duse_system_nspr=1 -Dshared_process_mode=1 -Denable_hidpi=1 [ 784s] Updating projects from gyp files... [ 877s] gyp: Undefined variable platform_heap_asm_files in src/third_party/WebKit/Source/platform/blink_platform.gyp while loading dependencies of src/third_party/WebKit/public/blink.gyp while loading dependencies of src/ppapi/ppapi_internal.gyp while loading dependencies of src/mojo/mojo.gyp while loading dependencies of src/content/content.gyp while loading dependencies of src/components/components.gyp while loading dependencies of src/xwalk/xwalk.gyp while trying to load src/xwalk/xwalk.gyp [ 877s] error: Bad exit status from /var/tmp/rpm-tmp.2F1l4N (%build) [ 877s] [ 877s] [ 877s] RPM build errors: [ 877s] Bad exit status from /var/tmp/rpm-tmp.2F1l4N (%build) Best Regards, Chanho Park _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
