<86>Aug 23 04:47:52 userdel[1814210]: delete user 'rooter' <86>Aug 23 04:47:52 userdel[1814210]: removed group 'rooter' owned by 'rooter' <86>Aug 23 04:47:52 userdel[1814210]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 23 04:47:52 groupadd[1814254]: group added to /etc/group: name=rooter, GID=687 <86>Aug 23 04:47:52 groupadd[1814254]: group added to /etc/gshadow: name=rooter <86>Aug 23 04:47:52 groupadd[1814254]: new group: name=rooter, GID=687 <86>Aug 23 04:47:52 useradd[1814277]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Aug 23 04:47:52 userdel[1814371]: delete user 'builder' <86>Aug 23 04:47:52 groupadd[1814410]: group added to /etc/group: name=builder, GID=688 <86>Aug 23 04:47:52 useradd[1814426]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/pcc-1.2.0-alt1.src.rpm: exception not found in '/usr/share/license-exception' directory: advertising <13>Aug 23 04:47:55 rpmi: flex-2.6.4.0.88.9801-alt1 sisyphus+275295.100.2.3 1624485314 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pcc-1.2.0-alt1.nosrc.rpm (w1.gzdio) Installing pcc-1.2.0-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19416 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pcc-1.2.0 + echo 'Source #0 (pcc-1.2.0.tar):' Source #0 (pcc-1.2.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pcc-1.2.0.tar + cd pcc-1.2.0 + echo 'Source #1 (pcc-libs-1.2.0.tar):' Source #1 (pcc-libs-1.2.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pcc-libs-1.2.0.tar + /bin/chmod -c -Rf u+rwX,go-w . + mv pcc-libs-1.2.0 pcc-libs + echo 'Patch #0 (pcc-20141210-flags.patch):' Patch #0 (pcc-20141210-flags.patch): + /usr/bin/patch -p1 patching file pcc-libs/csu/linux/Makefile patching file pcc-libs/libpcc/Makefile.in Hunk #1 succeeded at 49 (offset -4 lines). patching file pcc-libs/libsoftfloat/Makefile.in Hunk #1 succeeded at 42 (offset -1 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.19416 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pcc-1.2.0 + export archdir=amd64 + archdir=amd64 + export 'FLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + FLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CC=gcc + CC=gcc + export 'CPP=gcc -E' + CPP='gcc -E' ++ echo -pipe -frecord-gcc-switches -Wall -g -O2 ++ sed -e 's/\(^\| \)-g\($\| \)/ /g' + export 'CFLAGS_NODEBUG=-pipe -frecord-gcc-switches -Wall -O2' + CFLAGS_NODEBUG='-pipe -frecord-gcc-switches -Wall -O2' + cd pcc-libs + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export 'FFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + ./configure --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-stripping configure: WARNING: unrecognized options: --disable-stripping checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /bin/install -c checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for ar... ar checking for ranlib... ranlib configure: creating ./config.status config.status: creating Makefile config.status: creating csu/Makefile config.status: creating libsoftfloat/Makefile config.status: creating libpcc/Makefile configure: WARNING: unrecognized options: --disable-stripping + make 'CFLAGS=-Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2' 'CFLAGS_NODEBUG=-Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -O2' make: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs' ===> libsoftfloat make[1]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/libsoftfloat' gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c bits64/softfloat.c bits64/softfloat.c: In function 'subFloat32Sigs': bits64/softfloat.c:1755:45: warning: comparison between 'fp_rnd' and 'enum ' [-Wenum-compare] 1755 | return packFloat32( float_rounding_mode == float_round_down, 0, 0 ); | ^~ bits64/softfloat.c: In function 'subFloat64Sigs': bits64/softfloat.c:2721:45: warning: comparison between 'fp_rnd' and 'enum ' [-Wenum-compare] 2721 | return packFloat64( float_rounding_mode == float_round_down, 0, 0 ); | ^~ gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fpgetround.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fpsetround.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fpgetmask.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fpsetmask.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fpgetsticky.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fpsetsticky.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c eqsf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c nesf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c gtsf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c gesf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c ltsf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c lesf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c negsf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c eqdf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c nedf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c gtdf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c gedf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c ltdf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c ledf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c negdf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c nexf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c gtxf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c gexf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c negxf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c unordsf2.c gcc -DSOFTFLOAT_FOR_GCC -I. -I./arch/amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c unorddf2.c ar r libpccsoftfloat.a softfloat.o fpgetround.o fpsetround.o fpgetmask.o fpsetmask.o fpgetsticky.o fpsetsticky.o eqsf2.o nesf2.o gtsf2.o gesf2.o ltsf2.o lesf2.o negsf2.o eqdf2.o nedf2.o gtdf2.o gedf2.o ltdf2.o ledf2.o negdf2.o nexf2.o gtxf2.o gexf2.o negxf2.o unordsf2.o unorddf2.o ar: creating libpccsoftfloat.a ranlib libpccsoftfloat.a make[1]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/libsoftfloat' <=== libsoftfloat ===> libpcc make[1]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/libpcc' gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c cmpdi2.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c divdi3.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fixdfdi.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fixsfdi.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fixunsdfdi.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c fixunssfdi.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c floatdidf.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c floatdisf.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c floatunsdidf.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c moddi3.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c muldi3.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c negdi2.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c qdivrem.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c ucmpdi2.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c udivdi3.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c umoddi3.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c cxmuldiv.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c ashldi3.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c ashrdi3.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c lshrdi3.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c _alloca.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c unwind.c gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c ssp.c ssp.c: In function '__stack_chk_fail': ssp.c:82:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 82 | write(2, __progname, strlen(__progname)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ssp.c:83:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 83 | write(2, msg, sizeof(msg) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I. -DTARGET_LITTLE_ENDIAN=1 -Dos_linux -Dmach_amd64 -isystem ../libpcc/include -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c signbit.c ar r libpcc.a cmpdi2.o divdi3.o fixdfdi.o fixsfdi.o fixunsdfdi.o fixunssfdi.o floatdidf.o floatdisf.o floatunsdidf.o moddi3.o muldi3.o negdi2.o qdivrem.o ucmpdi2.o udivdi3.o umoddi3.o cxmuldiv.o ashldi3.o ashrdi3.o lshrdi3.o _alloca.o unwind.o ssp.o signbit.o ar: creating libpcc.a ranlib libpcc.a make[1]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/libpcc' <=== libpcc ===> csu make[1]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/csu' if test -f ./linux/Makefile; then \ (cd ./linux && exec make CC="gcc" MACH="amd64" PCCLIBDIR="/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib" all) \ || exit $?; \ fi make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/csu/linux' gcc -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -O2 -c -o crtbegin.o crtbegin.c gcc -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -O2 -c -o crtend.o crtend.c gcc -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -O2 -fpic -c -o crtbeginS.o crtbegin.c gcc -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -O2 -fpic -c -o crtendS.o crtend.c gcc -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -O2 -c -o crtbeginT.o crtbegin.c gcc -Iamd64 -Ilinux -I. -pipe -frecord-gcc-switches -Wall -O2 -c -o crtendT.o crtend.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/csu/linux' make[1]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/csu' <=== csu make: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs' + cd .. + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export 'FFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + ./configure --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-assembler=/usr/bin/as --with-linker=/usr/bin/ld --with-libdir=/usr/lib64 --with-incdir=/usr/include --enable-tls --disable-stripping checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for 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 whether gcc accepts -Wall... yes checking whether gcc accepts -Wmissing-prototypes... yes checking whether gcc accepts -Wstrict-prototypes... no checking whether gcc accepts -Wshadow... yes checking whether gcc accepts -Wsign-compare... yes checking whether gcc accepts -Wtruncate... no checking for a C compiler for mkext... not cross compiling checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 for C99 printf size specifiers... yes checking size of int *... 8 checking whether byte ordering is bigendian... no checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /bin/install -c checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for string.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for strtold... yes checking for vsnprintf... yes checking for snprintf... yes checking for mkstemp... yes checking for strlcat... yes checking for strlcpy... yes checking for getopt... yes checking for ffs... yes checking for vfork... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes configure: creating ./config.status config.status: creating Makefile config.status: creating cc/Makefile config.status: creating cc/cc/Makefile config.status: creating cc/cpp/Makefile config.status: creating cc/ccom/Makefile config.status: creating cc/cxxcom/Makefile config.status: creating cc/driver/Makefile config.status: creating f77/Makefile config.status: creating f77/f77/Makefile config.status: creating f77/fcom/Makefile config.status: creating config.h Target CPU is .................... amd64 Target ABI is .................... elf Target OS is ..................... linux Compiler is called ............... pcc Installing compiler into ......... /usr/bin Installing pre-processor into .... /usr/lib Using assembler .................. /usr/bin/as Using linker ..................... /usr/bin/ld Using Multi-Arch path ............ (no) Using include path ............... /usr/include Using library path ............... /usr/lib64 Use libvmf ....................... no Has TLS support .................. yes Has GCC compatibility ............ yes Has PCC debugging ................ yes Type of wchar_t is ............... INT (4 chars) Configure finished. Do 'make && make install' to compile and install. + make make: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0' ===> cc make[1]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc' ===> cc/cc make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cc' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -DLIBEXECDIR=\"/usr/lib/\" -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -DINCLUDEDIR=\"/usr/include/\" -DPCCINCDIR=\"/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include/\" -DPCCLIBDIR=\"/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/\" -Dos_linux -Dmach_amd64 -DTARGOSVER=0 -DCXXPROGNAME=\"p++\" -DCPPROGNAME=\"pcpp\" -I../../cc/driver -I../.. -I../../os/linux -I../../mip -I../../arch/amd64 -I../../common -c -o cc.o ./cc.c In file included from /usr/include/sys/types.h:25, from ./cc.c:83: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -DLIBEXECDIR=\"/usr/lib/\" -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -DINCLUDEDIR=\"/usr/include/\" -DPCCINCDIR=\"/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include/\" -DPCCLIBDIR=\"/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/\" -Dos_linux -Dmach_amd64 -DTARGOSVER=0 -DCXXPROGNAME=\"p++\" -DCPPROGNAME=\"pcpp\" -I../../cc/driver -I../.. -I../../os/linux -I../../mip -I../../arch/amd64 -I../../common -c -o compat.o ../../common/compat.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from ../../common/compat.c:61: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -DLIBEXECDIR=\"/usr/lib/\" -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -DINCLUDEDIR=\"/usr/include/\" -DPCCINCDIR=\"/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include/\" -DPCCLIBDIR=\"/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/\" -Dos_linux -Dmach_amd64 -DTARGOSVER=0 -DCXXPROGNAME=\"p++\" -DCPPROGNAME=\"pcpp\" -I../../cc/driver -I../.. -I../../os/linux -I../../mip -I../../arch/amd64 -I../../common -c -o strlist.o ../../cc/driver/strlist.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from ../../cc/driver/strlist.c:32: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -DLIBEXECDIR=\"/usr/lib/\" -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -DINCLUDEDIR=\"/usr/include/\" -DPCCINCDIR=\"/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include/\" -DPCCLIBDIR=\"/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/\" -Dos_linux -Dmach_amd64 -DTARGOSVER=0 -DCXXPROGNAME=\"p++\" -DCPPROGNAME=\"pcpp\" -I../../cc/driver -I../.. -I../../os/linux -I../../mip -I../../arch/amd64 -I../../common -c -o xalloc.o ../../cc/driver/xalloc.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ../../cc/driver/xalloc.c:32: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc cc.o compat.o strlist.o xalloc.o -o cc make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cc' <=== cc/cc ===> cc/cpp make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cpp' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/amd64 -I../../common -DNVMPGS=4 -c -o compat.o ../../common/compat.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from ../../common/compat.c:61: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/amd64 -I../../common -DNVMPGS=4 -c -o cpp.o ./cpp.c In file included from /usr/include/sys/stat.h:25, from ./cpp.c:49: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ ./cpp.c: In function 'main': ./cpp.c:399:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 399 | write(1, fb->buf, fb->cptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./cpp.c:420:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 420 | write(1, pbbeg, pbinp - pbbeg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./cpp.c: In function 'error': ./cpp.c:1358:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1358 | write(1, pbbeg, pbinp-pbbeg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./cpp.c: In function 'cntline': ./cpp.c:2401:12: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2401 | (void)write(1, pbbeg, pbinp - pbbeg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./cpp.c: In function 'putch': ./cpp.c:2426:10: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2426 | (void)write(1, pbbeg, pbinp - pbbeg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./cpp.c:2431:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2431 | (void)write(1, pbbeg, pbinp - pbbeg), pbinp = pbbeg; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./cpp.c: In function 'putstr': ./cpp.c:2442:11: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 2442 | (void)write(1, pbbeg, pbinp - pbbeg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/amd64 -I../../common -DNVMPGS=4 -c -o cpc.o ./cpc.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ./cpp.h:28, from ./cpc.c:32: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/amd64 -I../../common -DNVMPGS=4 -c -o token.o ./token.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from ./token.c:81: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ ./token.c: In function 'prtline': ./token.c:1117:4: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1117 | write(1, ob->buf, ob->cptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./token.c: In function 'cpperror': ./token.c:1384:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1384 | write(1, pbbeg, pbinp-pbbeg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc compat.o cpp.o cpc.o token.o -o cpp make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cpp' <=== cc/cpp ===> cc/ccom make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/ccom' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o mkext.lo ../../mip/mkext.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/mkext.c:6: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o common.lo ../../mip/common.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from ../../mip/common.c:63: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o table.lo ../../arch/amd64/table.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../arch/amd64/table.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc mkext.lo common.lo table.lo -o mkext ./mkext bison -y -d ./cgram.y ./cgram.y:281.24-31: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 281 | %type string C_STRING GCC_DESIG svstr | ^~~~~~~~ ./cgram.y:281.33-41: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 281 | %type string C_STRING GCC_DESIG svstr | ^~~~~~~~~ ./cgram.y:285.17-24: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 285 | %type C_STRUCT C_RELOP C_DIVOP C_SHIFTOP | ^~~~~~~~ ./cgram.y:285.26-32: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 285 | %type C_STRUCT C_RELOP C_DIVOP C_SHIFTOP | ^~~~~~~ ./cgram.y:285.34-40: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 285 | %type C_STRUCT C_RELOP C_DIVOP C_SHIFTOP | ^~~~~~~ ./cgram.y:285.42-50: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 285 | %type C_STRUCT C_RELOP C_DIVOP C_SHIFTOP | ^~~~~~~~~ ./cgram.y:286.17-24: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 286 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~~~ ./cgram.y:286.26-31: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 286 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~ ./cgram.y:286.33-39: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 286 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~~ ./cgram.y:286.41-47: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 286 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~~ ./cgram.y:286.49-54: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 286 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~ ./cgram.y:286.56-61: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 286 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~ ./cgram.y:286.63-69: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 286 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~~ ./cgram.y:288.17-22: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 288 | %type C_TYPE C_QUALIFIER C_CLASS C_FUNSPEC | ^~~~~~ ./cgram.y:288.24-34: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 288 | %type C_TYPE C_QUALIFIER C_CLASS C_FUNSPEC | ^~~~~~~~~~~ ./cgram.y:288.36-42: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 288 | %type C_TYPE C_QUALIFIER C_CLASS C_FUNSPEC | ^~~~~~~ ./cgram.y:288.44-52: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 288 | %type C_TYPE C_QUALIFIER C_CLASS C_FUNSPEC | ^~~~~~~~~ ./cgram.y:290.14-19: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 290 | %type
  • C_ICON | ^~~~~~ ./cgram.y:292.17-22: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 292 | %type C_FCON | ^~~~~~ ./cgram.y:294.17-22: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 294 | %type C_NAME C_TYPENAME | ^~~~~~ ./cgram.y:294.24-33: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 294 | %type C_NAME C_TYPENAME | ^~~~~~~~~~ ./cgram.y: warning: 6 shift/reduce conflicts [-Wconflicts-sr] ./cgram.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples mv -f y.tab.c cgram.c mv -f y.tab.h cgram.h gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o builtins.o ./builtins.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./builtins.c:27: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o cgram.o cgram.c In file included from /usr/include/sys/types.h:25, from pass1.h:38, from ./cgram.y:152: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o code.o ../../arch/amd64/code.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ../../arch/amd64/code.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o common.o ../../mip/common.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from ../../mip/common.c:63: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o compat.o ../../common/compat.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from ../../common/compat.c:61: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o dwarf.o ./dwarf.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./dwarf.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o external.o external.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from external.c:1: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o gcc_compat.o ./gcc_compat.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./gcc_compat.c:34: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o init.o ./init.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./init.c:64: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o inline.o ./inline.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./inline.c:28: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o local.o ../../arch/amd64/local.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ../../arch/amd64/local.c:29: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o local2.o ../../arch/amd64/local2.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../arch/amd64/local2.c:30: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o main.o ./main.c In file included from /usr/include/unistd.h:25, from ./main.c:32: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ ./main.c: In function 'segvcatch': ./main.c:70:8: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 70 | (void)write(STDERR_FILENO, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o match.o ../../mip/match.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/match.c:63: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o optim.o ./optim.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./optim.c:36: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o optim2.o ../../mip/optim2.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/optim2.c:29: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o order.o ../../arch/amd64/order.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../arch/amd64/order.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o pftn.o ./pftn.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./pftn.c:66: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o reader.o ../../mip/reader.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/reader.c:66: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o softfloat.o ../../common/softfloat.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ../../mip/manifest.h:39, from ../../common/softfloat.c:29: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ ../../common/softfloat.c: In function 'soft_toush': ../../common/softfloat.c:1531:59: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1531 | printf("soft_toush-D: d %08x %08x\n", *(((int *)&d)+1), *(int *)&d); | ^~~~~~~~~ ../../common/softfloat.c:1548:39: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1548 | fpwarn("soft_toush2", (long double)*(float*)&sf.debugfp, ldt); | ^~~~~~~~~~~~~~~~~~~ ../../common/softfloat.c:1550:39: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1550 | fpwarn("soft_toush3", (long double)*(double*)&sf.debugfp, ldt); | ^~~~~~~~~~~~~~~~~~~~ ../../common/softfloat.c: In function 'strtosf': ../../common/softfloat.c:74:17: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] 74 | #define LDBLPTR fpis[SF_LDOUBLE] | ^~~~ ../../common/softfloat.c:1465:6: note: 'e' was declared here 1465 | int e; | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o regs.o ../../mip/regs.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/regs.c:29: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ flex ./scan.l mv -f lex.yy.c scan.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o scan.o scan.c In file included from /usr/include/assert.h:35, from lex.yy.c:28: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o stabs.o ./stabs.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./stabs.c:37: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o symtabs.o ./symtabs.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./symtabs.c:30: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o table.o ../../arch/amd64/table.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../arch/amd64/table.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o trees.o ./trees.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./trees.c:69: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o unicode.o ../../common/unicode.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ../../common/unicode.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc builtins.o cgram.o code.o common.o compat.o dwarf.o external.o gcc_compat.o init.o inline.o local.o local2.o main.o match.o optim.o optim2.o order.o pftn.o reader.o softfloat.o regs.o scan.o stabs.o symtabs.o table.o trees.o unicode.o -o ccom make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/ccom' <=== cc/ccom ===> cc/cxxcom make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cxxcom' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o mkext.lo ../../mip/mkext.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/mkext.c:6: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o common.lo ../../mip/common.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from ../../mip/common.c:63: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -DMKEXT -c -o table.lo ../../arch/amd64/table.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../arch/amd64/table.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc mkext.lo common.lo table.lo -o mkext ./mkext bison -y -d ./cgram.y ./cgram.y:252.24-31: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 252 | %type string C_STRING GCC_DESIG nsname CXX_MORENM | ^~~~~~~~ ./cgram.y:252.33-41: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 252 | %type string C_STRING GCC_DESIG nsname CXX_MORENM | ^~~~~~~~~ ./cgram.y:252.50-59: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 252 | %type string C_STRING GCC_DESIG nsname CXX_MORENM | ^~~~~~~~~~ ./cgram.y:256.17-24: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 256 | %type C_STRUCT C_RELOP C_DIVOP C_SHIFTOP | ^~~~~~~~ ./cgram.y:256.26-32: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 256 | %type C_STRUCT C_RELOP C_DIVOP C_SHIFTOP | ^~~~~~~ ./cgram.y:256.34-40: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 256 | %type C_STRUCT C_RELOP C_DIVOP C_SHIFTOP | ^~~~~~~ ./cgram.y:256.42-50: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 256 | %type C_STRUCT C_RELOP C_DIVOP C_SHIFTOP | ^~~~~~~~~ ./cgram.y:257.17-24: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 257 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~~~ ./cgram.y:257.26-31: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 257 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~ ./cgram.y:257.33-39: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 257 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~~ ./cgram.y:257.41-47: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 257 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~~ ./cgram.y:257.49-54: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 257 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~ ./cgram.y:257.56-61: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 257 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~ ./cgram.y:257.63-69: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 257 | C_ANDAND C_OROR C_STROP C_INCOP C_UNOP C_ASOP C_EQUOP | ^~~~~~~ ./cgram.y:259.17-22: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 259 | %type C_TYPE C_QUALIFIER C_ICON C_FCON C_CLASS | ^~~~~~ ./cgram.y:259.24-34: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 259 | %type C_TYPE C_QUALIFIER C_ICON C_FCON C_CLASS | ^~~~~~~~~~~ ./cgram.y:259.36-41: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 259 | %type C_TYPE C_QUALIFIER C_ICON C_FCON C_CLASS | ^~~~~~ ./cgram.y:259.43-48: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 259 | %type C_TYPE C_QUALIFIER C_ICON C_FCON C_CLASS | ^~~~~~ ./cgram.y:259.50-56: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 259 | %type C_TYPE C_QUALIFIER C_ICON C_FCON C_CLASS | ^~~~~~~ ./cgram.y:260.17-22: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 260 | %type C_NAME C_TYPENAME | ^~~~~~ ./cgram.y:260.24-33: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 260 | %type C_NAME C_TYPENAME | ^~~~~~~~~~ ./cgram.y: warning: 4 shift/reduce conflicts [-Wconflicts-sr] ./cgram.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples mv -f y.tab.c cgram.c mv -f y.tab.h cgram.h gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o builtins.o ./builtins.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./builtins.c:27: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ In file included from /usr/include/string.h:532, from ./pass1.h:40, from ./builtins.c:27: In function 'memcpy', inlined from 'builtin_nanx' at ./builtins.c:600:3: /usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [12, 15] is out of the bounds [0, 12] of object 'nLDOUBLE' with type 'const unsigned char[12]' [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./builtins.c: In function 'builtin_nanx': ./builtins.c:545:28: note: 'nLDOUBLE' declared here 545 | static const unsigned char nLDOUBLE[] = { 0, 0, 0, 0, 0, 0, 0, 0xc0, 0xff, 0x7f, 0, 0 }; | ^~~~~~~~ In file included from /usr/include/string.h:532, from ./pass1.h:40, from ./builtins.c:27: In function 'memcpy', inlined from 'builtin_huge_vall' at ./builtins.c:581:54: /usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [10, 11] is out of the bounds [0, 10] of object 'vLDOUBLE' with type 'const unsigned char[10]' [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./builtins.c: In function 'builtin_huge_vall': ./builtins.c:538:28: note: 'vLDOUBLE' declared here 538 | static const unsigned char vLDOUBLE[] = { 0, 0, 0, 0, 0, 0, 0, 0x80, 0xff, 0x7f }; | ^~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o cgram.o cgram.c In file included from /usr/include/sys/types.h:25, from pass1.h:38, from ./cgram.y:157: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o code.o ../../arch/amd64/code.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ../../arch/amd64/code.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o common.o ../../mip/common.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from ../../mip/common.c:63: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o compat.o ../../common/compat.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from ../../common/compat.c:61: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o external.o external.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from external.c:1: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o gcc_compat.o ./gcc_compat.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./gcc_compat.c:34: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o init.o ./init.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./init.c:64: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o inline.o ./inline.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./inline.c:28: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o local.o ../../arch/amd64/local.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ../../arch/amd64/local.c:29: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o local2.o ../../arch/amd64/local2.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../arch/amd64/local2.c:30: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o main.o ./main.c In file included from /usr/include/unistd.h:25, from ./main.c:32: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ ./main.c: In function 'segvcatch': ./main.c:69:8: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 69 | (void)write(STDERR_FILENO, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o cxxcode.o ./cxxcode.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./cxxcode.c:27: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o match.o ../../mip/match.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/match.c:63: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o optim.o ./optim.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./optim.c:36: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o optim2.o ../../mip/optim2.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/optim2.c:29: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o order.o ../../arch/amd64/order.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../arch/amd64/order.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o pftn.o ./pftn.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./pftn.c:66: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o reader.o ../../mip/reader.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/reader.c:66: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o regs.o ../../mip/regs.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../mip/regs.c:29: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ flex ./scan.l mv -f lex.yy.c scan.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o scan.o scan.c In file included from /usr/include/assert.h:35, from lex.yy.c:28: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o stabs.o ./stabs.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./stabs.c:37: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o symtabs.o ./symtabs.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./symtabs.c:30: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o table.o ../../arch/amd64/table.c In file included from /usr/include/sys/types.h:25, from ../../mip/pass2.h:35, from ../../arch/amd64/table.c:31: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -Wmissing-prototypes -Wshadow -Wsign-compare -D_BSD_SOURCE -DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -DLANG_CXX -Dos_linux -Dmach_amd64 -I. -I. -I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o trees.o ./trees.c In file included from /usr/include/sys/types.h:25, from ./pass1.h:38, from ./trees.c:69: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc builtins.o cgram.o code.o common.o compat.o external.o gcc_compat.o init.o inline.o local.o local2.o main.o cxxcode.o match.o optim.o optim2.o order.o pftn.o reader.o regs.o scan.o stabs.o symtabs.o table.o trees.o -o cxxcom make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cxxcom' <=== cc/cxxcom make[1]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc' <=== cc make: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.97460 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pcc-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pcc-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd pcc-1.2.0 + make -C pcc-libs install DESTDIR=/usr/src/tmp/pcc-buildroot strip=no make: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs' ===> libsoftfloat make[1]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/libsoftfloat' test -z "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib" /bin/install -c -m 644 libpccsoftfloat.a /usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib make[1]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/libsoftfloat' <=== libsoftfloat ===> libpcc make[1]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/libpcc' test -z "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include" headers='float.h limits.h stdarg.h stdbool.h stddef.h iso646.h libpcc_float.h libpcc_limits.h libpcc_stdarg.h libpcc_stdbool.h libpcc_stddef.h'; for i in $headers; do \ /bin/install -c -m 644 ./include/$i \ /usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include/$i; \ done test -z "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib" /bin/install -c -m 644 libpcc.a /usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib make[1]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/libpcc' <=== libpcc ===> csu make[1]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/csu' if test -f ./linux/Makefile; then \ (cd ./linux && exec make CC="gcc" MACH="amd64" PCCLIBDIR="/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib" install) \ || exit $?; \ fi make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/csu/linux' mkdir -p /usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib cp crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtendT.o /usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/csu/linux' make[1]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs/csu' <=== csu make: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/pcc-libs' + make install DESTDIR=/usr/src/tmp/pcc-buildroot strip=no make: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0' ===> cc make[1]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc' ===> cc/cc make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cc' test -z "/usr/src/tmp/pcc-buildroot/usr/bin" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/bin" test -z "/usr/src/tmp/pcc-buildroot/usr/share/man/man1" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/share/man/man1" test -z "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/include" test -z "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib" make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cc' <=== cc/cc ===> cc/cpp make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cpp' test -z "/usr/src/tmp/pcc-buildroot/usr/lib" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/lib" /bin/install -c cpp /usr/src/tmp/pcc-buildroot/usr/lib test -z "/usr/src/tmp/pcc-buildroot/usr/share/man/man1" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/share/man/man1" /bin/install -c -m 644 ./cpp.1 /usr/src/tmp/pcc-buildroot/usr/share/man/man1/cpp.1 make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cpp' <=== cc/cpp ===> cc/ccom make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/ccom' test -z "/usr/src/tmp/pcc-buildroot/usr/lib" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/lib" /bin/install -c ccom /usr/src/tmp/pcc-buildroot/usr/lib test -z "/usr/src/tmp/pcc-buildroot/usr/share/man/man1" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/share/man/man1" /bin/install -c -m 644 ./ccom.1 /usr/src/tmp/pcc-buildroot/usr/share/man/man1/ccom.1 make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/ccom' <=== cc/ccom ===> cc/cxxcom make[2]: Entering directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cxxcom' test -z "/usr/src/tmp/pcc-buildroot/usr/lib" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/lib" /bin/install -c cxxcom /usr/src/tmp/pcc-buildroot/usr/lib test -z "/usr/src/tmp/pcc-buildroot/usr/share/man/man1" || mkdir -p "/usr/src/tmp/pcc-buildroot/usr/share/man/man1" make[2]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc/cxxcom' <=== cc/cxxcom make[1]: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0/cc' <=== cc make: Leaving directory '/usr/src/RPM/BUILD/pcc-1.2.0' + chmod 644 /usr/src/tmp/pcc-buildroot/usr/share/man/man1/ccom.1 /usr/src/tmp/pcc-buildroot/usr/share/man/man1/cpp.1 /usr/src/tmp/pcc-buildroot/usr/share/man/man1/p++.1 /usr/src/tmp/pcc-buildroot/usr/share/man/man1/pcc.1 /usr/src/tmp/pcc-buildroot/usr/share/man/man1/pcpp.1 + mv /usr/src/tmp/pcc-buildroot/usr/share/man/man1/cpp.1 /usr/src/tmp/pcc-buildroot/usr/share/man/man1/pcc-cpp.1 + mkdir -p /usr/src/tmp/pcc-buildroot/usr/include/pcc + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pcc-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pcc-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pcc-buildroot/ (default) Compressing files in /usr/src/tmp/pcc-buildroot (auto) Adjusting library links in /usr/src/tmp/pcc-buildroot ./usr/lib: (from :0) ./usr/lib64: (from :0) ./usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib: (from :0) Verifying ELF objects in /usr/src/tmp/pcc-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: pcc-1.2.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v9T4m2 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GHUMg1 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: glibc-devel, /lib64/ld-linux-x86-64.so.2, libc.so.6()(64bit) >= set:pnCE0ZdiC7, libc.so.6(ALT_2.24)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UBu7k2 Creating pcc-debuginfo package Processing files: pcc-debuginfo-1.2.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TzscP4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TvgPY3 find-requires: running scripts (debuginfo) Requires: pcc = 1.2.0-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to pcc-debuginfo a strict dependency on pcc Wrote: /usr/src/RPM/RPMS/x86_64/pcc-1.2.0-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pcc-debuginfo-1.2.0-alt1.x86_64.rpm (w2.lzdio) 28.68user 3.74system 0:34.39elapsed 94%CPU (0avgtext+0avgdata 94880maxresident)k 0inputs+0outputs (0major+1464526minor)pagefaults 0swaps /.out/pcc-1.2.0-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: advertising /.out/pcc-debuginfo-1.2.0-alt1.x86_64.rpm: exception not found in '/usr/share/license-exception' directory: advertising 32.18user 6.14system 0:42.66elapsed 89%CPU (0avgtext+0avgdata 105020maxresident)k 0inputs+0outputs (0major+1755297minor)pagefaults 0swaps --- pcc-1.2.0-alt1.x86_64.rpm.repo 2021-04-22 11:55:44.000000000 +0000 +++ pcc-1.2.0-alt1.x86_64.rpm.hasher 2021-08-23 04:48:32.463567728 +0000 @@ -49,9 +49,9 @@ Provides: pcc = 1.2.0-alt1:sisyphus+270466.400.4.1 -File: /usr/bin/p++ 100755 root:root d5d331959d09d1703bb88be8d1d5ad19 -File: /usr/bin/pcc 100755 root:root ab940b6ec161163b4165362380bb107e -File: /usr/bin/pcpp 100755 root:root 96c1c93f1f8479014ebac783196fa0f5 +File: /usr/bin/p++ 100755 root:root f4d7884ae0f644ca3ecc5dabd17c1d07 +File: /usr/bin/pcc 100755 root:root c20a59cf016aa372d3a599c1dfc8fe24 +File: /usr/bin/pcpp 100755 root:root 780a22c718c6f9c21e1ec751fa3534c5 File: /usr/include/pcc 40755 root:root -File: /usr/lib/ccom 100755 root:root 7bfd6e7b92de7bf38bdca20949298566 -File: /usr/lib/cpp 100755 root:root c46f744e1f8362c108aeba5e8b05748b -File: /usr/lib/cxxcom 100755 root:root 2e40146a191039ac34de1df25103ba5a +File: /usr/lib/ccom 100755 root:root bb6a489e907cacde5b6bf403f9f59464 +File: /usr/lib/cpp 100755 root:root 0daa8844758924bc614a6dbd9bf9cc77 +File: /usr/lib/cxxcom 100755 root:root 07de2eab8e54c0a1ae3a3e0307cb4daf File: /usr/lib64/pcc 40755 root:root @@ -72,10 +72,10 @@ File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib 40755 root:root -File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtbegin.o 100644 root:root c5f7f4ac00f840505c0e9f25a63e9c2d -File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtbeginS.o 100644 root:root 85417a264a7ef7e6426ae35122054ce1 -File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtbeginT.o 100644 root:root 6bb72fd98f0588bfa9f32520f529cf3e -File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtend.o 100644 root:root 4c6c15ab7a925a7a617af16830555d5e -File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtendS.o 100644 root:root 03723009e64e745ee3cd2b29d660f363 -File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtendT.o 100644 root:root 68dd6e5ca68391c2ef504ec041f2e00e -File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/libpcc.a 100644 root:root b0e9d34e3cade3a472f6d1605d068e21 -File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/libpccsoftfloat.a 100644 root:root bc320967797f89d8c758190ec7f20c16 +File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtbegin.o 100644 root:root 9bc8be399a6a259147610ccebe3cddc8 +File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtbeginS.o 100644 root:root 4abee35d30c93ad9d26d606aad446d77 +File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtbeginT.o 100644 root:root 3c91604a6f6a6a546b0fc485433d1046 +File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtend.o 100644 root:root 962448c1db55d59e3dda70875b40172f +File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtendS.o 100644 root:root a7dcdd5328987188576d3c073d85e5b6 +File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/crtendT.o 100644 root:root 0bec44d83853c317af9adde5216de505 +File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/libpcc.a 100644 root:root 0e5a39b0586eaa5e9cf89a830c4ba173 +File: /usr/lib64/pcc/x86_64-unknown-linux-gnu/1.2.0.DEVEL/lib/libpccsoftfloat.a 100644 root:root ce715c852eb9d3cd35f132da6225b38f File: /usr/share/man/man1/ccom.1.xz 100644 root:root 492f5cac6805c4888d8a7c6102b6d6a0 @@ -85,2 +85,2 @@ File: /usr/share/man/man1/pcpp.1.xz 100644 root:root 689c0c48fdca19a9ba1e82052e4ac32f -RPMIdentity: adf7ffa2f9ea44d5d56663409e0e840d2fef9d80341b3e38d49defb6caeab1cc9f340ad1c5f229ab492ab74deb58bff413b89bbe49ba39fdd082be8bcc2afb9f +RPMIdentity: 7e7540cb7a266edae5043a7cef2c56d43eb2984ce4a3663182b179a46961f64473a88da0c064f8f78575f2a43d7d0f2b771de80fa5065d7b9367d5f6fcf541b2 --- pcc-debuginfo-1.2.0-alt1.x86_64.rpm.repo 2021-04-22 11:55:44.000000000 +0000 +++ pcc-debuginfo-1.2.0-alt1.x86_64.rpm.hasher 2021-08-23 04:48:32.536567810 +0000 @@ -1,13 +1,13 @@ -/usr/lib/debug/.build-id/52 40755 root:root -/usr/lib/debug/.build-id/52/f5c5c68dfcb032227a915f9caafc3bf1b5c82c 120777 root:root ../../../cpp -/usr/lib/debug/.build-id/52/f5c5c68dfcb032227a915f9caafc3bf1b5c82c.debug 120777 root:root ../../usr/lib/cpp.debug -/usr/lib/debug/.build-id/6b 40755 root:root -/usr/lib/debug/.build-id/6b/c892e204665473580f5e8f42274bff3e841bc0 120777 root:root ../../../../bin/p++ -/usr/lib/debug/.build-id/6b/c892e204665473580f5e8f42274bff3e841bc0.debug 120777 root:root ../../usr/bin/p++.debug -/usr/lib/debug/.build-id/79 40755 root:root -/usr/lib/debug/.build-id/79/02cb5a46a1487166a24a1143f8ce763af4ed8c 120777 root:root ../../../ccom -/usr/lib/debug/.build-id/79/02cb5a46a1487166a24a1143f8ce763af4ed8c.debug 120777 root:root ../../usr/lib/ccom.debug -/usr/lib/debug/.build-id/f8 40755 root:root -/usr/lib/debug/.build-id/f8/4653b46eb4a6ddadb2b6e345af02089b39f87f 120777 root:root ../../../cxxcom -/usr/lib/debug/.build-id/f8/4653b46eb4a6ddadb2b6e345af02089b39f87f.debug 120777 root:root ../../usr/lib/cxxcom.debug +/usr/lib/debug/.build-id/87 40755 root:root +/usr/lib/debug/.build-id/87/527d8d37c979bd88fb8068225cb53724a1fb11 120777 root:root ../../../ccom +/usr/lib/debug/.build-id/87/527d8d37c979bd88fb8068225cb53724a1fb11.debug 120777 root:root ../../usr/lib/ccom.debug +/usr/lib/debug/.build-id/bd 40755 root:root +/usr/lib/debug/.build-id/bd/eb32811943aaba518feff48d08f7dd7b9cca20 120777 root:root ../../../cxxcom +/usr/lib/debug/.build-id/bd/eb32811943aaba518feff48d08f7dd7b9cca20.debug 120777 root:root ../../usr/lib/cxxcom.debug +/usr/lib/debug/.build-id/cb 40755 root:root +/usr/lib/debug/.build-id/cb/88e831d04126cb54b0ccf9c55892d1956c28d3 120777 root:root ../../../cpp +/usr/lib/debug/.build-id/cb/88e831d04126cb54b0ccf9c55892d1956c28d3.debug 120777 root:root ../../usr/lib/cpp.debug +/usr/lib/debug/.build-id/e3 40755 root:root +/usr/lib/debug/.build-id/e3/532993c8c7656d2fa6c7427a79435cd07a9b97 120777 root:root ../../../../bin/p++ +/usr/lib/debug/.build-id/e3/532993c8c7656d2fa6c7427a79435cd07a9b97.debug 120777 root:root ../../usr/bin/p++.debug /usr/lib/debug/usr/bin/p++.debug 100644 root:root @@ -95,20 +95,20 @@ Provides: pcc-debuginfo = 1.2.0-alt1:sisyphus+270466.400.4.1 -File: /usr/lib/debug/.build-id/52 40755 root:root -File: /usr/lib/debug/.build-id/52/f5c5c68dfcb032227a915f9caafc3bf1b5c82c 120777 root:root ../../../cpp -File: /usr/lib/debug/.build-id/52/f5c5c68dfcb032227a915f9caafc3bf1b5c82c.debug 120777 root:root ../../usr/lib/cpp.debug -File: /usr/lib/debug/.build-id/6b 40755 root:root -File: /usr/lib/debug/.build-id/6b/c892e204665473580f5e8f42274bff3e841bc0 120777 root:root ../../../../bin/p++ -File: /usr/lib/debug/.build-id/6b/c892e204665473580f5e8f42274bff3e841bc0.debug 120777 root:root ../../usr/bin/p++.debug -File: /usr/lib/debug/.build-id/79 40755 root:root -File: /usr/lib/debug/.build-id/79/02cb5a46a1487166a24a1143f8ce763af4ed8c 120777 root:root ../../../ccom -File: /usr/lib/debug/.build-id/79/02cb5a46a1487166a24a1143f8ce763af4ed8c.debug 120777 root:root ../../usr/lib/ccom.debug -File: /usr/lib/debug/.build-id/f8 40755 root:root -File: /usr/lib/debug/.build-id/f8/4653b46eb4a6ddadb2b6e345af02089b39f87f 120777 root:root ../../../cxxcom -File: /usr/lib/debug/.build-id/f8/4653b46eb4a6ddadb2b6e345af02089b39f87f.debug 120777 root:root ../../usr/lib/cxxcom.debug -File: /usr/lib/debug/usr/bin/p++.debug 100644 root:root 39052406ab50e777b14e2ba55def4fae -File: /usr/lib/debug/usr/bin/pcc.debug 100644 root:root 39052406ab50e777b14e2ba55def4fae -File: /usr/lib/debug/usr/bin/pcpp.debug 100644 root:root 39052406ab50e777b14e2ba55def4fae -File: /usr/lib/debug/usr/lib/ccom.debug 100644 root:root 28ec9c49c53b6d64f42d177a6a58ab8d -File: /usr/lib/debug/usr/lib/cpp.debug 100644 root:root 89e856c7221cf6dd84efcd956276a78b -File: /usr/lib/debug/usr/lib/cxxcom.debug 100644 root:root 6c674f6d41707124cb346b2dd2fdf7e4 +File: /usr/lib/debug/.build-id/87 40755 root:root +File: /usr/lib/debug/.build-id/87/527d8d37c979bd88fb8068225cb53724a1fb11 120777 root:root ../../../ccom +File: /usr/lib/debug/.build-id/87/527d8d37c979bd88fb8068225cb53724a1fb11.debug 120777 root:root ../../usr/lib/ccom.debug +File: /usr/lib/debug/.build-id/bd 40755 root:root +File: /usr/lib/debug/.build-id/bd/eb32811943aaba518feff48d08f7dd7b9cca20 120777 root:root ../../../cxxcom +File: /usr/lib/debug/.build-id/bd/eb32811943aaba518feff48d08f7dd7b9cca20.debug 120777 root:root ../../usr/lib/cxxcom.debug +File: /usr/lib/debug/.build-id/cb 40755 root:root +File: /usr/lib/debug/.build-id/cb/88e831d04126cb54b0ccf9c55892d1956c28d3 120777 root:root ../../../cpp +File: /usr/lib/debug/.build-id/cb/88e831d04126cb54b0ccf9c55892d1956c28d3.debug 120777 root:root ../../usr/lib/cpp.debug +File: /usr/lib/debug/.build-id/e3 40755 root:root +File: /usr/lib/debug/.build-id/e3/532993c8c7656d2fa6c7427a79435cd07a9b97 120777 root:root ../../../../bin/p++ +File: /usr/lib/debug/.build-id/e3/532993c8c7656d2fa6c7427a79435cd07a9b97.debug 120777 root:root ../../usr/bin/p++.debug +File: /usr/lib/debug/usr/bin/p++.debug 100644 root:root fd028457a4adc0c01904bba9eb10ca1e +File: /usr/lib/debug/usr/bin/pcc.debug 100644 root:root fd028457a4adc0c01904bba9eb10ca1e +File: /usr/lib/debug/usr/bin/pcpp.debug 100644 root:root fd028457a4adc0c01904bba9eb10ca1e +File: /usr/lib/debug/usr/lib/ccom.debug 100644 root:root 69a8db64a22b9fa60e7ae4c1a8822500 +File: /usr/lib/debug/usr/lib/cpp.debug 100644 root:root 86c820a1b2da5d29d6ef65a6de362359 +File: /usr/lib/debug/usr/lib/cxxcom.debug 100644 root:root c78dd29a2b9894580b10429b1878824a File: /usr/src/debug/pcc-1.2.0 40755 root:root @@ -185,2 +185,2 @@ File: /usr/src/debug/pcc-1.2.0/mip/regs.c 100644 root:root 114f2e82e9bd91ffa6cc49b0e223a961 -RPMIdentity: 3e9f4b8001f67e7509277e6182f2f86f691dcb2071c9ac75a3a965b3fc98fb9bf5d2051499bb82b977f9b3f1d836a49ccc8f311ab106657fee18c2a49a4aedce +RPMIdentity: 0ed1a4a6baf600e2a534c34faee28475ece7072b816b97b1bd380b68f1c3154da3984f570c5bebcb31db26020f13fe6503784523ab807c48ffb92ac077fd3c4e