Your message dated Fri, 27 Nov 2020 09:34:57 +0000
with message-id <e1kia9z-000j03...@fasolo.debian.org>
and subject line Bug#957642: fixed in openrc 0.42-2
has caused the Debian Bug report #957642,
regarding openrc: ftbfs with GCC-10
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
957642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957642
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openrc
Version: 0.40.3-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/openrc_0.40.3-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html
[...]
openrc-init.c: In function ‘main’:
openrc-init.c:179:12: warning: passing argument 1 of ‘putenv’ discards ‘const’
qualifier from pointer target type [-Wdiscarded-qualifiers]
179 | putenv("SELINUX_INIT=YES");
| ^~~~~~~~~~~~~~~~~~
In file included from openrc-init.c:25:
/usr/include/stdlib.h:644:26: note: expected ‘char *’ but argument is of type
‘const char *’
644 | extern int putenv (char *__string) __THROW __nonnull ((1));
| ~~~~~~^~~~~~~~
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c rc-wtmp.c -o rc-wtmp.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c openrc-shutdown.c -o openrc-shutdown.o
In file included from /usr/include/string.h:495,
from rc-wtmp.c:21:
In function ‘strncpy’,
inlined from ‘log_wtmp’ at rc-wtmp.c:43:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 4 equals destination size
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘log_wtmp’ at rc-wtmp.c:48:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ offset [195, 255] from the object at ‘uname_buf’ is out of
the bounds of referenced subobject ‘release’ with type ‘char[65]’ at offset 130
[-Warray-bounds]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from rc-wtmp.c:25:
rc-wtmp.c: In function ‘log_wtmp’:
/usr/include/x86_64-linux-gnu/sys/utsname.h:57:10: note: subobject ‘release’
declared here
57 | char release[_UTSNAME_RELEASE_LENGTH];
| ^~~~~~~
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c broadcast.c -o broadcast.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c do_e.c -o do_e.o
broadcast.c: In function ‘broadcast’:
broadcast.c:137:8: warning: variable ‘tp’ might be clobbered by ‘longjmp’ or
‘vfork’ [-Wclobbered]
137 | FILE *tp;
| ^~
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c checkpath.c -o checkpath.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c fstabinfo.c -o fstabinfo.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c mountinfo.c -o mountinfo.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c rc-depend.c -o rc-depend.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c is_newer_than.c -o is_newer_than.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c is_older_than.c -o is_older_than.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c do_value.c -o do_value.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c do_service.c -o do_service.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c shell_var.c -o shell_var.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c kill_all.c -o kill_all.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c do_mark_service.c -o do_mark_service.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c rc-abort.c -o rc-abort.o
cc -I../includes -I../librc -I../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wdate-time
-D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DHAVE_SELINUX
-DHAVE_AUDIT -DHAVE_PAM -c swclock.c -o swclock.o
cc -L../librc -L../libeinfo -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=c99 -Wall
-Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes
-Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute
-Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual
-Wpointer-arith -Wdeclaration-after-statement -Wsequence-point
-Werror=implicit-function-declaration -Wl,-z,relro -Wl,-z,now -o rc-status
rc-status.o _usage.o rc-misc.o -lselinux -laudit -lutil -lrc -leinfo -lselinux
-laudit -Wl,-Bdynamic -ldl -lpam -lpam_misc
cc -L../librc -L../libeinfo -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=c99 -Wall
-Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes
-Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute
-Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual
-Wpointer-arith -Wdeclaration-after-statement -Wsequence-point
-Werror=implicit-function-declaration -Wl,-z,relro -Wl,-z,now -o openrc
rc.o rc-logger.o rc-misc.o rc-plugin.o _usage.o -lselinux -laudit -lutil -lrc
-leinfo -lselinux -laudit -Wl,-Bdynamic -ldl -lpam -lpam_misc
/usr/bin/ld: rc-logger.o:./src/rc/rc-logger.h:16: multiple definition of
`rc_logger_pid'; cc -L../librc -L../libeinfo -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2
-Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn
-Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings
-Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement
-Wsequence-point -Werror=implicit-function-declaration -Wl,-z,relro
-Wl,-z,now -o openrc-run rc-selinux.o openrc-run.o _usage.o rc-misc.o
rc-plugin.o -lselinux -laudit -lutil -lrc -leinfo -lselinux -laudit
-Wl,-Bdynamic -ldl -lpam -lpam_misc
rc.o:./src/rc/rc-logger.h:16: first defined here
/usr/bin/ld: rc-logger.o:./src/rc/rc-logger.h:17: multiple definition of
`rc_logger_tty'; rc.o:./src/rc/rc-logger.h:17: first defined here
cc -L../librc -L../libeinfo -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=c99 -Wall
-Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes
-Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute
-Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual
-Wpointer-arith -Wdeclaration-after-statement -Wsequence-point
-Werror=implicit-function-declaration -Wl,-z,relro -Wl,-z,now -o rc rc.o
rc-logger.o rc-misc.o rc-plugin.o _usage.o -lselinux -laudit -lutil -lrc
-leinfo -lselinux -laudit -Wl,-Bdynamic -ldl -lpam -lpam_misc
cc -L../librc -L../libeinfo -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=c99 -Wall
-Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes
-Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute
-Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual
-Wpointer-arith -Wdeclaration-after-statement -Wsequence-point
-Werror=implicit-function-declaration -Wl,-z,relro -Wl,-z,now -o
rc-service rc-service.o _usage.o rc-misc.o -lselinux -laudit -lutil -lrc
-leinfo -lselinux -laudit -Wl,-Bdynamic -ldl -lpam -lpam_misc
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:135: openrc] Error 1
make[4]: *** Waiting for unfinished jobs....
/usr/bin/ld: rc-logger.o:./src/rc/rc-logger.h:16: multiple definition of
`rc_logger_pid'; rc.o:./src/rc/rc-logger.h:16: first defined here
/usr/bin/ld: rc-logger.o:./src/rc/rc-logger.h:17: multiple definition of
`rc_logger_tty'; rc.o:./src/rc/rc-logger.h:17: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:135: rc] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/rc'
make[3]: *** [../mk/subdir.mk:26: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [/<<PKGBUILDDIR>>//mk/subdir.mk:26: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned
exit code 2
make[1]: *** [debian/rules:32: build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:32: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: openrc
Source-Version: 0.42-2
Done: Adam Borowski <kilob...@angband.pl>
We believe that the bug you reported is fixed in the latest version of
openrc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adam Borowski <kilob...@angband.pl> (supplier of updated openrc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 27 Nov 2020 09:48:35 +0100
Source: openrc
Architecture: source
Version: 0.42-2
Distribution: unstable
Urgency: medium
Maintainer: OpenRC Debian Maintainers <ope...@packages.debian.org>
Changed-By: Adam Borowski <kilob...@angband.pl>
Closes: 957642
Changes:
openrc (0.42-2) unstable; urgency=medium
.
* Team upload.
* Grab a fix for FTBFS on gcc-10 from upstream. (Closes: #957642)
Checksums-Sha1:
24e2b3e8faa5da804dcbe5257ad5e4b220cd8c9a 2230 openrc_0.42-2.dsc
24c63da16a66aa78dfe803dde0691f13cce78303 26416 openrc_0.42-2.debian.tar.xz
edab1919d2a4bce1614396989998365383bd189d 6220 openrc_0.42-2_source.buildinfo
Checksums-Sha256:
b190924d674e6895e8a205f671b31b879cd796c0402895b7616f29bc6a418526 2230
openrc_0.42-2.dsc
6ec1859fd6fcc372e9435ee5ba84c62bf5a47228044842af17dd0f5ea1f89300 26416
openrc_0.42-2.debian.tar.xz
b8e8e1517ebdeb1501b39a2f19a4e917dc711af65019a7587ad2d67204c8225c 6220
openrc_0.42-2_source.buildinfo
Files:
525c38e6782af21889cdf7c85b59ff08 2230 admin optional openrc_0.42-2.dsc
d7cc63b7b375a65c6f69dbea9a7901b1 26416 admin optional
openrc_0.42-2.debian.tar.xz
f5d190296687d29e1b5f71f0c47b09d5 6220 admin optional
openrc_0.42-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl/Avk0UHGtpbG9ieXRl
QGFuZ2JhbmQucGwACgkQweDZLphvfH49ExAA46tg/Rgy7lo+CHwW+UbD+zZ85r1I
xtsJIXYh/TYgn0vI97gqdmTqbt5CCA54Hf7BjE/JXk60B+3gQNfniXw1r7XLK/9F
PVe2gTVbZoPa9nksOiu8LhyZNzMmZjFOxOzOwCEIyPEWmQowGyHm141QaER6KKul
4eybZPWPSwJKoLOfIkwNBldfRdqx/CFQ372BxMwuBiU0jVMd02t9B2C/vfLCzDEV
mzK9qZnGyF2uzMP7HRIc+DXOb3pLmECLlG1z7S6b4lJd6jpAzIZAidZ7myjjJHrl
3PziHWWbjQ201nAeZtk8vdswOEVhcaqpNUmxusIhyibUZofiGbKilZ2KAb50MiJ1
8HYQRJpziEYlbEmAlpzwEuG+P/2856Hrbl1O+SRM3/k4Fs/4Z4c/ngbjO0+v4GLh
2kN+kfIi/QXvcGFyJYhxOl/BT1BA7lUpjxH8Rft4i0CxG3I7ks7tDxKPhEXjTal8
gjKCfA/Mu1WjOYJyvmZ4CzxQUcEzXJv5ce6gK4Td7G9hMgM0DD1eLro4k2KuejaL
EjkdEW2lbsm7mCuiyVKMfn+2/1BkXouQ05/aGzBJwtJj0q635q/hXFj48cdO2ron
3uQ8m96Dh059muuNBYGimIxgit998yoMv8nEQ2uJbT0P9TTCXM54qbnttJja7fBJ
cb9KjLOks33RaRc=
=zNpx
-----END PGP SIGNATURE-----
--- End Message ---