==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done
==> Making package: dbd 1.50-4 (Mon Aug 10 09:29:37 2020)
==> Retrieving sources...
-> Cloning dbd git repo...
Cloning into bare repository '/srv/build/builder/work/dbd/dbd'...
==> Validating source files with sha512sums...
dbd ... Skipped
Host and machine ids are equal (03ca1e0d79db47a597e66a5149387887): refusing to link journals
==> Making package: dbd 1.50-4 (Mon 10 Aug 2020 09:29:44 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (4) perl-error-0.17029-2.0 perl-mailtools-2.21-4.0
perl-timedate-2.33-2.0 git-2.28.0-1.0
Total Download Size: 6.81 MiB
Total Installed Size: 46.63 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
downloading perl-error-0.17029-2.0-any.pkg.tar.zst...
downloading perl-timedate-2.33-2.0-any.pkg.tar.zst...
downloading perl-mailtools-2.21-4.0-any.pkg.tar.zst...
downloading git-2.28.0-1.0-i686.pkg.tar.zst...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
tk: gitk and git gui
perl-libwww: git svn
perl-term-readkey: git svn and interactive.singlekey setting
perl-mime-tools: git send-email
perl-net-smtp-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
perl-mediawiki-api: git mediawiki support
perl-datetime-format-iso8601: git mediawiki support
perl-lwp-protocol-https: git mediawiki https support
perl-cgi: gitweb (web interface) support
python: git svn & git p4
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group git with gid 977.
Creating user git (git daemon user) with uid 977 and gid 977.
(2/4) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Warn about old perl modules
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of dbd git repo...
Cloning into 'dbd'...
done.
==> Starting build()...
rm -f dbd dbd.exe dbdbg dbdbg.exe *.o core
gcc -Wall -Wshadow -Os -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o dbd pel.c aes.c sha1.c doexec.c dbd.c -s -Wl,-O1,--sort-common,--as-needed,-z,relro
In file included from doexec.c:4:
doexec_unix.h: In function ‘doexec’:
doexec_unix.h:164:52: warning: pointer targets in passing argument 2 of ‘pel_recv_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
164 | if (pel_recv_msg(socketfd, buf, &cnt) != PEL_SUCCESS) {
| ^~~
| |
| char *
In file included from doexec_unix.h:33,
from doexec.c:4:
pel.h:27:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’
27 | int pel_recv_msg( int sockfd, unsigned char *msg, int *length );
| ~~~~~~~~~~~~~~~^~~
In file included from doexec.c:4:
doexec_unix.h:199:52: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
199 | if (pel_send_msg(socketfd, buf, cnt) != PEL_SUCCESS) {
| ^~~
| |
| char *
In file included from doexec_unix.h:33,
from doexec.c:4:
pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’
26 | int pel_send_msg( int sockfd, unsigned char *msg, int length );
| ~~~~~~~~~~~~~~~^~~
In file included from dbd.c:246:
misc.h: In function ‘get_revision’:
misc.h:150:28: warning: pointer targets in passing argument 1 of ‘strstr’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
150 | if (!(idstart = strstr(string, Id_string))) {
| ^~~~~~
| |
| unsigned char *
In file included from dbd.c:88:
/usr/include/string.h:329:34: note: expected ‘const char *’ but argument is of type ‘unsigned char *’
329 | extern char *strstr (const char *__haystack, const char *__needle)
| ~~~~~~~~~~~~^~~~~~~~~~
In file included from dbd.c:247:
readwrite.h: In function ‘readwrite’:
readwrite.h:223:50: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
223 | if (pel_send_msg(peersd, stackbuf, strlen(stackbuf)) != PEL_SUCCESS) {
| ^~~~~~~~
| |
| char *
In file included from dbd.c:245:
pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’
26 | int pel_send_msg( int sockfd, unsigned char *msg, int length );
| ~~~~~~~~~~~~~~~^~~
In file included from dbd.c:247:
readwrite.h:230:46: warning: pointer targets in passing argument 2 of ‘pel_send_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
230 | if (pel_send_msg(peersd, buf, cnt) != PEL_SUCCESS) {
| ^~~
| |
| char *
In file included from dbd.c:245:
pel.h:26:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’
26 | int pel_send_msg( int sockfd, unsigned char *msg, int length );
| ~~~~~~~~~~~~~~~^~~
In file included from dbd.c:247:
readwrite.h:250:46: warning: pointer targets in passing argument 2 of ‘pel_recv_msg’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
250 | if (pel_recv_msg(peersd, buf, &cnt) != PEL_SUCCESS) {
| ^~~
| |
| char *
In file included from dbd.c:245:
pel.h:27:50: note: expected ‘unsigned char *’ but argument is of type ‘char *’
27 | int pel_recv_msg( int sockfd, unsigned char *msg, int *length );
| ~~~~~~~~~~~~~~~^~~
In file included from dbd.c:262:
socket_code.h: In function ‘dbd_listen’:
socket_code.h:247:58: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
247 | if ((clisd = accept(sd, (struct sockaddr*) &cliAddr, &clilen)) < 0) {
| ^~~~~~~
| |
| int *
In file included from dbd.c:78:
/usr/include/sys/socket.h:233:28: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
233 | socklen_t *__restrict __addr_len);
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from dbd.c:262:
socket_code.h:291:61: warning: pointer targets in passing argument 3 of ‘getsockname’ differ in signedness []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wpointer-sign-Wpointer-sign]8;;]
291 | if (getsockname(clisd, (struct sockaddr*) &gsnAddr, &gsnlen)) {
| ^~~~~~~
| |
| int *
In file included from dbd.c:78:
/usr/include/sys/socket.h:117:26: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’
117 | socklen_t *__restrict __len) __THROW;
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "dbd"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dbd 1.50-4 (Mon 10 Aug 2020 09:29:57 AM EDT)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...
:: gettext optionally requires git: for autopoint infrastructure updates
Packages (4) git-2.28.0-1.0 perl-error-0.17029-2.0 perl-mailtools-2.21-4.0
perl-timedate-2.33-2.0
Total Removed Size: 46.63 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
removing git...
removing perl-mailtools...
removing perl-timedate...
removing perl-error...
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
Skipped: Current root is not booted.
(2/2) Arming ConditionNeedsUpdate...