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.
![]() |
Compiler | Fujitsu Compiler Fujitsu C/C++ Compiler 4.10.0 tcsds-1.2.38 |
---|---|
Result | Dependency Error |
Failed to install dependency package :
------------------------------------------------
==> Warning: config:terminal_title has been replaced by install_status and is ignored
==> Warning: Failed to initialize repository: '$spack/var/spack/repos/local'.
No repo.yaml found in '$spack/var/spack/repos/local'
To remove the bad repository, run this command:
spack repo rm $spack/var/spack/repos/local
[+] /usr (external gmake-4.2.1-eszqmok6vi6wxcmklx6bqloeidbh25kb)
[+] /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/opt/spack/linux-rhel8-a64fx/fj-4.10.0/gnuconfig-2022-09-17-w33oejhx46ex2iql4orzjqdmt2kdqdb2
[+] /usr (external tcl-8.6.8-harexvrx3mzabr3wdbpimw5tbwmvsp3v)
[+] /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/opt/spack/linux-rhel8-a64fx/fj-4.10.0/libpcap-1.10.4-ifx4hxqx7wxt62pdfepbxwrdcx7t6voj
==> Installing hping-master-34vbzaxep2x5mhkuv33gp72icq6fw2x5 [5/5]
==> No binary for hping-master-34vbzaxep2x5mhkuv33gp72icq6fw2x5 found: installing from source
==> Applied patch /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/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'
24 errors found in build log:
58 gcc -c -O2 -Wall -DUSE_TCL -g waitpacket.c
59 gcc -c -O2 -Wall -DUSE_TCL -g resolve.c
60 gcc -c -O2 -Wall -DUSE_TCL -g sendip.c
61 gcc -c -O2 -Wall -DUSE_TCL -g sendicmp.c
62 gcc -c -O2 -Wall -DUSE_TCL -g sendudp.c
63 In file included from getlhs.c:16:
>> 64 globals.h:142:10: fatal error: pcap.h: No such file or directory
65 #include <pcap.h>
66 ^~~~~~~~
67 compilation terminated.
>> 68 make: *** [Makefile:66: getlhs.o] Error 1
69 make: *** Waiting for unfinished jobs....
70 In file included from datahandler.c:16:
>> 71 globals.h:142:10: fatal error: pcap.h: No such file or directory
72 #include <pcap.h>
73 ^~~~~~~~
74 compilation terminated.
>> 75 make: *** [Makefile:66: datahandler.o] Error 1
76 gethostname.c: In function 'get_hostname':
77 gethostname.c:37:2: warning: 'strncpy' specified bound 1024 equals
destination size [-Wstringop-truncation]
78 strncpy(lastreq, addr, 1024);
79 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
80 gethostname.c:46:2: warning: 'strncpy' specified bound 1024 equals
destination size [-Wstringop-truncation]
81 strncpy(answer, he->h_name, 1024);
82 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83 In file included from logicmp.c:17:
>> 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: logicmp.o] Error 1
89 In file included from parseoptions.c:20:
>> 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: parseoptions.o] Error 1
95 In file included from getifname.c:28:
>> 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: getifname.o] Error 1
101 In file included from datafiller.c:22:
>> 102 globals.h:142:10: fatal error: pcap.h: No such file or directory
103 #include <pcap.h>
104 ^~~~~~~~
105 compilation terminated.
>> 106 make: *** [Makefile:66: datafiller.o] Error 1
>> 107 main.c:29:10: fatal error: pcap.h: No such file or directory
108 #include <pcap.h>
109 ^~~~~~~~
110 compilation terminated.
>> 111 make: *** [Makefile:66: main.o] Error 1
112 In file included from sendip.c:22:
>> 113 globals.h:142:10: fatal error: pcap.h: No such file or directory
114 #include <pcap.h>
115 ^~~~~~~~
116 compilation terminated.
>> 117 make: *** [Makefile:66: sendip.o] Error 1
118 In file included from waitpacket.c:21:
>> 119 globals.h:142:10: fatal error: pcap.h: No such file or directory
120 #include <pcap.h>
121 ^~~~~~~~
122 compilation terminated.
>> 123 make: *** [Makefile:66: waitpacket.o] Error 1
124 In file included from binding.c:19:
>> 125 globals.h:142:10: fatal error: pcap.h: No such file or directory
126 #include <pcap.h>
127 ^~~~~~~~
128 compilation terminated.
>> 129 make: *** [Makefile:66: binding.o] Error 1
130 In file included from sendudp.c:22:
>> 131 globals.h:142:10: fatal error: pcap.h: No such file or directory
132 #include <pcap.h>
133 ^~~~~~~~
134 compilation terminated.
>> 135 make: *** [Makefile:66: sendudp.o] Error 1
136 In file included from sendicmp.c:24:
>> 137 globals.h:142:10: fatal error: pcap.h: No such file or directory
138 #include <pcap.h>
139 ^~~~~~~~
140 compilation terminated.
>> 141 make: *** [Makefile:66: sendicmp.o] Error 1
See build log for details:
/data/rccs-sdt/a01008/tmpdir/spack-stage/spack-stage-hping-master-34vbzaxep2x5mhkuv33gp72icq6fw2x5/spack-build-out.txt