>>> Fetching sources...
filename:'jainja-0.8.tar.gz' url:'http://sourceforge.net/projects/jainja/files/jainja-0.8/jainja-0.8.tar.gz'
filename:'jainja.batch' url:'jainja.batch'
filename:'Makefile.patch' url:'Makefile.patch'
filename:'headers.patch' url:'headers.patch'
>>> Building...
[hsct]: "tar" "xzf" "jainja-0.8.tar.gz" 
patching file jainja-0.8/platforms/c/Makefile
patching file jainja-0.8/platforms/c/src/native/jcgofile.h
Hunk #2 succeeded at 1315 (offset -1 lines).
patching file jainja-0.8/platforms/c/src/native/jcgoprop.h
[hsct]: "make" "-j1" "OS=HelenOS" "STATIC_ONLY=y" "CC=sparc64-helenos-cc" 
sparc64-helenos-cc  -I./src/include -I./src/native -I./src/tinygc -D_IEEEFP_H -DJCGO_UNIX -DJCGO_UNIFSYS -DJCGO_NOSYSNAME -DEXTRASTATIC=static -DJNUBIGEXPORT=static -DJNIIMPORT=static -DJNIEXPORT=static -DJCGO_STDCLINIT -DFPINIT= -DGC_GETENV_SKIP -DGC_CLIBDECL= -DALL_INTERIOR_POINTERS -DGC_GCJ_SUPPORT -DCFASTCALL= -DJCGO_UTFWCTOMB -DJCGO_CLOCKGETTM -DJCGO_NOUTIMBUF -D_SYS_IOCTL_H -D_SYS_SELECT_H -D_IO_H -DJCGO_BIGFLKOFF_T -D_MATH_NO_HYPOT -DGC_LP_ALLOCATOR -DGC_INITIAL_HEAP_SIZE=64*1024*1024 -DGC_MAXIMUM_HEAP_SIZE=128*1024*1024 -DGC_FASTCALL= -DGC_CLIBDECL= -DGC_GCJ_SUPPORT -o jainja ./src/jainja/Main.c  -lfdm ./src/tinygc/LP_Allocator.c ./src/tinygc/tinygc.c
In file included from ./src/include/jcgortl.c:346,
                 from ./src/jainja/Main.c:7749:
./src/native/jcgofile.c: In function 'jcgo_lseek':
./src/native/jcgofile.c:565:26: warning: result of '2 << 63' requires 66 bits to represent, but 'long long int' only has 64 bits [-Wshift-overflow=]
  565 |      (ofs & ~(((jlong)2L << ((int)sizeof(pos) * 8 - 1)) - (jlong)1L)) !=
      |                          ^~
./src/native/jcgofile.c:575:21: warning: result of '2 << 63' requires 66 bits to represent, but 'long long int' only has 64 bits [-Wshift-overflow=]
  575 |    ofs = ((jlong)2L << ((int)sizeof(pos) * 8 - 1)) + ofs;
      |                     ^~
./src/native/jcgofile.c: In function 'Java_java_io_VMFile_length':
./src/native/jcgofile.c:1202:26: warning: result of '2 << 63' requires 66 bits to represent, but 'long long int' only has 64 bits [-Wshift-overflow=]
 1202 |     filelen = ((jlong)2L << ((int)sizeof(st.st_size) * 8 - 1)) + filelen;
      |                          ^~
>>> Packaging...
[hsct]: "mkdir" "-p" "/var/helenos/nightly/tmp-ci/build/sparc64-niagara/coast/dist//jainja/app/" 
[hsct]: "mkdir" "-p" "/var/helenos/nightly/tmp-ci/build/sparc64-niagara/coast/dist//jainja/lib/" 
[hsct]: "mkdir" "-p" "/var/helenos/nightly/tmp-ci/build/sparc64-niagara/coast/dist//jainja/tests/" 
[hsct]: "cp" "jainja.batch" "/var/helenos/nightly/tmp-ci/build/sparc64-niagara/coast/dist//jainja/tests/" 
[hsct]: "cp" "jainja" "/var/helenos/nightly/tmp-ci/build/sparc64-niagara/coast/dist//jainja/app/" 
[hsct]: "cp" "rt.jar" "/var/helenos/nightly/tmp-ci/build/sparc64-niagara/coast/dist//jainja/lib/" 
>>> Creating the archive...