Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target loongarch64 --nodeps /builddir/build/SPECS/slang.spec'], chrootPath='/var/lib/mock/dist-ocs23-loongarch64-build-142882-9720/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=981gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target loongarch64 --nodeps /builddir/build/SPECS/slang.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: loongarch64 Building for target loongarch64 Wrote: /builddir/build/SRPMS/slang-2.3.3-4.ocs23.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target loongarch64 --nodeps /builddir/build/SPECS/slang.spec'], chrootPath='/var/lib/mock/dist-ocs23-loongarch64-build-142882-9720/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=981gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target loongarch64 --nodeps /builddir/build/SPECS/slang.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: loongarch64 Building for target loongarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zfH46K + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf slang-2.3.3 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/slang-2.3.3.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd slang-2.3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/slang-sighuptest.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lba489 + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd slang-2.3.3 + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2022-08-05 18:33:27.000000000 +0800 +++ ./configure 2024-04-24 07:02:03.873809870 +0800 @@ -1856,7 +1856,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./autoconf/config.guess + '[' -f /usr/lib/rpm/OpenCloudOS/config.guess ']' + /usr/bin/rm -f ./autoconf/config.guess ++ basename ./autoconf/config.guess + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.guess ./autoconf/config.guess '/usr/lib/rpm/OpenCloudOS/config.guess' -> './autoconf/config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./autoconf/config.sub + '[' -f /usr/lib/rpm/OpenCloudOS/config.sub ']' + /usr/bin/rm -f ./autoconf/config.sub ++ basename ./autoconf/config.sub + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.sub ./autoconf/config.sub '/usr/lib/rpm/OpenCloudOS/config.sub' -> './autoconf/config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=loongarch64-opencloudos-linux-gnu --host=loongarch64-opencloudos-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-pcrelib=/usr/lib64 --with-pnglib=/usr/lib64 --with-zlib=/usr/lib64 --with-oniglib=/usr/lib64 --with-pcreinc=/usr/include --with-pnginc=/usr/include --with-zinc=/usr/include --with-oniginc=/usr/include configure: WARNING: unrecognized options: --disable-dependency-tracking checking build system type... loongarch64-opencloudos-linux-gnu checking host system type... loongarch64-opencloudos-linux-gnu checking for loongarch64-opencloudos-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether gcc needs -traditional... no checking C compiler that understands ANSI prototypes... gcc looks ok. Good. checking whether make sets $(MAKE)... yes checking for loongarch64-opencloudos-linux-gnu-ranlib... no checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking terminfo layout... default checking type of readline support for slsh... slang checking for slsyswrap... no checking for X... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking for sys/types.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for mode_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for memset... yes checking for memcpy... yes checking for putenv... yes checking for getcwd... yes checking for setlocale... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for cfgetospeed... yes checking for sigaction... yes checking for sigemptyset... yes checking for sigprocmask... yes checking for sigaddset... yes checking for alarm... yes checking for pause... yes checking for vfscanf... yes checking for lstat... yes checking for readlink... yes checking for symlink... yes checking for link... yes checking for kill... yes checking for killpg... yes checking for snprintf... yes checking for vsnprintf... yes checking for getppid... yes checking for getegid... yes checking for geteuid... yes checking for getuid... yes checking for getgid... yes checking for setgid... yes checking for setuid... yes checking for setpgid... yes checking for getpgid... yes checking for setpgrp... yes checking for getpgrp... yes checking for setsid... yes checking for getsid... yes checking for mmap... yes checking for chown... yes checking for lchown... yes checking for popen... yes checking for mkfifo... yes checking for atexit... yes checking for on_exit... yes checking for umask... yes checking for uname... yes checking for times... yes checking for gmtime... yes checking for mktime... yes checking for gettimeofday... yes checking for getitimer... yes checking for setitimer... yes checking for gmtime_r... yes checking for ctime_r... yes checking for localtime_r... yes checking for strtod... yes checking for atoll... yes checking for strtoll... yes checking for issetugid... no checking for isnan... yes checking for finite... yes checking for isinf... yes checking for round... no checking for siglongjmp... yes checking for fork... yes checking for waitpid... yes checking for socket... yes checking for socketpair... yes checking for confstr... yes checking for pathconf... yes checking for getpriority... yes checking for setpriority... yes checking for getrusage... yes checking for setvbuf... yes checking for utime... yes checking for utimes... yes checking for ttyname... yes checking for ttyname_r... yes checking for newlocale... yes checking for strtod_l... yes checking for localeconv... yes checking for statvfs... yes checking for flock... yes checking for nl_langinfo and CODESET... yes checking for environ variable... yes checking for acosh in -lm... yes checking for asinh in -lm... yes checking for atanh in -lm... yes checking for hypot in -lm... yes checking for atan2 in -lm... yes checking for frexp in -lm... yes checking for frexpf in -lm... yes checking for ldexp in -lm... yes checking for ldexpf in -lm... yes checking for sincos in -lm... yes checking for sincosf in -lm... yes checking for feclearexcept in -lm... yes checking for fpsetsticky in -lm... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of float... 4 checking size of double... 8 checking for ptrdiff_t... yes checking for size_t... yes checking size of size_t... 8 checking for long long... yes checking size of long long... 8 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for off_t... yes checking size of off_t... 8 checking for ncurses5-config... no checking for ncursesw5-config... (cached) no checking for terminfo... yes checking for the pcre library and header files ... yes: /usr/lib64 and /usr/include checking for the onig library and header files oniguruma.h... yes: /usr/lib64 and /usr/include checking for the png library and header files ... yes: /usr/lib64 and /usr/include checking for the z library and header files zlib.h... yes: /usr/lib64 and /usr/include checking for the iconv library and header files ... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for sysconf... yes checking SLANG_VERSION... 2.3.3 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating slsh/Makefile config.status: creating modules/Makefile config.status: creating demo/Makefile config.status: creating slang.pc config.status: creating src/sysconf.h configure: WARNING: unrecognized options: --disable-dependency-tracking Configuration complete. You may need to edit src/Makefile. You are compiling SLANG with the following compiler configuration: CC = gcc CFLAGS = -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection LDFLAGS = -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -Wl,-export-dynamic ELF_CC = $(CC) ELF_LINK = $(CC) $(LDFLAGS) -shared -Wl,-O1 -Wl,--version-script,$(VERSION_SCRIPT) -Wl,-soname,$(ELFLIB_MAJOR) ELF_CFLAGS= $(CFLAGS) $(CPPFLAGS) -fPIC prefix: /usr exec_prefix: /usr Installation Lib Dir: /usr/lib64 Installation Include Dir: /usr/include See also src/sl-feat.h for various features. The following modules that depend upon external libraries will be built: pcre oniguruma png z iconv Type 'make' to build a shared version of the library. Type 'make help' for more options + make RPATH= install_doc_dir=/usr/share/doc/slang all cd src; make elf make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/src' /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILD/slang-2.3.3/src/elfobjs mkdir -p -- /builddir/build/BUILD/slang-2.3.3/src/elfobjs touch /builddir/build/BUILD/slang-2.3.3/src/elfobjs/tstamp cp sysconf.h config.h cp terminfo/default.inc terminfo.inc cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG -DMISC_TERMINFO_DIRS='""' /builddir/build/BUILD/slang-2.3.3/src/sltermin.c /builddir/build/BUILD/slang-2.3.3/src/sltermin.c: In function 'try_open_tidir': /builddir/build/BUILD/slang-2.3.3/src/sltermin.c:436:31: warning: '%s' directive writing up to 1018 bytes into a region of size between 3 and 1021 [-Wformat-overflow=] 436 | sprintf (file, "%s/%c/%s", tidir, *term, term); | ^~ In file included from /usr/include/stdio.h:964, from /builddir/build/BUILD/slang-2.3.3/src/slinclud.h:8, from /builddir/build/BUILD/slang-2.3.3/src/sltermin.c:26: In function 'sprintf', inlined from 'try_open_tidir' at /builddir/build/BUILD/slang-2.3.3/src/sltermin.c:436:2: /usr/include/bits/stdio2.h:30:10: note: '__sprintf_chk' output between 4 and 2040 bytes into a destination of size 1024 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sldisply.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slutty.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slang.c /builddir/build/BUILD/slang-2.3.3/src/slang.c: In function 'inner_interp': /builddir/build/BUILD/slang-2.3.3/src/slang.c:5827:23: warning: 'test' may be used uninitialized [-Wmaybe-uninitialized] 5826 | if ((0 == pop_int (&test)) | ~~~~~~~~~~~~~~~~~~~~~~ 5827 | && (test == 0)) | ^~~~~~~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/src/slang.c:5825:23: note: 'test' was declared here 5825 | int test; | ^~~~ /builddir/build/BUILD/slang-2.3.3/src/slang.c: In function 'lang_do_loops': /builddir/build/BUILD/slang-2.3.3/src/slang.c:3814:10: warning: 'blks' may be used uninitialized [-Wmaybe-uninitialized] 3814 | block = blks[0]; | ~~~~~~^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/src/slang.c:3790:18: note: 'blks' declared here 3790 | SLBlock_Type *blks[4]; | ^~~~ /builddir/build/BUILD/slang-2.3.3/src/slang.c:4013:21: warning: 'first' may be used uninitialized [-Wmaybe-uninitialized] 4013 | i += ctrl; | ~~^~~~~~~ /builddir/build/BUILD/slang-2.3.3/src/slang.c:3789:8: note: 'first' was declared here 3789 | int first, last; | ^~~~~ /builddir/build/BUILD/slang-2.3.3/src/slang.c:3989:27: warning: 'last' may be used uninitialized [-Wmaybe-uninitialized] 3989 | if (i > last) break; | ^ /builddir/build/BUILD/slang-2.3.3/src/slang.c:3789:15: note: 'last' was declared here 3789 | int first, last; | ^~~~ cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slarray.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slclass.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcmd.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slerr.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slgetkey.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slkeymap.c /builddir/build/BUILD/slang-2.3.3/src/slkeymap.c: In function 'find_the_key': /builddir/build/BUILD/slang-2.3.3/src/slkeymap.c:338:40: warning: the comparison will always evaluate as 'true' for the address of 'str' will never be NULL [-Waddress] 338 | if ((key != NULL) && (key->str != NULL)) | ^~ In file included from /builddir/build/BUILD/slang-2.3.3/src/slkeymap.c:29: /builddir/build/BUILD/slang-2.3.3/src/slang.h:1531:18: note: 'str' declared here 1531 | unsigned char str[SLANG_MAX_KEYMAP_KEY_SEQ + 1];/* key sequence */ | ^~~ cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmalloc.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmath.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmemchr.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmemcmp.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmemcpy.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmemset.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmisc.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slparse.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slprepr.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slregexp.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slrline.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slsearch.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slsmg.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG -DSLANG_DOC_DIR='"/usr/share/doc/slang"' -DSLANG_INSTALL_PREFIX='"/usr"' /builddir/build/BUILD/slang-2.3.3/src/slstd.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sltoken.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sltypes.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slxstrng.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcurses.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slscroll.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slsignal.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slkeypad.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slerrno.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slstring.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slstruct.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcmplex.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slarrfun.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG -DMODULE_INSTALL_DIR='"/usr/lib64/slang/v2/modules"' -DMODULE_PATH_ENV_NAME='"SLANG_MODULE_PATH"' /builddir/build/BUILD/slang-2.3.3/src/slimport.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slpath.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slarith.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slassoc.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcompat.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slposdir.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slstdio.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slproc.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sltime.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slstrops.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slbstr.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slpack.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slintall.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slistruc.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slposio.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slnspace.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slarrmis.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slospath.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slscanf.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sllower.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slupper.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slischar.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slutf8.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slwcwidth.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slwclut.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcommon.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sllist.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slexcept.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slfpu.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slsig.c cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slboseos.c rm -f /builddir/build/BUILD/slang-2.3.3/src/elfobjs/libslang.so.2.3.3 cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -shared -Wl,-O1 -Wl,--version-script,/builddir/build/BUILD/slang-2.3.3/src/slang.ver -Wl,-soname,libslang.so.2 -o libslang.so.2.3.3 sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -ldl -lm -lc if [ libslang.so.2 != libslang.so.2.3.3 ]; then \ cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && rm -f libslang.so.2 && /bin/ln -sf libslang.so.2.3.3 libslang.so.2; \ fi cd /builddir/build/BUILD/slang-2.3.3/src/elfobjs && rm -f libslang.so && /bin/ln -sf libslang.so.2.3.3 libslang.so libslang.so.2.3.3 created in /builddir/build/BUILD/slang-2.3.3/src/elfobjs. The link libslang.so to libslang.so.2.3.3 was also created. make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/src' cd slsh; make all make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/slsh' /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh objs mkdir -p -- objs touch objs/tstamp cp ../src/config.h . cd objs && gcc -I/builddir/build/BUILD/slang-2.3.3/src -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' /builddir/build/BUILD/slang-2.3.3/slsh/slsh.c cd objs && gcc -I/builddir/build/BUILD/slang-2.3.3/src -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' -DUSE_GNU_READLINE=0 /builddir/build/BUILD/slang-2.3.3/slsh/readline.c gcc objs/slsh.o objs/readline.o -o objs/slsh_exe -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -Wl,-export-dynamic -L/builddir/build/BUILD/slang-2.3.3/src/elfobjs -lslang -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -ldl -lm make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/slsh' cd modules; make all make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/modules' /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh objs mkdir -p -- objs touch objs/tstamp cp Makefile objs cd objs && make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so onig-module.so zlib-module.so sysconf-module.so make[2]: Entering directory '/builddir/build/BUILD/slang-2.3.3/modules/objs' cp /builddir/build/BUILD/slang-2.3.3/src/config.h /builddir/build/BUILD/slang-2.3.3/modules/config.h gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/slsmg-module.c -o slsmg-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/termios-module.c -o termios-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/select-module.c -o select-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/fcntl-module.c -o fcntl-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/varray-module.c -o varray-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/socket-module.c -o socket-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/rand-module.c -o rand-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/fork-module.c -o fork-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/csv-module.c -o csv-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c -o base64-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c: In function 'b64_decoder_accumulate_intrin': /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:377:4: note: in expansion of macro 'NEXT_CHAR' 377 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:377:4: note: in expansion of macro 'NEXT_CHAR' 377 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:386:9: note: in expansion of macro 'NEXT_CHAR' 386 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:386:9: note: in expansion of macro 'NEXT_CHAR' 386 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:391:14: note: in expansion of macro 'NEXT_CHAR' 391 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:391:14: note: in expansion of macro 'NEXT_CHAR' 391 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:396:14: note: in expansion of macro 'NEXT_CHAR' 396 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:396:14: note: in expansion of macro 'NEXT_CHAR' 396 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:417:9: note: in expansion of macro 'NEXT_CHAR' 417 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:417:9: note: in expansion of macro 'NEXT_CHAR' 417 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:424:9: note: in expansion of macro 'NEXT_CHAR' 424 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:424:9: note: in expansion of macro 'NEXT_CHAR' 424 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:431:9: note: in expansion of macro 'NEXT_CHAR' 431 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:431:9: note: in expansion of macro 'NEXT_CHAR' 431 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:440:9: note: in expansion of macro 'NEXT_CHAR' 440 | NEXT_CHAR; | ^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:375:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 375 | while (isspace ((unsigned char)*str)) str++; ch = *str++ | ^~ /builddir/build/BUILD/slang-2.3.3/modules/base64-module.c:440:9: note: in expansion of macro 'NEXT_CHAR' 440 | NEXT_CHAR; | ^~~~~~~~~ gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src -c /builddir/build/BUILD/slang-2.3.3/modules/chksum-module.c gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src -c /builddir/build/BUILD/slang-2.3.3/modules/chksum_md5.c gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src -c /builddir/build/BUILD/slang-2.3.3/modules/chksum_sha1.c gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src -c /builddir/build/BUILD/slang-2.3.3/modules/chksum_sha2.c /builddir/build/BUILD/slang-2.3.3/modules/chksum_sha2.c: In function 'update_num_bits_long': /builddir/build/BUILD/slang-2.3.3/modules/chksum_sha2.c:485:47: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 485 | hi = ((_pSLuint64_Type*)(chksum->num_bits))[0]; | ^ /builddir/build/BUILD/slang-2.3.3/modules/chksum_sha2.c:499:42: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 499 | ((_pSLuint64_Type*)(chksum->num_bits))[0] = hi; | ^ gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src -c /builddir/build/BUILD/slang-2.3.3/modules/chksum_crc.c gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src chksum-module.o chksum_md5.o chksum_sha1.o chksum_sha2.o chksum_crc.o -o chksum-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/histogram-module.c -o histogram-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src -c /builddir/build/BUILD/slang-2.3.3/modules/stats-module.c gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src -c /builddir/build/BUILD/slang-2.3.3/modules/stats_kendall.c gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src stats-module.o stats_kendall.o -o stats-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/json-module.c -o json-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/pcre-module.c -o pcre-module.so -lpcre -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/png-module.c -o png-module.so -lpng -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/iconv-module.c -o iconv-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/onig-module.c -o onig-module.so -lonig -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/zlib-module.c -o zlib-module.so -lz -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm gcc -I/builddir/build/BUILD/slang-2.3.3/src -shared -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/builddir/build/BUILD/slang-2.3.3/src /builddir/build/BUILD/slang-2.3.3/modules/sysconf-module.c -o sysconf-module.so -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -lm make[2]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/modules/objs' make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/modules' Use make install to install it. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vYG4PQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64 ++ dirname /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64 + cd slang-2.3.3 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64 'INSTALL=/usr/bin/install -p' RPATH= autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/pkgconfig mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/pkgconfig /usr/bin/install -p -m 644 slang.pc /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/pkgconfig/ cd src; /usr/bin/make install-elf make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/src' /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/include mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/include installing slang.h and slcurses.h in /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/include/ /usr/bin/install -p -m 644 /builddir/build/BUILD/slang-2.3.3/src/slang.h /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/include/ /usr/bin/install -p -m 644 /builddir/build/BUILD/slang-2.3.3/src/slcurses.h /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/include/ /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2 mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2 /usr/bin/install -p -m 644 ../changes.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2/ /usr/bin/install -p -m 644 ../COPYING /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2/ /usr/bin/install -p -m 644 ../doc/slangdoc.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2/ /usr/bin/install -p -m 644 ../doc/text/cref.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2/ /usr/bin/install -p -m 644 ../doc/text/cslang.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2/ /usr/bin/install -p -m 644 ../doc/text/slang.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2/ /usr/bin/install -p -m 644 ../doc/text/slangfun.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang/v2/ rm -f /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/libslang.so rm -f /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/libslang.so.2 installing libslang.so.2.3.3 in /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64 /usr/bin/install -p /builddir/build/BUILD/slang-2.3.3/src/elfobjs/libslang.so.2.3.3 /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/ cd /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64 && /bin/ln -sf libslang.so.2.3.3 libslang.so.2 cd /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64 && /bin/ln -sf libslang.so.2 libslang.so libslang.so.2.3.3 created in /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64. The links libslang.so and libslang.so.2 to libslang.so.2.3.3 were also created. make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/src' Now installing slsh cd slsh; /usr/bin/make install make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/slsh' gcc objs/slsh.o objs/readline.o -o objs/slsh -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -Wl,-export-dynamic -L/builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64 -L/usr/lib64 -lslang -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -ldl -lm /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/bin mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/bin /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/man/man1 mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/man/man1 /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/etc mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/etc /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/local-packages mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/local-packages /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html /usr/bin/install -p -m 644 lib/arrayfuns.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/autoload.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/cmdopt.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/fswalk.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/glob.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/listfuns.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/print.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/process.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/profile.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/readascii.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/require.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/setfuns.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/sldb.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/sldbcore.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/sldbsock.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/slshhelp.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/slshrl.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/stkcheck.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/structfuns.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/timestamp.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 lib/rline/complete.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline/ /usr/bin/install -p -m 644 lib/rline/editfuns.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline/ /usr/bin/install -p -m 644 lib/rline/editor.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline/ /usr/bin/install -p -m 644 lib/rline/emacskeys.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline/ /usr/bin/install -p -m 644 lib/rline/history.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline/ /usr/bin/install -p -m 644 lib/rline/histsrch.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline/ /usr/bin/install -p -m 644 lib/rline/vikeys.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline/ /usr/bin/install -p -m 644 lib/rline/slrline.rc /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/rline/ /usr/bin/install -p scripts/jpegsize /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts /usr/bin/install -p scripts/lsrpm /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts /usr/bin/install -p scripts/sldb /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts /usr/bin/install -p scripts/svnsh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts /usr/bin/install -p scripts/slprof /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts /usr/bin/install -p scripts/slstkchk /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts /usr/bin/install -p scripts/slcov /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/scripts /usr/bin/install -p -m 644 lib/help/arrayfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/cmdopt.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/fswalk.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/glob.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/listfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/print.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/process.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/profile.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/readascii.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/require.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/setfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/structfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 lib/help/timestamp.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 doc/html/slshfun-1.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-10.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-11.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-12.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-13.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-2.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-3.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-4.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-5.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-6.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-7.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-8.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun-9.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/html/slshfun.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slsh/html/ /usr/bin/install -p -m 644 doc/man/slsh.1 /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/man/man1/ /usr/bin/install -p objs/slsh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/bin/ /usr/bin/install -p -m 644 etc/slsh.rc /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/etc/ echo 'prepend_to_slang_load_path("/usr/share/slsh/local-packages");' >> /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/etc/slsh.rc make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/slsh' Now installing the modules cd modules; /usr/bin/make install make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/modules' cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so onig-module.so zlib-module.so sysconf-module.so make[2]: Entering directory '/builddir/build/BUILD/slang-2.3.3/modules/objs' make[2]: 'slsmg-module.so' is up to date. make[2]: 'termios-module.so' is up to date. make[2]: 'select-module.so' is up to date. make[2]: 'fcntl-module.so' is up to date. make[2]: 'varray-module.so' is up to date. make[2]: 'socket-module.so' is up to date. make[2]: 'rand-module.so' is up to date. make[2]: 'fork-module.so' is up to date. make[2]: 'csv-module.so' is up to date. make[2]: 'base64-module.so' is up to date. make[2]: 'chksum-module.so' is up to date. make[2]: 'histogram-module.so' is up to date. make[2]: 'stats-module.so' is up to date. make[2]: 'json-module.so' is up to date. make[2]: 'pcre-module.so' is up to date. make[2]: 'png-module.so' is up to date. make[2]: 'iconv-module.so' is up to date. make[2]: 'onig-module.so' is up to date. make[2]: 'zlib-module.so' is up to date. make[2]: 'sysconf-module.so' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/modules/objs' /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/slsmg-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/termios-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/select-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/fcntl-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/varray-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/socket-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/rand-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/fork-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/csv-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/base64-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/chksum-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/histogram-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/stats-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/json-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/pcre-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/png-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/iconv-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/onig-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/zlib-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /usr/bin/install -p objs/sysconf-module.so /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 slsmg.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 termios.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 select.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 fcntl.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 varray.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 socket.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 rand.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 fork.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 csv.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 base64.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 chksum.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 histogram.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 stats.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 json.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 pcre.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 png.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 iconv.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 onig.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 zlib.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh /usr/bin/install -p -m 644 sysconf.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/statslib /usr/bin/install -p -m 644 statslib/ad_test.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/statslib/ /usr/bin/install -p -m 644 statslib/ks_test.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/statslib/ /usr/bin/install -p -m 644 statslib/kuiper.sl /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/statslib/ /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps mkdir -p -- /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/cool.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/coolwarm.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/copper.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/cubicl.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/cubicyf.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/drywet.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/ds9b.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/ds9sls.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/edge.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/gebco.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/globe.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/gray.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/haxby.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/hot.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/jet.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/no_green.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/ocean.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/polar.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/rainbow.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/red2green.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/relief.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/sealand.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/seis.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/split.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/topo.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /usr/bin/install -p -m 644 cmaps/wysiwyg.map /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/cmaps /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/base64funs.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/chksumfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/csvfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/forkfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/histfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/jsonfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/onigfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/pcrefuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/pngfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/randfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/slsmg.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/sockfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help /usr/bin/install -p -m 644 help/statsfuns.hlp /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/slsh/help make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/modules' On some systems, e.g., linux, you may also have to run ldconfig. + rm -rf /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64//usr/share/doc/slang /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64//usr/share/doc/slsh /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64//usr/lib64/libslang.a + mkdir /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64//usr/include/slang + for h in slang.h slcurses.h + ln -s ../slang.h /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64//usr/include/slang/slang.h + for h in slang.h slcurses.h + ln -s ../slcurses.h /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64//usr/include/slang/slcurses.h + /usr/bin/find-debuginfo -j32 --strict-build-id -m -i --build-id-seed 2.3.3-4.ocs23 --unique-debug-suffix -2.3.3-4.ocs23.loongarch64 --unique-debug-src-base slang-2.3.3-4.ocs23.loongarch64 -S debugsourcefiles.list /builddir/build/BUILD/slang-2.3.3 extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/bin/slsh extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/base64-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/fcntl-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/chksum-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/iconv-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/histogram-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/csv-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/json-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/fork-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/pcre-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/onig-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/libslang.so.2.3.3 extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/png-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/rand-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/termios-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/sysconf-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/stats-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/select-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/socket-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/slsmg-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/zlib-module.so extracting debug info from /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/lib64/slang/v2/modules/varray-module.so 6425 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/OpenCloudOS/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/OpenCloudOS/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/OpenCloudOS/brp-mangle-shebangs mangling shebang in /usr/share/slsh/scripts/jpegsize from /usr/bin/env slsh to #!/usr/bin/slsh mangling shebang in /usr/share/slsh/scripts/lsrpm from /usr/bin/env slsh to #!/usr/bin/slsh mangling shebang in /usr/share/slsh/scripts/sldb from /usr/bin/env slsh to #!/usr/bin/slsh mangling shebang in /usr/share/slsh/scripts/svnsh from /usr/bin/env slsh to #!/usr/bin/slsh mangling shebang in /usr/share/slsh/scripts/slprof from /usr/bin/env slsh to #!/usr/bin/slsh mangling shebang in /usr/share/slsh/scripts/slstkchk from /usr/bin/env slsh to #!/usr/bin/slsh mangling shebang in /usr/share/slsh/scripts/slcov from /usr/bin/env slsh to #!/usr/bin/slsh + /usr/lib/rpm/OpenCloudOS/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/OpenCloudOS/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.9ablv2 + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd slang-2.3.3 + make check cd src; make elf make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/src' make[1]: Nothing to be done for 'elf'. make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/src' cd slsh; make all make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/slsh' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/slsh' cd modules; make all make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/modules' cd objs && make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so onig-module.so zlib-module.so sysconf-module.so make[2]: Entering directory '/builddir/build/BUILD/slang-2.3.3/modules/objs' make[2]: 'slsmg-module.so' is up to date. make[2]: 'termios-module.so' is up to date. make[2]: 'select-module.so' is up to date. make[2]: 'fcntl-module.so' is up to date. make[2]: 'varray-module.so' is up to date. make[2]: 'socket-module.so' is up to date. make[2]: 'rand-module.so' is up to date. make[2]: 'fork-module.so' is up to date. make[2]: 'csv-module.so' is up to date. make[2]: 'base64-module.so' is up to date. make[2]: 'chksum-module.so' is up to date. make[2]: 'histogram-module.so' is up to date. make[2]: 'stats-module.so' is up to date. make[2]: 'json-module.so' is up to date. make[2]: 'pcre-module.so' is up to date. make[2]: 'png-module.so' is up to date. make[2]: 'iconv-module.so' is up to date. make[2]: 'onig-module.so' is up to date. make[2]: 'zlib-module.so' is up to date. make[2]: 'sysconf-module.so' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/modules/objs' make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/modules' Use make install to install it. make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/src' /builddir/build/BUILD/slang-2.3.3/autoconf/mkinsdir.sh /builddir/build/BUILD/slang-2.3.3/src/objs mkdir -p -- /builddir/build/BUILD/slang-2.3.3/src/objs touch /builddir/build/BUILD/slang-2.3.3/src/objs/tstamp cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG -DMISC_TERMINFO_DIRS='""' /builddir/build/BUILD/slang-2.3.3/src/sltermin.c /builddir/build/BUILD/slang-2.3.3/src/sltermin.c: In function 'try_open_tidir': /builddir/build/BUILD/slang-2.3.3/src/sltermin.c:436:31: warning: '%s' directive writing up to 1018 bytes into a region of size between 3 and 1021 [-Wformat-overflow=] 436 | sprintf (file, "%s/%c/%s", tidir, *term, term); | ^~ In file included from /usr/include/stdio.h:964, from /builddir/build/BUILD/slang-2.3.3/src/slinclud.h:8, from /builddir/build/BUILD/slang-2.3.3/src/sltermin.c:26: In function 'sprintf', inlined from 'try_open_tidir' at /builddir/build/BUILD/slang-2.3.3/src/sltermin.c:436:2: /usr/include/bits/stdio2.h:30:10: note: '__sprintf_chk' output between 4 and 2040 bytes into a destination of size 1024 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sldisply.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slutty.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slang.c /builddir/build/BUILD/slang-2.3.3/src/slang.c: In function 'lang_do_loops': /builddir/build/BUILD/slang-2.3.3/src/slang.c:3814:10: warning: 'blks' may be used uninitialized [-Wmaybe-uninitialized] 3814 | block = blks[0]; | ~~~~~~^~~~~~~~~ /builddir/build/BUILD/slang-2.3.3/src/slang.c:3790:18: note: 'blks' declared here 3790 | SLBlock_Type *blks[4]; | ^~~~ cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slarray.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slclass.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcmd.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slerr.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slgetkey.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slkeymap.c /builddir/build/BUILD/slang-2.3.3/src/slkeymap.c: In function 'find_the_key': /builddir/build/BUILD/slang-2.3.3/src/slkeymap.c:338:40: warning: the comparison will always evaluate as 'true' for the address of 'str' will never be NULL [-Waddress] 338 | if ((key != NULL) && (key->str != NULL)) | ^~ In file included from /builddir/build/BUILD/slang-2.3.3/src/slkeymap.c:29: /builddir/build/BUILD/slang-2.3.3/src/slang.h:1531:18: note: 'str' declared here 1531 | unsigned char str[SLANG_MAX_KEYMAP_KEY_SEQ + 1];/* key sequence */ | ^~~ cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmalloc.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmath.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmemchr.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmemcmp.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmemcpy.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmemset.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slmisc.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slparse.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slprepr.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slregexp.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slrline.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slsearch.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slsmg.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG -DSLANG_DOC_DIR='"/usr/share/doc/slang/v2"' -DSLANG_INSTALL_PREFIX='"/usr"' /builddir/build/BUILD/slang-2.3.3/src/slstd.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sltoken.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sltypes.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slxstrng.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcurses.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slscroll.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slsignal.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slkeypad.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slerrno.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slstring.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slstruct.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcmplex.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slarrfun.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG -DMODULE_INSTALL_DIR='"/usr/lib64/slang/v2/modules"' -DMODULE_PATH_ENV_NAME='"SLANG_MODULE_PATH"' /builddir/build/BUILD/slang-2.3.3/src/slimport.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slpath.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slarith.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slassoc.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcompat.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slposdir.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slstdio.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slproc.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sltime.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slstrops.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slbstr.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slpack.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slintall.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slistruc.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slposio.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slnspace.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slarrmis.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slospath.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slscanf.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sllower.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slupper.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slischar.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slutf8.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slwcwidth.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slwclut.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slcommon.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/sllist.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slexcept.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slfpu.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slsig.c cd /builddir/build/BUILD/slang-2.3.3/src/objs && gcc -c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Dunix -DSLANG /builddir/build/BUILD/slang-2.3.3/src/slboseos.c rm -f /builddir/build/BUILD/slang-2.3.3/src/objs/libslang.a cd /builddir/build/BUILD/slang-2.3.3/src/objs && ar cr libslang.a sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o ranlib /builddir/build/BUILD/slang-2.3.3/src/objs/libslang.a libslang.a created in /builddir/build/BUILD/slang-2.3.3/src/objs cd test; make CC="gcc" CFLAGS="-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection " OTHER_CFLAGS="" OTHER_LIBS="-lm" SLANGLIB="/builddir/build/BUILD/slang-2.3.3/src/objs" make[2]: Entering directory '/builddir/build/BUILD/slang-2.3.3/src/test' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 sltest.c -o sltest -I.. -L/builddir/build/BUILD/slang-2.3.3/src/objs -lslang -lm /builddir/build/BUILD/slang-2.3.3/src/slpack.c: In function '_pSLunpack': /builddir/build/BUILD/slang-2.3.3/src/slpack.c:689:9: warning: '__builtin_memcpy' writing 4294967295 bytes into a region of size 1 [-Wstringop-overflow=] 689 | memcpy ((char *) str, (char *)b, len); | ^ In function 'SLmalloc', inlined from '_pSLunpack' at /builddir/build/BUILD/slang-2.3.3/src/slpack.c:686:8: /builddir/build/BUILD/slang-2.3.3/src/slcommon.c:181:46: note: destination object of size 1 allocated by 'malloc' 181 | if (len || (NULL == (p = (SLFUTURE_VOID *)SLSYSWRAP_MALLOC(1)))) | ^ /builddir/build/BUILD/slang-2.3.3/src/slpack.c: In function '_pSLunpack': /builddir/build/BUILD/slang-2.3.3/src/slpack.c:690:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 690 | str [len] = 0; | ^ In function 'SLmalloc', inlined from '_pSLunpack' at /builddir/build/BUILD/slang-2.3.3/src/slpack.c:686:8: /builddir/build/BUILD/slang-2.3.3/src/slcommon.c:181:46: note: at offset 4294967295 into destination object of size 1 allocated by 'malloc' 181 | if (len || (NULL == (p = (SLFUTURE_VOID *)SLSYSWRAP_MALLOC(1)))) | ^ /bin/rm -rf tmpfile*.* tmpdir*.* Running tests: Testing argv processing ...Ok Testing argv processing [UTF-8 mode] ...Ok Testing syntax ...Ok Testing syntax [UTF-8 mode] ...Ok Testing Short Ciruit Operators ...Ok Testing Short Ciruit Operators [UTF-8 mode] ...Ok Testing _eqs ...Ok Testing _eqs [UTF-8 mode] ...Ok Testing sscanf ...Ok Testing sscanf [UTF-8 mode] ...Ok Testing looping constructs ...Ok Testing looping constructs [UTF-8 mode] ...Ok Testing Arithmetic ...Ok Testing Arithmetic [UTF-8 mode] ...Ok Testing array functions ...Ok Testing array functions [UTF-8 mode] ...Ok Testing string functions ...Ok Testing string functions [UTF-8 mode] ...Ok Testing Binary Strings ...Ok Testing Binary Strings [UTF-8 mode] ...Ok Testing pack and unpack functions ...Ok Testing pack and unpack functions [UTF-8 mode] ...Ok Testing stdio routines ...Ok Testing stdio routines [UTF-8 mode] ...Ok Testing Associative Arrays ...Ok Testing Associative Arrays [UTF-8 mode] ...Ok Testing recursive function modifications ...Ok Testing recursive function modifications [UTF-8 mode] ...Ok Testing structures ...Ok Testing structures [UTF-8 mode] ...Ok Testing NameSpace routines ...Ok Testing NameSpace routines [UTF-8 mode] ...Ok Testing path ...Ok Testing path [UTF-8 mode] ...Ok Testing #ifeval ...Ok Testing #ifeval [UTF-8 mode] ...Ok Testing Any_Type ...Ok Testing Any_Type [UTF-8 mode] ...Ok Testing Matrix Multiplications ...Ok Testing Matrix Multiplications [UTF-8 mode] ...Ok Testing time functions ...Ok Testing time functions [UTF-8 mode] ...Ok Testing utf8 ...Ok Testing utf8 [UTF-8 mode] ...Ok Testing exceptions ...Ok Testing exceptions [UTF-8 mode] ...Ok Known Bugs or not yet implemented features: Range arrays of Short, Long, LongLong types converted to Int_Type Known Bugs or not yet implemented features: Range arrays of Short, Long, LongLong types converted to Int_Type Testing lists ...Ok Testing lists [UTF-8 mode] ...Ok Testing regexp ...Ok Testing regexp [UTF-8 mode] ...Ok Testing method calls ...Ok Testing method calls [UTF-8 mode] ...Ok Testing dereferences ...Ok Testing dereferences [UTF-8 mode] ...Ok Testing NaN and Inf ...Ok Testing NaN and Inf [UTF-8 mode] ...Ok Testing literal integer overflow ...Ok Testing literal integer overflow [UTF-8 mode] ...Ok Testing sorting ...Ok Testing sorting [UTF-8 mode] ...Ok Testing long long ...Ok Testing long long [UTF-8 mode] ...Ok Testing signals ... Pausing for 2 seconds for alarm test. Pausing for 2.5 seconds for setitimer test.. (make detected: skipping test_sigsuspend) Ok Testing signals [UTF-8 mode] ... Pausing for 2 seconds for alarm test. Pausing for 2.5 seconds for setitimer test.. (make detected: skipping test_sigsuspend) Ok Testing dollar strings ...Ok Testing dollar strings [UTF-8 mode] ...Ok Testing provide and require ...Ok Testing provide and require [UTF-8 mode] ...Ok Testing doc functions ...Ok Testing doc functions [UTF-8 mode] ...Ok Testing debugger support ...Ok Testing debugger support [UTF-8 mode] ...Ok Testing qualifiers ...Ok Testing qualifiers [UTF-8 mode] ...Ok Testing Comparison Operators ...Ok Testing Comparison Operators [UTF-8 mode] ...Ok Testing break and continue N ...Ok Testing break and continue N [UTF-8 mode] ...Ok Testing Multiline strings ...Ok Testing Multiline strings [UTF-8 mode] ...Ok Testing stack functions ...Ok Testing stack functions [UTF-8 mode] ...Ok Testing misc ...Ok Testing misc [UTF-8 mode] ...Ok Testing POSIX I/O routines ...Ok Testing POSIX I/O routines [UTF-8 mode] ...Ok Testing posdir ...Ok Testing posdir [UTF-8 mode] ...Ok Testing proc ...Ok Testing proc [UTF-8 mode] ...Ok Testing Math ...Ok Testing Math [UTF-8 mode] ...Ok Testing autoload ...Ok Testing autoload [UTF-8 mode] ...Ok Testing more NameSpace routines ...Ok Testing more NameSpace routines [UTF-8 mode] ...Ok Testing slprep ...Ok Testing slprep [UTF-8 mode] ...Ok Testing argv processing ...Ok Testing argv processing [UTF-8 mode] ...Ok Testing syntax ...Ok Testing syntax [UTF-8 mode] ...Ok Testing Short Ciruit Operators ...Ok Testing Short Ciruit Operators [UTF-8 mode] ...Ok Testing _eqs ...Ok Testing _eqs [UTF-8 mode] ...Ok Testing sscanf ...Ok Testing sscanf [UTF-8 mode] ...Ok Testing looping constructs ...Ok Testing looping constructs [UTF-8 mode] ...Ok Testing Arithmetic ...Ok Testing Arithmetic [UTF-8 mode] ...Ok Testing array functions ...Ok Testing array functions [UTF-8 mode] ...Ok Testing string functions ...Ok Testing string functions [UTF-8 mode] ...Ok Testing Binary Strings ...Ok Testing Binary Strings [UTF-8 mode] ...Ok Testing pack and unpack functions ...Ok Testing pack and unpack functions [UTF-8 mode] ...Ok Testing stdio routines ...Ok Testing stdio routines [UTF-8 mode] ...Ok Testing Associative Arrays ...Ok Testing Associative Arrays [UTF-8 mode] ...Ok Testing recursive function modifications ...Ok Testing recursive function modifications [UTF-8 mode] ...Ok Testing structures ...Ok Testing structures [UTF-8 mode] ...Ok Testing NameSpace routines ...Ok Testing NameSpace routines [UTF-8 mode] ...Ok Testing path ...Ok Testing path [UTF-8 mode] ...Ok Testing #ifeval ...Ok Testing #ifeval [UTF-8 mode] ...Ok Testing Any_Type ...Ok Testing Any_Type [UTF-8 mode] ...Ok Testing Matrix Multiplications ...Ok Testing Matrix Multiplications [UTF-8 mode] ...Ok Testing time functions ...Ok Testing time functions [UTF-8 mode] ...Ok Testing utf8 ...Ok Testing utf8 [UTF-8 mode] ...Ok Testing exceptions ...Ok Testing exceptions [UTF-8 mode] ...Ok Known Bugs or not yet implemented features: Range arrays of Short, Long, LongLong types converted to Int_Type Known Bugs or not yet implemented features: Range arrays of Short, Long, LongLong types converted to Int_Type Testing lists ...Ok Testing lists [UTF-8 mode] ...Ok Testing regexp ...Ok Testing regexp [UTF-8 mode] ...Ok Testing method calls ...Ok Testing method calls [UTF-8 mode] ...Ok Testing dereferences ...Ok Testing dereferences [UTF-8 mode] ...Ok Testing NaN and Inf ...Ok Testing NaN and Inf [UTF-8 mode] ...Ok Testing literal integer overflow ...Ok Testing literal integer overflow [UTF-8 mode] ...Ok Testing sorting ...Ok Testing sorting [UTF-8 mode] ...Ok Testing long long ...Ok Testing long long [UTF-8 mode] ...Ok Testing signals ... Pausing for 2 seconds for alarm test. Pausing for 2.5 seconds for setitimer test.. (make detected: skipping test_sigsuspend) Ok Testing signals [UTF-8 mode] ... Pausing for 2 seconds for alarm test. Pausing for 2.5 seconds for setitimer test.. (make detected: skipping test_sigsuspend) Ok Testing dollar strings ...Ok Testing dollar strings [UTF-8 mode] ...Ok Testing provide and require ...Ok Testing provide and require [UTF-8 mode] ...Ok Testing doc functions ...Ok Testing doc functions [UTF-8 mode] ...Ok Testing debugger support ...Ok Testing debugger support [UTF-8 mode] ...Ok Testing qualifiers ...Ok Testing qualifiers [UTF-8 mode] ...Ok Testing Comparison Operators ...Ok Testing Comparison Operators [UTF-8 mode] ...Ok Testing break and continue N ...Ok Testing break and continue N [UTF-8 mode] ...Ok Testing Multiline strings ...Ok Testing Multiline strings [UTF-8 mode] ...Ok Testing stack functions ...Ok Testing stack functions [UTF-8 mode] ...Ok Testing misc ...Ok Testing misc [UTF-8 mode] ...Ok Testing POSIX I/O routines ...Ok Testing POSIX I/O routines [UTF-8 mode] ...Ok Testing posdir ...Ok Testing posdir [UTF-8 mode] ...Ok Testing proc ...Ok Testing proc [UTF-8 mode] ...Ok Testing Math ...Ok Testing Math [UTF-8 mode] ...Ok All tests passed. make[2]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/src/test' make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/src' make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/modules' cd objs && make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so pcre-module.so png-module.so iconv-module.so onig-module.so zlib-module.so sysconf-module.so make[2]: Entering directory '/builddir/build/BUILD/slang-2.3.3/modules/objs' make[2]: 'slsmg-module.so' is up to date. make[2]: 'termios-module.so' is up to date. make[2]: 'select-module.so' is up to date. make[2]: 'fcntl-module.so' is up to date. make[2]: 'varray-module.so' is up to date. make[2]: 'socket-module.so' is up to date. make[2]: 'rand-module.so' is up to date. make[2]: 'fork-module.so' is up to date. make[2]: 'csv-module.so' is up to date. make[2]: 'base64-module.so' is up to date. make[2]: 'chksum-module.so' is up to date. make[2]: 'histogram-module.so' is up to date. make[2]: 'stats-module.so' is up to date. make[2]: 'json-module.so' is up to date. make[2]: 'pcre-module.so' is up to date. make[2]: 'png-module.so' is up to date. make[2]: 'iconv-module.so' is up to date. make[2]: 'onig-module.so' is up to date. make[2]: 'zlib-module.so' is up to date. make[2]: 'sysconf-module.so' is up to date. make[2]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/modules/objs' Running module tests: Testing slsmg module...(module loaded)...OK Testing termios module...(module loaded)...OK Testing select module...(module loaded)...OK Testing fcntl module...OK Testing varray module...OK Testing socket module...OK Testing rand module...OK Testing fork module...OK Testing csv module...OK Testing base64 module...OK Testing chksum module...OK Testing hist module...OK Testing stats module...OK Testing json module...OK Testing png module...OK Testing onig module...OK Testing zlib module...OK Testing pcre module...OK Testing iconv module...OK All tests passed. make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/modules' make[1]: Entering directory '/builddir/build/BUILD/slang-2.3.3/slsh' cd lib/test && ./runtests.sh test_*.sl Running slsh lib tests: Testing arrayfuns functions...OK Testing cmdopt functions...OK Testing glob functions...OK Testing listfuns functions...OK Testing print functions...OK Testing process functions...OK Testing readascii functions...OK Testing require functions...OK Testing setfuns functions...OK Testing structfuns functions...OK Testing timestamp functions...OK All tests passed. make[1]: Leaving directory '/builddir/build/BUILD/slang-2.3.3/slsh' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: slang-2.3.3-4.ocs23.loongarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GRSg1N + umask 022 + cd /builddir/build/BUILD + cd slang-2.3.3 + DOCDIR=/builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang + cp -pr NEWS /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Hi7oiW + umask 022 + cd /builddir/build/BUILD + cd slang-2.3.3 + LICENSEDIR=/builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/licenses/slang + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/licenses/slang + cp -pr COPYING /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/licenses/slang + RPM_EC=0 ++ jobs -p + exit 0 Provides: libslang.so.2()(64bit) libslang.so.2(SLANG2)(64bit) libslang.so.2(SLANG2.1.0)(64bit) libslang.so.2(SLANG2.1.1)(64bit) libslang.so.2(SLANG2.2.0)(64bit) libslang.so.2(SLANG2.2.1)(64bit) libslang.so.2(SLANG2.2.3)(64bit) libslang.so.2(SLANG2.3.0)(64bit) slang = 2.3.3-4.ocs23 slang(loongarch-64) = 2.3.3-4.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-loongarch-lp64d.so.1()(64bit) ld-linux-loongarch-lp64d.so.1(GLIBC_2.36)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.36)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.36)(64bit) rtld(GNU_HASH) Processing files: slang-slsh-2.3.3-4.ocs23.loongarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.11wXhx + umask 022 + cd /builddir/build/BUILD + cd slang-2.3.3 + DOCDIR=/builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-slsh + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-slsh + cp -pr slsh/doc/html/slshfun-1.html slsh/doc/html/slshfun-10.html slsh/doc/html/slshfun-11.html slsh/doc/html/slshfun-12.html slsh/doc/html/slshfun-13.html slsh/doc/html/slshfun-2.html slsh/doc/html/slshfun-3.html slsh/doc/html/slshfun-4.html slsh/doc/html/slshfun-5.html slsh/doc/html/slshfun-6.html slsh/doc/html/slshfun-7.html slsh/doc/html/slshfun-8.html slsh/doc/html/slshfun-9.html slsh/doc/html/slshfun.html /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-slsh + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(slang-slsh) = 2.3.3-4.ocs23 slang-slsh = 2.3.3-4.ocs23 slang-slsh(loongarch-64) = 2.3.3-4.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/slsh ld-linux-loongarch-lp64d.so.1()(64bit) ld-linux-loongarch-lp64d.so.1(GLIBC_2.36)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.36)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.36)(64bit) libonig.so.5()(64bit) libpcre.so.1()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libslang.so.2()(64bit) libslang.so.2(SLANG2)(64bit) libslang.so.2(SLANG2.1.0)(64bit) libslang.so.2(SLANG2.3.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: slang-devel-2.3.3-4.ocs23.loongarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5kd9EQ + umask 022 + cd /builddir/build/BUILD + cd slang-2.3.3 + DOCDIR=/builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-devel + cp -pr doc/text/cslang.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-devel + cp -pr doc/text/cref.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-devel + cp -pr doc/README /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-devel + cp -pr doc/text/slang.txt doc/text/slangfun.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-devel + cp -pr doc/grammar.txt /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64/usr/share/doc/slang-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: pkgconfig(slang) = 2.3.3 slang-devel = 2.3.3-4.ocs23 slang-devel(loongarch-64) = 2.3.3-4.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libslang.so.2()(64bit) Processing files: slang-debugsource-2.3.3-4.ocs23.loongarch64 Provides: slang-debugsource = 2.3.3-4.ocs23 slang-debugsource(loongarch-64) = 2.3.3-4.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: slang-debuginfo-2.3.3-4.ocs23.loongarch64 Provides: debuginfo(build-id) = 346ccaeef6cd4f8eddbe51a978d66feb6ee1897a libslang.so.2.3.3-2.3.3-4.ocs23.loongarch64.debug()(64bit) slang-debuginfo = 2.3.3-4.ocs23 slang-debuginfo(loongarch-64) = 2.3.3-4.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: slang-debugsource(loongarch-64) = 2.3.3-4.ocs23 Processing files: slang-slsh-debuginfo-2.3.3-4.ocs23.loongarch64 Provides: debuginfo(build-id) = 048c9dbe9a680fa3acfaffe9955407c0cf29642f debuginfo(build-id) = 0831e1225294d2d36396ba5bde869887ef6f9efb debuginfo(build-id) = 08d1ec0d302d26ea16410b22ae66a2413ea92e4a debuginfo(build-id) = 099ee27800c0cc50e0eded3bb7fef9823470444f debuginfo(build-id) = 27c46f27c0e4304f64346d000b817435d784b148 debuginfo(build-id) = 2d17ec4ae5d60fb13b0023b20fb82587d0f823a8 debuginfo(build-id) = 2dbe6a7306e93e370c10769977381f233ba2deba debuginfo(build-id) = 2edd3e32b7c82d18cbba493325347e2df817bfcb debuginfo(build-id) = 2f4badb7254e38ac430eb5e6102fcec0a53824e5 debuginfo(build-id) = 486df06fcd22740078f9fe4681fc23dd320c88a5 debuginfo(build-id) = 4d682da13a72a1dfb2b0b36b02ea3e61f5acaaad debuginfo(build-id) = 4f66424f40205a45b535a21d51dc18339f4a321d debuginfo(build-id) = 6c275ff4193801d1fa5d6ff43a94f8fcb70780cd debuginfo(build-id) = 6f5a8748ec804ecee5eddb88336905da7107a536 debuginfo(build-id) = 7357e1e2b0392647f88992c06882e723743f7ca9 debuginfo(build-id) = 7f2347497556f507ecf2d808091cb1010e480ae5 debuginfo(build-id) = 9f1531cf456f4d5fa94dd2617b9a36cb0d056173 debuginfo(build-id) = b2c9c2c6223aef9d216027d275558f5dded95b71 debuginfo(build-id) = c2275d9a269874de1e9481d5d178d11bcf2b9b15 debuginfo(build-id) = d32ba159405a53b04edc6a18729f44149fbc155e debuginfo(build-id) = f77002ca50bafe926ef14433235e3f4c6604fca6 slang-slsh-debuginfo = 2.3.3-4.ocs23 slang-slsh-debuginfo(loongarch-64) = 2.3.3-4.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: slang-debugsource(loongarch-64) = 2.3.3-4.ocs23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/slang-2.3.3-4.ocs23.loongarch64 Wrote: /builddir/build/RPMS/slang-devel-2.3.3-4.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/slang-slsh-2.3.3-4.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/slang-slsh-debuginfo-2.3.3-4.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/slang-2.3.3-4.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/slang-debugsource-2.3.3-4.ocs23.loongarch64.rpm Wrote: /builddir/build/RPMS/slang-debuginfo-2.3.3-4.ocs23.loongarch64.rpm Child return code was: 0