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:

argp-standalone 1.3

Compiler Fujitsu Compiler Fujitsu C/C++ Compiler 4.10.0 tcsds-1.2.38
Result Dependency Error

Failed Reason

Failed to install dependency package :
------------------------------------------------
193 ./argp-namefrob.h:58:31: note: expanded from macro '__argp_fmtstrea
m_putc'
194 #define __argp_fmtstream_putc argp_fmtstream_putc
195 ^
196 ./argp-fmtstream.h:242:1: note: previous definition is here
197 __argp_fmtstream_putc (argp_fmtstream_t __fs, int __ch)
198 ^
199 ./argp-fmtstream.h:199:31: note: expanded from macro '__argp_fmtstr
eam_putc'
200 #define __argp_fmtstream_putc argp_fmtstream_putc
201 ^
>> 202 argp-fmtstream.c:432:1: error: redefinition of a 'extern inline' fu
nction 'argp_fmtstream_set_lmargin' is not supported in C99 mode
203 __argp_fmtstream_set_lmargin (argp_fmtstream_t __fs, size_t __lmarg
in)
204 ^
205 ./argp-namefrob.h:66:38: note: expanded from macro '__argp_fmtstrea
m_set_lmargin'
206 #define __argp_fmtstream_set_lmargin argp_fmtstream_set_lmargin
207 ^
208 ./argp-fmtstream.h:252:1: note: previous definition is here
209 __argp_fmtstream_set_lmargin (argp_fmtstream_t __fs, size_t __lmarg
in)
210 ^
211 ./argp-fmtstream.h:202:38: note: expanded from macro '__argp_fmtstr
eam_set_lmargin'
212 #define __argp_fmtstream_set_lmargin argp_fmtstream_set_lmargin
213 ^
>> 214 argp-fmtstream.c:444:1: error: redefinition of a 'extern inline' fu
nction 'argp_fmtstream_set_rmargin' is not supported in C99 mode
215 __argp_fmtstream_set_rmargin (argp_fmtstream_t __fs, size_t __rmarg
in)
216 ^
217 ./argp-namefrob.h:68:38: note: expanded from macro '__argp_fmtstrea
m_set_rmargin'
218 #define __argp_fmtstream_set_rmargin argp_fmtstream_set_rmargin
219 ^
220 ./argp-fmtstream.h:264:1: note: previous definition is here
221 __argp_fmtstream_set_rmargin (argp_fmtstream_t __fs, size_t __rmarg
in)
222 ^
223 ./argp-fmtstream.h:203:38: note: expanded from macro '__argp_fmtstr
eam_set_rmargin'
224 #define __argp_fmtstream_set_rmargin argp_fmtstream_set_rmargin
225 ^
>> 226 argp-fmtstream.c:456:1: error: redefinition of a 'extern inline' fu
nction 'argp_fmtstream_set_wmargin' is not supported in C99 mode
227 __argp_fmtstream_set_wmargin (argp_fmtstream_t __fs, size_t __wmarg
in)
228 ^
229 ./argp-namefrob.h:70:38: note: expanded from macro '__argp_fmtstrea
m_set_wmargin'
230 #define __argp_fmtstream_set_wmargin argp_fmtstream_set_wmargin
231 ^
232 ./argp-fmtstream.h:276:1: note: previous definition is here
233 __argp_fmtstream_set_wmargin (argp_fmtstream_t __fs, size_t __wmarg
in)
234 ^
235 ./argp-fmtstream.h:204:38: note: expanded from macro '__argp_fmtstr
eam_set_wmargin'
236 #define __argp_fmtstream_set_wmargin argp_fmtstream_set_wmargin
237 ^
>> 238 argp-fmtstream.c:468:1: error: redefinition of a 'extern inline' fu
nction 'argp_fmtstream_point' is not supported in C99 mode
239 __argp_fmtstream_point (argp_fmtstream_t __fs)
240 ^
241 ./argp-namefrob.h:72:32: note: expanded from macro '__argp_fmtstrea
m_point'
242 #define __argp_fmtstream_point argp_fmtstream_point
243 ^
244 ./argp-fmtstream.h:288:1: note: previous definition is here

