List of Open Source Software which can be built on Fugaku

Spack logo
Spack will be used to manage open source software packages on Fugaku. Fugaku users can easily use pre-installed packages and built packages based on Spack recipes. The following list shows the results of building/compiling packages for aarch64 according to the Spack recipes. Note that the results in this list do not guarantee that each package will work properly. On the other hand, Fujitsu will provide the following packages compiled with Fujitsu compiler on Fugaku as "external" packages, of which Spack can be aware.
  • OpenJDK 11
  • Ruby 2.6.5 or later
  • Python2 2.7.15
  • Python3 3.6.8
  • Numpy 1.14.3
  • SciPy 1.0.0
  • Eclipse IDE 2019-09 R Packages
Please contact us from email:

hping master

Compiler Fujitsu Compiler 4.7.0
Result Dependency Error

Failed Reason

Failed to install dependency package :
------------------------------------------------
[+] /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/gnuconfig-2021-08-14-ezyvb3gy7i726n45kwb44a4vxle3if3i
[+] /usr (external m4-1.4.18-zz6lq3qkexluljpiw5yxqyozzhkijvpn)
[+] /usr (external perl-5.26.3-cfeod657avcbjzlstrxizeulrdfnqb3r)
[+] /usr (external tcl-8.6.8-h4723xfvqw7mjbknqbrq45y4zzgw7pwb)
[+] /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/libiconv-1.16-53uyda5tbc4cft2ipchbsft56qsivt74
[+] /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/findutils-4.8.0-hbp3a5kijvggip2hu6cjjjtqnruxmh76
[+] /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/diffutils-3.8-c3z2qrsurl5l57yct4kuz2mxjyjywwgz
[+] /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/bison-3.8.2-ta2ecl7xyo4uznxun3zvhbitdklgbcck
[+] /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/flex-2.6.3-pefwrvzgcd6f4nkwmynv7ibzizsip6wk
[+] /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/libpcap-1.10.0-ly2yx4stl5fy46fjgoibfvuyhynrkolh
==> Installing hping-master-5qoaf2xgwqswnd5j4plz7wcrlsoihh6p
==> No binary for hping-master-5qoaf2xgwqswnd5j4plz7wcrlsoihh6p found: installing from source
==> Applied patch /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/var/spack/repos/builtin/packages/hping/bpf.patch
==> hping: Executing phase: 'autoreconf'
==> hping: Executing phase: 'configure'
==> hping: Executing phase: 'build'
==> Error: ProcessError: Command exited with status 2:
'make' '-j16' 'V=1'

12 errors found in build log:
46 gcc -c -O2 -Wall -DUSE_TCL -g waitpacket.c
47 gcc -c -O2 -Wall -DUSE_TCL -g resolve.c
48 gcc -c -O2 -Wall -DUSE_TCL -g sendip.c
49 gcc -c -O2 -Wall -DUSE_TCL -g sendicmp.c
50 gcc -c -O2 -Wall -DUSE_TCL -g sendudp.c
51 In file included from getlhs.c:16:
>> 52 globals.h:142:10: fatal error: pcap.h: No such file or directory
53 #include <pcap.h>
54 ^~~~~~~~
55 compilation terminated.
56 In file included from datahandler.c:16:
>> 57 globals.h:142:10: fatal error: pcap.h: No such file or directory
58 #include <pcap.h>
59 ^~~~~~~~
60 compilation terminated.
61 make: *** [Makefile:66: datahandler.o] Error 1
62 make: *** Waiting for unfinished jobs....
63 make: *** [Makefile:66: getlhs.o] Error 1

...

66 strncpy(lastreq, addr, 1024);
67 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 gethostname.c:46:2: warning: 'strncpy' specified bound 1024 equals
destination size [-Wstringop-truncation]
69 strncpy(answer, he->h_name, 1024);
70 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 In file included from logicmp.c:17:
>> 72 globals.h:142:10: fatal error: pcap.h: No such file or directory
73 #include <pcap.h>
74 ^~~~~~~~
75 compilation terminated.
76 make: *** [Makefile:66: logicmp.o] Error 1
77 In file included from parseoptions.c:20:
>> 78 globals.h:142:10: fatal error: pcap.h: No such file or directory
79 #include <pcap.h>
80 ^~~~~~~~
81 compilation terminated.
82 make: *** [Makefile:66: parseoptions.o] Error 1
83 In file included from datafiller.c:22:
>> 84 globals.h:142:10: fatal error: pcap.h: No such file or directory
85 #include <pcap.h>
86 ^~~~~~~~
87 compilation terminated.
88 make: *** [Makefile:66: datafiller.o] Error 1
89 In file included from getifname.c:28:
>> 90 globals.h:142:10: fatal error: pcap.h: No such file or directory
91 #include <pcap.h>
92 ^~~~~~~~
93 compilation terminated.
94 make: *** [Makefile:66: getifname.o] Error 1
95 In file included from sendip.c:22:
>> 96 globals.h:142:10: fatal error: pcap.h: No such file or directory
97 #include <pcap.h>
98 ^~~~~~~~
99 compilation terminated.
100 make: *** [Makefile:66: sendip.o] Error 1
101 In file included from waitpacket.c:21:
>> 102 globals.h:142:10: fatal error: pcap.h: No such file or directory
103 #include <pcap.h>
104 ^~~~~~~~
105 compilation terminated.
106 In file included from binding.c:19:
>> 107 globals.h:142:10: fatal error: pcap.h: No such file or directory
108 #include <pcap.h>
109 ^~~~~~~~
110 compilation terminated.
111 make: *** [Makefile:66: waitpacket.o] Error 1
112 make: *** [Makefile:66: binding.o] Error 1
>> 113 main.c:29:10: fatal error: pcap.h: No such file or directory
114 #include <pcap.h>
115 ^~~~~~~~
116 compilation terminated.
117 make: *** [Makefile:66: main.o] Error 1
118 In file included from sendicmp.c:24:
>> 119 globals.h:142:10: fatal error: pcap.h: No such file or directory
120 #include <pcap.h>
121 ^~~~~~~~
122 compilation terminated.
123 In file included from sendudp.c:22:
>> 124 globals.h:142:10: fatal error: pcap.h: No such file or directory
125 #include <pcap.h>
126 ^~~~~~~~
127 compilation terminated.
128 make: *** [Makefile:66: sendudp.o] Error 1
129 make: *** [Makefile:66: sendicmp.o] Error 1

See build log for details:
/home/rccs-sdt/a01008/spack-stage/spack-stage-hping-master-5qoaf2xgwqswnd5j4plz7wcrlsoihh6p/spack-build-out.txt


<= Back to list