You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jiangjie Qin (Jira)" <ji...@apache.org> on 2022/05/09 06:57:00 UTC

[jira] [Created] (FLINK-27554) The asf-site does not build on Apple Silicon

Jiangjie Qin created FLINK-27554:
------------------------------------

             Summary: The asf-site does not build on Apple Silicon
                 Key: FLINK-27554
                 URL: https://issues.apache.org/jira/browse/FLINK-27554
             Project: Flink
          Issue Type: Improvement
          Components: Project Website
    Affects Versions: 1.15.0
            Reporter: Jiangjie Qin


It looks that the ASF website does not build on my laptop with Apple silicon. It errors out when installing libv8. The error logs are following:

{noformat}

current directory: /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/ext/libv8

/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r ./siteconf20220509-16154-19vsxkp.rb extconf.rb

creating Makefile

Applying /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/patches/disable-building-tests.patch

Applying /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/patches/disable-werror-on-osx.patch

Applying /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/patches/disable-xcode-debugging.patch

Applying /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/patches/do-not-imply-vfp3-and-armv7.patch

Applying /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/patches/do-not-use-MAP_NORESERVE-on-freebsd.patch

Applying /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/patches/do-not-use-vfp2.patch

Applying /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/patches/fPIC-for-static.patch

Compiling v8 for x64

Using python 2.7.18

Using compiler: c++ (clang version 13.1.6)

Unable to find a compiler officially supported by v8.

It is recommended to use GCC v4.4 or higher

Beginning compilation. This will take some time.

Building v8 with env CXX=c++ LINK=c++  /usr/bin/make x64.release vfp2=off vfp3=on hardfp=on ARFLAGS.target=crs werror=no

GYP_GENERATORS=make \

 build/gyp/gyp --generator-output="out" build/all.gyp \

               -Ibuild/standalone.gypi --depth=. \

               -Dv8_target_arch=x64 \

               -S.x64  -Dv8_enable_backtrace=1 -Dv8_can_use_vfp2_instructions=false -Dv8_can_use_vfp3_instructions=true -Darm_fpu=vfpv3 -Dwerror='' -Dv8_use_arm_eabi_hardfloat=true

  CXX(target) /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/vendor/v8/out/x64.release/obj.target/preparser_lib/src/allocation.o

clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]

In file included from ../src/allocation.cc:33:

../src/utils.h:33:10: fatal error: 'climits' file not found

#include <climits>

         ^~~~~~~~~

1 error generated.

make[1]: *** [/Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/vendor/v8/out/x64.release/obj.target/preparser_lib/src/allocation.o] Error 1

make: *** [x64.release] Error 2

/Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/ext/libv8/location.rb:36:in `block in verify_installation!': libv8 did not install properly, expected binary v8 archive '/Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/vendor/v8/out/x64.release/obj.target/tools/gyp/libv8_base.a'to exist, but it was not found (Libv8::Location::Vendor::ArchiveNotFound)

 from /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/ext/libv8/location.rb:35:in `each'

 from /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/ext/libv8/location.rb:35:in `verify_installation!'

 from /Library/Ruby/Gems/2.6.0/gems/libv8-3.16.14.19/ext/libv8/location.rb:26:in `install!'

 from extconf.rb:7:in `<main>'

 

extconf failed, exit code 1

{noformat}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)