==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done
==> Making package: crunch 3.6-4 (Fri Aug 7 11:13:43 2020)
==> Retrieving sources...
-> Found crunch-3.6.tgz
==> Validating source files with sha512sums...
crunch-3.6.tgz ... Passed
Host and machine ids are equal (27f8a8a2107e4714a5587b00f7368723): refusing to link journals
==> Making package: crunch 3.6-4 (Fri 07 Aug 2020 11:13:49 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found crunch-3.6.tgz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting crunch-3.6.tgz with bsdtar
==> Starting build()...
Building binary...
/usr/bin/gcc -D_FORTIFY_SOURCE=2 -pthread -Wall -pedantic -std=c99 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 crunch.c -lm -Wl,-O1,--sort-common,--as-needed,-z,relro -o crunch
crunch.c: In function ‘main’:
crunch.c:2999:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;]
2999 | fgets(response,8,stdin);
| ^~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function ‘resumesession’:
crunch.c:2199:13: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;]
2199 | (void)fgets(buff, (int)sizeof(buff), optr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function ‘renamefile’:
crunch.c:1476:13: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;]
1476 | (void)fgets(buff, (int)sizeof(buff), optr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c:1479:15: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;]
1479 | (void)fgets(buff, (int)sizeof(buff), optr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from crunch.c:247:
In function ‘strncat’,
inlined from ‘renamefile’ at crunch.c:1477:7:
/usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function ‘renamefile’:
crunch.c:1477:30: note: length computed here
1477 | strncat(newfile, buff, strlen(buff)-1); /* get rid of CR */
| ^~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from crunch.c:247:
In function ‘strncat’,
inlined from ‘renamefile’ at crunch.c:1488:5:
/usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function ‘renamefile’:
crunch.c:1488:28: note: length computed here
1488 | strncat(newfile, buff, strlen(buff)-1); /* get rid of CR */
| ^~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from crunch.c:247:
In function ‘strncpy’,
inlined from ‘renamefile’ at crunch.c:1490:5:
/usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function ‘renamefile’:
crunch.c:1490:32: note: length computed here
1490 | strncpy(finalnewfile,fpath,strlen(fpath)-5);
| ^~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from crunch.c:247:
In function ‘strncat’,
inlined from ‘renamefile’ at crunch.c:1501:7:
/usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function ‘renamefile’:
crunch.c:1501:7: note: length computed here
1501 | strncat(finalnewfile,newfile,strlen(newfile));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from crunch.c:247:
In function ‘strncat’,
inlined from ‘renamefile’ at crunch.c:1494:7:
/usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function ‘renamefile’:
crunch.c:1494:7: note: length computed here
1494 | strncat(finalnewfile,newfile,strlen(newfile));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
from crunch.c:247:
In function ‘strncat’,
inlined from ‘renamefile’ at crunch.c:1521:7:
/usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crunch.c: In function ‘renamefile’:
crunch.c:1521:7: note: length computed here
1521 | strncat(comptype, compressalgo, strlen(compressalgo));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "crunch"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: crunch 3.6-4 (Fri 07 Aug 2020 11:13:57 AM EDT)
==> Cleaning up...