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 Arm Compiler 20.1.0
Result Dependency Error

Failed Reason

Failed to install dependency package :
------------------------------------------------
226 argp-help.c:607:40: warning: unused parameter 'cookie' [-Wunused-parameter]
227 const char *domain UNUSED, void *cookie UNUSED)
228 ^
>> 229 argp-fmtstream.c:395:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_write' is not support
ed in C99 mode
230 __argp_fmtstream_write (argp_fmtstream_t __fs,
231 ^
232 ./argp-namefrob.h:62:32: note: expanded from macro '__argp_fmtstream_write'
233 #define __argp_fmtstream_write argp_fmtstream_write
234 ^
235 ./argp-fmtstream.h:215:1: note: previous definition is here
236 __argp_fmtstream_write (argp_fmtstream_t __fs,
237 ^
238 ./argp-fmtstream.h:201:32: note: expanded from macro '__argp_fmtstream_write'
239 #define __argp_fmtstream_write argp_fmtstream_write
240 ^
>> 241 argp-fmtstream.c:409:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_puts' is not supporte
d in C99 mode
242 __argp_fmtstream_puts (argp_fmtstream_t __fs, __const char *__str)
243 ^
244 ./argp-namefrob.h:60:31: note: expanded from macro '__argp_fmtstream_puts'
245 #define __argp_fmtstream_puts argp_fmtstream_puts
246 ^
247 ./argp-fmtstream.h:229:1: note: previous definition is here
248 __argp_fmtstream_puts (argp_fmtstream_t __fs, __const char *__str)
249 ^
250 ./argp-fmtstream.h:200:31: note: expanded from macro '__argp_fmtstream_puts'
251 #define __argp_fmtstream_puts argp_fmtstream_puts
252 ^
>> 253 argp-fmtstream.c:422:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_putc' is not supporte
d in C99 mode
254 __argp_fmtstream_putc (argp_fmtstream_t __fs, int __ch)
255 ^
256 ./argp-namefrob.h:58:31: note: expanded from macro '__argp_fmtstream_putc'
257 #define __argp_fmtstream_putc argp_fmtstream_putc
258 ^
259 ./argp-fmtstream.h:242:1: note: previous definition is here
260 __argp_fmtstream_putc (argp_fmtstream_t __fs, int __ch)
261 ^
262 ./argp-fmtstream.h:199:31: note: expanded from macro '__argp_fmtstream_putc'
263 #define __argp_fmtstream_putc argp_fmtstream_putc
264 ^
>> 265 argp-fmtstream.c:432:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_set_lmargin' is not s
upported in C99 mode
266 __argp_fmtstream_set_lmargin (argp_fmtstream_t __fs, size_t __lmargin)
267 ^
268 ./argp-namefrob.h:66:38: note: expanded from macro '__argp_fmtstream_set_lmargin'
269 #define __argp_fmtstream_set_lmargin argp_fmtstream_set_lmargin
270 ^
271 ./argp-fmtstream.h:252:1: note: previous definition is here
272 __argp_fmtstream_set_lmargin (argp_fmtstream_t __fs, size_t __lmargin)
273 ^
274 ./argp-fmtstream.h:202:38: note: expanded from macro '__argp_fmtstream_set_lmargin'
275 #define __argp_fmtstream_set_lmargin argp_fmtstream_set_lmargin
276 ^
>> 277 argp-fmtstream.c:444:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_set_rmargin' is not s
upported in C99 mode
278 __argp_fmtstream_set_rmargin (argp_fmtstream_t __fs, size_t __rmargin)
279 ^
280 argp-parse.c:./argp-namefrob.h1280::6851::38 :warning : noteGCC does not allow '__nothrow__' attribute in this
position on a function definition [-Wgcc-compat]:
281 expanded from macro '__argp_fmtstream_set_rmargin'
282 #define __argp_fmtstream_set_rmargin argp_fmtstream_set_rmargin__argp_usage (__const struct argp_state *__state
) __THROW
283

...

289 ^__argp_fmtstream_set_rmargin (argp_fmtstream_t __fs, size_t __rmargin)
290
291 ^
292 ./argp-fmtstream.h:203:38: note: expanded from macro '__argp_fmtstream_set_rmargin'
293 #define __argp_fmtstream_set_rmargin argp_fmtstream_set_rmargin
294 ^argp-parse.c
>> 295 :1280:1: error: redefinition of a 'extern inline' function 'argp_usage' is not supported in C99 mode
296 __argp_usage (__const struct argp_state *__state) __THROW
297 ^
298 ./argp-namefrob.h:46:22: note: expanded from macro '__argp_usage'
299 #define __argp_usage argp_usage
300 ^
301 ./argp.h:567:1: note: previous definition is here
302 __argp_usage (__const struct argp_state *__state) __THROW
303 ^
304 ./argp.h:556:24: note: expanded from macro '__argp_usage'
305 # define __argp_usage argp_usage
306 ^
>> 307 argp-fmtstream.c:456:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_set_wmargin' is not s
upported in C99 mode
308 argp-parse.c:1286:__argp_fmtstream_set_wmargin (argp_fmtstream_t __fs, size_t __wmargin)55
309 :^
310 warning: GCC does not allow '__nothrow__' attribute in this position on a function definition [-Wgcc-compat]
311 ./argp-namefrob.h:70:38: note: expanded from macro '__argp_fmtstream_set_wmargin'
312 __option_is_short (__const struct argp_option *__opt) __THROW
313 ^

...

317 :276:1: note: previous definition is here
318 # define __THROW __attribute__ ((__nothrow__ __LEAF))
319 ^
320 __argp_fmtstream_set_wmargin (argp_fmtstream_t __fs, size_t __wmargin)
321 ^
322 ./argp-fmtstream.h:204:38: note: expanded from macro '__argp_fmtstream_set_wmargin'
>> 323 argp-parse.c:1286:1: error: redefinition of a 'extern inline' function '_option_is_short' is not supported in C
99 mode
324 #define __argp_fmtstream_set_wmargin argp_fmtstream_set_wmargin
325 ^
326 __option_is_short (__const struct argp_option *__opt) __THROW
327 ^
328 ./argp-namefrob.h:32:27: note: expanded from macro '__option_is_short'
329 #define __option_is_short _option_is_short

...

331 ./argp.h:573:1: note: previous definition is here
332 __option_is_short (__const struct argp_option *__opt) __THROW
333 ^
334 ./argp.h:558:29: note: expanded from macro '__option_is_short'
335 # define __option_is_short _option_is_short
336 ^
>> 337 argp-fmtstream.c:468:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_point' is not support
ed in C99 mode
338 __argp_fmtstream_point (argp_fmtstream_t __fs)
339 ^
340 ./argp-namefrob.h:72:32: note: expanded from macro '__argp_fmtstream_point'
341 #define __argp_fmtstream_point argp_fmtstream_point
342 ^
343 ./argp-fmtstream.h:288:1: note: previous definition is here

...

349 argp-parse.c:1300:53: warning: GCC does not allow '__nothrow__' attribute in this position on a function defini
tion [-Wgcc-compat]
350 __option_is_end (__const struct argp_option *__opt) __THROW
351 ^
352 /usr/include/sys/cdefs.h:55:35: note: expanded from macro '__THROW'
353 # define __THROW __attribute__ ((__nothrow__ __LEAF))
354 ^
>> 355 argp-parse.c:1300:1: error: redefinition of a 'extern inline' function '_option_is_end' is not supported in C99
mode
356 __option_is_end (__const struct argp_option *__opt) __THROW
357 ^
358 ./argp-namefrob.h:30:25: note: expanded from macro '__option_is_end'
359 #define __option_is_end _option_is_end
360 ^
361 ./argp.h:585:1: note: previous definition is here

See build log for details:
/tmp/r0007/spack-stage/spack-stage-argp-standalone-1.3-jsvoihiaaexevnstbl4n3yyywqrhz53i/spack-build-out.txt


<= Back to list