<86>Sep 29 11:26:45 userdel[1666394]: delete user 'rooter' <86>Sep 29 11:26:46 groupadd[1666429]: group added to /etc/group: name=rooter, GID=1268 <86>Sep 29 11:26:46 groupadd[1666429]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:26:46 groupadd[1666429]: new group: name=rooter, GID=1268 <86>Sep 29 11:26:46 useradd[1666443]: new user: name=rooter, UID=1268, GID=1268, home=/root, shell=/bin/bash <86>Sep 29 11:26:46 userdel[1666466]: delete user 'builder' <86>Sep 29 11:26:46 userdel[1666466]: removed group 'builder' owned by 'builder' <86>Sep 29 11:26:46 userdel[1666466]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:26:46 groupadd[1666483]: group added to /etc/group: name=builder, GID=1269 <86>Sep 29 11:26:46 groupadd[1666483]: group added to /etc/gshadow: name=builder <86>Sep 29 11:26:46 groupadd[1666483]: new group: name=builder, GID=1269 <86>Sep 29 11:26:46 useradd[1666492]: new user: name=builder, UID=1269, GID=1269, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/dcfldd-1.3.4.1-alt1.qa1.nosrc.rpm (w1.gzdio) Installing dcfldd-1.3.4.1-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9476 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf dcfldd-1.3.4-1 + echo 'Source #0 (dcfldd-1.3.4-1.tar.gz):' Source #0 (dcfldd-1.3.4-1.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/dcfldd-1.3.4-1.tar.gz + cd dcfldd-1.3.4-1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.9476 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dcfldd-1.3.4-1 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + xargs -ri dirname -- '{}' + readlink -e -- ./configure + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --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-dependency-tracking --disable-silent-rules --without-included-gettext checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of x86_64-alt-linux-gcc... none checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for egrep... grep -E checking whether x86_64-alt-linux-gcc needs -traditional... no checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking for ANSI C header files... yes checking for an ANSI C-conforming const... 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 off_t... yes checking for size_t... yes checking whether strtol is declared... yes checking whether strtoul is declared... yes checking whether strtoumax is declared... yes checking whether strndup is declared... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands + make make: Entering directory '/usr/src/RPM/BUILD/dcfldd-1.3.4-1' make all-am make[1]: Entering directory '/usr/src/RPM/BUILD/dcfldd-1.3.4-1' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c dcfldd.c In file included from dcfldd.c:63: util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int] extern pclose2(FILE *); ^~~~~~~ dcfldd.c: In function 'scanargs': dcfldd.c:687:9: warning: implicit declaration of function 'init_hashlist' [-Wimplicit-function-declaration] init_hashlist(&ihashlist, hashops[VERIFY_HASH].flag); ^~~~~~~~~~~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c md5.c In file included from hash.h:27, from md5.h:49, from md5.c:35: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c sha1.c sha1.c:57:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] static const char rcsid[] = ^~~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c sha2.c sha2.c: In function 'SHA256_Final': sha2.c:627:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] MEMSET_BZERO(context, sizeof(context)); ^ sha2.c:176:43: note: in definition of macro 'MEMSET_BZERO' #define MEMSET_BZERO(p,l) memset((p), 0, (l)) ^ sha2.c: In function 'SHA256_End': sha2.c:648:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] MEMSET_BZERO(context, sizeof(context)); ^ sha2.c:176:43: note: in definition of macro 'MEMSET_BZERO' #define MEMSET_BZERO(p,l) memset((p), 0, (l)) ^ sha2.c: In function 'SHA512_Final': sha2.c:957:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] MEMSET_BZERO(context, sizeof(context)); ^ sha2.c:176:43: note: in definition of macro 'MEMSET_BZERO' #define MEMSET_BZERO(p,l) memset((p), 0, (l)) ^ sha2.c: In function 'SHA512_End': sha2.c:977:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] MEMSET_BZERO(context, sizeof(context)); ^ sha2.c:176:43: note: in definition of macro 'MEMSET_BZERO' #define MEMSET_BZERO(p,l) memset((p), 0, (l)) ^ sha2.c: In function 'SHA384_Final': sha2.c:1032:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] MEMSET_BZERO(context, sizeof(context)); ^ sha2.c:176:43: note: in definition of macro 'MEMSET_BZERO' #define MEMSET_BZERO(p,l) memset((p), 0, (l)) ^ sha2.c: In function 'SHA384_End': sha2.c:1052:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] MEMSET_BZERO(context, sizeof(context)); ^ sha2.c:176:43: note: in definition of macro 'MEMSET_BZERO' #define MEMSET_BZERO(p,l) memset((p), 0, (l)) ^ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c human.c human.c: In function 'human_readable_inexact': human.c:267:24: warning: 'power' may be used uninitialized in this function [-Wmaybe-uninitialized] *p = suffixes[power + 1]; ~~~~~~^~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c long-options.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c safe-read.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c xstrtol.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c version-etc.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c argmatch.c In file included from argmatch.c:21: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c xstrtoul.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c full-write.c In file included from full-write.c:21: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c xstrtoumax.c x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c copy.c In file included from copy.c:34: util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int] extern pclose2(FILE *); ^~~~~~~ copy.c: In function 'write_output': copy.c:56:37: warning: pointer targets in passing argument 1 of 'outputlist_write' differ in signedness [-Wpointer-sign] int nwritten = outputlist_write(obuf, output_blocksize); ^~~~ In file included from copy.c:36: output.h:53:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int outputlist_write(const char *, size_t); ^~~~~~~~~~~~~~~~ copy.c: In function 'dd_copy': copy.c:214:36: warning: pointer targets in passing argument 2 of 'replicate_pattern' differ in signedness [-Wpointer-sign] replicate_pattern(pattern, ibuf, input_blocksize); ^~~~ In file included from copy.c:33: pattern.h:35:13: note: expected 'char *' but argument is of type 'unsigned char *' extern void replicate_pattern(char *, char *, size_t); ^~~~~~~~~~~~~~~~~ copy.c:225:39: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uintmax_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "\r%llu blocks (%lluMb) written.", ~~~^ %lu w_full, total_mb); ~~~~~~ copy.c:225:52: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(stderr, "\r%llu blocks (%lluMb) written.", ~~~^ %lu w_full, total_mb); ~~~~~~~~ copy.c:239:48: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(stderr, "\r[%d%% of %lluMb] %llu blocks (%lluMb) written. %s", ~~~^ %lu prcnt, probed_mb, w_full, total_mb, secstr); ~~~~~~~~~ copy.c:239:56: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uintmax_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "\r[%d%% of %lluMb] %llu blocks (%lluMb) written. %s", ~~~^ %lu prcnt, probed_mb, w_full, total_mb, secstr); ~~~~~~ copy.c:239:69: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(stderr, "\r[%d%% of %lluMb] %llu blocks (%lluMb) written. %s", ~~~^ %lu prcnt, probed_mb, w_full, total_mb, secstr); ~~~~~~~~ copy.c:306:45: warning: pointer targets in passing argument 1 of 'outputlist_write' differ in signedness [-Wpointer-sign] int nwritten = outputlist_write(obuf, n_bytes_read); ^~~~ In file included from copy.c:36: output.h:53:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int outputlist_write(const char *, size_t); ^~~~~~~~~~~~~~~~ copy.c:364:41: warning: pointer targets in passing argument 1 of 'outputlist_write' differ in signedness [-Wpointer-sign] int nwritten = outputlist_write(obuf, oc); ^~~~ In file included from copy.c:36: output.h:53:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int outputlist_write(const char *, size_t); ^~~~~~~~~~~~~~~~ In file included from copy.c:23: copy.c: At top level: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ copy.c: In function 'dd_copy': copy.c:153:13: warning: 'nread' may be used uninitialized in this function [-Wmaybe-uninitialized] ssize_t nread; /* Bytes read in the current block. */ ^~~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c hash.c hash.c: In function 'add_hash': hash.c:173:9: warning: unused variable 'i' [-Wunused-variable] int i; ^ In file included from hash.c:24: hash.c: At top level: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ hash.c: In function 'hashl_init': hash.c:227:20: warning: 'ctx' may be used uninitialized in this function [-Wmaybe-uninitialized] (hptr->hash->init)(ctx); ~~~~~~~~~~~^~~~~~~~~~~~ hash.c: In function 'hashl_update': hash.c:256:20: warning: 'ctx' may be used uninitialized in this function [-Wmaybe-uninitialized] (hptr->hash->update)(ctx, buf, len); ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ hash.c: In function 'hashl_final': hash.c:289:20: warning: 'ctx' may be used uninitialized in this function [-Wmaybe-uninitialized] (hptr->hash->final)(ctx, hptr->hash->hashstr_buf); ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c verify.c In file included from verify.c:34: util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int] extern pclose2(FILE *); ^~~~~~~ verify.c: In function 'dd_verify': verify.c:181:36: warning: pointer targets in passing argument 2 of 'replicate_pattern' differ in signedness [-Wpointer-sign] replicate_pattern(pattern, ibuf, input_blocksize); ^~~~ In file included from verify.c:33: pattern.h:35:13: note: expected 'char *' but argument is of type 'unsigned char *' extern void replicate_pattern(char *, char *, size_t); ^~~~~~~~~~~~~~~~~ verify.c:194:39: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uintmax_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "\r%llu blocks (%lluMb) written.", ~~~^ %lu w_full, total_mb); ~~~~~~ verify.c:194:52: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(stderr, "\r%llu blocks (%lluMb) written.", ~~~^ %lu w_full, total_mb); ~~~~~~~~ verify.c:209:40: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] "\r[%d%% of %lluMb] %llu blocks (%lluMb) written. %s", ~~~^ %lu prcnt, probed_mb, w_full, total_mb, secstr); ~~~~~~~~~ verify.c:209:48: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uintmax_t' {aka 'long unsigned int'} [-Wformat=] "\r[%d%% of %lluMb] %llu blocks (%lluMb) written. %s", ~~~^ %lu prcnt, probed_mb, w_full, total_mb, secstr); ~~~~~~ verify.c:209:61: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'off_t' {aka 'long int'} [-Wformat=] "\r[%d%% of %lluMb] %llu blocks (%lluMb) written. %s", ~~~^ %lu prcnt, probed_mb, w_full, total_mb, secstr); ~~~~~~~~ verify.c:226:40: warning: pointer targets in passing argument 2 of 'replicate_pattern' differ in signedness [-Wpointer-sign] replicate_pattern(pattern, ibuf, v_nread); ^~~~ In file included from verify.c:33: pattern.h:35:13: note: expected 'char *' but argument is of type 'unsigned char *' extern void replicate_pattern(char *, char *, size_t); ^~~~~~~~~~~~~~~~~ verify.c:146:11: warning: variable 'v_hashstr_buf' set but not used [-Wunused-but-set-variable] char *v_hashstr_buf; ^~~~~~~~~~~~~ verify.c:145:11: warning: variable 'i_hashstr_buf' set but not used [-Wunused-but-set-variable] char *i_hashstr_buf; ^~~~~~~~~~~~~ verify.c:144:12: warning: unused variable 'n_bytes_read' [-Wunused-variable] size_t n_bytes_read; ^~~~~~~~~~~~ In file included from verify.c:28: verify.c: At top level: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c translate.c translate.c: In function 'apply_translations': translate.c:159:16: warning: implicit declaration of function 'bit_count' [-Wimplicit-function-declaration] #define MX(a) (bit_count (conversions_mask & (a))) ^~~~~~~~~ translate.c:160:10: note: in expansion of macro 'MX' if ((MX (C_ASCII | C_EBCDIC | C_IBM) > 1) ^~ In file included from translate.c:24: translate.c: At top level: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c sizeprobe.c In file included from sizeprobe.c:24: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ sizeprobe.c: In function 'get_dev_size': sizeprobe.c:71:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ At top level: sizeprobe.c:45:14: warning: 'midpoint' defined but not used [-Wunused-function] static off_t midpoint(off_t a, off_t b, long blksize) ^~~~~~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c pattern.c In file included from pattern.c:24: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c util.c util.c: In function 'skip2': util.c:85:29: warning: implicit declaration of function 'safe_read'; did you mean 'fread'? [-Wimplicit-function-declaration] ssize_t nread = safe_read(fdesc, buf, blocksize); ^~~~~~~~~ fread util.c: In function 'skip_via_lseek': util.c:138:9: warning: implicit declaration of function 'error'; did you mean 'perror'? [-Wimplicit-function-declaration] error (0, 0, _("warning: working around lseek kernel bug for file (%s)\n\ ^~~~~ perror util.c: In function 'pclose2': util.c:424:9: warning: implicit declaration of function 'waitpid'; did you mean 'getpid'? [-Wimplicit-function-declaration] pid = waitpid(cur->pid, &pstat, 0); ^~~~~~~ getpid In file included from util.c:33: util.c: At top level: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c log.c In file included from log.c:24: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c output.c In file included from output.c:37: util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int] extern pclose2(FILE *); ^~~~~~~ output.c: In function 'outputlist_add': output.c:124:5: warning: enumeration value 'NONE' not handled in switch [-Wswitch] switch (type) { ^~~~~~ output.c: In function 'outputlist_write': output.c:150:9: warning: enumeration value 'NONE' not handled in switch [-Wswitch] switch (ptr->type) { ^~~~~~ In file included from output.c:24: output.c: At top level: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c split.c split.c: In function 'open_split': split.c:102:5: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration] asprintf(&fname, "%s.%s", split->name, ext); ^~~~~~~~ vsprintf In file included from split.c:23: split.c: At top level: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ split.c:79:12: warning: 'maxsplits' defined but not used [-Wunused-function] static int maxsplits(char *fmt) ^~~~~~~~~ x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c hashformat.c In file included from hashformat.c:27: util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int] extern pclose2(FILE *); ^~~~~~~ In file included from hashformat.c:24: dcfldd.h:162:20: warning: inline function 'quit' declared but never defined extern inline void quit(int); ^~~~ x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o dcfldd dcfldd.o md5.o sha1.o sha2.o human.o long-options.o safe-read.o xstrtol.o version-etc.o argmatch.o xstrtoul.o full-write.o xstrtoumax.o copy.o hash.o verify.o translate.o sizeprobe.o pattern.o util.o log.o output.o split.o hashformat.o make[1]: Leaving directory '/usr/src/RPM/BUILD/dcfldd-1.3.4-1' make: Leaving directory '/usr/src/RPM/BUILD/dcfldd-1.3.4-1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.53688 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/dcfldd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/dcfldd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd dcfldd-1.3.4-1 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/dcfldd-buildroot/usr exec_prefix=/usr/src/tmp/dcfldd-buildroot/usr bindir=/usr/src/tmp/dcfldd-buildroot/usr/bin sbindir=/usr/src/tmp/dcfldd-buildroot/usr/sbin sysconfdir=/usr/src/tmp/dcfldd-buildroot/etc datadir=/usr/src/tmp/dcfldd-buildroot/usr/share includedir=/usr/src/tmp/dcfldd-buildroot/usr/include libdir=/usr/src/tmp/dcfldd-buildroot/usr/lib64 libexecdir=/usr/src/tmp/dcfldd-buildroot/usr/lib localstatedir=/usr/src/tmp/dcfldd-buildroot/var/lib sharedstatedir=/usr/src/tmp/dcfldd-buildroot/var/lib mandir=/usr/src/tmp/dcfldd-buildroot/usr/share/man infodir=/usr/src/tmp/dcfldd-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/dcfldd-1.3.4-1' make[1]: Entering directory '/usr/src/RPM/BUILD/dcfldd-1.3.4-1' test -z "/usr/src/tmp/dcfldd-buildroot/usr/bin" || mkdir -p -- "/usr/src/tmp/dcfldd-buildroot/usr/bin" /usr/libexec/rpm-build/install -p 'dcfldd' '/usr/src/tmp/dcfldd-buildroot/usr/bin/dcfldd' test -z "/usr/src/tmp/dcfldd-buildroot/usr/share/man/man1" || mkdir -p -- "/usr/src/tmp/dcfldd-buildroot/usr/share/man/man1" /usr/libexec/rpm-build/install -p -m 644 './dcfldd.1' '/usr/src/tmp/dcfldd-buildroot/usr/share/man/man1/dcfldd.1' make[1]: Leaving directory '/usr/src/RPM/BUILD/dcfldd-1.3.4-1' make: Leaving directory '/usr/src/RPM/BUILD/dcfldd-1.3.4-1' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/dcfldd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/dcfldd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/dcfldd-buildroot/ (default) Compressing files in /usr/src/tmp/dcfldd-buildroot (auto) Verifying ELF objects in /usr/src/tmp/dcfldd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: dcfldd-1.3.4.1-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wmQhrF find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.27jaHk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, 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), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I8Cuu3 Creating dcfldd-debuginfo package Processing files: dcfldd-debuginfo-1.3.4.1-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OCOEwP find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i5AxYE find-requires: running scripts (debuginfo) Requires: dcfldd = 1.3.4.1-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/dcfldd-1.3.4.1-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/dcfldd-debuginfo-1.3.4.1-alt1.qa1.x86_64.rpm (w2.lzdio) 4.79user 2.02system 0:14.87elapsed 45%CPU (0avgtext+0avgdata 32404maxresident)k 0inputs+0outputs (0major+569129minor)pagefaults 0swaps 0.77user 1.34system 0:23.49elapsed 9%CPU (0avgtext+0avgdata 12004maxresident)k 0inputs+0outputs (0major+96185minor)pagefaults 0swaps --- dcfldd-1.3.4.1-alt1.qa1.x86_64.rpm.repo 2013-04-16 11:26:56.000000000 +0000 +++ dcfldd-1.3.4.1-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:27:05.067172676 +0000 @@ -1,3 +1,3 @@ /usr/bin/dcfldd 100755 root:root -/usr/share/man/man1/dcfldd.1.gz 100644 root:root +/usr/share/man/man1/dcfldd.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -12,4 +12,4 @@ Provides: dcfldd = 1.3.4.1-alt1.qa1 -File: /usr/bin/dcfldd 100755 root:root 06f028519cf037ec0171d9d2e99ef43b -File: /usr/share/man/man1/dcfldd.1.gz 100644 root:root 5aa7a8c3b9ac8fded1fd3ded6aa5a2be -RPMIdentity: e7b6a8866a2ac7fbb6946ecda1ce64571b2cf1221cd27412ac864d28e277917024d5f98a39adeda9b9598883d3c2e52da9c04e261499130c4cc6443d3707eb0b +File: /usr/bin/dcfldd 100755 root:root a99b26dfd3ad099f6a5ba6f7b0a8259b +File: /usr/share/man/man1/dcfldd.1.xz 100644 root:root 59cacbee17c5ced9ddc79e2734d830ef +RPMIdentity: 1ef00170091d4522d24ef9641637d940414c44187ab5d5e7446807d492964851184080a8015826cfa8e9ecc127122565ab33681199c4c265587ee6a2d9310878 --- dcfldd-debuginfo-1.3.4.1-alt1.qa1.x86_64.rpm.repo 2013-04-16 11:26:56.000000000 +0000 +++ dcfldd-debuginfo-1.3.4.1-alt1.qa1.x86_64.rpm.hasher 2024-09-29 11:27:05.225174403 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ab 40755 root:root -/usr/lib/debug/.build-id/ab/62713d70c7c6c1a14e6f1adb5fe29edd8de490 120777 root:root ../../../../bin/dcfldd -/usr/lib/debug/.build-id/ab/62713d70c7c6c1a14e6f1adb5fe29edd8de490.debug 120777 root:root ../../usr/bin/dcfldd.debug +/usr/lib/debug/.build-id/43 40755 root:root +/usr/lib/debug/.build-id/43/92e6ccd7c0e5b565ad1083f5822d8174cc754a 120777 root:root ../../../../bin/dcfldd +/usr/lib/debug/.build-id/43/92e6ccd7c0e5b565ad1083f5822d8174cc754a.debug 120777 root:root ../../usr/bin/dcfldd.debug /usr/lib/debug/usr/bin/dcfldd.debug 100644 root:root @@ -47,2 +47,3 @@ /usr/src/debug/dcfldd-1.3.4-1/version-etc.h 100644 root:root +/usr/src/debug/dcfldd-1.3.4-1/xalloc.h 100644 root:root /usr/src/debug/dcfldd-1.3.4-1/xstrtol.c 100644 root:root @@ -54,6 +55,6 @@ Provides: dcfldd-debuginfo = 1.3.4.1-alt1.qa1 -File: /usr/lib/debug/.build-id/ab 40755 root:root -File: /usr/lib/debug/.build-id/ab/62713d70c7c6c1a14e6f1adb5fe29edd8de490 120777 root:root ../../../../bin/dcfldd -File: /usr/lib/debug/.build-id/ab/62713d70c7c6c1a14e6f1adb5fe29edd8de490.debug 120777 root:root ../../usr/bin/dcfldd.debug -File: /usr/lib/debug/usr/bin/dcfldd.debug 100644 root:root 72286458100bd095644386cb6644f22b +File: /usr/lib/debug/.build-id/43 40755 root:root +File: /usr/lib/debug/.build-id/43/92e6ccd7c0e5b565ad1083f5822d8174cc754a 120777 root:root ../../../../bin/dcfldd +File: /usr/lib/debug/.build-id/43/92e6ccd7c0e5b565ad1083f5822d8174cc754a.debug 120777 root:root ../../usr/bin/dcfldd.debug +File: /usr/lib/debug/usr/bin/dcfldd.debug 100644 root:root 5ccf6a852d467630558499f900e1e52d File: /usr/src/debug/dcfldd-1.3.4-1 40755 root:root @@ -101,4 +102,5 @@ File: /usr/src/debug/dcfldd-1.3.4-1/version-etc.h 100644 root:root fc0a13258e267241d8cccfe5a30c9077 +File: /usr/src/debug/dcfldd-1.3.4-1/xalloc.h 100644 root:root ecdee5b6e0fe946835c92c1a9aa39d51 File: /usr/src/debug/dcfldd-1.3.4-1/xstrtol.c 100644 root:root e33b69265694004434d15cfd2fef3855 File: /usr/src/debug/dcfldd-1.3.4-1/xstrtol.h 100644 root:root 36cfdd6ec261a621d29ff97ab3f6bed7 -RPMIdentity: 7c688aed9f218439f4ec3b3baa0577f5ff01fb1a7cb4617cfe01659effa613228108ef23326bb73259496c4584edc0ceef46ddfb837f392973ba69f1b36ead61 +RPMIdentity: d0bf5e49d2cd834fddc100e01dce56b9e59bd396392dea59bae6bba99f747988fe63aa565a08ec10138b7336c736c011515164a6c004ceb5ff15527f9ec0b8c4