...

335 argp-parse.c:1280:51: warning: GCC does not allow '__nothrow__' att
ribute in this position on a function definition [-Wgcc-compat]
336 __argp_usage (__const struct argp_state *__state) __THROW
337 ^
338 /usr/include/sys/cdefs.h:55:35: note: expanded from macro '__THROW'
339 # define __THROW __attribute__ ((__nothrow__ __LEAF))
340 ^
>> 341 argp-parse.c:1280:1: error: redefinition of a 'extern inline' funct
ion 'argp_usage' is not supported in C99 mode
342 __argp_usage (__const struct argp_state *__state) __THROW
343 ^
344 ./argp-namefrob.h:46:22: note: expanded from macro '__argp_usage'
345 #define __argp_usage argp_usage
346 ^
347 ./argp.h:567:1: note: previous definition is here

...

353 argp-parse.c:1286:55: warning: GCC does not allow '__nothrow__' att
ribute in this position on a function definition [-Wgcc-compat]
354 __option_is_short (__const struct argp_option *__opt) __THROW
355 ^
356 /usr/include/sys/cdefs.h:55:35: note: expanded from macro '__THROW'
357 # define __THROW __attribute__ ((__nothrow__ __LEAF))
358 ^
>> 359 argp-parse.c:1286:1: error: redefinition of a 'extern inline' funct
ion '_option_is_short' is not supported in C99 mode
360 __option_is_short (__const struct argp_option *__opt) __THROW
361 ^
362 ./argp-namefrob.h:32:27: note: expanded from macro '__option_is_sho
rt'
363 #define __option_is_short _option_is_short
364 ^
365 ./argp.h:573:1: note: previous definition is here

...

371 argp-parse.c:1300:53: warning: GCC does not allow '__nothrow__' att
ribute in this position on a function definition [-Wgcc-compat]
372 __option_is_end (__const struct argp_option *__opt) __THROW
373 ^
374 /usr/include/sys/cdefs.h:55:35: note: expanded from macro '__THROW'
375 # define __THROW __attribute__ ((__nothrow__ __LEAF))
376 ^
>> 377 argp-parse.c:1300:1: error: redefinition of a 'extern inline' funct
ion '_option_is_end' is not supported in C99 mode
378 __option_is_end (__const struct argp_option *__opt) __THROW
379 ^
380 ./argp-namefrob.h:30:25: note: expanded from macro '__option_is_end
'
381 #define __option_is_end _option_is_end
382 ^
383 ./argp.h:585:1: note: previous definition is here
384 __option_is_end (__const struct argp_option *__opt) __THROW
385 ^
386 ./argp.h:559:27: note: expanded from macro '__option_is_end'
387 # define __option_is_end _option_is_end
388 ^
>> 389 make[2]: *** [Makefile:302: argp-fmtstream.o] Error 1
390 make[2]: *** Waiting for unfinished jobs....
391 7 warnings and 3 errors generated.
>> 392 make[2]: *** [Makefile:302: argp-parse.o] Error 1
393 5 warnings generated.
394 12 warnings generated.
395 make[2]: Leaving directory '/vol0003/rccs-sdt/data/a01008/tmpdir/sp
ack-stage/spack-stage-argp-standalone-1.3-uqctsxh53wirnloxtlnvgz4fk
aev3r45/spack-src'
>> 396 make[1]: *** [Makefile:325: all-recursive] Error 1
397 make[1]: Leaving directory '/vol0003/rccs-sdt/data/a01008/tmpdir/sp
ack-stage/spack-stage-argp-standalone-1.3-uqctsxh53wirnloxtlnvgz4fk
aev3r45/spack-src'
>> 398 make: *** [Makefile:215: all] Error 2

See build log for details:
/data/rccs-sdt/a01008/tmpdir/spack-stage/spack-stage-argp-standalone-1.3-uqctsxh53wirnloxtlnvgz4fkaev3r45/spack-build-out.txt


<= Back to list