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:

sysfsutils 0_5

Compiler Fujitsu Compiler 4.7.0
Result Dependency Error

Failed Reason

Failed to install dependency package :
------------------------------------------------
6 ==> sysfsutils: Executing phase: 'configure'
7 ==> [2022-03-26-04:27:10.694359] '/home/rccs-sdt/a01008/spack-stag
e/spack-stage-sysfsutils-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spac
k-src/configure' '--prefix=/vol0003/rccs-sdt/a01008/spack-all-test
/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/sysfsutil
s-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg' '--build=arm-linux'
8 checking for a BSD-compatible install... /usr/bin/install -c
9 checking whether build environment is sane... yes

...

446 sysfs_utils.c:155:5: warning: assigning to 'unsigned char *' from
'char *' converts between pointers to integer types with different
sign [-Wpointer-sign]
447 n = strrchr(tmp, '/');
448 ^ ~~~~~~~~~~~~~~~~~
449 sysfs_dir.c:207:17: warning: passing 'unsigned char [255]' to para
meter of type 'const char *' converts between pointers to integer
types with different sign [-Wpointer-sign]
450 if ((fd = open(sysattr->path, O_WRONLY)) < 0) {
451 ^~~~~~~~~~~~~
>> 452 sysfs_utils.c:162:10: /usr/include/fcntl.hwarning:: 195passing 'un
signed char *' to parameter of type 'char *' converts between poin
ters to integer types with different sign [-Wpointer-sign]:
453 30: note: passing argument to parameter '__file' here
454 strncpy(name, n, len);
455 ^~~~
456 /usr/include/string.h:125:40: note: extern int open (const char *_
_file, int __oflag, ...) __nonnull ((1));passing argument to param
eter '__dest' here
457
458 ^

...

1584 sysfs_device.csysfs_class.c::51744::109:: warningwarning: : passi
ng 'unsigned char *' to parameter of type 'char *' converts betwee
n pointers to integer types with different sign [-Wpointer-sign]pa
ssing 'unsigned char [50]' to parameter of type 'char *' converts
between pointers to integer types with different sign [-Wpointer-s
ign]
1585
1586 strcat(path, SYSFS_BLOCK_NAME);
1587 ^~~~
1588 strcat(subsys, "/");
1589 ^~~~~~/usr/include/string.h
>> 1590 :130:39: /usr/include/string.hnote:: 130passing argument to parame
ter '__dest' here:
1591 39: note: passing argument to parameter '__dest' here
1592 extern char *strcat (char *__restrict __dest, const char *__restri
ct __src)
1593 ^
1594 extern char *strcat (char *__restrict __dest, const char *__restri
ct __src)
1595 ^
1596 sysfs_class.c:519:10: warning: passing 'unsigned char *' to parame
ter of type 'char *' converts between pointers to integer types wi
th different sign [-Wpointer-sign]

...

1875 sysfs_driver.c:344:9: warning: passing 'unsigned char *' to parame
ter of type 'char *' converts between pointers to integer types wi
th different sign [-Wpointer-sign]
1876 strcat(path, "/");
1877 ^~~~
1878 /usr/include/string.h:130:39: note: passing argument to parameter
'__dest' here
1879 extern char *strcat (char *__restrict __dest, const char *__restri
ct __src)
1880 ^
>> 1881 sysfs_driver.c:345:9: sysfs_device.cwarning: :passing 'unsigned ch
ar *' to parameter of type 'char *' converts between pointers to i
nteger types with different sign [-Wpointer-sign]343
1882 :9: warning: passing 'unsigned char [255]' to parameter of type 'c
har *' converts between pointers to integer types with different s
ign [-Wpointer-sign]
1883 strcat(path, SYSFS_DRIVERS_NAME);
1884 ^~~~
1885 /usr/include/string.h strcat(rootpath, "/");:
1886 130 ^~~~~~~~:
1887 39: note: /usr/include/string.hpassing argument to parameter '__de
st' here:

...

2245 /usr/include/string.h:385:35: note: passing argument to parameter
'__s' here
2246 extern size_t strlen (const char *__s)
2247 ^
2248 names.c:128:12: warning: passing 'unsigned char *' to parameter of
type 'const char *' converts between pointers to integer types wi
th different sign [-Wpointer-sign]
2249 sscanf(q, "%x", &id1) != 1)
2250 ^
>> 2251 /usr/include/stdio.h:414:60: systool.cnote:: 244passing argument t
o parameter '__s' here:
2252 37: warning: passing 'unsigned char *' to parameter of type 'const
char *' converts between pointers to integer types with different
sign [-Wpointer-sign]
2253 extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
2254 ^
2255 if (show_bus != NULL && (!(strcmp(show_bus, "pci")
))) {
2256 ^~~~~~~~
2257 /usr/include/string.h:137:32: note: passing argument to parameter
'__s1' here

...

3100 make[1]: Entering directory '/vol0003/rccs-sdt/a01008/spack-stage/
spack-stage-sysfsutils-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spack-
src'
3101 make[2]: Entering directory '/vol0003/rccs-sdt/a01008/spack-stage/
spack-stage-sysfsutils-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spack-
src'
3102 make[2]: Nothing to be done for 'install-exec-am'.
3103 /bin/sh /home/rccs-sdt/a01008/spack-stage/spack-stage-sysfsutils-0
_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spack-src/mkinstalldirs /usr/i
nclude/sysfs
3104 /bin/sh /home/rccs-sdt/a01008/spack-stage/spack-stage-sysfsutils-0
_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spack-src/mkinstalldirs /vol00
03/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/lin
ux-rhel8-a64fx/fj-4.7.0/sysfsutils-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2c
zobyg/man/man1
3105 mkdir -p -- /usr/include/sysfs
>> 3106 mkdir: cannot create directory '/usr/include/sysfs': Permission de
nied
3107 mkdir -p -- /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/s
pack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/sysfsutils-0_5-4zl2k4b2q
yuwgq5tqluxgpm4e2czobyg/man/man1
3108 make[2]: *** [Makefile:204: install-includeHEADERS] Error 1
3109 make[2]: *** Waiting for unfinished jobs....
3110 /usr/bin/install -c -m 644 /home/rccs-sdt/a01008/spack-stage/spac
k-stage-sysfsutils-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spack-src/
lsbus.1 /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack
/opt/spack/linux-rhel8-a64fx/fj-4.7.0/sysfsutils-0_5-4zl2k4b2qyuwg
q5tqluxgpm4e2czobyg/man/man1/lsbus.1
3111 /usr/bin/install -c -m 644 /home/rccs-sdt/a01008/spack-stage/spac
k-stage-sysfsutils-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spack-src/
systool.1 /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spa
ck/opt/spack/linux-rhel8-a64fx/fj-4.7.0/sysfsutils-0_5-4zl2k4b2qyu
wgq5tqluxgpm4e2czobyg/man/man1/systool.1
3112 make[2]: Leaving directory '/vol0003/rccs-sdt/a01008/spack-stage/s
pack-stage-sysfsutils-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spack-s
rc'

See build log for details:
/home/rccs-sdt/a01008/spack-stage/spack-stage-sysfsutils-0_5-4zl2k4b2qyuwgq5tqluxgpm4e2czobyg/spack-build-out.txt


<= Back to list